debug_traceBlockByHash
The debug_traceBlockByHash method returns the traces of all transactions in a block identified by block hash on the Celo network. This method provides comprehensive transaction trace data for debugging and analysis purposes, allowing developers to examine the execution details of all transactions within a specific block. It's particularly useful for analyzing complex transaction flows and understanding contract interactions.
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