Uses of Class
com.exonum.binding.core.storage.indices.ListProof
-
Packages that use ListProof Package Description com.exonum.binding.core.storage.indices Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage. -
-
Uses of ListProof in com.exonum.binding.core.storage.indices
Methods in com.exonum.binding.core.storage.indices that return ListProof Modifier and Type Method Description ListProofProofListIndexProxy. getProof(long index)Returns a proof of either existence or absence of an element at the specified index in this list.ListProofProofListIndexProxy. getRangeProof(long from, long to)Returns a proof of either existence or absence of some elements in the specified range in this list.static ListProofListProof. parseFrom(byte[] proofMessage)Creates a new ListProof given the serialized map proof message.
-