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