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

findInRange

fun findInRange(field: BlockHeaderFields, minValue: UInt256, maxValue: UInt256): List<Hash> (source)
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.