public static interface Personhood.FinalStatementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Personhood.Attendees |
getAttendees()
Attendees holds a slice of all public keys of the attendees.
|
Personhood.AttendeesOrBuilder |
getAttendeesOrBuilder()
Attendees holds a slice of all public keys of the attendees.
|
Personhood.PopDesc |
getDesc()
Desc is the description of the pop-party.
|
Personhood.PopDescOrBuilder |
getDescOrBuilder()
Desc is the description of the pop-party.
|
boolean |
hasAttendees()
Attendees holds a slice of all public keys of the attendees.
|
boolean |
hasDesc()
Desc is the description of the pop-party.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDesc()
Desc is the description of the pop-party.
optional .personhood.PopDesc desc = 1;Personhood.PopDesc getDesc()
Desc is the description of the pop-party.
optional .personhood.PopDesc desc = 1;Personhood.PopDescOrBuilder getDescOrBuilder()
Desc is the description of the pop-party.
optional .personhood.PopDesc desc = 1;boolean hasAttendees()
Attendees holds a slice of all public keys of the attendees.
required .personhood.Attendees attendees = 2;Personhood.Attendees getAttendees()
Attendees holds a slice of all public keys of the attendees.
required .personhood.Attendees attendees = 2;Personhood.AttendeesOrBuilder getAttendeesOrBuilder()
Attendees holds a slice of all public keys of the attendees.
required .personhood.Attendees attendees = 2;Copyright © 2019. All rights reserved.