Type Definition pallet_staking::ValidatorCount
source · pub type ValidatorCount<T> = StorageValue<_GeneratedPrefixForStorageValidatorCount<T>, u32, ValueQuery>;
Expand description
The ideal number of staking participants.
pub type ValidatorCount<T> = StorageValue<_GeneratedPrefixForStorageValidatorCount<T>, u32, ValueQuery>;
The ideal number of staking participants.