Builder

class Builder
Message for TokenBurn order
Protobuf type TW.Binance.Proto.TokenBurnOrder

Functions

Link copied to clipboard
amount to burn
int64 amount = 3;
Link copied to clipboard
owner address
bytes from = 1;
Link copied to clipboard
token symbol, in full name with "-" suffix
string symbol = 2;
Link copied to clipboard
open fun getAmount(): Long
amount to burn
int64 amount = 3;
Link copied to clipboard
open fun getFrom(): ByteString
owner address
bytes from = 1;
Link copied to clipboard
open fun getSymbol(): String
token symbol, in full name with "-" suffix
string symbol = 2;
Link copied to clipboard
open fun getSymbolBytes(): ByteString
token symbol, in full name with "-" suffix
string symbol = 2;
Link copied to clipboard
amount to burn
int64 amount = 3;
Link copied to clipboard
open fun setFrom(value: ByteString): Binance.TokenBurnOrder.Builder
owner address
bytes from = 1;
Link copied to clipboard
token symbol, in full name with "-" suffix
string symbol = 2;
Link copied to clipboard
open fun setSymbolBytes(value: ByteString): Binance.TokenBurnOrder.Builder
token symbol, in full name with "-" suffix
string symbol = 2;