Package com.exonum.binding.common.proofs.map

  • Interface Summary 
    Interface Description
    CheckedMapProof
    A checked map proof.
    UncheckedMapProof
    An unchecked map proof.
  • Class Summary 
    Class Description
    CheckedFlatMapProof
    A checked flat map proof, which does not include any intermediate nodes.
    DbKey
    A map proof database key.
    KeyBitSet
    A key bit set.
    MapProofEntry
    A flat map proof entry corresponding to either a branch node or a leaf node with computed hash in a map tree.
    UncheckedFlatMapProof
    An unchecked flat map proof, which does not include any intermediate nodes.
  • Enum Summary 
    Enum Description
    DbKey.Type
    Type of the node in a Merkle-Patricia tree.
    MapProofStatus
    Possible statuses of a checked map proof.