pub type AccountKeys<T: Config> = StorageMap<_GeneratedPrefixForStorageAccountKeys<T>, Identity, SessionIndex, Vec<AccountId<T>>>;Expand description
The validator account keys of the validators actively participating in parachain consensus.
Storage type is [StorageMap] with key type SessionIndex and value type Vec < AccountId < T > >.
Aliased Type§
pub struct AccountKeys<T: Config>(/* private fields */);