Builder

class Builder
cosmos-sdk/MsgSend
Protobuf type TW.Cosmos.Proto.Message.Send

Functions

Link copied to clipboard
open fun addAllAmounts(values: Iterable<out Amount>): Cosmos.Message.Send.Builder
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
open fun addAmounts(builderForValue: Builder): Cosmos.Message.Send.Builder
open fun addAmounts(value: Amount): Cosmos.Message.Send.Builder
open fun addAmounts(index: Int, builderForValue: Builder): Cosmos.Message.Send.Builder
open fun addAmounts(index: Int, value: Amount): Cosmos.Message.Send.Builder
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
string from_address = 1;
Link copied to clipboard
string to_address = 2;
Link copied to clipboard
string type_prefix = 4;
Link copied to clipboard
open fun getAmounts(index: Int): Amount
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
open fun getAmountsCount(): Int
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
open fun getAmountsList(): List<Amount>
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
string from_address = 1;
Link copied to clipboard
open fun getFromAddressBytes(): ByteString
string from_address = 1;
Link copied to clipboard
open fun getToAddress(): String
string to_address = 2;
Link copied to clipboard
open fun getToAddressBytes(): ByteString
string to_address = 2;
Link copied to clipboard
open fun getTypePrefix(): String
string type_prefix = 4;
Link copied to clipboard
open fun getTypePrefixBytes(): ByteString
string type_prefix = 4;
Link copied to clipboard
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
open fun setAmounts(index: Int, builderForValue: Builder): Cosmos.Message.Send.Builder
open fun setAmounts(index: Int, value: Amount): Cosmos.Message.Send.Builder
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
string from_address = 1;
Link copied to clipboard
string from_address = 1;
Link copied to clipboard
string to_address = 2;
Link copied to clipboard
open fun setToAddressBytes(value: ByteString): Cosmos.Message.Send.Builder
string to_address = 2;
Link copied to clipboard
string type_prefix = 4;
Link copied to clipboard
open fun setTypePrefixBytes(value: ByteString): Cosmos.Message.Send.Builder
string type_prefix = 4;