Interface MsgInstantiateContractResponseAminoMsg

interface MsgInstantiateContractResponseAminoMsg {
    type: "wasm/MsgInstantiateContractResponse";
    value: MsgInstantiateContractResponseAmino;
}

Properties

Properties

type: "wasm/MsgInstantiateContractResponse"