Debug
debug_traceTransaction
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.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for method debug_traceTransaction: [txHash, traceConfig].Positional parameters for
debug_traceTransaction:params[0]: 32 Bytes - Hash of the transaction.params[1]: Optional configuration object passed to tracing RPC methods.
Returns
The ExecutionResult of the transaction.