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

Enum DestinationNetwork

bridge/src/constants.rs:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28#[derive(Eq, PartialEq, Clone, Copy)]
29pub enum DestinationNetwork {
30 /// Mainnet Ethereum.
31 Ethereum,
32 /// Ethereum's testnet network.
33 EthereumSepolia,
34 /// Locally hosted network.
35 Local,
36}
37
38impl fmt::Display for DestinationNetwork {
39 fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected