Type Alias pallet_committee_management::pallet::Banned  
source · pub type Banned<T: Config> = StorageMap<_GeneratedPrefixForStorageBanned<T>, Twox64Concat, T::AccountId, BanInfo>;Expand description
Validators to be removed from non reserved list in the next era
Storage type is [StorageMap] with key type T :: AccountId and value type BanInfo.
Aliased Type§
struct Banned<T: Config>(PhantomData<(_GeneratedPrefixForStorageBanned<T>, Twox64Concat, <T as Config>::AccountId, BanInfo, OptionQuery, GetDefault, GetDefault)>);Fields§
§0: PhantomData<(_GeneratedPrefixForStorageBanned<T>, Twox64Concat, <T as Config>::AccountId, BanInfo, OptionQuery, GetDefault, GetDefault)>