Optional
abortOptional
createdObjectRef and owner of new objects created.
Optional
deletedObject Refs of objects now deleted (the old refs).
Optional
dependenciesThe set of transaction digests this transaction depends on.
Optional
eventsThe digest of the events emitted during execution, can be None if the transaction does not emit any event.
The epoch when this transaction was executed.
The updated gas object reference. Have a dedicated field for convenient access. It's also included in mutated.
Optional
modifiedThe version that every modified (mutated or deleted) object had before it was modified by this transaction.
Optional
mutatedObjectRef and owner of mutated objects, including gas object.
Optional
sharedThe object references of the shared objects used in this transaction. Empty if no shared objects were used.
The status of the execution
The transaction digest
Optional
unwrappedObjectRef and owner of objects that are unwrapped in this transaction. Unwrapped objects are objects that were wrapped into other objects in the past, and just got extracted out.
Optional
unwrappedObject refs of objects previously wrapped in other objects but now deleted.
Optional
wrappedObject refs of objects now wrapped in other objects.
The abort error populated if the transaction failed with an abort code.