public static interface Personhood.PopPartyStructOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Personhood.Attendees |
getAttendees()
Attendees is the slice of public keys of all confirmed attendees
|
Personhood.AttendeesOrBuilder |
getAttendeesOrBuilder()
Attendees is the slice of public keys of all confirmed attendees
|
Personhood.PopDesc |
getDescription()
Description holds the name, date and location of the party and is available
before the barrier point.
|
Personhood.PopDescOrBuilder |
getDescriptionOrBuilder()
Description holds the name, date and location of the party and is available
before the barrier point.
|
String |
getFinalizations(int index)
Finalizations is a slice of darc-identities who agree on the list of
public keys in the FinalStatement.
|
com.google.protobuf.ByteString |
getFinalizationsBytes(int index)
Finalizations is a slice of darc-identities who agree on the list of
public keys in the FinalStatement.
|
int |
getFinalizationsCount()
Finalizations is a slice of darc-identities who agree on the list of
public keys in the FinalStatement.
|
List<String> |
getFinalizationsList()
Finalizations is a slice of darc-identities who agree on the list of
public keys in the FinalStatement.
|
Personhood.LRSTag |
getMiners(int index)
Miners holds all tags of the linkable ring signatures that already
mined this party.
|
int |
getMinersCount()
Miners holds all tags of the linkable ring signatures that already
mined this party.
|
List<Personhood.LRSTag> |
getMinersList()
Miners holds all tags of the linkable ring signatures that already
mined this party.
|
Personhood.LRSTagOrBuilder |
getMinersOrBuilder(int index)
Miners holds all tags of the linkable ring signatures that already
mined this party.
|
List<? extends Personhood.LRSTagOrBuilder> |
getMinersOrBuilderList()
Miners holds all tags of the linkable ring signatures that already
mined this party.
|
long |
getMiningreward()
How much money to mine
|
com.google.protobuf.ByteString |
getNext()
Next is a link to the instanceID of the next party.
|
int |
getOrganizers()
Organizers is the number of organizers responsible for this party
|
com.google.protobuf.ByteString |
getPrevious()
Previous is the link to the instanceID of the previous party, it can be
nil for the first party.
|
int |
getState()
State has one of the following values:
1: it is a configuration only
2: scanning in progress
3: it is a finalized pop-party
|
boolean |
hasAttendees()
Attendees is the slice of public keys of all confirmed attendees
|
boolean |
hasDescription()
Description holds the name, date and location of the party and is available
before the barrier point.
|
boolean |
hasMiningreward()
How much money to mine
|
boolean |
hasNext()
Next is a link to the instanceID of the next party.
|
boolean |
hasOrganizers()
Organizers is the number of organizers responsible for this party
|
boolean |
hasPrevious()
Previous is the link to the instanceID of the previous party, it can be
nil for the first party.
|
boolean |
hasState()
State has one of the following values:
1: it is a configuration only
2: scanning in progress
3: it is a finalized pop-party
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasState()
State has one of the following values: 1: it is a configuration only 2: scanning in progress 3: it is a finalized pop-party
required sint32 state = 1;int getState()
State has one of the following values: 1: it is a configuration only 2: scanning in progress 3: it is a finalized pop-party
required sint32 state = 1;boolean hasOrganizers()
Organizers is the number of organizers responsible for this party
required sint32 organizers = 2;int getOrganizers()
Organizers is the number of organizers responsible for this party
required sint32 organizers = 2;List<String> getFinalizationsList()
Finalizations is a slice of darc-identities who agree on the list of public keys in the FinalStatement.
repeated string finalizations = 3;int getFinalizationsCount()
Finalizations is a slice of darc-identities who agree on the list of public keys in the FinalStatement.
repeated string finalizations = 3;String getFinalizations(int index)
Finalizations is a slice of darc-identities who agree on the list of public keys in the FinalStatement.
repeated string finalizations = 3;com.google.protobuf.ByteString getFinalizationsBytes(int index)
Finalizations is a slice of darc-identities who agree on the list of public keys in the FinalStatement.
repeated string finalizations = 3;boolean hasDescription()
Description holds the name, date and location of the party and is available before the barrier point.
required .personhood.PopDesc description = 4;Personhood.PopDesc getDescription()
Description holds the name, date and location of the party and is available before the barrier point.
required .personhood.PopDesc description = 4;Personhood.PopDescOrBuilder getDescriptionOrBuilder()
Description holds the name, date and location of the party and is available before the barrier point.
required .personhood.PopDesc description = 4;boolean hasAttendees()
Attendees is the slice of public keys of all confirmed attendees
required .personhood.Attendees attendees = 5;Personhood.Attendees getAttendees()
Attendees is the slice of public keys of all confirmed attendees
required .personhood.Attendees attendees = 5;Personhood.AttendeesOrBuilder getAttendeesOrBuilder()
Attendees is the slice of public keys of all confirmed attendees
required .personhood.Attendees attendees = 5;List<Personhood.LRSTag> getMinersList()
Miners holds all tags of the linkable ring signatures that already mined this party.
repeated .personhood.LRSTag miners = 6;Personhood.LRSTag getMiners(int index)
Miners holds all tags of the linkable ring signatures that already mined this party.
repeated .personhood.LRSTag miners = 6;int getMinersCount()
Miners holds all tags of the linkable ring signatures that already mined this party.
repeated .personhood.LRSTag miners = 6;List<? extends Personhood.LRSTagOrBuilder> getMinersOrBuilderList()
Miners holds all tags of the linkable ring signatures that already mined this party.
repeated .personhood.LRSTag miners = 6;Personhood.LRSTagOrBuilder getMinersOrBuilder(int index)
Miners holds all tags of the linkable ring signatures that already mined this party.
repeated .personhood.LRSTag miners = 6;boolean hasMiningreward()
How much money to mine
required uint64 miningreward = 7;long getMiningreward()
How much money to mine
required uint64 miningreward = 7;boolean hasPrevious()
Previous is the link to the instanceID of the previous party, it can be nil for the first party.
optional bytes previous = 8;com.google.protobuf.ByteString getPrevious()
Previous is the link to the instanceID of the previous party, it can be nil for the first party.
optional bytes previous = 8;boolean hasNext()
Next is a link to the instanceID of the next party. It can be nil if there is no next party.
optional bytes next = 9;com.google.protobuf.ByteString getNext()
Next is a link to the instanceID of the next party. It can be nil if there is no next party.
optional bytes next = 9;Copyright © 2019. All rights reserved.