pub type ActiveValidatorIndices<T: Config> = StorageValue<_GeneratedPrefixForStorageActiveValidatorIndices<T>, Vec<ValidatorIndex>, ValueQuery>;Expand description
All the validators actively participating in parachain consensus. Indices are into the broader validator set.
Storage type is [StorageValue] with value type Vec < ValidatorIndex >.
Aliased Type§
struct ActiveValidatorIndices<T: Config>(/* private fields */);