TransferOutOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Token
transfer amount
.TW.Binance.Proto.SendOrder.Token amount = 3;
Link copied to clipboard
abstract fun getExpireTime(): Long
expiration time
int64 expire_time = 4;
Link copied to clipboard
abstract fun getFrom(): ByteString
source address
bytes from = 1;
Link copied to clipboard
abstract fun getTo(): ByteString
recipient address
bytes to = 2;
Link copied to clipboard
abstract fun hasAmount(): Boolean
transfer amount
.TW.Binance.Proto.SendOrder.Token amount = 3;

Inheritors

Link copied to clipboard