public static interface Personhood.TopupMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAmount()
Amount to coins to put in the message
|
com.google.protobuf.ByteString |
getMsgid()
MsgID of the message to top up
|
boolean |
hasAmount()
Amount to coins to put in the message
|
boolean |
hasMsgid()
MsgID of the message to top up
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMsgid()
MsgID of the message to top up
required bytes msgid = 1;com.google.protobuf.ByteString getMsgid()
MsgID of the message to top up
required bytes msgid = 1;boolean hasAmount()
Amount to coins to put in the message
required uint64 amount = 2;long getAmount()
Amount to coins to put in the message
required uint64 amount = 2;Copyright © 2018. All rights reserved.