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.
minValue - the minimum value, inclusive
maxValue - the maximum value, inclusive
Return
the matching block header hashes.