Build NFT Veto TX
build_veto_txBuild castVetoVote calldata on NFTVetoCouncil. support yes = veto, no = defend. If no veto window has been opened for the proposal, the response includes an extra startVetoVote() step. Voter is optional — providing it checks council-membership + duplicate-vote state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| voter | No | Voter wallet address (0x...) — checks council-membership status | |
| support | No | yes = veto, no = defend (default yes) | |
| proposalId | Yes | Proposal ID |