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