UNPKG
@cryptoscan/orca-sdk
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
The fastest and easiest way to trade on Orca.
@cryptoscan/orca-sdk
/
lib
/
types
/
index.ts
5 lines
(4 loc)
•
196 B
text/typescript
View Raw
1
2
3
4
5
export
{
BuyParams
}
from
'./BuyParams.js'
;
export
{
SellParams
}
from
'./SellParams.js'
;
export
{
TransferParams
}
from
'./TransferParams.js'
;
export
{
OrcaApiParams
}
from
'./OrcaApiParams.js'
;