suspend fun storeTransactionReceipts(vararg transactionReceipts: TransactionReceipt, txHash: Hash, blockHash: Hash): Unit
(source)
Store all the transaction receipts of a block in the repository.
Transaction receipts should be ordered by the transactions order of the block.
transactionReceipts
- the transaction receipts to store
txHash
- the hash of the transaction
blockHash
- the hash of the block that this transaction belongs to