UNPKG
equation-sdk
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.3
1.0.1
1.0.0
🛠An SDK for building applications on top of Equation.
equation-sdk
/
dist
/
utils
/
slippageTolerance.d.ts
5 lines
(4 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
priceRangesByTolerance
(
value
:
string
|
undefined
,
slippage
:
string
|
number
): {
minPrice
:
string
;
maxPrice
:
string
; };