GetVotedHeight
GetVotedHeight returns the block height when an address voted on a proposal.
Parameters:
- proposalID: proposal identifier to inspect
- addr: voter address whose vote height is requested
Returns:
- int64: block height recorded for addr's vote
- error: nil on success, or an error when no voting information exists for the proposal and address
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/gnoswap/gov/governance.GetVotedHeight(,)"
Result