Type Alias pallet_aura::pallet::Authorities

source ·
pub(crate) 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>(PhantomData<(_GeneratedPrefixForStorageAuthorities<T>, BoundedVec<<T as Config>::AuthorityId, <T as Config>::MaxAuthorities>, ValueQuery, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageAuthorities<T>, BoundedVec<<T as Config>::AuthorityId, <T as Config>::MaxAuthorities>, ValueQuery, GetDefault)>