rainbow-swap-sdk
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -11,2 +11,3 @@ export { mapSwapRouteToRoute } from './dexes/shared/calculated-swap-route.utils'; | ||
export type { AssetsRecord } from './types/assets-record.type'; | ||
export type { BestRouteParams } from './types/best-route-params.type'; | ||
export type { BestRouteResponse } from './types/best-route-response.type'; | ||
@@ -13,0 +14,0 @@ export type { CalculatedSwapRoute } from './types/calculated-swap-route.type'; |
import { AppStatus } from '../types/app-status.type'; | ||
import { AssetsRecord } from '../types/assets-record.type'; | ||
import { BestRouteParams } from '../types/best-route-params.type'; | ||
import { BestRouteResponse } from '../types/best-route-response.type'; | ||
export declare const getAssetsRecord: () => Promise<AssetsRecord>; | ||
export declare const getBestRoute: (params: { | ||
inputAssetAmount: string; | ||
inputAssetAddress: string; | ||
outputAssetAddress: string; | ||
maxDepth?: number; | ||
senderAddress?: string; | ||
maxSlippage?: number; | ||
}) => Promise<BestRouteResponse>; | ||
export declare const getBestRoute: (params: BestRouteParams) => Promise<BestRouteResponse>; | ||
export declare const getAppStatus: () => Promise<AppStatus>; |
{ | ||
"name": "rainbow-swap-sdk", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "SDK for building applications on top of Rainbow Swap 🌈 - The Next Gen DEX Aggregator on TON 💎.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/0xblackbot/rainbow-swap-sdk.git", |
77396
107
1221