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.

ObjectChange

No description

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