eth_cancelPrivateTransaction

Request to cancel a private transaction that was sent via eth_sendPrivateTransaction.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
txHashstringRequiredformat: "^0[xX][0-9A-Fa-f]{64}$"

Transaction hash for the private transaction to be cancelled.

Response

Returns true if the transaction was successfully cancelled, false otherwise.