ExistsVotingInfo
ExistsVotingInfo checks whether voting information exists for a user on a proposal.
Parameters:
- proposalID: proposal identifier to inspect
- addr: voter address to look up within proposalID
Returns:
- bool: true when voting information exists for the proposal and address
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/gov/governance.ExistsVotingInfo(,)"
Result