UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

8 lines (6 loc) 152 B
import { Address } from '@solana/kit'; import Decimal from 'decimal.js'; export type StrategyHolder = { holderPubkey: Address; amount: Decimal; };