Module executor

Source

Structs§

ExecutionResult
The result of transactions execution.
TransactionExecutionStatus
UncommittedResult
The uncommitted result of transactions execution with database transaction. The caller should commit the result by itself.

Enums§

Error
ExecutionKind
The kind of execution.
ExecutionTypes
Execution wrapper where the types depend on the type of execution.
TransactionValidityError

Type Aliases§

ExecutionBlock
Starting point for executing a block. Production starts with a PartialFuelBlock. Validation starts with a full FuelBlock.
ExecutionType
Execution wrapper with only a single type.