Skip to main content

IotaTransactionBlockResponse

@iota/iota-sdk


@iota/iota-sdk / client / IotaTransactionBlockResponse

Interface: IotaTransactionBlockResponse

Defined in: sdk/typescript/src/client/types/generated.ts:1640

Properties

balanceChanges?

optional balanceChanges?: BalanceChange[] | null

Defined in: sdk/typescript/src/client/types/generated.ts:1641


checkpoint?

optional checkpoint?: string | null

Defined in: sdk/typescript/src/client/types/generated.ts:1646

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

Defined in: sdk/typescript/src/client/types/generated.ts:1647


digest

digest: string

Defined in: sdk/typescript/src/client/types/generated.ts:1648


effects?

optional effects?: TransactionEffects | null

Defined in: sdk/typescript/src/client/types/generated.ts:1649


errors?

optional errors?: string[]

Defined in: sdk/typescript/src/client/types/generated.ts:1650


events?

optional events?: IotaEvent[] | null

Defined in: sdk/typescript/src/client/types/generated.ts:1651


objectChanges?

optional objectChanges?: IotaObjectChange[] | null

Defined in: sdk/typescript/src/client/types/generated.ts:1652


rawEffects?

optional rawEffects?: number[]

Defined in: sdk/typescript/src/client/types/generated.ts:1653


rawTransaction?

optional rawTransaction?: string

Defined in: sdk/typescript/src/client/types/generated.ts:1658

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


timestampMs?

optional timestampMs?: string | null

Defined in: sdk/typescript/src/client/types/generated.ts:1659


transaction?

optional transaction?: IotaTransactionBlock | null

Defined in: sdk/typescript/src/client/types/generated.ts:1661

Transaction input data