pub type Locked<T: Config> = StorageMap<_GeneratedPrefixForStorageLocked<T>, Blake2_128Concat, T::AccountId, LockedBalance<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, BlockNumberFor<T>>, ValueQuery>;Expand description
Storage type is [StorageMap] with key type T :: AccountId and value type LockedBalance < BalanceOf < T >, BlockNumberFor < T > >.