wallet::LoadHDChain

Loads HD chain data from a database record into the wallet.

Synopsis

Declared in <wallet/walletdb.h>

bool
LoadHDChain(
    CWallet* pwallet,
    DataStream& ssValue,
    std::string& strErr);

Return Value

true if the HD chain was loaded.

Parameters

NameDescription
pwalletThe wallet to load the chain into.
ssValueStream with the record value.
strErrReceives an error description on failure.