Type Alias ValidatorCount

Source
pub type ValidatorCount<T> = StorageValue<_GeneratedPrefixForStorageValidatorCount<T>, u32, ValueQuery>;
Expand description

The ideal number of active validators.

Storage type is StorageValue with value type u32.

Aliased Typeยง

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