pub type NextAuthorities<T: Config> = StorageValue<_GeneratedPrefixForStorageNextAuthorities<T>, WeakBoundedVec<(AuthorityId, BabeAuthorityWeight), T::MaxAuthorities>, ValueQuery>;Expand description
Next epoch authorities.
Storage type is [StorageValue] with value type WeakBoundedVec < (AuthorityId, BabeAuthorityWeight), T :: MaxAuthorities >.
Aliased Type§
struct NextAuthorities<T: Config>(/* private fields */);