vaibot_approve
Approve or deny a pending governance action using its content hash to either allow blocked actions to proceed or permanently block them.
Instructions
Approve or deny a pending governance action. Use content_hash from vaibot_decide or vaibot_receipts. action="approve" allows the blocked action to proceed; action="deny" permanently blocks it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Whether to approve or deny the pending action | |
| content_hash | Yes | Content hash of the receipt to approve or deny (returned by vaibot_decide or vaibot_receipts) |