debug_traceBlockByHash - Ethereum Holesky
Summary
Returns the possible tracing result number by executing all transactions in the block specified by the block hash with a tracer.Parameters
1. Block Hash BlockHash
Hash of a block to get information from
Example:Â
0x12345...
2. Tracer Object
Tracer String
Type of tracer, either
callTracer
or prestateTracer
Example:Â
{"tracer": "callTracer"}
Only Top Call Boolean
When true, only top level call will be traced and no sub-calls.
Example:Â
{"tracer": "callTracer", "tracerConfig": {"onlyTopCall": true}}