get-proposal-tally
Retrieve the vote tally for a specific governance proposal on the Osmosis blockchain by providing the proposal ID. Facilitates tracking and analysis of proposal outcomes.
Instructions
Returns the vote tally for a governance proposal
Input Schema
Name | Required | Description | Default |
---|---|---|---|
proposalId | Yes | The proposal ID |
Input Schema (JSON Schema)
{
"properties": {
"proposalId": {
"description": "The proposal ID",
"type": "string"
}
},
"required": [
"proposalId"
],
"type": "object"
}