Uses of Class
com.exonum.binding.core.storage.indices.ProofListIndexProxy
-
Packages that use ProofListIndexProxy Package Description com.exonum.binding.core.blockchain com.exonum.binding.core.storage.database com.exonum.binding.core.storage.indices Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage. -
-
Uses of ProofListIndexProxy in com.exonum.binding.core.blockchain
Methods in com.exonum.binding.core.blockchain that return ProofListIndexProxy Modifier and Type Method Description ProofListIndexProxy<com.exonum.binding.common.hash.HashCode>Blockchain. getBlockTransactions(long height)Returns a proof list of transaction hashes committed in the block at the given height.ProofListIndexProxy<com.exonum.binding.common.hash.HashCode>Blockchain. getBlockTransactions(com.exonum.binding.common.hash.HashCode blockId)Returns a proof list of transaction hashes committed in the block with the given id.ProofListIndexProxy<com.exonum.binding.common.hash.HashCode>Blockchain. getBlockTransactions(Block block)Returns a proof list of transaction hashes committed in the given block. -
Uses of ProofListIndexProxy in com.exonum.binding.core.storage.database
Methods in com.exonum.binding.core.storage.database that return ProofListIndexProxy Modifier and Type Method Description <E> ProofListIndexProxy<E>AbstractAccess. getProofList(IndexAddress address, com.exonum.binding.common.serialization.Serializer<E> serializer)<E> ProofListIndexProxy<E>Access. getProofList(IndexAddress address, com.exonum.binding.common.serialization.Serializer<E> serializer)Creates a new ProofListIndex. -
Uses of ProofListIndexProxy in com.exonum.binding.core.storage.indices
Methods in com.exonum.binding.core.storage.indices that return ProofListIndexProxy Modifier and Type Method Description static <E> ProofListIndexProxy<E>ProofListIndexProxy. newInstance(IndexAddress address, AbstractAccess access, com.exonum.binding.common.serialization.Serializer<E> serializer)Creates a new ProofListIndexProxy.
-