referrerpolicy=no-referrer-when-downgrade
pallet_beefy::pallet

Type Alias 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 */);