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.MapProofMapProof. 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 MapProofMapProof. 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.MapProofProofs.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.MapProofProofs.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.MapProofProofs.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.MapProofProofs.IndexProof.Builder. getIndexProof()Proof of authenticity for the index.MapProofOuterClass.MapProofProofs.IndexProof. getIndexProof()Proof of authenticity for the index.MapProofOuterClass.MapProofProofs.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.BuilderProofs.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.BuilderProofs.IndexProof.Builder. mergeIndexProof(MapProofOuterClass.MapProof value)Proof of authenticity for the index.Proofs.CallProof.BuilderProofs.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.BuilderProofs.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.MapProofMapProofOuterClass.MapProof.Builder. build()MapProofOuterClass.MapProofMapProofOuterClass.MapProof.Builder. buildPartial()static MapProofOuterClass.MapProofMapProofOuterClass.MapProof. getDefaultInstance()MapProofOuterClass.MapProofMapProofOuterClass.MapProof.Builder. getDefaultInstanceForType()MapProofOuterClass.MapProofMapProofOuterClass.MapProof. getDefaultInstanceForType()static MapProofOuterClass.MapProofMapProofOuterClass.MapProof. parseDelimitedFrom(java.io.InputStream input)static MapProofOuterClass.MapProofMapProofOuterClass.MapProof. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MapProofOuterClass.MapProofMapProofOuterClass.MapProof. parseFrom(byte[] data)static MapProofOuterClass.MapProofMapProofOuterClass.MapProof. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MapProofOuterClass.MapProofMapProofOuterClass.MapProof. parseFrom(com.google.protobuf.ByteString data)static MapProofOuterClass.MapProofMapProofOuterClass.MapProof. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MapProofOuterClass.MapProofMapProofOuterClass.MapProof. parseFrom(com.google.protobuf.CodedInputStream input)static MapProofOuterClass.MapProofMapProofOuterClass.MapProof. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MapProofOuterClass.MapProofMapProofOuterClass.MapProof. parseFrom(java.io.InputStream input)static MapProofOuterClass.MapProofMapProofOuterClass.MapProof. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MapProofOuterClass.MapProofMapProofOuterClass.MapProof. parseFrom(java.nio.ByteBuffer data)static MapProofOuterClass.MapProofMapProofOuterClass.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.BuilderMapProofOuterClass.MapProof.Builder. mergeFrom(MapProofOuterClass.MapProof other)static MapProofOuterClass.MapProof.BuilderMapProofOuterClass.MapProof. newBuilder(MapProofOuterClass.MapProof prototype)