DebugForwarder

Type Alias DebugForwarder 

Source
pub type DebugForwarder = Arc<dyn Fn(B256, Option<GethDebugTracingOptions>) -> Pin<Box<dyn Future<Output = RpcResult<GethTrace>> + Send>> + Send + Sync>;
Expand description

Async forwarder for non-stylus tracer requests.

Aliased Typeยง

pub struct DebugForwarder { /* private fields */ }