Interface: IotaTransactionBlockResponse
Properties
balanceChanges?
optionalbalanceChanges:BalanceChange[] |null
checkpoint?
optionalcheckpoint:string|null
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:boolean|null
digest
digest:
string
effects?
optionaleffects:TransactionEffects|null
errors?
optionalerrors:string[]
events?
optionalevents:IotaEvent[] |null
objectChanges?
optionalobjectChanges:IotaObjectChange[] |null
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:string|null
transaction?
optionaltransaction:IotaTransactionBlock|null
Transaction input data