[#wallet-VerifyWallets] = xref:wallet.adoc[wallet]::VerifyWallets :relfileprefix: ../ :mrdocs: Responsible for reading and validating the ‐wallet arguments and verifying the wallet database. == Synopsis Declared in `<wallet/load.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool VerifyWallets(xref:wallet/WalletContext.adoc[WalletContext]& context); ---- == Return Value true if all configured wallets were verified successfully. == Parameters [cols="1,4"] |=== | Name| Description | *context* | The wallet context holding the shared state and arguments. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#