MaxNominatorsCount

Type Alias 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.

Storage type is StorageValue with value type u32.

Aliased Typeยง

pub struct MaxNominatorsCount<T>(/* private fields */);