| Interface | Description |
|---|---|
| CheckedListProof<E> |
A proof that some elements exist in a proof list.
|
| ListProofNode |
Represents a proof that some elements exist in a ProofList at certain positions.
|
| ListProofVisitor | |
| UncheckedListProof |
A proof that some elements exist in a proof list.
|
| Class | Description |
|---|---|
| CheckedListProofImpl<E> |
A checked list proof includes list proof verification results.
|
| ListProofBranch |
Represents a branch node of a
ListProofNode. |
| ListProofElement |
Represents an element of a proof list: a leaf node in a list proof tree.
|
| ListProofHashNode |
Represents a hash of a Merkle sub-tree: a leaf node in proof trees.
|
| UncheckedListProofAdapter<E> |
An Adapter class used to simplify work with ListProof interfaces.
|
| Enum | Description |
|---|---|
| ListProofStatus |
Possible statuses of a checked list proof.
|
Copyright © 2018 Exonum. All rights reserved.