Module sui_types::execution

source ·

Structs§

Enums§

Traits§

Functions§

  • If a transaction digest shows up in this list, when executing such transaction, we will always return ExecutionError::CertificateDenied without 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:

Type Aliases§

  • 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.
  • A sequence of information about deleted shared objects in the transaction’s inputs.