Type Alias pallet_membership::pallet::MembershipsExpireOn
source · pub type MembershipsExpireOn<T: Config> = StorageMap<_GeneratedPrefixForStorageMembershipsExpireOn<T>, Twox64Concat, BlockNumberFor<T>, Vec<T::IdtyId>, ValueQuery>;Expand description
The identities of memberships to expire at a given block.
Storage type is [StorageMap] with key type BlockNumberFor < T > and value type Vec < T :: IdtyId >.
Aliased Type§
struct MembershipsExpireOn<T: Config>(/* private fields */);