public static final class Personhood.PopPartyStruct extends com.google.protobuf.GeneratedMessageV3 implements Personhood.PopPartyStructOrBuilder
PopPartyStruct is the data that is stored in a pop-party instance.Protobuf type
personhood.PopPartyStruct| Modifier and Type | Class and Description |
|---|---|
static class |
Personhood.PopPartyStruct.Builder
PopPartyStruct is the data that is stored in a pop-party instance.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ATTENDEES_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
FINALIZATIONS_FIELD_NUMBER |
static int |
MINERS_FIELD_NUMBER |
static int |
MININGREWARD_FIELD_NUMBER |
static int |
NEXT_FIELD_NUMBER |
static int |
ORGANIZERS_FIELD_NUMBER |
static com.google.protobuf.Parser<Personhood.PopPartyStruct> |
PARSER
Deprecated.
|
static int |
PREVIOUS_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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
|
static Personhood.PopPartyStruct |
getDefaultInstance() |
Personhood.PopPartyStruct |
getDefaultInstanceForType() |
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.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.ProtocolStringList |
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.Parser<Personhood.PopPartyStruct> |
getParserForType() |
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 |
getSerializedSize() |
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
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
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
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Personhood.PopPartyStruct.Builder |
newBuilder() |
static Personhood.PopPartyStruct.Builder |
newBuilder(Personhood.PopPartyStruct prototype) |
Personhood.PopPartyStruct.Builder |
newBuilderForType() |
protected Personhood.PopPartyStruct.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Personhood.PopPartyStruct |
parseDelimitedFrom(InputStream input) |
static Personhood.PopPartyStruct |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Personhood.PopPartyStruct |
parseFrom(byte[] data) |
static Personhood.PopPartyStruct |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Personhood.PopPartyStruct |
parseFrom(ByteBuffer data) |
static Personhood.PopPartyStruct |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Personhood.PopPartyStruct |
parseFrom(com.google.protobuf.ByteString data) |
static Personhood.PopPartyStruct |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Personhood.PopPartyStruct |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Personhood.PopPartyStruct |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Personhood.PopPartyStruct |
parseFrom(InputStream input) |
static Personhood.PopPartyStruct |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Personhood.PopPartyStruct> |
parser() |
Personhood.PopPartyStruct.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int STATE_FIELD_NUMBER
public static final int ORGANIZERS_FIELD_NUMBER
public static final int FINALIZATIONS_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int ATTENDEES_FIELD_NUMBER
public static final int MINERS_FIELD_NUMBER
public static final int MININGREWARD_FIELD_NUMBER
public static final int PREVIOUS_FIELD_NUMBER
public static final int NEXT_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Personhood.PopPartyStruct> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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
required sint32 state = 1;hasState in interface Personhood.PopPartyStructOrBuilderpublic 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;getState in interface Personhood.PopPartyStructOrBuilderpublic boolean hasOrganizers()
Organizers is the number of organizers responsible for this party
required sint32 organizers = 2;hasOrganizers in interface Personhood.PopPartyStructOrBuilderpublic int getOrganizers()
Organizers is the number of organizers responsible for this party
required sint32 organizers = 2;getOrganizers in interface Personhood.PopPartyStructOrBuilderpublic com.google.protobuf.ProtocolStringList getFinalizationsList()
Finalizations is a slice of darc-identities who agree on the list of public keys in the FinalStatement.
repeated string finalizations = 3;getFinalizationsList in interface Personhood.PopPartyStructOrBuilderpublic int getFinalizationsCount()
Finalizations is a slice of darc-identities who agree on the list of public keys in the FinalStatement.
repeated string finalizations = 3;getFinalizationsCount in interface Personhood.PopPartyStructOrBuilderpublic 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;getFinalizations in interface Personhood.PopPartyStructOrBuilderpublic 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;getFinalizationsBytes in interface Personhood.PopPartyStructOrBuilderpublic boolean hasDescription()
Description holds the name, date and location of the party and is available before the barrier point.
required .personhood.PopDesc description = 4;hasDescription in interface Personhood.PopPartyStructOrBuilderpublic 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;getDescription in interface Personhood.PopPartyStructOrBuilderpublic 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;getDescriptionOrBuilder in interface Personhood.PopPartyStructOrBuilderpublic boolean hasAttendees()
Attendees is the slice of public keys of all confirmed attendees
required .personhood.Attendees attendees = 5;hasAttendees in interface Personhood.PopPartyStructOrBuilderpublic Personhood.Attendees getAttendees()
Attendees is the slice of public keys of all confirmed attendees
required .personhood.Attendees attendees = 5;getAttendees in interface Personhood.PopPartyStructOrBuilderpublic Personhood.AttendeesOrBuilder getAttendeesOrBuilder()
Attendees is the slice of public keys of all confirmed attendees
required .personhood.Attendees attendees = 5;getAttendeesOrBuilder in interface Personhood.PopPartyStructOrBuilderpublic List<Personhood.LRSTag> getMinersList()
Miners holds all tags of the linkable ring signatures that already mined this party.
repeated .personhood.LRSTag miners = 6;getMinersList in interface Personhood.PopPartyStructOrBuilderpublic List<? extends Personhood.LRSTagOrBuilder> getMinersOrBuilderList()
Miners holds all tags of the linkable ring signatures that already mined this party.
repeated .personhood.LRSTag miners = 6;getMinersOrBuilderList in interface Personhood.PopPartyStructOrBuilderpublic int getMinersCount()
Miners holds all tags of the linkable ring signatures that already mined this party.
repeated .personhood.LRSTag miners = 6;getMinersCount in interface Personhood.PopPartyStructOrBuilderpublic Personhood.LRSTag getMiners(int index)
Miners holds all tags of the linkable ring signatures that already mined this party.
repeated .personhood.LRSTag miners = 6;getMiners in interface Personhood.PopPartyStructOrBuilderpublic Personhood.LRSTagOrBuilder getMinersOrBuilder(int index)
Miners holds all tags of the linkable ring signatures that already mined this party.
repeated .personhood.LRSTag miners = 6;getMinersOrBuilder in interface Personhood.PopPartyStructOrBuilderpublic boolean hasMiningreward()
How much money to mine
required uint64 miningreward = 7;hasMiningreward in interface Personhood.PopPartyStructOrBuilderpublic long getMiningreward()
How much money to mine
required uint64 miningreward = 7;getMiningreward in interface Personhood.PopPartyStructOrBuilderpublic 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;hasPrevious in interface Personhood.PopPartyStructOrBuilderpublic 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;getPrevious in interface Personhood.PopPartyStructOrBuilderpublic 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;hasNext in interface Personhood.PopPartyStructOrBuilderpublic 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;getNext in interface Personhood.PopPartyStructOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Personhood.PopPartyStruct parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Personhood.PopPartyStruct parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Personhood.PopPartyStruct parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Personhood.PopPartyStruct parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Personhood.PopPartyStruct parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Personhood.PopPartyStruct parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Personhood.PopPartyStruct parseFrom(InputStream input) throws IOException
IOExceptionpublic static Personhood.PopPartyStruct parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Personhood.PopPartyStruct parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Personhood.PopPartyStruct parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Personhood.PopPartyStruct parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Personhood.PopPartyStruct parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Personhood.PopPartyStruct.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Personhood.PopPartyStruct.Builder newBuilder()
public static Personhood.PopPartyStruct.Builder newBuilder(Personhood.PopPartyStruct prototype)
public Personhood.PopPartyStruct.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Personhood.PopPartyStruct.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Personhood.PopPartyStruct getDefaultInstance()
public static com.google.protobuf.Parser<Personhood.PopPartyStruct> parser()
public com.google.protobuf.Parser<Personhood.PopPartyStruct> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Personhood.PopPartyStruct getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.