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

Go to the source code of this file.

Classes

struct  catapult::chain::BlockExecutionContext
 Block execution context. More...
 

Namespaces

 catapult
 
 catapult::model
 
 catapult::chain
 

Functions

void catapult::chain::ExecuteBlock (const model::BlockElement &blockElement, const BlockExecutionContext &executionContext)
 Executes blockElement using the specified execution context (executionContext). More...
 
void catapult::chain::RollbackBlock (const model::BlockElement &blockElement, const BlockExecutionContext &executionContext)
 Rollbacks blockElement using the specified execution context (executionContext). More...