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