Loads HD chain data from a database record into the wallet.
Declared in <wallet/walletdb.h>
bool
LoadHDChain(
CWallet* pwallet,
DataStream& ssValue,
std::string& strErr);
true if the HD chain was loaded.
| Name | Description |
|---|---|
| pwallet | The wallet to load the chain into. |
| ssValue | Stream with the record value. |
| strErr | Receives an error description on failure. |