Type Alias pallet_beefy::pallet::Authorities
source · pub type Authorities<T: Config> = StorageValue<_GeneratedPrefixForStorageAuthorities<T>, BoundedVec<T::BeefyId, T::MaxAuthorities>, ValueQuery>;
Expand description
The current authorities set
Storage type is [StorageValue
] with value type BoundedVec < T :: BeefyId, T :: MaxAuthorities >
.
Aliased Type§
struct Authorities<T: Config>(/* private fields */);