debug_traceTransaction
It will attempt to run the transaction in the exact same manner as it was executed on the network.
Parameters:
String - The hash of a transaction.
Object - tracer
tracer: string - the type of tracer. Currently supports
callTracer
andprestateTracer
Returns:
Array - Block traces
Example:
Last updated