public static class PartialMerkleTree.Companion
Modifier and Type | Method and Description |
---|---|
PartialMerkleTree |
build(MerkleTree merkleRoot,
java.util.List<? extends net.corda.core.crypto.SecureHash> includeHashes) |
public PartialMerkleTree build(MerkleTree merkleRoot, java.util.List<? extends net.corda.core.crypto.SecureHash> includeHashes)
merkleRoot
- Root of full Merkle tree.includeHashes
- Hashes that should be included in a partial tree.