Type Definition pallet_staking::MaxNominatorsCount

source ·
pub 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.