[#wallet-LoadWallets] = xref:wallet.adoc[wallet]::LoadWallets :relfileprefix: ../ :mrdocs: Load wallet databases. == Synopsis Declared in `<wallet/load.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool LoadWallets(xref:wallet/WalletContext.adoc[WalletContext]& context); ---- == Return Value true if all configured wallets were loaded successfully. == Parameters [cols="1,4"] |=== | Name| Description | *context* | The wallet context the loaded wallets are added to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#