AssetOrBuilder

interface AssetOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Total amount
int64 amount = 1;
Link copied to clipboard
abstract fun getDecimals(): Int
Number of decimals defined
uint32 decimals = 2;
Link copied to clipboard
abstract fun getSymbol(): String
Asset symbol
string symbol = 3;
Link copied to clipboard
abstract fun getSymbolBytes(): ByteString
Asset symbol
string symbol = 3;

Inheritors

Link copied to clipboard