Skip to main content

IotaTransactionBlockResponse

@iota/iota-sdk


@iota/iota-sdk / client / IotaTransactionBlockResponse

Interface: IotaTransactionBlockResponse

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

Properties

balanceChanges?

optional balanceChanges?: BalanceChange[] | null

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


checkpoint?

optional checkpoint?: string | null

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

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:1804


digest

digest: string

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


effects?

optional effects?: TransactionEffects | null

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


errors?

optional errors?: string[]

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


events?

optional events?: IotaEvent[] | null

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


objectChanges?

optional objectChanges?: IotaObjectChange[] | null

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


rawEffects?

optional rawEffects?: number[]

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


rawTransaction?

optional rawTransaction?: string

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

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:1816


transaction?

optional transaction?: IotaTransactionBlock | null

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

Transaction input data