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