#include <walletdb.h>
Definition at line 120 of file walletdb.h.
◆ CKeyMetadata() [1/2]
CKeyMetadata::CKeyMetadata |
( |
| ) |
|
|
inline |
◆ CKeyMetadata() [2/2]
CKeyMetadata::CKeyMetadata |
( |
int64_t |
nCreateTime_ | ) |
|
|
inlineexplicit |
◆ SERIALIZE_METHODS()
◆ SetNull()
void CKeyMetadata::SetNull |
( |
| ) |
|
|
inline |
◆ CURRENT_VERSION
◆ has_key_origin
bool CKeyMetadata::has_key_origin = false |
Whether the key_origin is useful.
Definition at line 137 of file walletdb.h.
◆ hd_seed_id
CKeyID CKeyMetadata::hd_seed_id |
◆ hdKeypath
std::string CKeyMetadata::hdKeypath |
◆ key_origin
◆ nCreateTime
int64_t CKeyMetadata::nCreateTime |
◆ nVersion
int CKeyMetadata::nVersion |
◆ VERSION_BASIC
const int CKeyMetadata::VERSION_BASIC = 1 |
|
static |
◆ VERSION_WITH_HDDATA
const int CKeyMetadata::VERSION_WITH_HDDATA = 10 |
|
static |
◆ VERSION_WITH_KEY_ORIGIN
const int CKeyMetadata::VERSION_WITH_KEY_ORIGIN = 12 |
|
static |
The documentation for this class was generated from the following file: