Type Definition pallet_staking::ValidatorCount [−][src]
type ValidatorCount<T> = StorageValue<_GeneratedPrefixForStorageValidatorCount<T>, u32, ValueQuery>;
Expand description
The ideal number of staking participants.
type ValidatorCount<T> = StorageValue<_GeneratedPrefixForStorageValidatorCount<T>, u32, ValueQuery>;
The ideal number of staking participants.