debug_traceBlock
The debug_traceBlock method returns the traces of all transactions in a block provided as RLP-encoded block data. This method accepts raw block data and provides comprehensive transaction trace data for all transactions within that block on the Base network. It's particularly useful for advanced debugging scenarios where you have raw block data and need detailed execution traces.
Parameters
parameter | type | description |
|---|---|---|
blockRLP | string (required) | RLP-encoded block data |
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