UNPKG
@maxosllc/smart-order-router
Version:
latest (4.21.10)
4.21.10
BlockDAG Smart Order Router
github.com/MaxosLLC/smart-order-router
MaxosLLC/smart-order-router
@maxosllc/smart-order-router
/
build
/
main
/
util
/
intent.d.ts
7 lines
(6 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
INTENT {
CACHING
=
"caching"
, QUOTE =
"quote"
, SWAP =
"swap"
, PRICING =
"pricing"
}