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
/
module
/
util
/
tenderlySimulationErrorBreakDown.d.ts
4 lines
(3 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
import
{
Token
}
from
'@uniswap/sdk-core'
;
import
{
SimulationStatus
}
from
'../providers'
;
export
declare
function
breakDownTenderlySimulationError
(
tokenIn
:
Token
,
tokenOut
:
Token
,
data
?:
string
):
SimulationStatus
;