Type Definition orml_tokens::module::Locks
source · pub type Locks<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageLocks<T>, Blake2_128Concat, T::AccountId, Twox64Concat, T::CurrencyId, BoundedVec<BalanceLock<T::Balance>, T::MaxLocks>, ValueQuery>;
Expand description
Any liquidity locks of a token type under an account. NOTE: Should only be accessed when setting, changing and freeing a lock.