![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <checkpointsync.h>
Public Member Functions | |
IMPLEMENT_SERIALIZE (READWRITE(this->nVersion);nVersion=this->nVersion;READWRITE(hashCheckpoint);) void SetNull() | |
std::string | ToString () const |
void | print () const |
Public Attributes | |
int | nVersion |
uint256 | hashCheckpoint |
Definition at line 41 of file checkpointsync.h.
|
inline |
Definition at line 48 of file checkpointsync.h.
|
inline |
Definition at line 71 of file checkpointsync.h.
|
inline |
Definition at line 60 of file checkpointsync.h.
uint256 CUnsignedSyncCheckpoint::hashCheckpoint |
Definition at line 45 of file checkpointsync.h.
int CUnsignedSyncCheckpoint::nVersion |
Definition at line 44 of file checkpointsync.h.