Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ HasEncryptionKeys
Method
HasEncryptionKeys
src/wallet/wallet.cpp:3569–3572 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3567
}
3568
3569
bool CWallet::HasEncryptionKeys() const
3570
{
3571
return !mapMasterKeys.empty();
3572
}
3573
3574
bool CWallet::HaveCryptedKeys() const
3575
{
Callers
15
WalletShowInfo
Function · 0.80
HaveKey
Method · 0.80
GetKey
Method · 0.80
GetPubKey
Method · 0.80
GetKeys
Method · 0.80
AddDescriptorKeyWithDB
Method · 0.80
SetupDescriptorGeneration
Method · 0.80
LoadWallet
Method · 0.80
isCrypted
Method · 0.80
isEncrypted
Method · 0.80
walletpassphrase
Function · 0.80
walletpassphrasechange
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected