Expand description
Helpers for testing debug trace calls.
Structs§
- Debug
Trace Block Stream - A stream that yields the
debug_
traces for the requested blocks. - Debug
Trace Transactions Stream - A stream that yields the traces for the requested blocks.
- JsTracer
Builder - A helper type that can be used to build a javascript tracer.
- Noop
JsTracer - A javascript tracer that does nothing
Traits§
- Debug
ApiExt - An extension trait for the Trace API.
Type Aliases§
- Debug
Trace Block Result - A result type for the
debug_trace_block
method that also captures the requested block. - Trace
Transaction Result - A result type for the
debug_trace_transaction
method that also captures the requested hash.