Skip to main content

MultiGetTransactionBlocksParams

@iota/iota-sdk


@iota/iota-sdk / client / MultiGetTransactionBlocksParams

Interface: MultiGetTransactionBlocksParams

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

Returns an ordered list of transaction responses The method will throw an error if the input contains any duplicate or the input size exceeds QUERY_MAX_RESULT_LIMIT

Properties

digests

digests: string[]

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

A list of transaction digests.


options?

optional options?: IotaTransactionBlockResponseOptions | null

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

config options to control which fields to fetch


signal?

optional signal?: AbortSignal

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