Builder

class Builder
thorchain/MsgSend
Protobuf type TW.Cosmos.Proto.Message.THORChainSend

Functions

Link copied to clipboard
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
open fun addAmounts(builderForValue: Builder): Cosmos.Message.THORChainSend.Builder
open fun addAmounts(index: Int, builderForValue: Builder): Cosmos.Message.THORChainSend.Builder
open fun addAmounts(index: Int, value: Amount): Cosmos.Message.THORChainSend.Builder
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
bytes from_address = 1;
Link copied to clipboard
bytes to_address = 2;
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
open fun getFromAddress(): ByteString
bytes from_address = 1;
Link copied to clipboard
open fun getToAddress(): ByteString
bytes to_address = 2;
Link copied to clipboard
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
open fun setAmounts(index: Int, builderForValue: Builder): Cosmos.Message.THORChainSend.Builder
open fun setAmounts(index: Int, value: Amount): Cosmos.Message.THORChainSend.Builder
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
bytes from_address = 1;
Link copied to clipboard
bytes to_address = 2;