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

Method find_wallet_gap

src/query.rs:508–512  ·  view source on GitHub ↗
(&self, checksum: &Checksum)

Source from the content-addressed store, hash-verified

506 }
507
508 pub fn find_wallet_gap(&self, checksum: &Checksum) -> Option<usize> {
509 let indexer = self.indexer.read().unwrap();
510 let wallet = indexer.watcher().get(checksum)?;
511 wallet.find_gap(indexer.store())
512 }
513}
514
515// Attach descriptor and bip32 origin information when available

Callers 1

setupFunction · 0.80

Calls 4

getMethod · 0.80
watcherMethod · 0.80
find_gapMethod · 0.80
storeMethod · 0.80

Tested by

no test coverage detected