referrerpolicy=no-referrer-when-downgrade

NextAuthorities

Type Alias NextAuthorities 

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

Authorities set scheduled to be used with the next session

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

Aliased Type§

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