wallet::LoadWallets

Load wallet databases.

Synopsis

Declared in <wallet/load.h>

bool
LoadWallets(WalletContext& context);

Return Value

true if all configured wallets were loaded successfully.

Parameters

NameDescription
contextThe wallet context the loaded wallets are added to.