public static interface Contract.ParticipateAssetIssueContractOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAmount()
the amount of drops
int64 amount = 4; |
com.google.protobuf.ByteString |
getAssetName()
this field is token name before the proposal ALLOW_SAME_TOKEN_NAME is active, otherwise it is token id and token is should be in string format.
|
com.google.protobuf.ByteString |
getOwnerAddress()
bytes owner_address = 1; |
com.google.protobuf.ByteString |
getToAddress()
bytes to_address = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getOwnerAddress()
bytes owner_address = 1;
com.google.protobuf.ByteString getToAddress()
bytes to_address = 2;
com.google.protobuf.ByteString getAssetName()
this field is token name before the proposal ALLOW_SAME_TOKEN_NAME is active, otherwise it is token id and token is should be in string format.
bytes asset_name = 3;
long getAmount()
the amount of drops
int64 amount = 4;
Copyright © 2020. All rights reserved.