Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
boot
Method · 0.45
Calls
1
addr
Method · 0.45
Tested by
no test coverage detected