Simple HD chain data model.
Synopsis
Declared in <wallet/walletdb.h>
class CHDChain;
Member Functions
Name |
Description |
|
Constructs an HD chain initialized to the null state. |
Resets all fields to their default null state. |
|
Compares two HD chains for equality by seed id. |
|
Orders HD chains by seed id. |
Data Members
Name |
Description |
Next external index in the keypool to be used. Memory only. |
|
Next internal index in the keypool to be used. Memory only. |
|
Counter for the next external chain child key index. |
|
Counter for the next internal chain child key index. |
|
Serialized version of this HD chain. |
|
seed hash160 |
Static Data Members
Name |
Description |
Version number written for new HD chains. |
|
Version number for the original HD chain format. |
|
Version number for HD chains with separate internal and external counters. |
Created with MrDocs