ObjectChange
Effect on an individual Object (keyed by its ID).
type ObjectChange {
address: SuiAddress!
inputState: Object
outputState: Object
idCreated: Boolean
idDeleted: Boolean
}
Fields
ObjectChange.address
● SuiAddress!
non-null scalar
The address of the object that has changed.
ObjectChange.inputState
● Object
object
The contents of the object immediately before the transaction.
ObjectChange.outputState
● Object
object
The contents of the object immediately after the transaction.
ObjectChange.idCreated
● Boolean
scalar
Whether the ID was created in this transaction.
ObjectChange.idDeleted
● Boolean
scalar
Whether the ID was deleted in this transaction.
Member Of
ObjectChangeConnection
object ● ObjectChangeEdge
object