MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / HaveWatchOnly

Method HaveWatchOnly

src/keystore.cpp:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

rpcdump.cppFile · 0.80
IsMineInnerFunction · 0.80
haveWatchOnlyMethod · 0.80
getBalancesMethod · 0.80

Calls 2

countMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected