post https://api.uniblock.dev/uni/v1/json-rpc#93
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.