UNPKG
@orca-so/whirlpool-sdk
Version:
alpha (0.0.32)
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.0.36
0.0.35
0.0.34
0.0.32
0.0.31
Whirlpool SDK for the Orca protocol.
www.orca.so
orca-so/whirlpool-sdk
@orca-so/whirlpool-sdk
/
dist
/
client
/
convert-data.d.ts
5 lines
(4 loc)
•
278 B
TypeScript
View Raw
1
2
3
4
5
import
{
Address
}
from
"@project-serum/anchor"
;
import
{
OrcaDAL
}
from
"../dal/orca-dal"
;
import
{
PoolData
}
from
"../types"
;
export
declare
function
convertWhirlpoolDataToPoolData
(
dal
:
OrcaDAL
,
poolAddresses
:
Address
[],
refresh
:
boolean
):
Promise
<
Record
<
string
,
PoolData
>>;