CatapultServer
v0.5.0.1 (Elephant)
|
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... | |