Type Definition pallet_babe::pallet::Authorities  
source · 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 >.