Metadata about a wallet key, such as its creation time and HD derivation info.
Synopsis
Declared in <wallet/walletdb.h>
class CKeyMetadata;
Member Functions
Name |
Description |
|
Constructors |
Resets all fields to their default null state. |
Data Members
Name |
Description |
Whether the key_origin is useful |
|
optional HD/bip32 keypath. Still used to determine whether a key is a seed. Also kept for backwards compatibility |
|
id of the HD seed used to derive this key |
|
Key origin info with path and fingerprint |
|
Key creation time as a unix timestamp; 0 means unknown. |
|
Serialized version of this metadata. |
Static Data Members
Name |
Description |
Version number written for new key metadata. |
|
Original key metadata version. |
|
Metadata version that adds HD keypath and seed id. |
|
Metadata version that adds key origin info. |
Created with MrDocs