Uses of Interface
com.exonum.binding.common.proofs.map.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)Deprecated.Proofs are temporarily disabled since 0.9.0-rc1, and will be re-enabled in a later releaseUncheckedMapProofProofMapIndexProxy. getProof(K key, K... otherKeys)Deprecated.Proofs are temporarily disabled since 0.9.0-rc1, and will be re-enabled in a later release