Type Definition pallet_staking::MaxValidatorsCount
source · 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.