Package com.exonum.binding.common.proofs.list
- 
Interface Summary 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 Summary Class Description CheckedListProofImpl<E> A checked list proof includes list proof verification results.ListProofBranch Represents a branch node of aListProofNode.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 Summary Enum Description ListProofStatus Possible statuses of a checked list proof.