eth_cancelBundle
Example request
{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_cancelBundle",
"params": [
{
"replacementUuid": "blinklabsxyz", // String, any arbitrary string that can be used to replace or cancel this bundle
}
]
}Example response
{
"id": 1,
"jsonrpc": "2.0",
"result": 200
}Last updated