Type Alias pallet_beefy::pallet::NextAuthorities
source · pub type NextAuthorities<T: Config> = StorageValue<_GeneratedPrefixForStorageNextAuthorities<T>, BoundedVec<T::BeefyId, T::MaxAuthorities>, ValueQuery>;
Expand description
Authorities set scheduled to be used with the next session
Storage type is [StorageValue
] with value type BoundedVec < T :: BeefyId, T :: MaxAuthorities >
.
Aliased Type§
struct NextAuthorities<T: Config>(/* private fields */);