Expand description
Helpers for testing trace calls.
Structs§
- A stream that provides asynchronous iteration over results from the
trace_call_many
function. - A stream that traces the provided raw transaction data.
- A stream that replays the transactions for the requested hashes.
- A utility to compare RPC responses from two different clients.
- A stream that yields the opcodes for the requested blocks.
- A stream that yields the traces for the requested blocks.
TraceCallStream
provides an asynchronous stream of tracing results.- Represents a stream that asynchronously yields the results of the
trace_filter
method. - A stream that asynchronously yields the results of the
trace_get
method for a given transaction hash and a series of indices.
Traits§
- An extension trait for the Trace API.
Type Aliases§
- A type representing the result of calling
trace_call_many
method. - Type alias representing the result of replaying a transaction.
- A result type for the
trace_blockOpcodeGas
method that also captures the requested block. - A result type for the
trace_block
method that also captures the requested block. - Represents the result of a single trace call.
- Represents a result type for the
trace_filter
stream extension. - Result type for the
trace_get
method that also captures the requested transaction hash and index.