Type Definition pallet_session::pallet::Validators[][src]

pub type Validators<T: Config> = StorageValue<_GeneratedPrefixForStorageValidators<T>, Vec<T::ValidatorId>, ValueQuery>;
Expand description

The current set of validators.