Type Alias pallet_identity::pallet::IdentityChangeSchedule
source · pub type IdentityChangeSchedule<T: Config> = StorageMap<_GeneratedPrefixForStorageIdentityChangeSchedule<T>, Twox64Concat, BlockNumberFor<T>, Vec<T::IdtyIndex>, ValueQuery>;
Expand description
The identities to remove at a given block.
Storage type is [StorageMap
] with key type BlockNumberFor < T >
and value type Vec < T :: IdtyIndex >
.
Aliased Type§
struct IdentityChangeSchedule<T: Config>(/* private fields */);