![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#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 | GetHash3 () const |
| int64_t | GetBlockTime () 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 | nTime |
| uint32_t | nBits |
| uint32_t | nNonce |
| ADD_SERIALIZE_METHODS | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| std::string CBlock::ToString | ( | ) | const |
| std::vector<CTransactionRef> CBlock::vtx |
1.8.14