Type Alias pallet_authority_members::pallet::Blacklist
source · pub type Blacklist<T: Config> = StorageValue<_GeneratedPrefixForStorageBlacklist<T>, Vec<T::MemberId>, ValueQuery>;
Expand description
The blacklisted authorities.
Storage type is [StorageValue
] with value type Vec < T :: MemberId >
.
Aliased Type§
struct Blacklist<T: Config>(/* private fields */);