Back to Polkadot

Validators

roadmap/implementers-guide/src/runtime-api/validators.md

1.0.0236 B
Original Source

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.

rust
fn validators(at: Block) -> Vec<ValidatorId>;