fun findBlocksByParentHash(parentHash: Hash): List<Hash>
Finds hashes of blocks which have a matching parent hash.
parentHash - the parent hash
parentHash
Return the matching blocks