Type Definition pallet_staking::MaxNominatorsCount [−][src]
type MaxNominatorsCount<T> = StorageValue<_GeneratedPrefixForStorageMaxNominatorsCount<T>, u32, OptionQuery>;
Expand description
The maximum nominator count before we stop allowing new validators to join.
When this value is not set, no limits are enforced.