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.

ConsensusObjectCancelled

A transaction that was cancelled before it could access the consensus-managed object, so the object was an input but remained unchanged.

type ConsensusObjectCancelled {
address: SuiAddress
cancellationReason: ConsensusObjectCancellationReason
}

Fields

ConsensusObjectCancelled.address ● SuiAddress scalar

The ID of the consensus-managed object that the transaction intended to access.

ConsensusObjectCancelled.cancellationReason ● ConsensusObjectCancellationReason enum

Reason why the transaction was cancelled.

Implemented By

UnchangedConsensusObject union