AmountOrBuilder

interface AmountOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): String
amount, number as string
string amount = 2;
Link copied to clipboard
abstract fun getAmountBytes(): ByteString
amount, number as string
string amount = 2;
Link copied to clipboard
abstract fun getDenom(): String
name of the denomination
string denom = 1;
Link copied to clipboard
abstract fun getDenomBytes(): ByteString
name of the denomination
string denom = 1;

Inheritors

Link copied to clipboard