Load wallet records from the database into memory.

Synopsis

Declared in <wallet/wallet.h>

DBErrors
PopulateWalletFromDB(
    bilingual_str& error,
    std::vector<bilingual_str>& warnings);

Return Value

The database load result status.

Parameters

Name

Description

error

Set to an error message on failure.

warnings

Warnings produced while loading.

Created with MrDocs