fun findInRange(field: BlockHeaderFields, minValue: UInt256, maxValue: UInt256): List<Hash> (source)
Overrides BlockchainIndexReader.findInRange
fun findInRange(field: TransactionReceiptFields, minValue: UInt256, maxValue: UInt256): List<Hash> (source)
Overrides BlockchainIndexReader.findInRange
Find a value in a range.
minValue - the minimum value, inclusive
maxValue - the maximum value, inclusive
Return
the matching block header hashes.