public static interface ByzCoinProto.GetProofResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.Proof |
getProof()
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
|
ByzCoinProto.ProofOrBuilder |
getProofOrBuilder()
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
|
int |
getVersion()
Version of the protocol
|
boolean |
hasProof()
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
|
boolean |
hasVersion()
Version of the protocol
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVersion()
Version of the protocol
required sint32 version = 1;int getVersion()
Version of the protocol
required sint32 version = 1;boolean hasProof()
Proof contains everything necessary to prove the inclusion of the included key/value pair given a genesis skipblock.
required .byzcoin.Proof proof = 2;ByzCoinProto.Proof getProof()
Proof contains everything necessary to prove the inclusion of the included key/value pair given a genesis skipblock.
required .byzcoin.Proof proof = 2;ByzCoinProto.ProofOrBuilder getProofOrBuilder()
Proof contains everything necessary to prove the inclusion of the included key/value pair given a genesis skipblock.
required .byzcoin.Proof proof = 2;Copyright © 2018. All rights reserved.