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

Name

Description

pwallet

The wallet to populate.

Created with MrDocs