Interface: IotaTransactionBlockResponse
Properties
balanceChanges?
optionalbalanceChanges:null|BalanceChange[]
checkpoint?
optionalcheckpoint:null|string
The checkpoint number when this transaction was included and hence finalized. This is only returned in the read api, not in the transaction execution api.
confirmedLocalExecution?
optionalconfirmedLocalExecution:null|boolean
digest
digest:
string
effects?
optionaleffects:null|TransactionEffects
errors?
optionalerrors:string[]
events?
optionalevents:null|IotaEvent[]
objectChanges?
optionalobjectChanges:null|IotaObjectChange[]
rawEffects?
optionalrawEffects:number[]
rawTransaction?
optionalrawTransaction:string
BCS encoded [SenderSignedData] that includes input object references returns empty array if
show_raw_transaction is false
timestampMs?
optionaltimestampMs:null|string
transaction?
optionaltransaction:null|IotaTransactionBlock
Transaction input data