debug_traceTransaction
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns debugging information for historical transactions created by smart contract calls, attempting to run the transaction in the exact same manner as it was executed on the network.
This method will use 500
.
transactionHash string
required
Example transctionHash from testnet: 0x5dee41c73116ff6b57c4b0adc45f9ff4472dd643549a0fd31e929fa4350c77da
Note: If retrieving a transactionHash from the , it needs to be a transaction from the "Smart Contract Calls" section and when you copy the Transaction Hash, it needs to be truncated to 64 characters to work with this method call.
tracer string enum:
callTracer
or opcodeLogger
required
tracerConfig object
required* tracerConfig should not be required but currently needs to be included with at least one property due to a bug with Hedera, see .
Example traceConfig with all available properties set to true