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