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

findByLargest

fun findByLargest(field: BlockHeaderFields): Hash? (source)
fun findByLargest(field: TransactionReceiptFields): Hash? (source)

Find the hash of the block header with the largest value of a specific block header field

Parameters

field - the field to query on

Return
the matching hash with the largest field value.