Vote by proposal voter
VoteByProposalVoter queries a vote by proposal id and voter.
GEThttps://coreum.nownodes.io/cosmos/group/v1/vote_by_proposal_voter/{proposal_id}/{voter}
Path parameters
proposal_id*string (uint64)
proposal_id is the unique ID of a proposal.
voter*string
voter is a proposal voter account address.
Response
A successful response.
Body
votecosmos.group.v1.Vote (object)
Vote represents a vote for a proposal.
Request
Response