Uses of Class
com.exonum.binding.core.blockchain.proofs.IndexProof
-
Packages that use IndexProof Package Description com.exonum.binding.core.blockchain com.exonum.binding.core.blockchain.proofs -
-
Uses of IndexProof in com.exonum.binding.core.blockchain
Methods in com.exonum.binding.core.blockchain that return IndexProof Modifier and Type Method Description IndexProofBlockchain. createIndexProof(String fullIndexName)Creates a proof for a single index in the database.IndexProofBlockchainData. createIndexProof(String simpleIndexName)Creates an index proof for an index of the executing service given the index simple name. -
Uses of IndexProof in com.exonum.binding.core.blockchain.proofs
Methods in com.exonum.binding.core.blockchain.proofs that return IndexProof Modifier and Type Method Description static IndexProofIndexProof. newInstance(com.exonum.messages.core.Proofs.IndexProof proofMessage)Creates a new IndexProof given the index proof message.static IndexProofIndexProof. parseFrom(byte[] indexProof)Parses a serialized index proof message.
-