public static interface OmniLedgerProto.CoinOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OmniLedgerProto.InstanceID |
getName()
Name points to the genesis object of that coin.
|
OmniLedgerProto.InstanceIDOrBuilder |
getNameOrBuilder()
Name points to the genesis object of that coin.
|
long |
getValue()
Value is the total number of coins of that type.
|
boolean |
hasName()
Name points to the genesis object 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 object of that coin.
required .omniledger.InstanceID name = 1;OmniLedgerProto.InstanceID getName()
Name points to the genesis object of that coin.
required .omniledger.InstanceID name = 1;OmniLedgerProto.InstanceIDOrBuilder getNameOrBuilder()
Name points to the genesis object of that coin.
required .omniledger.InstanceID 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 © 2018. All rights reserved.