Structsยง
- Decoded
Validator ๐V1 - A ContractValidator is a peer read from the validator config smart const.
- Decoded
Validator ๐V2 - An entry in the validator config v2 contract with all its fields decoded into Rust types.
Functionsยง
- can_
use_ ๐v2_ at_ block_ hash - Returns if the validator config v2 can be used exactly at
hashand the timestamp of the correspondingheader. - is_
v2_ ๐initialized_ at_ block_ hash - read_
active_ ๐and_ known_ peers_ at_ block_ hash - Returns all active validators read from block state at block
hash. - read_
active_ ๐and_ known_ peers_ at_ block_ hash_ v1 - Returns all validator config v1 entries at block
hash. - read_
active_ ๐and_ known_ peers_ at_ block_ hash_ v2 - Returns active validator config v2 entries at block
hash. - read_
validator_ ๐config_ at_ block_ hash - Reads the validator state at the given block hash.
- v2_
initialization_ ๐height_ at_ block_ hash