UNPKG

@marinade.finance/kamino-sdk

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