cast_vote
Cast votes on governance proposals. Specify proposal ID, whether to vote FOR or AGAINST, and the number of votes. Requires available votes and supports adding more votes to previous votes.
Instructions
Cast a vote on a governance proposal. You must have available votes (deposit JST first if needed). Support: true = vote FOR, false = vote AGAINST. You can add more votes to a proposal you already voted on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| votes | Yes | Amount of votes to cast (e.g. '1000') | |
| network | No | Network. Default: mainnet | |
| support | Yes | true = vote FOR the proposal, false = vote AGAINST | |
| proposalId | Yes | The proposal ID to vote on |