ConsensusObjectStreamEnded
The transaction accepted a consensus object as input, but its consensus stream ended before the transaction executed. This can happen for ConsensusAddressOwner objects where the stream ends but the object itself is not deleted.
type ConsensusObjectStreamEnded {
address: SuiAddress!
version: UInt53!
mutable: Boolean!
}
Fields
ConsensusObjectStreamEnded.address
● SuiAddress!
non-null scalar
ID of the consensus object.
ConsensusObjectStreamEnded.version
● UInt53!
non-null scalar
The version of the consensus object that was assigned to this transaction during by consensus, during sequencing.
ConsensusObjectStreamEnded.mutable
● Boolean!
non-null scalar
Whether this transaction intended to use this consensus object mutably or not. See
SharedInput.mutable
for further details.
Implemented By
UnchangedConsensusObject
union