fun fetchTransactions(txs: List<SecureHash>): Map<SecureHash, SignedTransaction?>
Query for immutable transactions (results can be cached indefinitely by their id/hash).
txs
- The hashes (from StateRef.txhash returned from queryStates) you would like full transactions for.