debug_traceBlockByHash

The debug_traceBlockByHash method returns the traces of all transactions in a block identified by block hash. This method provides comprehensive debugging information for all transactions within a specific block on the Flare network, including opcode-level execution traces, gas consumption, and state changes. It's particularly useful for analyzing block contents and debugging transaction execution when you have the block hash.


Parameters

parameter
type
description
blockHash
string (required)
Hash of the block to trace (32 bytes)
traceConfig
object (optional)
Trace configuration options
Return Object

The method returns trace data for all transactions in the block.

Request Example
Request
Response Example
Response

Share on
Share on FacebookShare on XShare on LinkedIn
Did you find this page useful?