Skip to main content

GetTransactionBlockParams

@iota/iota-sdk


@iota/iota-sdk / client / GetTransactionBlockParams

Interface: GetTransactionBlockParams

Defined in: sdk/typescript/src/client/types/params.ts:155

Return the transaction response object.

Properties

digest

digest: string

Defined in: sdk/typescript/src/client/types/params.ts:157

the digest of the queried transaction


options?

optional options?: IotaTransactionBlockResponseOptions | null

Defined in: sdk/typescript/src/client/types/params.ts:159

options for specifying the content to be returned


signal?

optional signal?: AbortSignal

Defined in: sdk/typescript/src/client/types/params.ts:160