FeeOrBuilder

interface FeeOrBuilder

Functions

Link copied to clipboard
abstract fun getAmounts(index: Int): Amount
Fee amount(s)
repeated .TW.Cosmos.Proto.Amount amounts = 1;
Link copied to clipboard
abstract fun getAmountsCount(): Int
Fee amount(s)
repeated .TW.Cosmos.Proto.Amount amounts = 1;
Link copied to clipboard
abstract fun getAmountsList(): List<Amount>
Fee amount(s)
repeated .TW.Cosmos.Proto.Amount amounts = 1;
Link copied to clipboard
abstract fun getGas(): Long
Gas price
uint64 gas = 2;

Inheritors

Link copied to clipboard