tuweni / org.apache.tuweni.eth.repository / BlockchainRepository / findBlocksByParentHash

findBlocksByParentHash

fun findBlocksByParentHash(parentHash: Bytes): List<Hash> (source)

Finds hashes of blocks which have a matching parent hash.

Parameters

parentHash - the parent hash

Return
the matching blocks