TokenIssueOrderOrBuilder

Functions

Link copied to clipboard
abstract fun getFrom(): ByteString
owner address
bytes from = 1;
Link copied to clipboard
abstract fun getMintable(): Boolean
mintable
bool mintable = 5;
Link copied to clipboard
abstract fun getName(): String
token name
string name = 2;
Link copied to clipboard
abstract fun getNameBytes(): ByteString
token name
string name = 2;
Link copied to clipboard
abstract fun getSymbol(): String
token symbol, in full name with "-" suffix
string symbol = 3;
Link copied to clipboard
abstract fun getSymbolBytes(): ByteString
token symbol, in full name with "-" suffix
string symbol = 3;
Link copied to clipboard
abstract fun getTotalSupply(): Long
total supply
int64 total_supply = 4;

Inheritors

Link copied to clipboard