Last updated 2 years ago
Was this helpful?
proposal_id defines the unique id of the proposal.
QueryTallyResultResponse is the response type for the Query/Tally RPC method.
GET /cosmos/gov/v1beta1/proposals/{proposal_id}/tally HTTP/1.1 Host: Accept: */*
A successful response.
{ "tally": { "yes": "text", "abstain": "text", "no": "text", "no_with_veto": "text" } }