SendOrBuilder

interface SendOrBuilder

Functions

Link copied to clipboard
abstract fun getAmounts(index: Int): Amount
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
abstract fun getAmountsCount(): Int
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
abstract fun getAmountsList(): List<Amount>
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
abstract fun getFromAddress(): String
string from_address = 1;
Link copied to clipboard
abstract fun getFromAddressBytes(): ByteString
string from_address = 1;
Link copied to clipboard
abstract fun getToAddress(): String
string to_address = 2;
Link copied to clipboard
abstract fun getToAddressBytes(): ByteString
string to_address = 2;
Link copied to clipboard
abstract fun getTypePrefix(): String
string type_prefix = 4;
Link copied to clipboard
abstract fun getTypePrefixBytes(): ByteString
string type_prefix = 4;

Inheritors

Link copied to clipboard