Structs§
- Dynamically
Loaded Object Metadata - Execution
Results V1 - Execution
Results V2 - Used by sui-execution v1 and above, to capture the execution results from Move. The results represent the primitive information that can then be used to construct both transaction effects V1 and V2.
- Execution
Time Observation Chunk Key
Enums§
- Execution
Output - Captures the output of executing a transaction in the execution driver.
- Execution
Results - Execution
Retry Error - Signals that transaction execution should be retried later rather than committed. Unlike
ExecutionError, the transaction that produced it is not committed: execution still runs to completion and produces effects, but the authority discards those effects and re-enqueues the transaction once the condition clears. An enum so more retry reasons can be added. - Execution
Time Observation Key - Execution
Timing - Shared
Input
Traits§
- Type
Layout Store - View of the store necessary to produce the layouts of types.
Type Aliases§
- Consensus
Stream Ended Info - A type containing all of the information needed to work in execution with an object whose consensus stream is ended, and when committing the execution effects of the transaction. This holds: 0. The object ID.
- Consensus
Stream Ended Objects - A sequence of information about removed consensus objects in the transaction’s inputs.
- Execution
Result - Result
With Timings