Trait reth::core::rpc::api::servers::eth::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§