[#wallet-ScriptPubKeyMan-HaveCryptedKeys] = xref:wallet.adoc[wallet]::xref:wallet/ScriptPubKeyMan.adoc[ScriptPubKeyMan]::HaveCryptedKeys :relfileprefix: ../../ :mrdocs: Returns whether this ScriptPubKeyMan holds any encrypted private keys. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool HaveCryptedKeys() const; ---- == Return Value true if encrypted private keys are held. [.small]#Created with https://www.mrdocs.com[MrDocs]#