Uses of Class
com.exonum.binding.core.storage.indices.ProofEntryIndexProxy
-
Packages that use ProofEntryIndexProxy Package Description com.exonum.binding.core.storage.indices Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage. -
-
Uses of ProofEntryIndexProxy in com.exonum.binding.core.storage.indices
Methods in com.exonum.binding.core.storage.indices that return ProofEntryIndexProxy Modifier and Type Method Description static <E> ProofEntryIndexProxy<E>ProofEntryIndexProxy. newInstance(IndexAddress address, AbstractAccess access, com.exonum.binding.common.serialization.Serializer<E> serializer)Creates a new Entry.
-