Interface MsgInstantiateContract2ResponseAminoMsg

interface MsgInstantiateContract2ResponseAminoMsg {
    type: "wasm/MsgInstantiateContract2Response";
    value: MsgInstantiateContract2ResponseAmino;
}

Properties

Properties

type: "wasm/MsgInstantiateContract2Response"