Builder

class Builder
Message for TokenUnfreeze order
Protobuf type TW.Binance.Proto.TokenUnfreezeOrder

Functions

Link copied to clipboard
amount of token to unfreeze
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 of token to unfreeze
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 of token to unfreeze
int64 amount = 3;
Link copied to clipboard
open fun setFrom(value: ByteString): Binance.TokenUnfreezeOrder.Builder
owner address
bytes from = 1;
Link copied to clipboard
token symbol, in full name with "-" suffix
string symbol = 2;
Link copied to clipboard
token symbol, in full name with "-" suffix
string symbol = 2;