Bitcoin ABC  0.29.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CBlock Class Reference

#include <block.h>

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

Public Member Functions

 CBlock ()
 
 CBlock (const CBlockHeader &header)
 
 SERIALIZE_METHODS (CBlock, obj)
 
void SetNull ()
 
CBlockHeader GetBlockHeader () const
 
std::string ToString () const
 
- Public Member Functions inherited from CBlockHeader
 CBlockHeader ()
 
 SERIALIZE_METHODS (CBlockHeader, obj)
 
void SetNull ()
 
bool IsNull () const
 
BlockHash GetHash () const
 
NodeSeconds Time () const
 
int64_t GetBlockTime () const
 

Public Attributes

std::vector< CTransactionRefvtx
 
bool fChecked
 
- Public Attributes inherited from CBlockHeader
int32_t nVersion
 
BlockHash hashPrevBlock
 
uint256 hashMerkleRoot
 
uint32_t nTime
 
uint32_t nBits
 
uint32_t nNonce
 

Detailed Description

Definition at line 60 of file block.h.

Constructor & Destructor Documentation

◆ CBlock() [1/2]

CBlock::CBlock ( )
inline

Definition at line 68 of file block.h.

Here is the call graph for this function:

◆ CBlock() [2/2]

CBlock::CBlock ( const CBlockHeader header)
inline

Definition at line 70 of file block.h.

Here is the call graph for this function:

Member Function Documentation

◆ GetBlockHeader()

CBlockHeader CBlock::GetBlockHeader ( ) const
inline

Definition at line 86 of file block.h.

Here is the caller graph for this function:

◆ SERIALIZE_METHODS()

CBlock::SERIALIZE_METHODS ( CBlock  ,
obj   
)
inline

Definition at line 75 of file block.h.

◆ SetNull()

void CBlock::SetNull ( )
inline

Definition at line 80 of file block.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ToString()

std::string CBlock::ToString ( ) const

Definition at line 15 of file block.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ fChecked

bool CBlock::fChecked
mutable

Definition at line 66 of file block.h.

◆ vtx

std::vector<CTransactionRef> CBlock::vtx

Definition at line 63 of file block.h.


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