Type Definition pallet_asset_index::pallet::IndexTokenLocks [−][src]
pub type IndexTokenLocks<T: Config> = StorageMap<_GeneratedPrefixForStorageIndexTokenLocks<T>, Blake2_128Concat, T::AccountId, Vec<IndexTokenLock<T::BlockNumber, T::Balance>>, ValueQuery>;
Expand description
Tracks the locks of the minted index token that are locked up until
their LockupPeriod
is over (AccountId) -> Vec