wallet::WalletBatch::LoadWallet

Loads the wallet contents from the database into the given wallet.

Synopsis

Declared in <wallet/walletdb.h>

DBErrors
LoadWallet(CWallet* pwallet);

Return Value

A status describing the outcome of the load.

Parameters

NameDescription
pwalletThe wallet to populate.