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