get Multi Transaction Blocks
suspend fun getMultiTransactionBlocks(digests: List<TransactionDigest>, options: TransactionBlockResponseOptions? = null): List<TransactionBlockResponse>
Retrieves multiple transaction blocks corresponding to the given digests and with the specified options.
Return
a list of TransactionBlockResponse objects containing the transaction block data.
Parameters
digests
a list of TransactionDigest objects representing the digests of the transaction blocks to retrieve.
options
an optional TransactionBlockResponseOptions object specifying additional options for the response. Defaults to null.
Throws
if the response from the server is an error.