pub type Validators<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageValidators<T>, Twox64Concat, AccountId<T>, ValidatorPrefs, ValueQuery>;
Expand description

The map from (wannabe) validator stash key to the preferences of that validator.