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 of a certain size.
  • Class Summary 
    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.
    ListProofOfAbsence
    Represents the proof of absence of a requested element or a range of elements by providing Merkle root hash of a corresponding proof list.
    UncheckedListProofAdapter
    An Adapter class used to simplify work with ListProof interfaces.
  • Enum Summary 
    Enum Description
    ListProofStatus
    Possible statuses of a checked list proof.