Type Definition pallet_staking::Nominators [−][src]
type Nominators<T: Config> = StorageMap<_GeneratedPrefixForStorageNominators<T>, Twox64Concat, T::AccountId, Nominations<T::AccountId>>;
Expand description
The map from nominator stash key to the set of stash keys of all validators to nominate.
When updating this storage item, you must also update the CounterForNominators
.