Debug
debug_traceBlock
The traceBlock method will return a full stack trace of all invoked opcodes of all transaction that were included in this block.
POST
Parameters
string
default:"1"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"debug_traceBlock"
required
JSON-RPC method name.
object
required
The parameters for method debug_traceBlock: [blockRlp, traceConfig].Positional parameters for
debug_traceBlock:params[0]: The RLP encoded block.params[1]: Optional configuration object passed to tracing RPC methods.
Returns
array
Full stack trace.