suspend fun retrieveTransactionReceipt(blockHash: Bytes, index: Int): TransactionReceipt? (source)
Retrieves a transaction receipt associated with a block and an index
blockHash - the hash of the block
index - the index of the transaction in the block
suspend fun retrieveTransactionReceipt(txHash: Hash): TransactionReceipt? (source)
Retrieves a transaction receipt associated with a block and an index