Interface MsgExecuteContractResponseAminoMsg

interface MsgExecuteContractResponseAminoMsg {
    type: "wasm/MsgExecuteContractResponse";
    value: MsgExecuteContractResponseAmino;
}

Properties

Properties

type: "wasm/MsgExecuteContractResponse"