THORChainSend

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

Types

Link copied to clipboard
class Builder
thorchain/MsgSend
Protobuf type TW.Cosmos.Proto.Message.THORChainSend

Functions

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 getAmountsOrBuilder(index: Int): AmountOrBuilder
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
open fun getAmountsOrBuilderList(): List<out AmountOrBuilder>
repeated .TW.Cosmos.Proto.Amount amounts = 3;
Link copied to clipboard
open fun getDefaultInstance(): THORChainSend
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
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): THORChainSend
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): THORChainSend
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): THORChainSend
open fun parseFrom(data: ByteString): THORChainSend
open fun parseFrom(input: CodedInputStream): THORChainSend
open fun parseFrom(input: InputStream): THORChainSend
open fun parseFrom(data: ByteBuffer): THORChainSend
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): THORChainSend
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): THORChainSend
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): THORChainSend
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): THORChainSend
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): THORChainSend
Link copied to clipboard
open fun parser(): Parser<THORChainSend>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard