Structs§
- The result of transactions execution.
- The uncommitted result of transactions execution with database transaction. The caller should commit the result by itself.
Enums§
- The kind of execution.
- Execution wrapper where the types depend on the type of execution.
Type Aliases§
- Starting point for executing a block. Production starts with a
PartialFuelBlock
. Validation starts with a fullFuelBlock
. - Execution wrapper with only a single type.