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 */);