Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwt-dev/bwt
/ wallets
Method
wallets
src/wallet.rs:112–114 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
110
}
111
112
pub fn wallets(&self) -> &HashMap<Checksum, Wallet> {
113
&self.wallets
114
}
115
116
pub fn get(&self, checksum: &Checksum) -> Option<&Wallet> {
117
self.wallets.get(checksum)
Callers
1
get_wallets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected