tuweni / org.apache.tuweni.eth.repository / BlockchainIndex / findByBlockHashAndIndex

findByBlockHashAndIndex

fun findByBlockHashAndIndex(blockHash: Bytes, index: Int): Hash? (source)

Find a transaction request by block hash and index.

Parameters

blockHash - the block hash

index - the index of the transaction in the block

Return
the matching hash of the transaction if found