HTLTOrderOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(index: Int): Token
amounts
repeated .TW.Binance.Proto.SendOrder.Token amount = 7;
Link copied to clipboard
abstract fun getAmountCount(): Int
amounts
repeated .TW.Binance.Proto.SendOrder.Token amount = 7;
Link copied to clipboard
abstract fun getAmountList(): List<Token>
amounts
repeated .TW.Binance.Proto.SendOrder.Token amount = 7;
Link copied to clipboard
abstract fun getCrossChain(): Boolean
set for cross-chain send
bool cross_chain = 10;
Link copied to clipboard
abstract fun getExpectedIncome(): String
expected gained token on the other chain
string expected_income = 8;
Link copied to clipboard
abstract fun getExpectedIncomeBytes(): ByteString
expected gained token on the other chain
string expected_income = 8;
Link copied to clipboard
abstract fun getFrom(): ByteString
signer address
bytes from = 1;
Link copied to clipboard
abstract fun getHeightSpan(): Long
period expressed in block heights
int64 height_span = 9;
Link copied to clipboard
abstract fun getRandomNumberHash(): ByteString
hash of a random number and timestamp, based on SHA256
bytes random_number_hash = 5;
Link copied to clipboard
source on other chain, optional
string recipient_other_chain = 3;
Link copied to clipboard
abstract fun getRecipientOtherChainBytes(): ByteString
source on other chain, optional
string recipient_other_chain = 3;
Link copied to clipboard
abstract fun getSenderOtherChain(): String
recipient on other chain, optional
string sender_other_chain = 4;
Link copied to clipboard
abstract fun getSenderOtherChainBytes(): ByteString
recipient on other chain, optional
string sender_other_chain = 4;
Link copied to clipboard
abstract fun getTimestamp(): Long
timestamp
int64 timestamp = 6;
Link copied to clipboard
abstract fun getTo(): ByteString
recipient address
bytes to = 2;

Inheritors

Link copied to clipboard