Type Definition pallet_fee_lock::pallet::UnlockQueue
source · pub type UnlockQueue<T: Config> = StorageMap<_GeneratedPrefixForStorageUnlockQueue<T>, Twox64Concat, u128, T::AccountId, OptionQuery>;
Expand description
Storage type is StorageMap
with key type u128
and value type T :: AccountId
.