#include <pubkey.h>
|
void | Encode (unsigned char code[74]) const |
|
void | Decode (const unsigned char code[74]) |
|
bool | Derive (CExtPubKey &out, unsigned int nChild) const |
|
unsigned int | GetSerializeSize (int nType, int nVersion) const |
|
template<typename Stream > |
void | Serialize (Stream &s, int nType, int nVersion) const |
|
template<typename Stream > |
void | Unserialize (Stream &s, int nType, int nVersion) |
|
Definition at line 195 of file pubkey.h.
◆ Decode()
void CExtPubKey::Decode |
( |
const unsigned char |
code[74] | ) |
|
◆ Derive()
bool CExtPubKey::Derive |
( |
CExtPubKey & |
out, |
|
|
unsigned int |
nChild |
|
) |
| const |
◆ Encode()
void CExtPubKey::Encode |
( |
unsigned char |
code[74] | ) |
const |
◆ GetSerializeSize()
unsigned int CExtPubKey::GetSerializeSize |
( |
int |
nType, |
|
|
int |
nVersion |
|
) |
| const |
|
inline |
◆ Serialize()
template<typename Stream >
void CExtPubKey::Serialize |
( |
Stream & |
s, |
|
|
int |
nType, |
|
|
int |
nVersion |
|
) |
| const |
|
inline |
◆ Unserialize()
template<typename Stream >
void CExtPubKey::Unserialize |
( |
Stream & |
s, |
|
|
int |
nType, |
|
|
int |
nVersion |
|
) |
| |
|
inline |
◆ operator==
◆ chaincode
◆ nChild
unsigned int CExtPubKey::nChild |
◆ nDepth
unsigned char CExtPubKey::nDepth |
◆ pubkey
◆ vchFingerprint
unsigned char CExtPubKey::vchFingerprint[4] |
The documentation for this struct was generated from the following files: