UNPKG

@kamino-finance/kliquidity-sdk

Version:

Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol

10 lines (7 loc) 240 B
import { WhirlpoolStrategy } from '../kamino-client/accounts'; import { PublicKey } from '@solana/web3.js'; export interface StrategyWithAddress { strategy: WhirlpoolStrategy; address: PublicKey; } export default StrategyWithAddress;