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

Function get_esplora_url

bridge/src/client/esplora.rs:9–14  ·  view source on GitHub ↗

TODO: Needs to be updated for production environment.

(network: Network)

Source from the content-addressed store, hash-verified

7
8// TODO: Needs to be updated for production environment.
9pub fn get_esplora_url(network: Network) -> &'static str {
10 match network {
11 Network::Regtest => REGTEST_ESPLORA_URL,
12 _ => BITVM_SIGNET_ESPLORA_URL,
13 }
14}

Callers 4

newMethod · 0.85
newMethod · 0.85
newMethod · 0.85
setup_testFunction · 0.85

Calls

no outgoing calls

Tested by 1

setup_testFunction · 0.68