PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
CKeyMetadata Class Reference

#include <walletdb.h>

Collaboration diagram for CKeyMetadata:
[legend]

Public Member Functions

 CKeyMetadata ()
 
 CKeyMetadata (int64_t nCreateTime_)
 
 SERIALIZE_METHODS (CKeyMetadata, obj)
 
void SetNull ()
 
bool HasKeyOrigin () const
 

Public Attributes

int nVersion
 
int64_t nCreateTime
 
CKeyID hd_seed_id
 
KeyOriginInfo key_origin
 

Static Public Attributes

static const int VERSION_BASIC = 1
 
static const int VERSION_WITH_KEY_ORIGIN = 12
 
static const int CURRENT_VERSION = VERSION_WITH_KEY_ORIGIN
 

Detailed Description

Definition at line 59 of file walletdb.h.

Constructor & Destructor Documentation

◆ CKeyMetadata() [1/2]

CKeyMetadata::CKeyMetadata ( )
inline

Definition at line 73 of file walletdb.h.

Here is the call graph for this function:

◆ CKeyMetadata() [2/2]

CKeyMetadata::CKeyMetadata ( int64_t  nCreateTime_)
inlineexplicit

Definition at line 78 of file walletdb.h.

Here is the call graph for this function:

Member Function Documentation

◆ HasKeyOrigin()

bool CKeyMetadata::HasKeyOrigin ( ) const
inline

Definition at line 100 of file walletdb.h.

Here is the caller graph for this function:

◆ SERIALIZE_METHODS()

CKeyMetadata::SERIALIZE_METHODS ( CKeyMetadata  ,
obj   
)
inline

Definition at line 84 of file walletdb.h.

◆ SetNull()

void CKeyMetadata::SetNull ( )
inline

Definition at line 92 of file walletdb.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ CURRENT_VERSION

const int CKeyMetadata::CURRENT_VERSION = VERSION_WITH_KEY_ORIGIN
static

Definition at line 66 of file walletdb.h.

◆ hd_seed_id

CKeyID CKeyMetadata::hd_seed_id

Definition at line 70 of file walletdb.h.

◆ key_origin

KeyOriginInfo CKeyMetadata::key_origin

Definition at line 71 of file walletdb.h.

◆ nCreateTime

int64_t CKeyMetadata::nCreateTime

Definition at line 69 of file walletdb.h.

◆ nVersion

int CKeyMetadata::nVersion

Definition at line 68 of file walletdb.h.

◆ VERSION_BASIC

const int CKeyMetadata::VERSION_BASIC = 1
static

Definition at line 63 of file walletdb.h.

◆ VERSION_WITH_KEY_ORIGIN

const int CKeyMetadata::VERSION_WITH_KEY_ORIGIN = 12
static

Definition at line 64 of file walletdb.h.


The documentation for this class was generated from the following file: