Wasm Execute Contract Generic
execute within wasm/MsgExecuteContract
Content copied to clipboard
TW.Cosmos.Proto.Message.WasmExecuteContractGeneric
Types
Functions
Link copied to clipboard
used in case you are sending native tokens along with this message
Gap in field numbering is intentional
Content copied to clipboard
repeated .TW.Cosmos.Proto.Amount coins = 5;
Link copied to clipboard
used in case you are sending native tokens along with this message
Gap in field numbering is intentional
Content copied to clipboard
repeated .TW.Cosmos.Proto.Amount coins = 5;
Link copied to clipboard
used in case you are sending native tokens along with this message
Gap in field numbering is intentional
Content copied to clipboard
repeated .TW.Cosmos.Proto.Amount coins = 5;
Link copied to clipboard
used in case you are sending native tokens along with this message
Gap in field numbering is intentional
Content copied to clipboard
repeated .TW.Cosmos.Proto.Amount coins = 5;
Link copied to clipboard
token contract address
Content copied to clipboard
string contract_address = 2;
Link copied to clipboard
token contract address
Content copied to clipboard
string contract_address = 2;
Link copied to clipboard
Link copied to clipboard
execute_msg to be executed in the context of recipient contract
Content copied to clipboard
string execute_msg = 3;
Link copied to clipboard
execute_msg to be executed in the context of recipient contract
Content copied to clipboard
string execute_msg = 3;
Link copied to clipboard
sender address
Content copied to clipboard
string sender_address = 1;
Link copied to clipboard
sender address
Content copied to clipboard
string sender_address = 1;
Link copied to clipboard
open fun newBuilder(prototype: WasmExecuteContractGeneric): Cosmos.Message.WasmExecuteContractGeneric.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): WasmExecuteContractGeneric
Link copied to clipboard
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