CatapultServer  v0.5.0.1 (Elephant)
Block.h File Reference
Include dependency graph for Block.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  catapult::model::BlockHeader
 Binary layout for a block header. More...
 
struct  catapult::model::Block
 Binary layout for a block. More...
 

Namespaces

 catapult
 
 catapult::model
 

Functions

size_t catapult::model::GetTransactionPayloadSize (const BlockHeader &header)
 Gets the number of bytes containing transaction data according to header. More...
 
bool catapult::model::IsSizeValid (const Block &block, const TransactionRegistry &registry)