Skip to main content

ReadConsensusStreamEnded

A transaction that wanted to read a consensus-managed object but couldn't because it became not-consensus-managed before the transaction executed (for example, it was deleted, turned into an owned object, or wrapped).

type ReadConsensusStreamEnded {
address: SuiAddress
sequenceNumber: UInt53
}

Fields

ReadConsensusStreamEnded.address ● SuiAddress scalar

The ID of the consensus-managed object.

ReadConsensusStreamEnded.sequenceNumber ● UInt53 scalar

The sequence number associated with the consensus stream ending.

Implemented By

UnchangedConsensusObject union