Builder

class Builder
Message for TokenMint order
Protobuf type TW.Binance.Proto.TokenMintOrder

Functions

Link copied to clipboard
amount to mint
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 mint
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 mint
int64 amount = 3;
Link copied to clipboard
open fun setFrom(value: ByteString): Binance.TokenMintOrder.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.TokenMintOrder.Builder
token symbol, in full name with "-" suffix
string symbol = 2;