TimeRelockOrderOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(index: Int): Token
Array of symbol/amount pairs.
repeated .TW.Binance.Proto.SendOrder.Token amount = 4;
Link copied to clipboard
abstract fun getAmountCount(): Int
Array of symbol/amount pairs.
repeated .TW.Binance.Proto.SendOrder.Token amount = 4;
Link copied to clipboard
abstract fun getAmountList(): List<Token>
Array of symbol/amount pairs.
repeated .TW.Binance.Proto.SendOrder.Token amount = 4;
Link copied to clipboard
abstract fun getDescription(): String
Description (optional)
string description = 3;
Link copied to clipboard
abstract fun getDescriptionBytes(): ByteString
Description (optional)
string description = 3;
Link copied to clipboard
abstract fun getFromAddress(): ByteString
owner address
bytes from_address = 1;
Link copied to clipboard
abstract fun getId(): Long
order ID
int64 id = 2;
Link copied to clipboard
abstract fun getLockTime(): Long
lock time
int64 lock_time = 5;

Inheritors

Link copied to clipboard