UNPKG
@kamino-finance/kliquidity-sdk
Version:
latest (8.4.0)
8.4.0
8.3.2
8.3.1
8.3.0
8.2.1
8.2.0
8.1.3
8.1.1
8.1.0
8.0.2
8.0.1
8.0.0
7.0.14
7.0.13
7.0.12
7.0.11
7.0.10
7.0.9
7.0.8
7.0.7
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.5.1
6.5.0
6.4.2
6.4.0
6.3.1
6.3.0
6.2.2
6.2.1
6.2.0
6.1.0
6.0.0
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
kamino.finance
@kamino-finance/kliquidity-sdk
/
dist
/
models
/
WhirlpoolWithAddress.d.ts
8 lines
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Address
}
from
'@solana/kit'
;
import
{
Whirlpool
}
from
'../@codegen/whirlpools/accounts'
;
export
interface
WhirlpoolWithAddress
{
whirlpool
:
Whirlpool
;
address
:
Address
; }
export
default
WhirlpoolWithAddress
;
//# sourceMappingURL=WhirlpoolWithAddress.d.ts.map