Files
pezkuwi-sdk/pezkuwi/roadmap/implementers-guide/src/runtime-api/validators.md
T

237 B

Validators

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

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