public static interface ByzCoinProto.CoinOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getName()
Name points to the genesis instance of that coin.
|
long |
getValue()
Value is the total number of coins of that type.
|
boolean |
hasName()
Name points to the genesis instance of that coin.
|
boolean |
hasValue()
Value is the total number of coins of that type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Name points to the genesis instance of that coin.
required bytes name = 1;com.google.protobuf.ByteString getName()
Name points to the genesis instance of that coin.
required bytes name = 1;boolean hasValue()
Value is the total number of coins of that type.
required uint64 value = 2;long getValue()
Value is the total number of coins of that type.
required uint64 value = 2;Copyright © 2019. All rights reserved.