public static interface TokenContract.TokenInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getDecimals()
The precision of the token.
|
boolean |
getIsBurnable()
A flag indicating if this token is burnable.
|
int |
getIssueChainId()
The chain id of the token.
|
long |
getIssued()
The amount of issued tokens.
|
Client.Address |
getIssuer()
The address that created the token.
|
Client.AddressOrBuilder |
getIssuerOrBuilder()
The address that created the token.
|
long |
getSupply()
The current supply of the token.
|
String |
getSymbol()
The symbol of the token.f
string symbol = 1; |
com.google.protobuf.ByteString |
getSymbolBytes()
The symbol of the token.f
string symbol = 1; |
String |
getTokenName()
The full name of the token.
|
com.google.protobuf.ByteString |
getTokenNameBytes()
The full name of the token.
|
long |
getTotalSupply()
The total supply of the token.
|
boolean |
hasIssuer()
The address that created the token.
|
String getSymbol()
The symbol of the token.f
string symbol = 1;com.google.protobuf.ByteString getSymbolBytes()
The symbol of the token.f
string symbol = 1;String getTokenName()
The full name of the token.
string token_name = 2;com.google.protobuf.ByteString getTokenNameBytes()
The full name of the token.
string token_name = 2;long getSupply()
The current supply of the token.
int64 supply = 3;long getTotalSupply()
The total supply of the token.
int64 total_supply = 4;int getDecimals()
The precision of the token.
int32 decimals = 5;boolean hasIssuer()
The address that created the token.
.Address issuer = 6;Client.Address getIssuer()
The address that created the token.
.Address issuer = 6;Client.AddressOrBuilder getIssuerOrBuilder()
The address that created the token.
.Address issuer = 6;boolean getIsBurnable()
A flag indicating if this token is burnable.
bool is_burnable = 7;int getIssueChainId()
The chain id of the token.
int32 issue_chain_id = 8;long getIssued()
The amount of issued tokens.
int64 issued = 9;Copyright © 2020. All rights reserved.