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

#include <main.h>

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

Public Member Functions

 CBlock ()
 
 CBlock (const CBlockHeader &header)
 
 IMPLEMENT_SERIALIZE (READWRITE(*(CBlockHeader *) this);READWRITE(vtx);) void SetNull()
 
uint256 GetPoWHash () const
 
CBlockHeader GetBlockHeader () const
 
uint256 BuildMerkleTree () const
 
const uint256GetTxHash (unsigned int nIndex) const
 
std::vector< uint256GetMerkleBranch (int nIndex) const
 
bool WriteToDisk (CDiskBlockPos &pos)
 
bool ReadFromDisk (const CDiskBlockPos &pos)
 
void print () const
 
bool DisconnectBlock (CValidationState &state, CBlockIndex *pindex, CCoinsViewCache &coins, bool *pfClean=NULL)
 Undo the effects of this block (with given index) on the UTXO set represented by coins. More...
 
bool ConnectBlock (CValidationState &state, CBlockIndex *pindex, CCoinsViewCache &coins, bool fJustCheck=false)
 
bool ReadFromDisk (const CBlockIndex *pindex)
 
bool AddToBlockIndex (CValidationState &state, const CDiskBlockPos &pos)
 
bool CheckBlock (CValidationState &state, bool fCheckPOW=true, bool fCheckMerkleRoot=true) const
 
bool AcceptBlock (CValidationState &state, CDiskBlockPos *dbp=NULL)
 
- Public Member Functions inherited from CBlockHeader
 CBlockHeader ()
 
 IMPLEMENT_SERIALIZE (READWRITE(this->nVersion);nVersion=this->nVersion;READWRITE(hashPrevBlock);READWRITE(hashMerkleRoot);READWRITE(nTime);READWRITE(nBits);READWRITE(nNonce);) void SetNull()
 
bool IsNull () const
 
uint256 GetHash () const
 
int64 GetBlockTime () const
 
void UpdateTime (const CBlockIndex *pindexPrev)
 

Static Public Member Functions

static uint256 CheckMerkleBranch (uint256 hash, const std::vector< uint256 > &vMerkleBranch, int nIndex)
 

Public Attributes

std::vector< CTransactionvtx
 
std::vector< uint256vMerkleTree
 
- Public Attributes inherited from CBlockHeader
int nVersion
 
uint256 hashPrevBlock
 
uint256 hashMerkleRoot
 
unsigned int nTime
 
unsigned int nBits
 
unsigned int nNonce
 

Additional Inherited Members

- Static Public Attributes inherited from CBlockHeader
static const int CURRENT_VERSION =2
 

Detailed Description

Definition at line 1334 of file main.h.

Constructor & Destructor Documentation

CBlock::CBlock ( )
inline

Definition at line 1343 of file main.h.

CBlock::CBlock ( const CBlockHeader header)
inline

Definition at line 1348 of file main.h.

Member Function Documentation

bool CBlock::AcceptBlock ( CValidationState state,
CDiskBlockPos dbp = NULL 
)

Definition at line 2219 of file main.cpp.

bool CBlock::AddToBlockIndex ( CValidationState state,
const CDiskBlockPos pos 
)

Definition at line 2020 of file main.cpp.

uint256 CBlock::BuildMerkleTree ( ) const
inline

Definition at line 1386 of file main.h.

bool CBlock::CheckBlock ( CValidationState state,
bool  fCheckPOW = true,
bool  fCheckMerkleRoot = true 
) const

Definition at line 2165 of file main.cpp.

static uint256 CBlock::CheckMerkleBranch ( uint256  hash,
const std::vector< uint256 > &  vMerkleBranch,
int  nIndex 
)
inlinestatic

Definition at line 1427 of file main.h.

bool CBlock::ConnectBlock ( CValidationState state,
CBlockIndex pindex,
CCoinsViewCache coins,
bool  fJustCheck = false 
)

Definition at line 1677 of file main.cpp.

bool CBlock::DisconnectBlock ( CValidationState state,
CBlockIndex pindex,
CCoinsViewCache coins,
bool *  pfClean = NULL 
)

Undo the effects of this block (with given index) on the UTXO set represented by coins.

In case pfClean is provided, operation will try to be tolerant about errors, and *pfClean will be true if no problems were found. Otherwise, the return value will be false in case of problems. Note that in any case, coins may be modified.

Definition at line 1558 of file main.cpp.

CBlockHeader CBlock::GetBlockHeader ( ) const
inline

Definition at line 1374 of file main.h.

std::vector<uint256> CBlock::GetMerkleBranch ( int  nIndex) const
inline

Definition at line 1411 of file main.h.

uint256 CBlock::GetPoWHash ( ) const
inline

Definition at line 1367 of file main.h.

const uint256& CBlock::GetTxHash ( unsigned int  nIndex) const
inline

Definition at line 1405 of file main.h.

CBlock::IMPLEMENT_SERIALIZE ( READWRITE(*(CBlockHeader *) this);READWRITE(vtx);  )
inline

Definition at line 1355 of file main.h.

void CBlock::print ( ) const
inline

Definition at line 1494 of file main.h.

bool CBlock::ReadFromDisk ( const CDiskBlockPos pos)
inline

Definition at line 1468 of file main.h.

bool CBlock::ReadFromDisk ( const CBlockIndex pindex)

Definition at line 1058 of file main.cpp.

bool CBlock::WriteToDisk ( CDiskBlockPos pos)
inline

Definition at line 1442 of file main.h.

Member Data Documentation

std::vector<uint256> CBlock::vMerkleTree
mutable

Definition at line 1341 of file main.h.

std::vector<CTransaction> CBlock::vtx

Definition at line 1338 of file main.h.


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