Uses of Class
com.exonum.binding.core.storage.indices.MapProof
-
Packages that use MapProof Package Description com.exonum.binding.core.storage.indices Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage. -
-
Uses of MapProof in com.exonum.binding.core.storage.indices
Methods in com.exonum.binding.core.storage.indices that return MapProof Modifier and Type Method Description MapProofProofMapIndexProxy. getProof(Collection<? extends K> keys)Returns a proof that there are values mapped to the specified keys or that there are no such mappings.MapProofProofMapIndexProxy. getProof(K key, K... otherKeys)Returns a proof that there are values mapped to the specified keys or that there are no such mappings.static MapProofMapProof. newInstance(com.exonum.messages.proof.MapProofOuterClass.MapProof mapProofMessage)Creates a new MapProof given the map proof message.static MapProofMapProof. parseFrom(byte[] mapProofMessage)Creates a new MapProof given the serialized map proof message.
-