 |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
Go to the documentation of this file.
61 assert(&_other !=
this);
63 verified = std::move(_other.verified);
Verified block info, combines block data and verified info/transactions.
std::vector< VerifiedBlock > VerifiedBlocks
VerifiedBlock & operator=(VerifiedBlock &&_other)
VerifiedBlockRef verified
Verified block structures.
bytesConstRef block
Block data reference.
bytes blockData
Block data.
VerifiedBlock(BlockHeader &&_bi)
std::vector< byte > bytes
std::vector< Transaction > transactions
Verified list of block transactions.
Verified block info, does not hold block data, but a reference instead.
VerifiedBlock(VerifiedBlock &&_other)
BlockHeader info
Prepopulated block info.