GetVoteStatus
GetVoteStatus returns the vote status of a proposal.
Returns:
- quorum: minimum vote weight required for proposal to pass
- maxVotingWeight: maximum possible voting weight
- yesWeight: total weight of "yes" votes
- noWeight: total weight of "no" votes
Command
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/gov/governance.GetVoteStatus()"
Result