loom_node_debug_provider::debugprovider

Type Alias AnvilDebugProviderType

Source
pub type AnvilDebugProviderType = AnvilDebugProvider<RootProvider<BoxTransport, Ethereum>, RootProvider<BoxTransport, Ethereum>, BoxTransport, BoxTransport, Ethereum>;

Aliased Type§

struct AnvilDebugProviderType {
    _node: RootProvider<BoxTransport>,
    _anvil: RootProvider<BoxTransport>,
    _anvil_instance: Option<Arc<AnvilInstance>>,
    block_number: BlockNumberOrTag,
    _ta: PhantomData<BoxTransport>,
    _tn: PhantomData<BoxTransport>,
    _n: PhantomData<Ethereum>,
}

Fields§

§_node: RootProvider<BoxTransport>§_anvil: RootProvider<BoxTransport>§_anvil_instance: Option<Arc<AnvilInstance>>§block_number: BlockNumberOrTag§_ta: PhantomData<BoxTransport>§_tn: PhantomData<BoxTransport>§_n: PhantomData<Ethereum>

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 40 bytes