Type Definition pallet_asset_index::pallet::LockedIndexToken[][src]

pub type LockedIndexToken<T: Config> = StorageMap<_GeneratedPrefixForStorageLockedIndexToken<T>, Blake2_128Concat, T::AccountId, T::Balance, ValueQuery>;
Expand description

Tracks the amount of the currently locked index token per user. This is equal to the sum(IndexTokenLocks[AccountId]) (AccountId) -> Balance