PublicAddressOrBuilder

Functions

Link copied to clipboard
abstract fun getAddress(): String
The address
string address = 2;
Link copied to clipboard
abstract fun getAddressBytes(): ByteString
The address
string address = 2;
Link copied to clipboard
abstract fun getCoinSymbol(): String
Coin symbol for the address (a.k.a. tokenCode)
string coin_symbol = 1;
Link copied to clipboard
abstract fun getCoinSymbolBytes(): ByteString
Coin symbol for the address (a.k.a. tokenCode)
string coin_symbol = 1;

Inheritors

Link copied to clipboard