UNPKG

@devasher/kuru-sdk

Version:

Ethers v6 SDK to interact with Kuru (forked from @kuru-labs/kuru-sdk)

12 lines 478 B
import { BaseToken, Pool } from '../types/pool'; export declare class PoolFetcher { private baseUrl; constructor(baseUrl: string); static create(baseUrl: string): Promise<PoolFetcher>; private addDirectPairs; private addBaseTokenPairs; private addBasePairCombinations; private fetchMarketData; getAllPools(tokenInAddress?: string, tokenOutAddress?: string, customBaseTokens?: BaseToken[]): Promise<Pool[]>; } //# sourceMappingURL=fetcher.d.ts.map