Trait reth_node_core::rpc::api::servers::eth::helpers::TraceExt

pub trait TraceExt:
    LoadTransaction
    + LoadBlock
    + LoadPendingBlock
    + SpawnBlocking
    + Trace
    + Call { }
Expand description

Extension trait that bundles traits needed for tracing transactions.

Object Safety§

This trait is not object safe.

Implementors§