PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Public Attributes | Private Attributes | Static Private Attributes | List of all members
CHDPubKey Class Reference

#include <hdchain.h>

Collaboration diagram for CHDPubKey:
[legend]

Public Member Functions

 CHDPubKey ()
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 
std::string GetKeyPath () const
 

Public Attributes

CExtPubKey extPubKey
 
uint256 hdchainID
 
uint32_t nAccountIndex
 
uint32_t nChangeIndex
 
 ADD_SERIALIZE_METHODS
 

Private Attributes

int nVersion
 

Static Private Attributes

static const int CURRENT_VERSION = 1
 

Detailed Description

Definition at line 92 of file hdchain.h.

Constructor & Destructor Documentation

◆ CHDPubKey()

CHDPubKey::CHDPubKey ( )
inline

Definition at line 104 of file hdchain.h.

Member Function Documentation

◆ GetKeyPath()

std::string CHDPubKey::GetKeyPath ( ) const

Definition at line 171 of file hdchain.cpp.

Here is the call graph for this function:

◆ SerializationOp()

template<typename Stream , typename Operation >
void CHDPubKey::SerializationOp ( Stream &  s,
Operation  ser_action,
int  nType,
int  nVersion 
)
inline

Definition at line 108 of file hdchain.h.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CHDPubKey::ADD_SERIALIZE_METHODS

Definition at line 106 of file hdchain.h.

◆ CURRENT_VERSION

const int CHDPubKey::CURRENT_VERSION = 1
staticprivate

Definition at line 95 of file hdchain.h.

◆ extPubKey

CExtPubKey CHDPubKey::extPubKey

Definition at line 99 of file hdchain.h.

◆ hdchainID

uint256 CHDPubKey::hdchainID

Definition at line 100 of file hdchain.h.

◆ nAccountIndex

uint32_t CHDPubKey::nAccountIndex

Definition at line 101 of file hdchain.h.

◆ nChangeIndex

uint32_t CHDPubKey::nChangeIndex

Definition at line 102 of file hdchain.h.

◆ nVersion

int CHDPubKey::nVersion
private

Definition at line 96 of file hdchain.h.


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