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

findByLargest

abstract fun findByLargest(field: BlockHeaderFields): Hash? (source)
abstract 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.