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

findInRange

abstract fun findInRange(field: BlockHeaderFields, minValue: UInt256, maxValue: UInt256): List<Hash> (source)
abstract fun findInRange(field: TransactionReceiptFields, minValue: UInt256, maxValue: UInt256): List<Hash> (source)

Find a value in a range.

Parameters

field - the name of the field

minValue - the minimum value, inclusive

maxValue - the maximum value, inclusive

Return
the matching block header hashes.