referrerpolicy=no-referrer-when-downgrade

Keys

Type Alias Keys 

Source
pub 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§

pub struct Keys<T: Config>(/* private fields */);