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§
struct NextAuthorities<T: Config>(/* private fields */);