public static interface TokenContract.IsInWhiteListInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Client.Address |
getAddress()
The address to check.
|
Client.AddressOrBuilder |
getAddressOrBuilder()
The address to check.
|
String |
getSymbol()
The symbol of token.
|
com.google.protobuf.ByteString |
getSymbolBytes()
The symbol of token.
|
boolean |
hasAddress()
The address to check.
|
String getSymbol()
The symbol of token.
string symbol = 1;com.google.protobuf.ByteString getSymbolBytes()
The symbol of token.
string symbol = 1;boolean hasAddress()
The address to check.
.Address address = 2;Client.Address getAddress()
The address to check.
.Address address = 2;Client.AddressOrBuilder getAddressOrBuilder()
The address to check.
.Address address = 2;Copyright © 2020. All rights reserved.