UNPKG

@marinade.finance/kamino-sdk

Version:
4 lines (3 loc) 152 B
import Decimal from 'decimal.js'; export declare function aprToApy(apr: Decimal, compoundPeriods: number): Decimal; export declare const ZERO: Decimal;