referrerpolicy=no-referrer-when-downgrade

NextAuthorities

Type Alias NextAuthorities 

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

Next epoch authorities.

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

Aliased Type§

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