Uses of Interface
com.exonum.binding.common.proofs.list.UncheckedListProof
-
Packages that use 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 class
UncheckedListProofAdapter<E>
An 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 UncheckedListProof
ProofListIndexProxy. getProof(long index)
Returns a proof that an element exists at the specified index in this list.UncheckedListProof
ProofListIndexProxy. getRangeProof(long from, long to)
Returns a proof that some elements exist in the specified range in this list.
-