UNPKG
kamino-sdk-beta
Version:
latest (7.0.5)
7.0.5
7.0.4
7.0.3
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
kamino.finance
kamino-sdk-beta
/
dist
/
models
/
StrategyWithAddress.d.ts
8 lines
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
WhirlpoolStrategy
}
from
'../kamino-client/accounts'
;
import
{
PublicKey
}
from
'@solana/web3.js'
;
export
interface
StrategyWithAddress
{
strategy
:
WhirlpoolStrategy
;
address
:
PublicKey
; }
export
default
StrategyWithAddress
;
//# sourceMappingURL=StrategyWithAddress.d.ts.map