Type Definition pallet_staking::CounterForValidators [−][src]
type CounterForValidators<T> = StorageValue<_GeneratedPrefixForStorageCounterForValidators<T>, u32, ValueQuery>;
Expand description
A tracker to keep count of the number of items in the Validators
map.