MCPcopy 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
3446bool CWallet::HasEncryptionKeys() const
3447{
3448 return !mapMasterKeys.empty();
3449}
3450
3451ScriptPubKeyMan* CWallet::GetScriptPubKeyMan(const uint256& id) const
3452{

Callers 7

AddKeyPubKeyWithDBMethod · 0.80
AddKeyPubKeyInnerMethod · 0.80
HaveKeyMethod · 0.80
GetKeyMethod · 0.80
GetPubKeyMethod · 0.80
GetKeysMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected