Type Definition pallet_staking::Validators[][src]

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

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

When updating this storage item, you must also update the CounterForValidators.