confirm_transaction
Broadcast a pending chain-write transaction held for approval by providing its pending ID to finalize the operation.
Instructions
Use this to broadcast a pending chain-write transaction that was held for approval. Requires 'pending_id' (returned by the original tool call when APPROVAL_MODE is enabled). The transaction must belong to the current session and not be expired. See also: list_pending_transactions, reject_transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pending_id | Yes | The ID of the pending transaction to confirm |