interface MsgExecuteContractAminoMsg {
    type: "wasm/MsgExecuteContract";
    value: MsgExecuteContractAmino;
}

Properties

Properties

type: "wasm/MsgExecuteContract"