public static interface TokenContract.GetBalanceInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Client.Address |
getOwner()
The target address of the query.
|
Client.AddressOrBuilder |
getOwnerOrBuilder()
The target address of the query.
|
String |
getSymbol()
The symbol of token.
|
com.google.protobuf.ByteString |
getSymbolBytes()
The symbol of token.
|
boolean |
hasOwner()
The target address of the query.
|
String getSymbol()
The symbol of token.
string symbol = 1;com.google.protobuf.ByteString getSymbolBytes()
The symbol of token.
string symbol = 1;boolean hasOwner()
The target address of the query.
.Address owner = 2;Client.Address getOwner()
The target address of the query.
.Address owner = 2;Client.AddressOrBuilder getOwnerOrBuilder()
The target address of the query.
.Address owner = 2;Copyright © 2020. All rights reserved.