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
/
formatMarket.d.ts
3 lines
(2 loc)
•
154 B
TypeScript
View Raw
1
2
3
import
{
IPoolItem
}
from
'../types'
;
export
declare
function
formatMarket
(
marketsItem
:
any
,
tokenPriceItem
:
any
,
tokenMultiPriceItem
:
any
):
IPoolItem
;