Module execution

Source

Structs§

DynamicallyLoadedObjectMetadata
ExecutionResultsV1
ExecutionResultsV2
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.

Enums§

ExecutionOutput
Captures the output of executing a transaction in the execution driver.
ExecutionResults
ExecutionTimeObservationKey
ExecutionTiming
SharedInput

Traits§

TypeLayoutStore
View of the store necessary to produce the layouts of types.

Type Aliases§

ConsensusStreamEndedInfo
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.
ConsensusStreamEndedObjects
A sequence of information about removed consensus objects in the transaction’s inputs.
ExecutionResult
ResultWithTimings