Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwt-dev/bwt
/ get_wallets
Method
get_wallets
src/query.rs:478–480 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
476
//
477
478
pub fn get_wallets(&self) -> HashMap<Checksum, Wallet> {
479
self.indexer.read().unwrap().watcher().wallets().clone()
480
}
481
482
pub fn get_wallet(&self, checksum: &Checksum) -> Option<Wallet> {
483
self.indexer
Callers
1
setup
Function · 0.80
Calls
2
wallets
Method · 0.80
watcher
Method · 0.80
Tested by
no test coverage detected