dao_exec
Execute a passed DAO proposal on-chain by signing and broadcasting the transaction. Provide the proposal ID of a proposal that has succeeded in tally.
Instructions
Use this when a proposal has passed and needs to be executed on-chain. Signs and broadcasts an on-chain transaction. Requires 'proposal_id'. The proposal must have passed (tally succeeded). See also: dao_get_proposal, dao_vote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | The unique ID of the proposal to execute |