Type Definition pallet_staking::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.