Type Alias pallet_aura::pallet::AllValidators

source ·
pub(crate) type AllValidators<T: Config> = StorageValue<_GeneratedPrefixForStorageAllValidators<T>, BoundedVec<T::AuthorityId, T::MaxAuthorities>, ValueQuery>;
Expand description

The all authority set.

Storage type is [StorageValue] with value type BoundedVec < T :: AuthorityId, T :: MaxAuthorities >.

Aliased Type§

struct AllValidators<T: Config>(PhantomData<(_GeneratedPrefixForStorageAllValidators<T>, BoundedVec<<T as Config>::AuthorityId, <T as Config>::MaxAuthorities>, ValueQuery, GetDefault)>);

Fields§

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