net.corda.core.crypto / PartialMerkleTree / verify

verify

fun verify(merkleRootHash: SecureHash, hashesToCheck: List<SecureHash>): Boolean

Parameters

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.