Package | Description |
---|---|
com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility |
Modifier and Type | Method and Description |
---|---|
static MerkleProof |
VisibilityUtils.getMerkleProof(MerkleTree tree,
Set<Integer> leavesIndexesToShare)
Generates and returns necessary information to proof given information are part of the same MerkleTree
|
static MerkleProof |
VisibilityUtils.mergeMerkleProofs(Set<MerkleProof> merkleProofs)
Merges a set of MerkleProofs to one MerkleProof.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
VisibilityUtils.validateMerkleProof(MerkleProof proof,
String merkleRootHash)
Validates a MerkleProof.
|
Modifier and Type | Method and Description |
---|---|
static MerkleProof |
VisibilityUtils.mergeMerkleProofs(Set<MerkleProof> merkleProofs)
Merges a set of MerkleProofs to one MerkleProof.
|
Copyright © 2021 SAP SE. All rights reserved.