[#wallet-WalletBatch-WriteWalletFlags] = xref:wallet.adoc[wallet]::xref:wallet/WalletBatch.adoc[WalletBatch]::WriteWalletFlags :relfileprefix: ../../ :mrdocs: Writes the wallet flags. == Synopsis Declared in `<wallet/walletdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool WriteWalletFlags(uint64_t flags); ---- == Return Value true if the record was written. == Parameters [cols="1,4"] |=== | Name| Description | *flags* | The wallet flags to store. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#