public static interface Personhood.ReadMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getMsgid()
MsgID to request.
|
com.google.protobuf.ByteString |
getPartyiid()
PartyIID to calculate the party coin account
|
com.google.protobuf.ByteString |
getReader()
Reader that will receive the reward
|
boolean |
hasMsgid()
MsgID to request.
|
boolean |
hasPartyiid()
PartyIID to calculate the party coin account
|
boolean |
hasReader()
Reader that will receive the reward
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMsgid()
MsgID to request.
required bytes msgid = 1;com.google.protobuf.ByteString getMsgid()
MsgID to request.
required bytes msgid = 1;boolean hasPartyiid()
PartyIID to calculate the party coin account
required bytes partyiid = 2;com.google.protobuf.ByteString getPartyiid()
PartyIID to calculate the party coin account
required bytes partyiid = 2;boolean hasReader()
Reader that will receive the reward
required bytes reader = 3;com.google.protobuf.ByteString getReader()
Reader that will receive the reward
required bytes reader = 3;Copyright © 2018. All rights reserved.