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