Package com.exonum.messages.core
Class Proofs
java.lang.Object
com.exonum.messages.core.Proofs
public final class Proofs
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Proofs.BlockProof
Block with its `Precommit` messages.static interface
Proofs.BlockProofOrBuilder
static class
Proofs.CallProof
Proof of authenticity for a single top-level call in a block, such as a transaction.static interface
Proofs.CallProofOrBuilder
static class
Proofs.IndexProof
Proof of authenticity for a single index within the database.static interface
Proofs.IndexProofOrBuilder
-
Method Summary
Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor()
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-