sui_types::execution

Type Alias ConsensusStreamEndedInfo

Source
pub type ConsensusStreamEndedInfo = (ObjectID, SequenceNumber, bool, TransactionDigest);
Expand description

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.

  1. The version.
  2. Whether the object appeared as mutable (or owned) in the transaction, or as read-only.
  3. The transaction digest of the previous transaction that used this object mutably or took it by value.