Uses of Class
com.exonum.messages.proof.MapProofOuterClass.MapProof
Package | Description |
---|---|
com.exonum.binding.core.storage.indices |
Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage.
|
com.exonum.messages.core | |
com.exonum.messages.proof |
-
Uses of MapProofOuterClass.MapProof in com.exonum.binding.core.storage.indices
Methods in com.exonum.binding.core.storage.indices that return MapProofOuterClass.MapProof Modifier and Type Method Description abstract MapProofOuterClass.MapProof
MapProof. getAsMessage()
Returns the proof as a protobuf message.Methods in com.exonum.binding.core.storage.indices with parameters of type MapProofOuterClass.MapProof Modifier and Type Method Description static MapProof
MapProof. newInstance(MapProofOuterClass.MapProof mapProofMessage)
Creates a new MapProof given the map proof message. -
Uses of MapProofOuterClass.MapProof in com.exonum.messages.core
Methods in com.exonum.messages.core that return MapProofOuterClass.MapProof Modifier and Type Method Description MapProofOuterClass.MapProof
Proofs.CallProof.Builder. getCallProof()
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).MapProofOuterClass.MapProof
Proofs.CallProof. getCallProof()
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).MapProofOuterClass.MapProof
Proofs.CallProofOrBuilder. getCallProof()
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).MapProofOuterClass.MapProof
Proofs.IndexProof.Builder. getIndexProof()
Proof of authenticity for the index.MapProofOuterClass.MapProof
Proofs.IndexProof. getIndexProof()
Proof of authenticity for the index.MapProofOuterClass.MapProof
Proofs.IndexProofOrBuilder. getIndexProof()
Proof of authenticity for the index.Methods in com.exonum.messages.core with parameters of type MapProofOuterClass.MapProof Modifier and Type Method Description Proofs.CallProof.Builder
Proofs.CallProof.Builder. mergeCallProof(MapProofOuterClass.MapProof value)
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).Proofs.IndexProof.Builder
Proofs.IndexProof.Builder. mergeIndexProof(MapProofOuterClass.MapProof value)
Proof of authenticity for the index.Proofs.CallProof.Builder
Proofs.CallProof.Builder. setCallProof(MapProofOuterClass.MapProof value)
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).Proofs.IndexProof.Builder
Proofs.IndexProof.Builder. setIndexProof(MapProofOuterClass.MapProof value)
Proof of authenticity for the index. -
Uses of MapProofOuterClass.MapProof in com.exonum.messages.proof
Methods in com.exonum.messages.proof that return MapProofOuterClass.MapProof Modifier and Type Method Description MapProofOuterClass.MapProof
MapProofOuterClass.MapProof.Builder. build()
MapProofOuterClass.MapProof
MapProofOuterClass.MapProof.Builder. buildPartial()
static MapProofOuterClass.MapProof
MapProofOuterClass.MapProof. getDefaultInstance()
MapProofOuterClass.MapProof
MapProofOuterClass.MapProof.Builder. getDefaultInstanceForType()
MapProofOuterClass.MapProof
MapProofOuterClass.MapProof. getDefaultInstanceForType()
static MapProofOuterClass.MapProof
MapProofOuterClass.MapProof. parseDelimitedFrom(java.io.InputStream input)
static MapProofOuterClass.MapProof
MapProofOuterClass.MapProof. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapProofOuterClass.MapProof
MapProofOuterClass.MapProof. parseFrom(byte[] data)
static MapProofOuterClass.MapProof
MapProofOuterClass.MapProof. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapProofOuterClass.MapProof
MapProofOuterClass.MapProof. parseFrom(com.google.protobuf.ByteString data)
static MapProofOuterClass.MapProof
MapProofOuterClass.MapProof. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapProofOuterClass.MapProof
MapProofOuterClass.MapProof. parseFrom(com.google.protobuf.CodedInputStream input)
static MapProofOuterClass.MapProof
MapProofOuterClass.MapProof. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapProofOuterClass.MapProof
MapProofOuterClass.MapProof. parseFrom(java.io.InputStream input)
static MapProofOuterClass.MapProof
MapProofOuterClass.MapProof. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MapProofOuterClass.MapProof
MapProofOuterClass.MapProof. parseFrom(java.nio.ByteBuffer data)
static MapProofOuterClass.MapProof
MapProofOuterClass.MapProof. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.exonum.messages.proof that return types with arguments of type MapProofOuterClass.MapProof Modifier and Type Method Description com.google.protobuf.Parser<MapProofOuterClass.MapProof>
MapProofOuterClass.MapProof. getParserForType()
static com.google.protobuf.Parser<MapProofOuterClass.MapProof>
MapProofOuterClass.MapProof. parser()
Methods in com.exonum.messages.proof with parameters of type MapProofOuterClass.MapProof Modifier and Type Method Description MapProofOuterClass.MapProof.Builder
MapProofOuterClass.MapProof.Builder. mergeFrom(MapProofOuterClass.MapProof other)
static MapProofOuterClass.MapProof.Builder
MapProofOuterClass.MapProof. newBuilder(MapProofOuterClass.MapProof prototype)