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