#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 |
| |
| 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 205 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 |
◆ 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==
◆ nChild
| unsigned int CExtPubKey::nChild |
◆ nDepth
| unsigned char CExtPubKey::nDepth |
◆ pubkey
◆ vchChainCode
| unsigned char CExtPubKey::vchChainCode[32] |
◆ vchFingerprint
| unsigned char CExtPubKey::vchFingerprint[4] |
The documentation for this struct was generated from the following files: