debug_traceBlockByNumber
It accepts a block number and will replay the block that is already present in the database.
Parameters:
QUANTITY|TAG - integer block number, or the string "latest"
Object - tracer
tracer: string - the type of tracer. Currently supports
callTracer
andprestateTracer
Returns:
Array - Block traces
Example
Last updated