UNPKG

kamino-sdk-beta

Version:

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

8 lines 291 B
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