Ethereum  PoC-8
The C++ Implementation of Ethereum
VerifiedBlock.h File Reference

Go to the source code of this file.

Classes

struct  dev::eth::VerifiedBlockRef
 Verified block info, does not hold block data, but a reference instead. More...
 
struct  dev::eth::VerifiedBlock
 Verified block info, combines block data and verified info/transactions. More...
 

Namespaces

 dev
 
 dev::eth
 

Typedefs

using dev::eth::VerifiedBlocks = std::vector< VerifiedBlock >