Path Parameters
proposal_id*string
proposal_id is the unique id of a proposal.
Format
uint64Response Body
application/json
application/json
curl -X GET "http://localhost:1317/cosmos/group/v1/proposals/string/tally"{
"tally": {
"yes_count": "string",
"abstain_count": "string",
"no_count": "string",
"no_with_veto_count": "string"
}
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}