![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#include <walletdb.h>
Public Member Functions | |
| CKeyMetadata () | |
| CKeyMetadata (int64_t nCreateTime_) | |
| SERIALIZE_METHODS (CKeyMetadata, obj) | |
| void | SetNull () |
Public Attributes | |
| int | nVersion |
| int64_t | nCreateTime |
| std::string | hdKeypath |
| CKeyID | hd_seed_id |
| KeyOriginInfo | key_origin |
| bool | has_key_origin = false |
| Whether the key_origin is useful. More... | |
Static Public Attributes | |
| static const int | VERSION_BASIC =1 |
| static const int | VERSION_WITH_HDDATA =10 |
| static const int | VERSION_WITH_KEY_ORIGIN = 12 |
| static const int | CURRENT_VERSION =VERSION_WITH_KEY_ORIGIN |
Definition at line 122 of file walletdb.h.
|
inline |
|
inlineexplicit |
|
inline |
Definition at line 146 of file walletdb.h.
|
inline |
Definition at line 159 of file walletdb.h.
|
static |
Definition at line 128 of file walletdb.h.
| bool CKeyMetadata::has_key_origin = false |
Whether the key_origin is useful.
Definition at line 134 of file walletdb.h.
| CKeyID CKeyMetadata::hd_seed_id |
Definition at line 132 of file walletdb.h.
| std::string CKeyMetadata::hdKeypath |
Definition at line 131 of file walletdb.h.
| KeyOriginInfo CKeyMetadata::key_origin |
Definition at line 133 of file walletdb.h.
| int64_t CKeyMetadata::nCreateTime |
Definition at line 130 of file walletdb.h.
| int CKeyMetadata::nVersion |
Definition at line 129 of file walletdb.h.
|
static |
Definition at line 125 of file walletdb.h.
|
static |
Definition at line 126 of file walletdb.h.
|
static |
Definition at line 127 of file walletdb.h.
1.8.8