Validators

Yields the validator-set at the state of a given block. This validator set is always the one responsible for backing parachains in the child of the provided block.

#![allow(unused)] fn main() { fn validators(at: Block) -> Vec<ValidatorId>; }
Last change: 2025-03-07, commit: 6b98064