WasmExecuteContractGeneric

execute within wasm/MsgExecuteContract
Protobuf type TW.Cosmos.Proto.Message.WasmExecuteContractGeneric

Types

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

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

Properties

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