MCPcopy 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

setupFunction · 0.80

Calls 2

walletsMethod · 0.80
watcherMethod · 0.80

Tested by

no test coverage detected