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