Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
CSyncCheckpoint Class Reference

#include <checkpointsync.h>

Inheritance diagram for CSyncCheckpoint:
Inheritance graph
[legend]
Collaboration diagram for CSyncCheckpoint:
Collaboration graph
[legend]

Public Member Functions

 CSyncCheckpoint ()
 
 IMPLEMENT_SERIALIZE (READWRITE(vchMsg);READWRITE(vchSig);) void SetNull()
 
bool IsNull () const
 
uint256 GetHash () const
 
bool RelayTo (CNode *pnode) const
 
bool CheckSignature ()
 
bool ProcessSyncCheckpoint (CNode *pfrom)
 
- Public Member Functions inherited from CUnsignedSyncCheckpoint
 IMPLEMENT_SERIALIZE (READWRITE(this->nVersion);nVersion=this->nVersion;READWRITE(hashCheckpoint);) void SetNull()
 
std::string ToString () const
 
void print () const
 

Public Attributes

std::vector< unsigned char > vchMsg
 
std::vector< unsigned char > vchSig
 
- Public Attributes inherited from CUnsignedSyncCheckpoint
int nVersion
 
uint256 hashCheckpoint
 

Static Public Attributes

static const std::string strMainPubKey = "04b9ff17f2865bc685456429defb94fcb1ffc44a98703f0d62513fa47e7b76e4c6ab10b59e2c068d45f6a04b47bcee8b0fa50b33bfa53ff279a02863dbf1da6128"
 
static const std::string strTestPubKey = "04db371d2b99df9e7962b2ce2369ada9821261e7f943a57a7ff3494d7d6c87939d3632fcaa2878bd5e45cfea0ea435fd6ee049a28ccbd0998ea3aadeb7abeed065"
 
static std::string strMasterPrivKey = ""
 

Detailed Description

Definition at line 77 of file checkpointsync.h.

Constructor & Destructor Documentation

CSyncCheckpoint::CSyncCheckpoint ( )
inline

Definition at line 87 of file checkpointsync.h.

Member Function Documentation

bool CSyncCheckpoint::CheckSignature ( )

Definition at line 393 of file checkpointsync.cpp.

uint256 CSyncCheckpoint::GetHash ( ) const
inline

Definition at line 110 of file checkpointsync.h.

CSyncCheckpoint::IMPLEMENT_SERIALIZE ( READWRITE(vchMsg);READWRITE(vchSig);  )
inline

Definition at line 93 of file checkpointsync.h.

bool CSyncCheckpoint::IsNull ( ) const
inline

Definition at line 105 of file checkpointsync.h.

bool CSyncCheckpoint::ProcessSyncCheckpoint ( CNode pfrom)

Definition at line 407 of file checkpointsync.cpp.

bool CSyncCheckpoint::RelayTo ( CNode pnode) const
inline

Definition at line 115 of file checkpointsync.h.

Member Data Documentation

const std::string CSyncCheckpoint::strMainPubKey = "04b9ff17f2865bc685456429defb94fcb1ffc44a98703f0d62513fa47e7b76e4c6ab10b59e2c068d45f6a04b47bcee8b0fa50b33bfa53ff279a02863dbf1da6128"
static

Definition at line 80 of file checkpointsync.h.

std::string CSyncCheckpoint::strMasterPrivKey = ""
static

Definition at line 82 of file checkpointsync.h.

const std::string CSyncCheckpoint::strTestPubKey = "04db371d2b99df9e7962b2ce2369ada9821261e7f943a57a7ff3494d7d6c87939d3632fcaa2878bd5e45cfea0ea435fd6ee049a28ccbd0998ea3aadeb7abeed065"
static

Definition at line 81 of file checkpointsync.h.

std::vector<unsigned char> CSyncCheckpoint::vchMsg

Definition at line 84 of file checkpointsync.h.

std::vector<unsigned char> CSyncCheckpoint::vchSig

Definition at line 85 of file checkpointsync.h.


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