Trait reth_rpc_eth_api::helpers::TraceExt

source ·
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§