speedup_transactionto replace the pending transaction with a higher-fee versiondrop_transactionto cancel it with a replacement transaction to the same nonce
Speed up a transaction
- CLI
- Python SDK
- TypeScript SDK
Drop a transaction
- CLI
- Python SDK
- TypeScript SDK
When to use which
| Action | Use when |
|---|---|
speedup_transaction | You still want the same operation to execute, just faster |
drop_transaction | You want to cancel the pending operation altogether |