Skip to main content

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