import { MethodKind } from "@bufbuild/protobuf"; import { CheckLaunchNameTickerRequest, CheckLaunchNameTickerResponse, GetLaunchActivityStatsRequest, GetLaunchActivityStatsResponse, GetLaunchClaimsRequest, GetLaunchClaimsResponse, GetLaunchCreatorFeesForTokensRequest, GetLaunchCreatorFeesForTokensResponse, GetLaunchCreatorFeesRequest, GetLaunchCreatorFeesResponse, GetLaunchHoldersRequest, GetLaunchHoldersResponse, GetLiquidityForTokensRequest, GetLiquidityForTokensResponse, GetTokenTopTradersRequest, GetTokenTopTradersResponse, GetTokenTradesRequest, GetTokenTradesResponse, ListLaunchesRequest, ListLaunchesResponse, ListLaunchpadsRequest, ListLaunchpadsResponse } from "./api_pb.js"; /** * @generated from rpc launches.v1.LaunchService.ListLaunchpads */ export declare const listLaunchpads: { readonly localName: "listLaunchpads"; readonly name: "ListLaunchpads"; readonly kind: MethodKind.Unary; readonly I: typeof ListLaunchpadsRequest; readonly O: typeof ListLaunchpadsResponse; readonly service: { readonly typeName: "launches.v1.LaunchService"; }; }; /** * @generated from rpc launches.v1.LaunchService.ListLaunches */ export declare const listLaunches: { readonly localName: "listLaunches"; readonly name: "ListLaunches"; readonly kind: MethodKind.Unary; readonly I: typeof ListLaunchesRequest; readonly O: typeof ListLaunchesResponse; readonly service: { readonly typeName: "launches.v1.LaunchService"; }; }; /** * @generated from rpc launches.v1.LaunchService.GetLaunchHolders */ export declare const getLaunchHolders: { readonly localName: "getLaunchHolders"; readonly name: "GetLaunchHolders"; readonly kind: MethodKind.Unary; readonly I: typeof GetLaunchHoldersRequest; readonly O: typeof GetLaunchHoldersResponse; readonly service: { readonly typeName: "launches.v1.LaunchService"; }; }; /** * @generated from rpc launches.v1.LaunchService.GetLaunchActivityStats */ export declare const getLaunchActivityStats: { readonly localName: "getLaunchActivityStats"; readonly name: "GetLaunchActivityStats"; readonly kind: MethodKind.Unary; readonly I: typeof GetLaunchActivityStatsRequest; readonly O: typeof GetLaunchActivityStatsResponse; readonly service: { readonly typeName: "launches.v1.LaunchService"; }; }; /** * @generated from rpc launches.v1.LaunchService.GetLaunchClaims */ export declare const getLaunchClaims: { readonly localName: "getLaunchClaims"; readonly name: "GetLaunchClaims"; readonly kind: MethodKind.Unary; readonly I: typeof GetLaunchClaimsRequest; readonly O: typeof GetLaunchClaimsResponse; readonly service: { readonly typeName: "launches.v1.LaunchService"; }; }; /** * @generated from rpc launches.v1.LaunchService.GetLaunchCreatorFees */ export declare const getLaunchCreatorFees: { readonly localName: "getLaunchCreatorFees"; readonly name: "GetLaunchCreatorFees"; readonly kind: MethodKind.Unary; readonly I: typeof GetLaunchCreatorFeesRequest; readonly O: typeof GetLaunchCreatorFeesResponse; readonly service: { readonly typeName: "launches.v1.LaunchService"; }; }; /** * @generated from rpc launches.v1.LaunchService.GetLaunchCreatorFeesForTokens */ export declare const getLaunchCreatorFeesForTokens: { readonly localName: "getLaunchCreatorFeesForTokens"; readonly name: "GetLaunchCreatorFeesForTokens"; readonly kind: MethodKind.Unary; readonly I: typeof GetLaunchCreatorFeesForTokensRequest; readonly O: typeof GetLaunchCreatorFeesForTokensResponse; readonly service: { readonly typeName: "launches.v1.LaunchService"; }; }; /** * @generated from rpc launches.v1.LaunchService.CheckLaunchNameTicker */ export declare const checkLaunchNameTicker: { readonly localName: "checkLaunchNameTicker"; readonly name: "CheckLaunchNameTicker"; readonly kind: MethodKind.Unary; readonly I: typeof CheckLaunchNameTickerRequest; readonly O: typeof CheckLaunchNameTickerResponse; readonly service: { readonly typeName: "launches.v1.LaunchService"; }; }; /** * @generated from rpc launches.v1.LaunchService.GetLiquidityForTokens */ export declare const getLiquidityForTokens: { readonly localName: "getLiquidityForTokens"; readonly name: "GetLiquidityForTokens"; readonly kind: MethodKind.Unary; readonly I: typeof GetLiquidityForTokensRequest; readonly O: typeof GetLiquidityForTokensResponse; readonly service: { readonly typeName: "launches.v1.LaunchService"; }; }; /** * @generated from rpc launches.v1.LaunchService.GetTokenTrades */ export declare const getTokenTrades: { readonly localName: "getTokenTrades"; readonly name: "GetTokenTrades"; readonly kind: MethodKind.Unary; readonly I: typeof GetTokenTradesRequest; readonly O: typeof GetTokenTradesResponse; readonly service: { readonly typeName: "launches.v1.LaunchService"; }; }; /** * @generated from rpc launches.v1.LaunchService.GetTokenTopTraders */ export declare const getTokenTopTraders: { readonly localName: "getTokenTopTraders"; readonly name: "GetTokenTopTraders"; readonly kind: MethodKind.Unary; readonly I: typeof GetTokenTopTradersRequest; readonly O: typeof GetTokenTopTradersResponse; readonly service: { readonly typeName: "launches.v1.LaunchService"; }; };