[#wallet-WalletStorage-IsWalletFlagSet] = xref:wallet.adoc[wallet]::xref:wallet/WalletStorage.adoc[WalletStorage]::IsWalletFlagSet :relfileprefix: ../../ :mrdocs: Returns whether the given wallet flag is set. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool IsWalletFlagSet(uint64_t flag) const = 0; ---- == Return Value true if the flag is set. == Parameters [cols="1,4"] |=== | Name| Description | *flag* | The wallet flag bit to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#