UNPKG

@marinade.finance/kamino-sdk

Version:
7 lines (6 loc) 163 B
import { PublicKey } from '@solana/web3.js'; import Decimal from 'decimal.js'; export type StrategyHolder = { holderPubkey: PublicKey; amount: Decimal; };