Skip to main content

Interface: MultiGetTransactionBlocksParams

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

PropertyTypeDescription
digestsstring[]A list of transaction digests.
options?| IotaTransactionBlockResponseOptions | nullconfig options to control which fields to fetch
signal?AbortSignal-