Type Definition orml_tokens::module::Locks[][src]

type Locks<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageLocks<T>, Blake2_128Concat, T::AccountId, Twox64Concat, T::CurrencyId, Vec<BalanceLock<T::Balance>>, ValueQuery>;

Any liquidity locks of a token type under an account. NOTE: Should only be accessed when setting, changing and freeing a lock.