referrerpolicy=no-referrer-when-downgrade

Authorities

Type Alias Authorities 

Source
pub type Authorities<T: Config> = StorageValue<_GeneratedPrefixForStorageAuthorities<T>, AuthoritiesVec<T>, ValueQuery>;
Expand description

Current epoch authorities.

Storage type is [StorageValue] with value type AuthoritiesVec < T >.

Aliased Type§

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