Bitcoin ABC 0.30.3
P2P Digital Currency
|
#include <block.h>
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< CTransactionRef > | vtx |
bool | fChecked |
Public Attributes inherited from CBlockHeader | |
int32_t | nVersion |
BlockHash | hashPrevBlock |
uint256 | hashMerkleRoot |
uint32_t | nTime |
uint32_t | nBits |
uint32_t | nNonce |
|
inline |
|
inline |
|
inline |
|
inline |
std::string CBlock::ToString | ( | ) | const |
std::vector<CTransactionRef> CBlock::vtx |