Type Alias pallet_smith_members::pallet::ExpiresOn
source · pub type ExpiresOn<T: Config> = StorageMap<_GeneratedPrefixForStorageExpiresOn<T>, Twox64Concat, SessionIndex, Vec<T::IdtyIndex>, OptionQuery>;Expand description
The indexes of Smith to remove at a given session.
Storage type is [StorageMap] with key type SessionIndex and value type Vec < T :: IdtyIndex >.
Aliased Type§
struct ExpiresOn<T: Config>(/* private fields */);