UNPKG
tegro-swap-sdk
Version:
latest (1.5.11)
1.5.11
SDK for building applications on top of Tegro.ag - Swap Aggregator on TON 💎.
tegro-swap-sdk
/
dist
/
enums
/
dex-type.enum.d.ts
12 lines
(11 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
enum
DexTypeEnum
{
DeDust
=
"DeDust"
,
DeDustStable
=
"DeDustStable"
,
Ston
=
"Ston"
,
Ston
_v2 =
"Ston_v2"
,
StonStable
=
"StonStable"
,
StonWeightedStable
=
"StonWeightedStable"
,
CattonStable
=
"CattonStable"
,
Tonco
=
"Tonco"
,
Torch
=
"Torch"
}