debug_traceBlock

The debug_traceBlock method returns the traces of all transactions in a block provided in RLP format. This advanced debugging method on the Flare network accepts a raw block in RLP (Recursive Length Prefix) encoding and returns comprehensive trace information for all transactions within that block. It's useful for analyzing block execution, debugging consensus issues, and performing detailed blockchain analysis.


Parameters

parameter
type
description
blockRlp
string (required)
RLP-encoded block data (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?