Path Parameters
proposal_id*string
proposal_id is the unique ID of a proposal.
Format
uint64voter*string
voter is a proposal voter account address.
Response Body
application/json
application/json
curl -X GET "http://localhost:1317/cosmos/group/v1/vote_by_proposal_voter/string/string"{
"vote": {
"proposal_id": "string",
"voter": "string",
"option": "VOTE_OPTION_UNSPECIFIED",
"metadata": "string",
"submit_time": "2019-08-24T14:15:22Z"
}
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}