Structs§
- Dynamically
Loaded Object Metadata - Execution
Results V1 - Used by iota-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 effect V1.
Enums§
Traits§
- Type
Layout Store - View of the store necessary to produce the layouts of types.
Functions§
- get_
denied_ certificates - If a transaction digest shows up in this list, when executing such
transaction, we will always return
ExecutionError::CertificateDeniedwithout executing it (but still do gas smashing). Because this list is not gated by protocol version, there are a few important criteria for adding a digest to this list: - is_
certificate_ denied
Type Aliases§
- Deleted
Shared Object Info - A type containing all of the information needed to work with a deleted shared object in execution and when committing the execution effects of the transaction. This holds: 0. The object ID of the deleted shared object.
- Deleted
Shared Objects - A sequence of information about deleted shared objects in the transaction’s inputs.
- Execution
Result - Result
With Timings