pub type ActiveValidatorKeys<T: Config> = StorageValue<_GeneratedPrefixForStorageActiveValidatorKeys<T>, Vec<ValidatorId>, ValueQuery>;
Expand description

The parachain attestation keys of the validators actively participating in parachain consensus. This should be the same length as ActiveValidatorIndices.

Storage type is [StorageValue] with value type Vec < ValidatorId >.

Aliased Type§

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