public static interface ToeknConverterContract.ConnectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getIsDepositAccount()
Indicates if the connector is base token connector.
|
boolean |
getIsPurchaseEnabled()
Whether the connector is enabled.
|
boolean |
getIsVirtualBalanceEnabled()
Whether to use Virtual Balance.
|
String |
getRelatedSymbol()
Indicates its related connector, the pair connector includes a new created token connector and the base token connector.
|
com.google.protobuf.ByteString |
getRelatedSymbolBytes()
Indicates its related connector, the pair connector includes a new created token connector and the base token connector.
|
String |
getSymbol()
The token symbol.
|
com.google.protobuf.ByteString |
getSymbolBytes()
The token symbol.
|
long |
getVirtualBalance()
The virtual balance for base token.
|
String |
getWeight()
The calculated weight value for this Connector.
|
com.google.protobuf.ByteString |
getWeightBytes()
The calculated weight value for this Connector.
|
String getSymbol()
The token symbol.
string symbol = 1;com.google.protobuf.ByteString getSymbolBytes()
The token symbol.
string symbol = 1;long getVirtualBalance()
The virtual balance for base token.
int64 virtual_balance = 2;String getWeight()
The calculated weight value for this Connector.
string weight = 3;com.google.protobuf.ByteString getWeightBytes()
The calculated weight value for this Connector.
string weight = 3;boolean getIsVirtualBalanceEnabled()
Whether to use Virtual Balance.
bool is_virtual_balance_enabled = 4;boolean getIsPurchaseEnabled()
Whether the connector is enabled.
bool is_purchase_enabled = 5;String getRelatedSymbol()
Indicates its related connector, the pair connector includes a new created token connector and the base token connector.
string related_symbol = 6;com.google.protobuf.ByteString getRelatedSymbolBytes()
Indicates its related connector, the pair connector includes a new created token connector and the base token connector.
string related_symbol = 6;boolean getIsDepositAccount()
Indicates if the connector is base token connector.
bool is_deposit_account = 7;Copyright © 2020. All rights reserved.