MCPcopy Create free account
hub / github.com/bwt-dev/bwt / electrum_addr

Method electrum_addr

src/app.rs:233–235  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

231
232 #[cfg(feature = "electrum")]
233 pub fn electrum_addr(&self) -> Option<net::SocketAddr> {
234 Some(self.electrum.as_ref()?.addr())
235 }
236
237 #[cfg(feature = "http")]
238 pub fn http_addr(&self) -> Option<net::SocketAddr> {

Callers 1

bootMethod · 0.45

Calls 1

addrMethod · 0.45

Tested by

no test coverage detected