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§

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