Anoncoin  0.9.4
P2P Digital Currency
Public Member Functions | Public Attributes | Friends | List of all members
CExtPubKey Struct Reference

#include <key.h>

Collaboration diagram for CExtPubKey:
[legend]

Public Member Functions

void Encode (unsigned char code[74]) const
 
void Decode (const unsigned char code[74])
 
bool Derive (CExtPubKey &out, unsigned int nChild) const
 

Public Attributes

unsigned char nDepth
 
unsigned char vchFingerprint [4]
 
unsigned int nChild
 
unsigned char vchChainCode [32]
 
CPubKey pubkey
 

Friends

bool operator== (const CExtPubKey &a, const CExtPubKey &b)
 

Detailed Description

Definition at line 278 of file key.h.

Member Function Documentation

void CExtPubKey::Decode ( const unsigned char  code[74])

Definition at line 613 of file key.cpp.

Here is the call graph for this function:

bool CExtPubKey::Derive ( CExtPubKey out,
unsigned int  nChild 
) const

Definition at line 621 of file key.cpp.

Here is the call graph for this function:

void CExtPubKey::Encode ( unsigned char  code[74]) const

Definition at line 603 of file key.cpp.

Here is the call graph for this function:

Friends And Related Function Documentation

bool operator== ( const CExtPubKey a,
const CExtPubKey b 
)
friend

Definition at line 285 of file key.h.

Member Data Documentation

unsigned int CExtPubKey::nChild

Definition at line 281 of file key.h.

unsigned char CExtPubKey::nDepth

Definition at line 279 of file key.h.

CPubKey CExtPubKey::pubkey

Definition at line 283 of file key.h.

unsigned char CExtPubKey::vchChainCode[32]

Definition at line 282 of file key.h.

unsigned char CExtPubKey::vchFingerprint[4]

Definition at line 280 of file key.h.


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