MCPcopy Create free account
hub / github.com/cakevm/kabu / AnvilDebugProvider

Class AnvilDebugProvider

crates/node/debug-provider/src/debugprovider.rs:24–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23#[derive(Clone, Debug)]
24pub struct AnvilDebugProvider<PN, PA, N>
25where
26 N: Network,
27 PN: Provider<N> + Send + Sync + Clone + 'static,
28 PA: Provider<N> + Send + Sync + Clone + 'static,
29{
30 _node: PN,
31 _anvil: PA,
32 _anvil_instance: Option<Arc<AnvilInstance>>,
33 block_number: BlockNumberOrTag,
34 _n: PhantomData<N>,
35}
36
37pub struct AnvilDebugProviderFactory {}
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected