trace_replayTransaction
trace_replayTransaction
Replays a transaction and returns the requested trace outputs.
Request
This endpoint expects an object.
transactionHash
Hash of the transaction to replay.
traceTypes
Array of trace output selectors to return. Valid values are “trace” and “stateDiff”. Defaults to [“trace”].
Response
Requested trace outputs for the replayed transaction.
output
Hex-encoded byte data.
stateDiff
State changes produced by replaying the transaction or block.
trace
vmTrace
Low-level virtual machine execution trace.
transactionHash
32-byte transaction hash.
transactionPosition
Hex-encoded integer quantity.