Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

ConsensusObjectCancelled

The transaction accpeted a consensus object as input, but its execution was cancelled.

type ConsensusObjectCancelled {
address: SuiAddress!
version: UInt53!
}

Fields

ConsensusObjectCancelled.address ● SuiAddress! non-null scalar

ID of the consensus object.

ConsensusObjectCancelled.version ● UInt53! non-null scalar

The assigned consensus object version. It is a special version indicating transaction cancellation reason.

Implemented By

UnchangedConsensusObject union