public static interface Contract.AssetIssueContractOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAbbr()
bytes abbr = 3; |
com.google.protobuf.ByteString |
getDescription()
bytes description = 20; |
long |
getEndTime()
int64 end_time = 10; |
long |
getFreeAssetNetLimit()
int64 free_asset_net_limit = 22; |
Contract.AssetIssueContract.FrozenSupply |
getFrozenSupply(int index)
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5; |
int |
getFrozenSupplyCount()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5; |
List<Contract.AssetIssueContract.FrozenSupply> |
getFrozenSupplyList()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5; |
Contract.AssetIssueContract.FrozenSupplyOrBuilder |
getFrozenSupplyOrBuilder(int index)
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5; |
List<? extends Contract.AssetIssueContract.FrozenSupplyOrBuilder> |
getFrozenSupplyOrBuilderList()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5; |
String |
getId()
string id = 41; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 41; |
com.google.protobuf.ByteString |
getName()
bytes name = 2; |
int |
getNum()
int32 num = 8; |
long |
getOrder()
useless
int64 order = 11; |
com.google.protobuf.ByteString |
getOwnerAddress()
bytes owner_address = 1; |
int |
getPrecision()
int32 precision = 7; |
long |
getPublicFreeAssetNetLimit()
int64 public_free_asset_net_limit = 23; |
long |
getPublicFreeAssetNetUsage()
int64 public_free_asset_net_usage = 24; |
long |
getPublicLatestFreeNetTime()
int64 public_latest_free_net_time = 25; |
long |
getStartTime()
int64 start_time = 9; |
long |
getTotalSupply()
int64 total_supply = 4; |
int |
getTrxNum()
int32 trx_num = 6; |
com.google.protobuf.ByteString |
getUrl()
bytes url = 21; |
int |
getVoteScore()
int32 vote_score = 16; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
string id = 41;com.google.protobuf.ByteString getIdBytes()
string id = 41;com.google.protobuf.ByteString getOwnerAddress()
bytes owner_address = 1;com.google.protobuf.ByteString getName()
bytes name = 2;com.google.protobuf.ByteString getAbbr()
bytes abbr = 3;long getTotalSupply()
int64 total_supply = 4;List<Contract.AssetIssueContract.FrozenSupply> getFrozenSupplyList()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;Contract.AssetIssueContract.FrozenSupply getFrozenSupply(int index)
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;int getFrozenSupplyCount()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;List<? extends Contract.AssetIssueContract.FrozenSupplyOrBuilder> getFrozenSupplyOrBuilderList()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;Contract.AssetIssueContract.FrozenSupplyOrBuilder getFrozenSupplyOrBuilder(int index)
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;int getTrxNum()
int32 trx_num = 6;int getPrecision()
int32 precision = 7;int getNum()
int32 num = 8;long getStartTime()
int64 start_time = 9;long getEndTime()
int64 end_time = 10;long getOrder()
useless
int64 order = 11;int getVoteScore()
int32 vote_score = 16;com.google.protobuf.ByteString getDescription()
bytes description = 20;com.google.protobuf.ByteString getUrl()
bytes url = 21;long getFreeAssetNetLimit()
int64 free_asset_net_limit = 22;long getPublicFreeAssetNetLimit()
int64 public_free_asset_net_limit = 23;long getPublicFreeAssetNetUsage()
int64 public_free_asset_net_usage = 24;long getPublicLatestFreeNetTime()
int64 public_latest_free_net_time = 25;Copyright © 2020. All rights reserved.