Trait pallet_circuit::EscrowTrait
pub trait EscrowTrait<T>where
T: Config,{
type Currency: ReservableCurrency<<T as Config>::AccountId>;
type Time: Time;
}
pub trait EscrowTrait<T>where
T: Config,{
type Currency: ReservableCurrency<<T as Config>::AccountId>;
type Time: Time;
}