Uses of Interface
com.exonum.binding.common.proofs.list.UncheckedListProof
| Package | Description |
|---|---|
| com.exonum.binding.common.proofs.list | |
| com.exonum.binding.core.storage.indices |
Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage.
|
-
Uses of UncheckedListProof in com.exonum.binding.common.proofs.list
Classes in com.exonum.binding.common.proofs.list that implement UncheckedListProof Modifier and Type Class Description classUncheckedListProofAdapterAn Adapter class used to simplify work with ListProof interfaces. -
Uses of UncheckedListProof in com.exonum.binding.core.storage.indices
Methods in com.exonum.binding.core.storage.indices that return UncheckedListProof Modifier and Type Method Description UncheckedListProofProofListIndexProxy. getProof(long index)Deprecated.Proofs are temporarily disabled since 0.9.0-rc1, and will be re-enabled in a later releaseUncheckedListProofProofListIndexProxy. getRangeProof(long from, long to)Deprecated.Proofs are temporarily disabled since 0.9.0-rc1, and will be re-enabled in a later release