public static interface TokenContract.TransferInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getAmount()
The amount to to transfer.
|
String |
getMemo()
The memo.
|
com.google.protobuf.ByteString |
getMemoBytes()
The memo.
|
String |
getSymbol()
The token symbol to transfer.
|
com.google.protobuf.ByteString |
getSymbolBytes()
The token symbol to transfer.
|
Client.Address |
getTo()
The receiver of the token.
|
Client.AddressOrBuilder |
getToOrBuilder()
The receiver of the token.
|
boolean |
hasTo()
The receiver of the token.
|
boolean hasTo()
The receiver of the token.
.Address to = 1;Client.Address getTo()
The receiver of the token.
.Address to = 1;Client.AddressOrBuilder getToOrBuilder()
The receiver of the token.
.Address to = 1;String getSymbol()
The token symbol to transfer.
string symbol = 2;com.google.protobuf.ByteString getSymbolBytes()
The token symbol to transfer.
string symbol = 2;long getAmount()
The amount to to transfer.
int64 amount = 3;String getMemo()
The memo.
string memo = 4;com.google.protobuf.ByteString getMemoBytes()
The memo.
string memo = 4;Copyright © 2020. All rights reserved.