pub type MaxValidatorsCount<T> = StorageValue<_GeneratedPrefixForStorageMaxValidatorsCount<T>, u32, OptionQuery>;
Expand description

The maximum validator count before we stop allowing new validators to join.

When this value is not set, no limits are enforced.

Storage type is [StorageValue] with value type u32.

Aliased Type§

struct MaxValidatorsCount<T>(/* private fields */);