pub type MaxAllowedValidators<T: Config> = StorageValue<_GeneratedPrefixForStorageMaxAllowedValidators<T>, u16, ValueQuery, T::DefaultMaxAllowedValidators>;
Expand description
Max allowed of validators. This is used then calculating emissions, only the top staked agents up to this value will have their weights considered.
Storage type is [StorageValue
] with value type u16
.
Aliased Typeยง
struct MaxAllowedValidators<T: Config>(/* private fields */);