public static interface Personhood.PartyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getByzcoinid()
ByzCoinID represents the ledger where the pop-party is stored.
|
com.google.protobuf.ByteString |
getInstanceid()
InstanceID is where to find the party in the ledger.
|
OnetProto.Roster |
getRoster()
Roster is the list of nodes responsible for the byzcoin instance
|
OnetProto.RosterOrBuilder |
getRosterOrBuilder()
Roster is the list of nodes responsible for the byzcoin instance
|
boolean |
hasByzcoinid()
ByzCoinID represents the ledger where the pop-party is stored.
|
boolean |
hasInstanceid()
InstanceID is where to find the party in the ledger.
|
boolean |
hasRoster()
Roster is the list of nodes responsible for the byzcoin instance
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRoster()
Roster is the list of nodes responsible for the byzcoin instance
required .onet.Roster roster = 1;OnetProto.Roster getRoster()
Roster is the list of nodes responsible for the byzcoin instance
required .onet.Roster roster = 1;OnetProto.RosterOrBuilder getRosterOrBuilder()
Roster is the list of nodes responsible for the byzcoin instance
required .onet.Roster roster = 1;boolean hasByzcoinid()
ByzCoinID represents the ledger where the pop-party is stored.
required bytes byzcoinid = 2;com.google.protobuf.ByteString getByzcoinid()
ByzCoinID represents the ledger where the pop-party is stored.
required bytes byzcoinid = 2;boolean hasInstanceid()
InstanceID is where to find the party in the ledger.
required bytes instanceid = 3;com.google.protobuf.ByteString getInstanceid()
InstanceID is where to find the party in the ledger.
required bytes instanceid = 3;Copyright © 2019. All rights reserved.