MsgExecuteContractCompat submits the given message data to a smart contract, compatible with EIP712

from message wasmx.MsgExecuteContractCompat

Hierarchy

Constructors

Properties

contract: string = ""

Contract is the address of the smart contract

from field: string contract = 2;

funds: string = ""

Funds coins that are transferred to the contract on execution

from field: string funds = 4;

msg: string = ""

Msg json encoded message to be passed to the contract

from field: string msg = 3;

sender: string = ""

Sender is the that actor that signed the messages

from field: string sender = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "wasmx.MsgExecuteContractCompat" = "wasmx.MsgExecuteContractCompat"

Methods