pub type Nominators<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageNominators<T>, Twox64Concat, AccountId<T>, Nominations<AccountId<T>>>;
Expand description

The map from nominator stash key to the set of stash keys of all validators to nominate.