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.