Bitcoin Core  27.99.0
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
 
uint256 GetHash () const
 
NodeSeconds Time () const
 
int64_t GetBlockTime () const
 

Public Attributes

std::vector< CTransactionRefvtx
 
bool fChecked
 
bool m_checked_witness_commitment {false}
 
bool m_checked_merkle_root {false}
 
- Public Attributes inherited from CBlockHeader
int32_t nVersion
 
uint256 hashPrevBlock
 
uint256 hashMerkleRoot
 
uint32_t nTime
 
uint32_t nBits
 
uint32_t nNonce
 

Detailed Description

Definition at line 68 of file block.h.

Constructor & Destructor Documentation

◆ CBlock() [1/2]

CBlock::CBlock ( )
inline

Definition at line 79 of file block.h.

Here is the call graph for this function:

◆ CBlock() [2/2]

CBlock::CBlock ( const CBlockHeader header)
inline

Definition at line 84 of file block.h.

Here is the call graph for this function:

Member Function Documentation

◆ GetBlockHeader()

CBlockHeader CBlock::GetBlockHeader ( ) const
inline

Definition at line 104 of file block.h.

Here is the caller graph for this function:

◆ SERIALIZE_METHODS()

CBlock::SERIALIZE_METHODS ( CBlock  ,
obj   
)
inline

Definition at line 90 of file block.h.

◆ SetNull()

void CBlock::SetNull ( )
inline

Definition at line 95 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 16 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 75 of file block.h.

◆ m_checked_merkle_root

bool CBlock::m_checked_merkle_root {false}
mutable

Definition at line 77 of file block.h.

◆ m_checked_witness_commitment

bool CBlock::m_checked_witness_commitment {false}
mutable

Definition at line 76 of file block.h.

◆ vtx

std::vector<CTransactionRef> CBlock::vtx

Definition at line 72 of file block.h.


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