reject_transaction
Cancel a pending blockchain transaction to prevent it from being broadcast and permanently remove it 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 |