pub trait EscrowTrait<T: Config> { type Currency: ReservableCurrency<T::AccountId>; type Time: Time; }