WasmTerraExecuteContractGeneric

execute within wasm/MsgExecuteContract, used by Terra Classic
Protobuf type TW.Cosmos.Proto.Message.WasmTerraExecuteContractGeneric

Types

Link copied to clipboard
class Builder
execute within wasm/MsgExecuteContract, used by Terra Classic
Protobuf type TW.Cosmos.Proto.Message.WasmTerraExecuteContractGeneric

Functions

Link copied to clipboard
open fun getCoins(index: Int): Amount
used in case you are sending native tokens along with this message
Gap in field numbering is intentional
repeated .TW.Cosmos.Proto.Amount coins = 5;
Link copied to clipboard
open fun getCoinsCount(): Int
used in case you are sending native tokens along with this message
Gap in field numbering is intentional
repeated .TW.Cosmos.Proto.Amount coins = 5;
Link copied to clipboard
open fun getCoinsList(): List<Amount>
used in case you are sending native tokens along with this message
Gap in field numbering is intentional
repeated .TW.Cosmos.Proto.Amount coins = 5;
Link copied to clipboard
open fun getCoinsOrBuilder(index: Int): AmountOrBuilder
used in case you are sending native tokens along with this message
Gap in field numbering is intentional
repeated .TW.Cosmos.Proto.Amount coins = 5;
Link copied to clipboard
open fun getCoinsOrBuilderList(): List<out AmountOrBuilder>
used in case you are sending native tokens along with this message
Gap in field numbering is intentional
repeated .TW.Cosmos.Proto.Amount coins = 5;
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(): WasmTerraExecuteContractGeneric
Link copied to clipboard
open fun getExecuteMsg(): String
execute_msg to be executed in the context of recipient contract
string execute_msg = 3;
Link copied to clipboard
open fun getExecuteMsgBytes(): ByteString
execute_msg to be executed in the context of recipient contract
string execute_msg = 3;
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): WasmTerraExecuteContractGeneric
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): WasmTerraExecuteContractGeneric
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): WasmTerraExecuteContractGeneric
open fun parseFrom(data: ByteString): WasmTerraExecuteContractGeneric
open fun parseFrom(input: CodedInputStream): WasmTerraExecuteContractGeneric
open fun parseFrom(input: InputStream): WasmTerraExecuteContractGeneric
open fun parseFrom(data: ByteBuffer): WasmTerraExecuteContractGeneric
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): WasmTerraExecuteContractGeneric
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): WasmTerraExecuteContractGeneric
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): WasmTerraExecuteContractGeneric
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): WasmTerraExecuteContractGeneric
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): WasmTerraExecuteContractGeneric
Link copied to clipboard
open fun parser(): Parser<WasmTerraExecuteContractGeneric>

Properties

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