WasmExecuteContractSend

send within wasm/MsgExecuteContract
Protobuf type TW.Cosmos.Proto.Message.WasmExecuteContractSend

Types

Link copied to clipboard
class Builder
send within wasm/MsgExecuteContract
Protobuf type TW.Cosmos.Proto.Message.WasmExecuteContractSend

Functions

Link copied to clipboard
open fun getAmount(): ByteString
size is uint128, as bigint
bytes amount = 3;
Link copied to clipboard
open fun getCoin(index: Int): String
used in case you are sending native tokens along with this message
repeated string coin = 6;
Link copied to clipboard
open fun getCoinBytes(index: Int): ByteString
used in case you are sending native tokens along with this message
repeated string coin = 6;
Link copied to clipboard
open fun getCoinCount(): Int
used in case you are sending native tokens along with this message
repeated string coin = 6;
Link copied to clipboard
open fun getCoinList(): List<String>
used in case you are sending native tokens along with this message
repeated string coin = 6;
Link copied to clipboard
token contract address
string contract_address = 2;
Link copied to clipboard
open fun getContractAddressBytes(): ByteString
token contract address
string contract_address = 2;
Link copied to clipboard
open fun getDefaultInstance(): WasmExecuteContractSend
Link copied to clipboard
open fun getMsg(): String
execute_msg to be executed in the context of recipient contract
string msg = 5;
Link copied to clipboard
open fun getMsgBytes(): ByteString
execute_msg to be executed in the context of recipient contract
string msg = 5;
Link copied to clipboard
string recipient_contract_address = 4;
Link copied to clipboard
open fun getRecipientContractAddressBytes(): ByteString
string recipient_contract_address = 4;
Link copied to clipboard
sender address
string sender_address = 1;
Link copied to clipboard
open fun getSenderAddressBytes(): ByteString
sender address
string sender_address = 1;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): WasmExecuteContractSend
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): WasmExecuteContractSend
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): WasmExecuteContractSend
open fun parseFrom(data: ByteString): WasmExecuteContractSend
open fun parseFrom(input: CodedInputStream): WasmExecuteContractSend
open fun parseFrom(input: InputStream): WasmExecuteContractSend
open fun parseFrom(data: ByteBuffer): WasmExecuteContractSend
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): WasmExecuteContractSend
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): WasmExecuteContractSend
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): WasmExecuteContractSend
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): WasmExecuteContractSend
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): WasmExecuteContractSend
Link copied to clipboard
open fun parser(): Parser<WasmExecuteContractSend>

Properties

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