[#wallet-CWallet-PopulateWalletFromDB] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::PopulateWalletFromDB :relfileprefix: ../../ :mrdocs: Load wallet records from the database into memory. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/DBErrors.adoc[DBErrors] PopulateWalletFromDB( xref:bilingual_str.adoc[bilingual_str]& error, std::vector<bilingual_str>& warnings); ---- == Return Value The database load result status. == Parameters [cols="1,4"] |=== | Name| Description | *error* | Set to an error message on failure. | *warnings* | Warnings produced while loading. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#