6#ifndef BITCOIN_PRIMITIVES_BLOCK_H
7#define BITCOIN_PRIMITIVES_BLOCK_H
57 return (int64_t)
nTime;
66 std::vector<CTransactionRef>
vtx;
124 int nVersion = s.GetVersion();
137 return vHave.empty();
std::string ToString() const
std::vector< CTransactionRef > vtx
SERIALIZE_METHODS(CBlock, obj)
CBlockHeader GetBlockHeader() const
CBlock(const CBlockHeader &header)
#define READWRITEAS(type, obj)
Describes a place in the block chain to another node such that if the other node doesn't have the sam...
CBlockLocator(const std::vector< uint256 > &vHaveIn)
SERIALIZE_METHODS(CBlockLocator, obj)
std::vector< uint256 > vHave