Skip to main content

ObjectChange

No description

type ObjectChange {
address: SuiAddress!
idCreated: Boolean
idDeleted: Boolean
inputState: Object
outputState: Object
}

Fields​

ObjectChange.address ● SuiAddress! non-null scalar​

The address of the object that has changed.

ObjectChange.idCreated ● Boolean scalar​

Whether the ID was created in this transaction.

ObjectChange.idDeleted ● Boolean scalar​

Whether the ID was deleted in this transaction.

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.

Member Of​

ObjectChangeConnection object ● ObjectChangeEdge object