Send

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

Types

Link copied to clipboard
class Builder
cosmos-sdk/MsgSend
Protobuf type TW.Cosmos.Proto.Message.Send

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(): Send
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
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): Send
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Send
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Send
open fun parseFrom(data: ByteString): Send
open fun parseFrom(input: CodedInputStream): Send
open fun parseFrom(input: InputStream): Send
open fun parseFrom(data: ByteBuffer): Send
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Send
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Send
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Send
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Send
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Send
Link copied to clipboard
open fun parser(): Parser<Send>

Properties

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