public static interface OmniLedgerProto.GetProofResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OmniLedgerProto.Proof |
getProof()
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
|
OmniLedgerProto.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 .omniledger.Proof proof = 2;OmniLedgerProto.Proof getProof()
Proof contains everything necessary to prove the inclusion of the included key/value pair given a genesis skipblock.
required .omniledger.Proof proof = 2;OmniLedgerProto.ProofOrBuilder getProofOrBuilder()
Proof contains everything necessary to prove the inclusion of the included key/value pair given a genesis skipblock.
required .omniledger.Proof proof = 2;Copyright © 2018. All rights reserved.