public static interface PoPProto.FinalStatementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAttendees(int index)
Attendees holds a slice of all public keys of the attendees.
|
int |
getAttendeesCount()
Attendees holds a slice of all public keys of the attendees.
|
List<com.google.protobuf.ByteString> |
getAttendeesList()
Attendees holds a slice of all public keys of the attendees.
|
PoPProto.PopDesc |
getDesc()
Desc is the description of the pop-party.
|
PoPProto.PopDescOrBuilder |
getDescOrBuilder()
Desc is the description of the pop-party.
|
boolean |
getMerged()
Flag indicates that party was merged
|
com.google.protobuf.ByteString |
getSignature()
Signature is created by all conodes responsible for that pop-party
|
boolean |
hasDesc()
Desc is the description of the pop-party.
|
boolean |
hasMerged()
Flag indicates that party was merged
|
boolean |
hasSignature()
Signature is created by all conodes responsible for that pop-party
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDesc()
Desc is the description of the pop-party.
optional .pop.PopDesc desc = 1;PoPProto.PopDesc getDesc()
Desc is the description of the pop-party.
optional .pop.PopDesc desc = 1;PoPProto.PopDescOrBuilder getDescOrBuilder()
Desc is the description of the pop-party.
optional .pop.PopDesc desc = 1;List<com.google.protobuf.ByteString> getAttendeesList()
Attendees holds a slice of all public keys of the attendees.
repeated bytes attendees = 2;int getAttendeesCount()
Attendees holds a slice of all public keys of the attendees.
repeated bytes attendees = 2;com.google.protobuf.ByteString getAttendees(int index)
Attendees holds a slice of all public keys of the attendees.
repeated bytes attendees = 2;boolean hasSignature()
Signature is created by all conodes responsible for that pop-party
required bytes signature = 3;com.google.protobuf.ByteString getSignature()
Signature is created by all conodes responsible for that pop-party
required bytes signature = 3;boolean hasMerged()
Flag indicates that party was merged
required bool merged = 4;boolean getMerged()
Flag indicates that party was merged
required bool merged = 4;Copyright © 2018. All rights reserved.