![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <hdchain.h>
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 |
std::string CHDPubKey::GetKeyPath | ( | ) | const |
Definition at line 209 of file hdchain.cpp.
|
inline |
CExtPubKey CHDPubKey::extPubKey |
Definition at line 130 of file hdchain.h.
Referenced by CWallet::AddHDPubKey(), CWallet::GetKey(), GetKeyPath(), CWallet::GetPubKey(), CWallet::LoadHDPubKey(), and CWalletDB::WriteHDPubKey().
uint256 CHDPubKey::hdchainID |
Definition at line 131 of file hdchain.h.
Referenced by CWallet::AddHDPubKey(), and SerializationOp().
uint32_t CHDPubKey::nAccountIndex |
Definition at line 132 of file hdchain.h.
Referenced by CWallet::GetKey(), GetKeyPath(), and SerializationOp().
uint32_t CHDPubKey::nChangeIndex |
Definition at line 133 of file hdchain.h.
Referenced by CWallet::AddHDPubKey(), CWallet::GetKey(), GetKeyPath(), and SerializationOp().
|
private |
Definition at line 127 of file hdchain.h.
Referenced by SerializationOp().