Load wallet records from the database into memory.
Declared in <wallet/wallet.h>
DBErrors
PopulateWalletFromDB(
bilingual_str& error,
std::vector<bilingual_str>& warnings);
The database load result status.
| Name | Description |
|---|---|
| error | Set to an error message on failure. |
| warnings | Warnings produced while loading. |