debug_traceBlock

The debug_traceBlock method returns the traces of all transactions in a block using the block's RLP-encoded data on the Celo network. This method accepts raw block data and provides detailed execution traces for all transactions, making it useful for analyzing blocks before they are fully propagated or when working with historical block data. It offers the same comprehensive debugging capabilities as other trace methods.


Parameters

parameter
type
description
rlpBlock
string (required)
RLP-encoded block data as a hex string
traceConfig
object (optional)
Trace configuration options
Return Object

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

Request Example
Request
Response Example
Response

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