Trait brontes_classifier::FactoryDiscovery

source ·
pub trait FactoryDiscovery {
    // Required method
    fn decode_create_trace<T: TracingProvider>(
        &self,
        tracer: Arc<T>,
        deployed_address: Address,
        trace_idx: u64,
        parent_calldata: Bytes,
    ) -> impl Future<Output = Vec<NormalizedNewPool>> + Send;
}

Required Methods§

source

fn decode_create_trace<T: TracingProvider>( &self, tracer: Arc<T>, deployed_address: Address, trace_idx: u64, parent_calldata: Bytes, ) -> impl Future<Output = Vec<NormalizedNewPool>> + Send

Object Safety§

This trait is not object safe.

Implementors§