MultiGetTransactionBlocksParams
@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?
optionaloptions?:IotaTransactionBlockResponseOptions|null
Defined in: sdk/typescript/src/client/types/params.ts:184
config options to control which fields to fetch
signal?
optionalsignal?:AbortSignal
Defined in: sdk/typescript/src/client/types/params.ts:185