Skip to main content
⚠️ This is the beta version of the Sui GraphQL schema. The beta schema will replace the alpha GraphQL schema upon its official release.

MutateConsensusStreamEnded

A transaction that wanted to mutate 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 MutateConsensusStreamEnded {
address: SuiAddress
sequenceNumber: UInt53
}

Fields

MutateConsensusStreamEnded.address ● SuiAddress scalar

The ID of the consensus-managed object.

MutateConsensusStreamEnded.sequenceNumber ● UInt53 scalar

The sequence number associated with the consensus stream ending.

Implemented By

UnchangedConsensusObject union