fun findByHashOrNumber(hashOrNumber: Bytes32): List<Hash>
(source)
Overrides BlockchainIndexReader.findByHashOrNumber
Finds hashes of blocks by hash or number.
hashOrNumber
- the hash of a block header, or its number as a 32-byte word
Return
the matching block header hashes.