Queries

OVM module CLI queries.

Queries

Queries of this module can be used to get the data of public keys of the oracles in the blockchain and the params. The following queries have been exposed by the OVM module:

Query the params

sged q ovm params

Query public keys

sged q ovm pubkeys

Query public keys change active proposals

sged q ovm pubkeys-change-proposals [status]
ParamsDescriptionTypeValidationExample

status

Active or finished proposals

uint32

  1. Required

  2. 1 or 2

1: Active 2: Finished

Last updated