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