public static interface Calypso.CreateLTSReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getByzcoinid()
required bytes byzcoinid = 1; |
com.google.protobuf.ByteString |
getInstanceid()
required bytes instanceid = 2; |
com.google.protobuf.ByteString |
getX()
X is the public key of the LTS.
|
boolean |
hasByzcoinid()
required bytes byzcoinid = 1; |
boolean |
hasInstanceid()
required bytes instanceid = 2; |
boolean |
hasX()
X is the public key of the LTS.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasByzcoinid()
required bytes byzcoinid = 1;com.google.protobuf.ByteString getByzcoinid()
required bytes byzcoinid = 1;boolean hasInstanceid()
required bytes instanceid = 2;com.google.protobuf.ByteString getInstanceid()
required bytes instanceid = 2;boolean hasX()
X is the public key of the LTS.
required bytes x = 3;com.google.protobuf.ByteString getX()
X is the public key of the LTS.
required bytes x = 3;Copyright © 2019. All rights reserved.