pub(crate) type NextAuthorities<T: Config> = StorageValue<_GeneratedPrefixForStorageNextAuthorities<T>, Vec<T::AuthorityId>, ValueQuery, DefaultNextAuthorities<T>>;
Expand description

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

Aliased Type§

struct NextAuthorities<T: Config>(PhantomData<(_GeneratedPrefixForStorageNextAuthorities<T>, Vec<<T as Config>::AuthorityId>, ValueQuery, DefaultNextAuthorities<T>)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageNextAuthorities<T>, Vec<<T as Config>::AuthorityId>, ValueQuery, DefaultNextAuthorities<T>)>