@hyperionxyz/sdk
Version:
This SDK allows you to interact with the Hyperion API. You can use it to request data, create pools/positions and more.
11 lines • 348 B
TypeScript
type QueryParams = Record<string, boolean | number | string | undefined>;
export declare class RequestModule {
protected _apiHost: string;
constructor(opt: {
indexerURL: string;
});
get<T>(path: string, params?: QueryParams): Promise<T>;
get indexerURL(): string;
}
export {};
//# sourceMappingURL=requestModule.d.ts.map