UNPKG

rainbow-swap-sdk

Version:

SDK for building applications on top of Rainbow.ag - Swap Aggregator on TON 💎.

11 lines (10 loc) • 383 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SwapRouteType = void 0; var SwapRouteType; (function (SwapRouteType) { SwapRouteType["DeDust"] = "DeDust"; SwapRouteType["Ston"] = "Ston"; SwapRouteType["Ston_v2"] = "Ston_v2"; SwapRouteType["Rainbow"] = "Rainbow"; })(SwapRouteType || (exports.SwapRouteType = SwapRouteType = {}));