Uses of Interface
com.exonum.binding.common.proofs.CheckedProof
| Package | Description |
|---|---|
| com.exonum.binding.common.proofs.list | |
| com.exonum.binding.common.proofs.map |
-
Uses of CheckedProof in com.exonum.binding.common.proofs.list
Subinterfaces of CheckedProof in com.exonum.binding.common.proofs.list Modifier and Type Interface Description interfaceCheckedListProof<E>A proof that some elements exist in a proof list.Classes in com.exonum.binding.common.proofs.list that implement CheckedProof Modifier and Type Class Description classCheckedListProofImpl<E>A checked list proof includes list proof verification results. -
Uses of CheckedProof in com.exonum.binding.common.proofs.map
Subinterfaces of CheckedProof in com.exonum.binding.common.proofs.map Modifier and Type Interface Description interfaceCheckedMapProofA checked map proof.Classes in com.exonum.binding.common.proofs.map that implement CheckedProof Modifier and Type Class Description classCheckedFlatMapProofA checked flat map proof, which does not include any intermediate nodes.