Interface QueryContractInfoResponseAminoMsg

interface QueryContractInfoResponseAminoMsg {
    type: "wasm/QueryContractInfoResponse";
    value: QueryContractInfoResponseAmino;
}

Properties

Properties

type: "wasm/QueryContractInfoResponse"