fun verify(merkleRootHash: SecureHash, hashesToCheck: List<SecureHash>): Boolean
merkleRootHash
- Hash that should be checked for equality with root calculated from this partial tree.hashesToCheck
- List of included leaves hashes that should be found in this partial tree.