Uses of Interface
com.exonum.binding.core.storage.indices.HashableIndex
-
Packages that use HashableIndex Package Description com.exonum.binding.core.storage.indices Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage. -
-
Uses of HashableIndex in com.exonum.binding.core.storage.indices
Subinterfaces of HashableIndex in com.exonum.binding.core.storage.indices Modifier and Type Interface Description interfaceProofEntryIndex<T>A proof entry is a hashable variant ofEntryIndex.Classes in com.exonum.binding.core.storage.indices that implement HashableIndex Modifier and Type Class Description classProofEntryIndexProxy<T>A proxy of a native MerkleDB ProofEntry.classProofListIndexProxy<E>A proof list index proxy is a contiguous list of elements, capable of providing cryptographic proofs that it contains a certain element at a particular position.classProofMapIndexProxy<K,V>A ProofMapIndexProxy is an index that maps keys to values.
-