eth_cancelBundle
Cancel a pending bundle by its replacement UUID. The bundle is removed from the pool and any pending built blocks containing it are invalidated.
Request
{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_cancelBundle",
"params": [
{
"replacementUuid": "uuid-string"
}
]
}Parameters
| Parameter | Required | Description |
|---|---|---|
replacementUuid | Yes | The UUID provided when the bundle was originally submitted via eth_sendBundle. |