MCPcopy Create free account
hub / github.com/BitVM/BitVM / EthereumInitConfig

Class EthereumInitConfig

bridge/src/client/chain/ethereum_adaptor.rs:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59pub struct EthereumInitConfig {
60 pub rpc_url: Url,
61 pub bridge_address: EvmAddress,
62 pub bridge_creation_block: u64,
63 pub to_block: Option<BlockNumberOrTag>,
64}
65
66impl EthereumAdaptor {
67 async fn get_sol_events<T>(&self) -> Result<Vec<Log<T>>, String>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected