Type Alias: TransactionEffects
TransactionEffects:
object
Type declaration
created?
optionalcreated:OwnedObjectRef[]
ObjectRef and owner of new objects created.
deleted?
optionaldeleted:IotaObjectRef[]
Object Refs of objects now deleted (the old refs).
dependencies?
optionaldependencies:string[]
The set of transaction digests this transaction depends on.
eventsDigest?
optionaleventsDigest:string|null
The digest of the events emitted during execution, can be None if the transaction does not emit any event.
executedEpoch
executedEpoch:
string
The epoch when this transaction was executed.
gasObject
gasObject:
OwnedObjectRef
The updated gas object reference. Have a dedicated field for convenient access. It's also included in mutated.
gasUsed
gasUsed:
GasCostSummary
messageVersion
messageVersion:
"v1"
modifiedAtVersions?
optionalmodifiedAtVersions:TransactionBlockEffectsModifiedAtVersions[]
The version that every modified (mutated or deleted) object had before it was modified by this transaction.
mutated?
optionalmutated:OwnedObjectRef[]
ObjectRef and owner of mutated objects, including gas object.
sharedObjects?
optionalsharedObjects:IotaObjectRef[]
The object references of the shared objects used in this transaction. Empty if no shared objects were used.
status
status:
ExecutionStatus
The status of the execution
transactionDigest
transactionDigest:
string
The transaction digest
unwrapped?
optionalunwrapped:OwnedObjectRef[]
ObjectRef 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.
unwrappedThenDeleted?
optionalunwrappedThenDeleted:IotaObjectRef[]
Object refs of objects previously wrapped in other objects but now deleted.
wrapped?
optionalwrapped:IotaObjectRef[]
Object refs of objects now wrapped in other objects.