Module sui_types::storage

source ·

Modules§

Structs§

Enums§

  • DeleteKind together with the old sequence number prior to the deletion, if available. For normal deletion and wrap, we always will consult the object store to obtain the old sequence number. For UnwrapThenDelete however, in the old protocol where simplified_unwrap_then_delete is false, we will consult the object store to obtain the old sequence number, which latter will be put in modified_at_versions; in the new protocol where simplified_unwrap_then_delete is true, we will not consult the object store, and hence won’t have the old sequence number.
  • A potential input to a transaction.

Traits§

Functions§

Type Aliases§