Type Definition pallet_democracy::pallet::Locks[][src]

type Locks<T: Config> = StorageMap<_GeneratedPrefixForStorageLocks<T>, Twox64Concat, T::AccountId, T::BlockNumber>;
Expand description

Accounts for which there are locks in action which may be removed at some point in the future. The value is the block number at which the lock expires and may be removed.

TWOX-NOTE: OK ― AccountId is a secure hash.