Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ HaveWatchOnly
Method
HaveWatchOnly
src/wallet/scriptpubkeyman.cpp:867–871 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
865
}
866
867
bool LegacyScriptPubKeyMan::HaveWatchOnly(const CScript &dest) const
868
{
869
LOCK(cs_KeyStore);
870
return setWatchOnly.count(dest) > 0;
871
}
872
873
bool LegacyScriptPubKeyMan::HaveWatchOnly() const
874
{
Callers
5
IsMineInner
Function · 0.80
haveWatchOnly
Method · 0.80
TestWatchOnlyPubKey
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
getbalances
Function · 0.80
Calls
2
count
Method · 0.80
empty
Method · 0.45
Tested by
2
TestWatchOnlyPubKey
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64