Skip to main content

Interface: IotaTransactionBlockResponse

Properties

balanceChanges?

optional balanceChanges: BalanceChange[] | null


checkpoint?

optional 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?

optional confirmedLocalExecution: boolean | null


digest

digest: string


effects?

optional effects: TransactionEffects | null


errors?

optional errors: string[]


events?

optional events: IotaEvent[] | null


objectChanges?

optional objectChanges: IotaObjectChange[] | null


rawEffects?

optional rawEffects: number[]


rawTransaction?

optional rawTransaction: string

BCS encoded [SenderSignedData] that includes input object references returns empty array if show_raw_transaction is false


timestampMs?

optional timestampMs: string | null


transaction?

optional transaction: IotaTransactionBlock | null

Transaction input data