Type Alias pallet_phron::pallet::Authorities

source ·
pub(crate) type Authorities<T: Config> = StorageValue<_GeneratedPrefixForStorageAuthorities<T>, Vec<T::AuthorityId>, ValueQuery>;
Expand description

Storage type is [StorageValue] with value type Vec < T :: AuthorityId >.

Aliased Type§

struct Authorities<T: Config>(PhantomData<(_GeneratedPrefixForStorageAuthorities<T>, Vec<<T as Config>::AuthorityId>, ValueQuery, GetDefault)>);

Fields§

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