public static interface Calypso.CreateLTSOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getBcid()
BCID is the ID of the ByzCoin ledger that can use this LTS.
|
OnetProto.Roster |
getRoster()
Roster is the list of nodes that should participate in the DKG.
|
OnetProto.RosterOrBuilder |
getRosterOrBuilder()
Roster is the list of nodes that should participate in the DKG.
|
boolean |
hasBcid()
BCID is the ID of the ByzCoin ledger that can use this LTS.
|
boolean |
hasRoster()
Roster is the list of nodes that should participate in the DKG.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRoster()
Roster is the list of nodes that should participate in the DKG.
required .onet.Roster roster = 1;OnetProto.Roster getRoster()
Roster is the list of nodes that should participate in the DKG.
required .onet.Roster roster = 1;OnetProto.RosterOrBuilder getRosterOrBuilder()
Roster is the list of nodes that should participate in the DKG.
required .onet.Roster roster = 1;boolean hasBcid()
BCID is the ID of the ByzCoin ledger that can use this LTS.
required bytes bcid = 2;com.google.protobuf.ByteString getBcid()
BCID is the ID of the ByzCoin ledger that can use this LTS.
required bytes bcid = 2;Copyright © 2018. All rights reserved.