Type Alias pallet_capacity::pallet::UnstakeUnlocks
source · pub type UnstakeUnlocks<T: Config> = StorageMap<_GeneratedPrefixForStorageUnstakeUnlocks<T>, Twox64Concat, T::AccountId, UnlockChunkList<T>>;
Expand description
Storage type is [StorageMap
] with key type T :: AccountId
and value type UnlockChunkList < T >
.
Aliased Type§
struct UnstakeUnlocks<T: Config>(/* private fields */);