@koyofinance/swap-sdk
Version:
7 lines • 477 B
TypeScript
export * from './pools';
export declare const augmentedPools: readonly import("./pools").Pool[];
export declare const poolIds: string[];
export declare function getPoolById(id: string): import("./pools").Pool | undefined;
export declare function findPoolForCoinsIds(coinIdA: string, coinIdB: string): import("./pools").Pool | undefined;
export declare function findPoolForSwapAddress(swapAddress: string): import("./pools").Pool | undefined;
//# sourceMappingURL=index.d.ts.map