Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ HasEncryptionKeys
Method
HasEncryptionKeys
src/wallet/wallet.cpp:3446–3449 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3444
}
3445
3446
bool CWallet::HasEncryptionKeys() const
3447
{
3448
return !mapMasterKeys.empty();
3449
}
3450
3451
ScriptPubKeyMan* CWallet::GetScriptPubKeyMan(const uint256& id) const
3452
{
Callers
7
AddKeyPubKeyWithDB
Method · 0.80
AddKeyPubKeyInner
Method · 0.80
HaveKey
Method · 0.80
GetKey
Method · 0.80
GetPubKey
Method · 0.80
GetKeys
Method · 0.80
AddDescriptorKeyWithDB
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected