public static interface OmniLedgerProto.GetProofOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getId()
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block.
|
com.google.protobuf.ByteString |
getKey()
Key is the key we want to look up
|
long |
getVersion()
Version of the protocol
|
boolean |
hasId()
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block.
|
boolean |
hasKey()
Key is the key we want to look up
|
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 hasKey()
Key is the key we want to look up
required bytes key = 2;com.google.protobuf.ByteString getKey()
Key is the key we want to look up
required bytes key = 2;boolean hasId()
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block. The proof returned will be starting at this block.
required bytes id = 3;com.google.protobuf.ByteString getId()
ID is any block that is known to us in the skipchain, can be the genesis
block or any later block. The proof returned will be starting at this block.
required bytes id = 3;Copyright © 2018. All rights reserved.