vote_on_proposal
Cast a YES, NO, or ABSTAIN vote on any DAO proposal using the main voting plugin address and proposal ID. Optionally trigger early execution when the vote threshold is met.
Instructions
Cast a vote on a DAO proposal (YES, NO, or ABSTAIN)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vote | Yes | Vote option | |
| proposalId | Yes | Proposal ID (uint256 as string) | |
| mainVotingAddress | Yes | 0x address of the MainVoting plugin contract | |
| tryEarlyExecution | No | Attempt early execution if vote threshold is met |