public static interface TokenContract.TokenInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getBurned()
sint64 burned = 10; |
int |
getDecimals()
sint32 decimals = 5; |
boolean |
getIsBurnable()
bool is_burnable = 7; |
int |
getIssueChainId()
sint32 issue_chain_id = 9; |
Client.Address |
getIssuer()
.Address issuer = 6; |
Client.AddressOrBuilder |
getIssuerOrBuilder()
.Address issuer = 6; |
boolean |
getIsTransferDisabled()
bool is_transfer_disabled = 8; |
long |
getSupply()
sint64 supply = 3; |
String |
getSymbol()
string symbol = 1; |
com.google.protobuf.ByteString |
getSymbolBytes()
string symbol = 1; |
String |
getTokenName()
string tokenName = 2; |
com.google.protobuf.ByteString |
getTokenNameBytes()
string tokenName = 2; |
long |
getTotalSupply()
sint64 totalSupply = 4; |
boolean |
hasIssuer()
.Address issuer = 6; |
String getSymbol()
string symbol = 1;com.google.protobuf.ByteString getSymbolBytes()
string symbol = 1;String getTokenName()
string tokenName = 2;com.google.protobuf.ByteString getTokenNameBytes()
string tokenName = 2;long getSupply()
sint64 supply = 3;long getTotalSupply()
sint64 totalSupply = 4;int getDecimals()
sint32 decimals = 5;boolean hasIssuer()
.Address issuer = 6;Client.Address getIssuer()
.Address issuer = 6;Client.AddressOrBuilder getIssuerOrBuilder()
.Address issuer = 6;boolean getIsBurnable()
bool is_burnable = 7;boolean getIsTransferDisabled()
bool is_transfer_disabled = 8;int getIssueChainId()
sint32 issue_chain_id = 9;long getBurned()
sint64 burned = 10;Copyright © 2020. All rights reserved.