debug_traceTransaction

Debugging method will attempt to run the transaction in the exact same manner as it was executed on the network.

📘

OBS In most scenarios, debug.standardTraceBlockToFile is better suited for tracing!

Description

The traceTransaction debugging method will attempt to run the transaction in the exact same manner as it was executed on the network. It will replay any transaction that may have been executed prior to this one before it will finally attempt to execute the transaction that corresponds to the given hash.

Parameters

  • txHash: the hash of the transaction.
  • TraceConfig: see this link for more details.

Language
Authorization
Header
Click Try It! to start a request and see the response here!