abstract fun requestTransactionReceipts(blockHashes: List<Hash>, connection: WireConnection = connectionSelectionStrategy().selectConnection()): AsyncResult<List<List<TransactionReceipt>>>
(source)
Requests transaction receipts
blockHashes
- the hashes to request transaction receipts for
connection
- the connection to use
Return
a handle to the completion of the operation