![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
This is the complete list of members for CBlock, including all inherited members.
AcceptBlock(CValidationState &state, CDiskBlockPos *dbp=NULL) | CBlock | |
AddToBlockIndex(CValidationState &state, const CDiskBlockPos &pos) | CBlock | |
BuildMerkleTree() const | CBlock | inline |
CBlock() | CBlock | inline |
CBlock(const CBlockHeader &header) | CBlock | inline |
CBlockHeader() | CBlockHeader | inline |
CheckBlock(CValidationState &state, bool fCheckPOW=true, bool fCheckMerkleRoot=true) const | CBlock | |
CheckMerkleBranch(uint256 hash, const std::vector< uint256 > &vMerkleBranch, int nIndex) | CBlock | inlinestatic |
ConnectBlock(CValidationState &state, CBlockIndex *pindex, CCoinsViewCache &coins, bool fJustCheck=false) | CBlock | |
CURRENT_VERSION | CBlockHeader | static |
DisconnectBlock(CValidationState &state, CBlockIndex *pindex, CCoinsViewCache &coins, bool *pfClean=NULL) | CBlock | |
GetBlockHeader() const | CBlock | inline |
GetBlockTime() const | CBlockHeader | inline |
GetHash() const | CBlockHeader | inline |
GetMerkleBranch(int nIndex) const | CBlock | inline |
GetPoWHash() const | CBlock | inline |
GetTxHash(unsigned int nIndex) const | CBlock | inline |
hashMerkleRoot | CBlockHeader | |
hashPrevBlock | CBlockHeader | |
IMPLEMENT_SERIALIZE(READWRITE(*(CBlockHeader *) this);READWRITE(vtx);) void SetNull() | CBlock | inline |
CBlockHeader::IMPLEMENT_SERIALIZE(READWRITE(this->nVersion);nVersion=this->nVersion;READWRITE(hashPrevBlock);READWRITE(hashMerkleRoot);READWRITE(nTime);READWRITE(nBits);READWRITE(nNonce);) void SetNull() | CBlockHeader | inline |
IsNull() const | CBlockHeader | inline |
nBits | CBlockHeader | |
nNonce | CBlockHeader | |
nTime | CBlockHeader | |
nVersion | CBlockHeader | |
print() const | CBlock | inline |
ReadFromDisk(const CDiskBlockPos &pos) | CBlock | inline |
ReadFromDisk(const CBlockIndex *pindex) | CBlock | |
UpdateTime(const CBlockIndex *pindexPrev) | CBlockHeader | |
vMerkleTree | CBlock | mutable |
vtx | CBlock | |
WriteToDisk(CDiskBlockPos &pos) | CBlock | inline |