UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

8 lines 289 B
import { 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