MCPcopy Create free account
hub / github.com/LUX-Core/lux / HaveWatchOnly

Method HaveWatchOnly

src/keystore.cpp:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164bool CBasicKeyStore::HaveWatchOnly(const CScript& dest) const
165{
166 LOCK(cs_KeyStore);
167 return setWatchOnly.count(dest) > 0;
168}
169
170bool CBasicKeyStore::HaveWatchOnly() const
171{

Callers 3

IsMineFunction · 0.80
ImportScriptFunction · 0.80
WalletModelMethod · 0.80

Calls 2

countMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected