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