TokenFreezeOrderOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
amount of token to freeze
int64 amount = 3;
Link copied to clipboard
abstract fun getFrom(): ByteString
owner address
bytes from = 1;
Link copied to clipboard
abstract fun getSymbol(): String
token symbol, in full name with "-" suffix
string symbol = 2;
Link copied to clipboard
abstract fun getSymbolBytes(): ByteString
token symbol, in full name with "-" suffix
string symbol = 2;

Inheritors

Link copied to clipboard