fun findByBlockHashAndIndex(blockHash: Hash, index: Int): Hash? (source)
Overrides BlockchainIndexReader.findByBlockHashAndIndex
Find a transaction request by block hash and index.
index - the index of the transaction in the block
Return
the matching hash of the transaction if found