eth-repository / org.apache.tuweni.eth.repository / BlockchainRepository / findBlocksByParentHash
findBlocksByParentHash
fun findBlocksByParentHash(parentHash: Hash): List<Hash>
(source)
Finds hashes of blocks which have a matching parent hash.
Parameters
parentHash
- the parent hash
Return
the matching blocks