Module debug

Source
Expand description

Helpers for testing debug trace calls.

Structs§

DebugTraceBlockStream
A stream that yields the debug_ traces for the requested blocks.
DebugTraceTransactionsStream
A stream that yields the traces for the requested blocks.
JsTracerBuilder
A helper type that can be used to build a javascript tracer.
NoopJsTracer
A javascript tracer that does nothing

Traits§

DebugApiExt
An extension trait for the Trace API.

Type Aliases§

DebugTraceBlockResult
A result type for the debug_trace_block method that also captures the requested block.
TraceTransactionResult
A result type for the debug_trace_transaction method that also captures the requested hash.