Uses of Class
com.exonum.messages.core.Proofs.IndexProof
Package | Description |
---|---|
com.exonum.binding.core.blockchain.proofs | |
com.exonum.messages.core |
-
Uses of Proofs.IndexProof in com.exonum.binding.core.blockchain.proofs
Methods in com.exonum.binding.core.blockchain.proofs that return Proofs.IndexProof Modifier and Type Method Description abstract Proofs.IndexProof
IndexProof. getAsMessage()
Returns the proof as a protobuf message.Methods in com.exonum.binding.core.blockchain.proofs with parameters of type Proofs.IndexProof Modifier and Type Method Description static IndexProof
IndexProof. newInstance(Proofs.IndexProof proofMessage)
Creates a new IndexProof given the index proof message. -
Uses of Proofs.IndexProof in com.exonum.messages.core
Methods in com.exonum.messages.core that return Proofs.IndexProof Modifier and Type Method Description Proofs.IndexProof
Proofs.IndexProof.Builder. build()
Proofs.IndexProof
Proofs.IndexProof.Builder. buildPartial()
static Proofs.IndexProof
Proofs.IndexProof. getDefaultInstance()
Proofs.IndexProof
Proofs.IndexProof.Builder. getDefaultInstanceForType()
Proofs.IndexProof
Proofs.IndexProof. getDefaultInstanceForType()
static Proofs.IndexProof
Proofs.IndexProof. parseDelimitedFrom(java.io.InputStream input)
static Proofs.IndexProof
Proofs.IndexProof. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Proofs.IndexProof
Proofs.IndexProof. parseFrom(byte[] data)
static Proofs.IndexProof
Proofs.IndexProof. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Proofs.IndexProof
Proofs.IndexProof. parseFrom(com.google.protobuf.ByteString data)
static Proofs.IndexProof
Proofs.IndexProof. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Proofs.IndexProof
Proofs.IndexProof. parseFrom(com.google.protobuf.CodedInputStream input)
static Proofs.IndexProof
Proofs.IndexProof. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Proofs.IndexProof
Proofs.IndexProof. parseFrom(java.io.InputStream input)
static Proofs.IndexProof
Proofs.IndexProof. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Proofs.IndexProof
Proofs.IndexProof. parseFrom(java.nio.ByteBuffer data)
static Proofs.IndexProof
Proofs.IndexProof. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.exonum.messages.core that return types with arguments of type Proofs.IndexProof Modifier and Type Method Description com.google.protobuf.Parser<Proofs.IndexProof>
Proofs.IndexProof. getParserForType()
static com.google.protobuf.Parser<Proofs.IndexProof>
Proofs.IndexProof. parser()
Methods in com.exonum.messages.core with parameters of type Proofs.IndexProof Modifier and Type Method Description Proofs.IndexProof.Builder
Proofs.IndexProof.Builder. mergeFrom(Proofs.IndexProof other)
static Proofs.IndexProof.Builder
Proofs.IndexProof. newBuilder(Proofs.IndexProof prototype)