Type Alias serai_validator_sets_pallet::pallet::SeraiDisabledIndices
source · pub type SeraiDisabledIndices<T: Config> = StorageMap<_GeneratedPrefixForStorageSeraiDisabledIndices<T>, Identity, u32, Public, OptionQuery>;
Expand description
Disabled validators.
Storage type is StorageMap
with key type u32
and value type Public
.
Aliased Type§
struct SeraiDisabledIndices<T: Config>(/* private fields */);