Search Apps Documentation Source Content File Folder Download Copy Actions Download

v2 package

Overview

Package validators implements the on-chain validator set management through Proof of Contribution. The Realm exposes only a public executor for govdao proposals, that can suggest validator set changes.

Function

IsValidator

func IsValidator(addr address) bool
Execute

IsValidator returns a flag indicating if the given bech32 address is part of the validator set

Param

Command

gnokey query vm/qeval -remote "https://rpc.test10.testnets.gno.land" -data "gno.land/r/sys/validators/v2.IsValidator()"

Result