Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
CBlockHeader Member List

This is the complete list of members for CBlockHeader, including all inherited members.

CBlockHeader()CBlockHeaderinline
CURRENT_VERSIONCBlockHeaderstatic
GetBlockTime() const CBlockHeaderinline
GetHash() const CBlockHeaderinline
hashMerkleRootCBlockHeader
hashPrevBlockCBlockHeader
IMPLEMENT_SERIALIZE(READWRITE(this->nVersion);nVersion=this->nVersion;READWRITE(hashPrevBlock);READWRITE(hashMerkleRoot);READWRITE(nTime);READWRITE(nBits);READWRITE(nNonce);) void SetNull()CBlockHeaderinline
IsNull() const CBlockHeaderinline
nBitsCBlockHeader
nNonceCBlockHeader
nTimeCBlockHeader
nVersionCBlockHeader
UpdateTime(const CBlockIndex *pindexPrev)CBlockHeader