Interface | Description |
---|---|
MerkleTree |
The purpose of this class is to create Merkle Tree.
Each node has either two child nodes or one leaf. |
Class | Description |
---|---|
AbstractMerkleTree |
The purpose of this class is to create Merkle Tree.
Each node has either two child nodes or one leaf. |
MerkleProof |
MerkleProof Class is the implementation of the Merkle Proof.
|
MerkleTreeFactory |
This is the factory class to instantiate the Merkle tree
|
V100MerkleTree |
This implementation is a backward compatibility to version 1.0.0
It can be removed in future versions |
V110MerkleTree | |
VisibilityUtils |
This class is trying to help developers to work with MerkleTree class to:
1. |
Enum | Description |
---|---|
ProtocolVersion |
Copyright © 2021 SAP SE. All rights reserved.