Client
Clients can interact with this module via:
- CLI
- Proposals(#proposals)
CLI
Through the cli
the next command are allowed:
- Setting the OversightCommittee authority address
- Getting the OversightCommittee parameters
Set up OversightCommittee authority
Command:
$d tx gov oversight-committee-addr [address]`
This can be called only once for initial chain setup. The main goal is to provide the Oversight Committee Group Policy
address. It's needed to filter the sender
of all Oversight Committee
related messages.
Get OversightCommittee parameters
Command:
d q gov oversight-committee-params
This returns theOversightCommitteeParams
.
Proposals
Other messages, described in Message section may be called only through the Proposal
mechanism
provided by x/group
module and the exact Oversight Committee
group proposals. In that case the sender will be the
Oversight Committee
group policy.