debug_traceBlockByHash
It accepts a block hash and will replay the block that is already present in the database.
Parameters:
String - The hash of a block.
Object - tracer
tracer: string - the type of tracer. Currently supports
callTracer
andprestateTracer
Returns:
Array - Block traces
Example:
Last updated