Type Alias pallet_authority_discovery::pallet::NextKeys
source · pub(crate) type NextKeys<T: Config> = StorageValue<_GeneratedPrefixForStorageNextKeys<T>, WeakBoundedVec<AuthorityId, T::MaxAuthorities>, ValueQuery>;Expand description
Keys of the next authority set.
Storage type is [StorageValue] with value type WeakBoundedVec < AuthorityId, T :: MaxAuthorities >.
Aliased Type§
struct NextKeys<T: Config>(PhantomData<(_GeneratedPrefixForStorageNextKeys<T>, WeakBoundedVec<Public, <T as Config>::MaxAuthorities>, ValueQuery, GetDefault)>);Fields§
§0: PhantomData<(_GeneratedPrefixForStorageNextKeys<T>, WeakBoundedVec<Public, <T as Config>::MaxAuthorities>, ValueQuery, GetDefault)>