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.
|
long |
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 sint64 version = 1;long getVersion()
Version of the protocol
required sint64 version = 1;boolean hasProof()
Proof contains everything necessary to prove the inclusion
of the included key/value pair given a genesis skipblock.
required .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 .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 .Proof proof = 2;Copyright © 2018. All rights reserved.