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
/
serializeRouteIds.d.ts
3 lines
(2 loc)
•
144 B
TypeScript
View Raw
1
2
3
export
declare
function
serializeRouteIds
(
routeIds
:
number
[]
):
string
;
export
declare
function
deserializeRouteIds
(
routeIds
:
string
):
number
[];