eth_cancelPrivateTransaction
eth_cancelPrivateTransaction RPC Method
Last updated
eth_cancelPrivateTransaction RPC Method
Last updated
Parameters:
txHash - string - The transaction hash for the private transaction to be canceled. A transaction can only be requested to be canceled if the request is made from the same endpoint the call was made from
Returns:
result - It is true if the transaction is successfully canceled, otherwise false
Code Examples: