eth_cancelPrivateTransaction
Request to cancel a private transaction that was sent via eth_sendPrivateTransaction.
Path parameters
apiKey
Request
This endpoint expects an object.
txHash
Transaction hash for the private transaction to be cancelled.
Response
Returns true if the transaction was successfully cancelled, false otherwise.