Uses of Class
com.exonum.messages.core.Proofs.CallProof
| Package | Description |
|---|---|
| com.exonum.binding.core.blockchain | |
| com.exonum.messages.core |
-
Uses of Proofs.CallProof in com.exonum.binding.core.blockchain
Methods in com.exonum.binding.core.blockchain that return Proofs.CallProof Modifier and Type Method Description Proofs.CallProofCallRecords. getProof(Blockchain.CallInBlock callInBlock)Returns a cryptographic proof of authenticity for a top-level call within a block. -
Uses of Proofs.CallProof in com.exonum.messages.core
Methods in com.exonum.messages.core that return Proofs.CallProof Modifier and Type Method Description Proofs.CallProofProofs.CallProof.Builder. build()Proofs.CallProofProofs.CallProof.Builder. buildPartial()static Proofs.CallProofProofs.CallProof. getDefaultInstance()Proofs.CallProofProofs.CallProof.Builder. getDefaultInstanceForType()Proofs.CallProofProofs.CallProof. getDefaultInstanceForType()static Proofs.CallProofProofs.CallProof. parseDelimitedFrom(java.io.InputStream input)static Proofs.CallProofProofs.CallProof. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Proofs.CallProofProofs.CallProof. parseFrom(byte[] data)static Proofs.CallProofProofs.CallProof. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Proofs.CallProofProofs.CallProof. parseFrom(com.google.protobuf.ByteString data)static Proofs.CallProofProofs.CallProof. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Proofs.CallProofProofs.CallProof. parseFrom(com.google.protobuf.CodedInputStream input)static Proofs.CallProofProofs.CallProof. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Proofs.CallProofProofs.CallProof. parseFrom(java.io.InputStream input)static Proofs.CallProofProofs.CallProof. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Proofs.CallProofProofs.CallProof. parseFrom(java.nio.ByteBuffer data)static Proofs.CallProofProofs.CallProof. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.exonum.messages.core that return types with arguments of type Proofs.CallProof Modifier and Type Method Description com.google.protobuf.Parser<Proofs.CallProof>Proofs.CallProof. getParserForType()static com.google.protobuf.Parser<Proofs.CallProof>Proofs.CallProof. parser()Methods in com.exonum.messages.core with parameters of type Proofs.CallProof Modifier and Type Method Description Proofs.CallProof.BuilderProofs.CallProof.Builder. mergeFrom(Proofs.CallProof other)static Proofs.CallProof.BuilderProofs.CallProof. newBuilder(Proofs.CallProof prototype)