Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

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