tegro-swap-sdk
Version:
SDK for building applications on top of Tegro.ag - Swap Aggregator on TON 💎.
8 lines (7 loc) • 475 B
JavaScript
export { DexTypeEnum } from './enums/dex-type.enum';
export { RouteDirectionEnum } from './enums/route-direction.enum';
export { SwapRouteType } from './enums/swap-route-type.enum';
export { SwapStatusEnum } from './enums/swap-status.enum';
export { getAssetsRecord, getAssetsList, getBestRoute, getAppStatus, getSwapHistoryData } from './utils/api.utils';
export { toNano, fromNano } from './utils/big-int.utils';
export { getQueryId } from './utils/transfer-params.utils';