trace_replayBlockTransaction
Replays all transactions in a block returning the requested traces for each transaction.
Parameters
Quantity
orTag
- Integer of a block number, or the string'earliest'
,'latest'
or'pending'
.Array
- Type of trace, one or more of:"vmTrace"
,"trace"
,"stateDiff"
Returns
Array
- Block transactions traces.
``
Example
Request
Result
Last updated