referrerpolicy=no-referrer-when-downgrade
pallet_session::pallet

Type Alias Validators

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

The current set of validators.

Storage type is [StorageValue] with value type Vec < T :: ValidatorId >.

Aliased Type§

struct Validators<T: Config>(/* private fields */);