Interface: IotaTransactionBlockResponse
Properties
| Property | Type | Description |
|---|---|---|
balanceChanges? | BalanceChange[] | null | - |
checkpoint? | 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? | boolean | null | - |
digest | string | - |
effects? | TransactionEffects | null | - |
errors? | string[] | - |
events? | IotaEvent[] | null | - |
objectChanges? | IotaObjectChange[] | null | - |
rawEffects? | number[] | - |
rawTransaction? | string | BCS encoded [SenderSignedData] that includes input object references returns empty array if show_raw_transaction is false |
timestampMs? | string | null | - |
transaction? | IotaTransactionBlock | null | Transaction input data |