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