// @generated by protoc-gen-connect-es v1.1.3 with parameter "target=ts" // @generated from file cosmos/autocli/v1/query.proto (package cosmos.autocli.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck import { AppOptionsRequest, AppOptionsResponse } from "./query_pb.js"; import { MethodKind } from "@bufbuild/protobuf"; /** * RemoteInfoService provides clients with the information they need * to build dynamically CLI clients for remote chains. * * @generated from service cosmos.autocli.v1.Query */ export const Query = { typeName: "cosmos.autocli.v1.Query", methods: { /** * AppOptions returns the autocli options for all of the modules in an app. * * @generated from rpc cosmos.autocli.v1.Query.AppOptions */ appOptions: { name: "AppOptions", I: AppOptionsRequest, O: AppOptionsResponse, kind: MethodKind.Unary, }, } } as const;