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
Name |
Description |
pwallet |
The wallet to load the chain into. |
ssValue |
Stream with the record value. |
strErr |
Receives an error description on failure. |
Created with MrDocs