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.CallProof
CallRecords. 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.CallProof
Proofs.CallProof.Builder. build()
Proofs.CallProof
Proofs.CallProof.Builder. buildPartial()
static Proofs.CallProof
Proofs.CallProof. getDefaultInstance()
Proofs.CallProof
Proofs.CallProof.Builder. getDefaultInstanceForType()
Proofs.CallProof
Proofs.CallProof. getDefaultInstanceForType()
static Proofs.CallProof
Proofs.CallProof. parseDelimitedFrom(java.io.InputStream input)
static Proofs.CallProof
Proofs.CallProof. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Proofs.CallProof
Proofs.CallProof. parseFrom(byte[] data)
static Proofs.CallProof
Proofs.CallProof. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Proofs.CallProof
Proofs.CallProof. parseFrom(com.google.protobuf.ByteString data)
static Proofs.CallProof
Proofs.CallProof. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Proofs.CallProof
Proofs.CallProof. parseFrom(com.google.protobuf.CodedInputStream input)
static Proofs.CallProof
Proofs.CallProof. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Proofs.CallProof
Proofs.CallProof. parseFrom(java.io.InputStream input)
static Proofs.CallProof
Proofs.CallProof. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Proofs.CallProof
Proofs.CallProof. parseFrom(java.nio.ByteBuffer data)
static Proofs.CallProof
Proofs.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.Builder
Proofs.CallProof.Builder. mergeFrom(Proofs.CallProof other)
static Proofs.CallProof.Builder
Proofs.CallProof. newBuilder(Proofs.CallProof prototype)