6 #ifndef BITCOIN_PRIMITIVES_BLOCK_H 7 #define BITCOIN_PRIMITIVES_BLOCK_H 57 return (int64_t)
nTime;
66 std::vector<CTransactionRef>
vtx;
120 explicit CBlockLocator(
const std::vector<uint256>& vHaveIn) : vHave(vHaveIn) {}
137 return vHave.empty();
141 #endif // BITCOIN_PRIMITIVES_BLOCK_H
CBlockHeader GetBlockHeader() const
Describes a place in the block chain to another node such that if the other node doesn't have the sam...
SERIALIZE_METHODS(CBlockLocator, obj)
CBlock(const CBlockHeader &header)
SERIALIZE_METHODS(CBlock, obj)
#define READWRITEAS(type, obj)
std::string ToString(const T &t)
Locale-independent version of std::to_string.
std::vector< uint256 > vHave
CBlockLocator(const std::vector< uint256 > &vHaveIn)
std::vector< CTransactionRef > vtx