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
/
protocols.d.ts
3 lines
(2 loc)
•
114 B
TypeScript
View Raw
1
2
3
import
{
Protocol
}
from
'@uniswap/router-sdk'
;
export
declare
const
TO_PROTOCOL
:
(
protocol
:
string
) =>
Protocol
;