reject_transaction
Cancel a pending chain-write transaction that has not been broadcast. Provide the pending ID to permanently remove the transaction from the queue.
Instructions
Use this to cancel a pending chain-write transaction without broadcasting. Requires 'pending_id'. The transaction is permanently removed. See also: list_pending_transactions, confirm_transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pending_id | Yes | The ID of the pending transaction to reject |