Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

eth_cancelPrivateTransaction

Cancel a pending private transaction by its transaction hash.

Request

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_cancelPrivateTransaction",
  "params": [
    {
      "txHash": "0x..."
    }
  ]
}

Parameters

ParameterRequiredDescription
txHashYesHash of the private transaction to cancel.