UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

8 lines 294 B
import type { WhirlpoolStrategy } from '../@codegen/kliquidity/accounts'; import { Address } from '@solana/kit'; export interface StrategyWithAddress { strategy: WhirlpoolStrategy; address: Address; } export default StrategyWithAddress; //# sourceMappingURL=StrategyWithAddress.d.ts.map