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