referrerpolicy=no-referrer-when-downgrade

Authorities

Type Alias Authorities 

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

The current authorities set

Storage type is [StorageValue] with value type BoundedVec < T :: BeefyId, T :: MaxAuthorities >.

Aliased Type§

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