![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <block.h>
Public Member Functions | |
| CBlock () | |
| CBlock (const CBlockHeader &header) | |
| template<typename Stream , typename Operation > | |
| void | SerializationOp (Stream &s, Operation ser_action) |
| void | SetNull () |
| CBlockHeader | GetBlockHeader () const |
| std::string | ToString () const |
Public Member Functions inherited from CBlockHeader | |
| CBlockHeader () | |
| template<typename Stream , typename Operation > | |
| void | SerializationOp (Stream &s, Operation ser_action) |
| void | SetNull () |
| bool | IsNull () const |
| uint256 | GetHash () const |
| uint256 | GetHash (const Consensus::Params ¶ms) const |
| uint256 | GetHashWithoutSign () const |
| int64_t | GetBlockTime () const |
| CBlockHeader & | operator= (const CBlockHeader &other) |
| std::string | ToString () const |
Public Attributes | |
| std::vector< CTransactionRef > | vtx |
| bool | fChecked |
| ADD_SERIALIZE_METHODS | |
Public Attributes inherited from CBlockHeader | |
| int32_t | nVersion |
| uint256 | hashPrevBlock |
| uint256 | hashMerkleRoot |
| uint32_t | nHeight |
| uint32_t | nReserved [7] |
| uint32_t | nTime |
| uint32_t | nBits |
| uint256 | hashStateRoot |
| uint256 | hashUTXORoot |
| uint256 | nNonce |
| std::vector< unsigned char > | nSolution |
| ADD_SERIALIZE_METHODS | |
Additional Inherited Members | |
Static Public Attributes inherited from CBlockHeader | |
| static const size_t | HEADER_SIZE = 4+32+32+4+28+4+4+32 |
| static const size_t | HEADER_NEWSIZE = 4+32+32+4+28+4+4+32+32+32 |
|
inline |
|
inline |
|
inline |
|
inline |
| std::string CBlock::ToString | ( | ) | const |
| std::vector<CTransactionRef> CBlock::vtx |
1.8.11