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