Uses of Interface
com.exonum.binding.common.proofs.map.UncheckedMapProof
-
Packages that use UncheckedMapProof Package Description com.exonum.binding.common.proofs.map com.exonum.binding.core.storage.indices Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage. -
-
Uses of UncheckedMapProof in com.exonum.binding.common.proofs.map
Classes in com.exonum.binding.common.proofs.map that implement UncheckedMapProof Modifier and Type Class Description classUncheckedFlatMapProofAn unchecked flat map proof, which does not include any intermediate nodes. -
Uses of UncheckedMapProof in com.exonum.binding.core.storage.indices
Methods in com.exonum.binding.core.storage.indices that return UncheckedMapProof Modifier and Type Method Description UncheckedMapProofProofMapIndexProxy. getProof(Collection<? extends K> keys)Returns a proof that there are values mapped to the specified keys or that there are no such mappings.UncheckedMapProofProofMapIndexProxy. getProof(K key, K... otherKeys)Returns a proof that there are values mapped to the specified keys or that there are no such mappings.
-