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>;
}