Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
bool CBasicKeyStore::HaveWatchOnly(const CScript &dest) const
166
{
167
LOCK(cs_KeyStore);
168
return setWatchOnly.count(dest) > 0;
169
}
170
171
bool CBasicKeyStore::HaveWatchOnly() const
172
{
Callers
4
rpcdump.cpp
File · 0.80
IsMineInner
Function · 0.80
haveWatchOnly
Method · 0.80
getBalances
Method · 0.80
Calls
2
count
Method · 0.45
empty
Method · 0.45
Tested by
no test coverage detected