UNPKG

@kamino-finance/klend-sdk

Version:

Typescript SDK for interacting with the Kamino Lending (klend) protocol

4 lines 298 B
import Decimal from 'decimal.js'; import { AggregatorAccountData } from '../@codegen/switchboard_v2/accounts/AggregatorAccountData'; export declare function getLatestAggregatorValue(aggregator: AggregatorAccountData, maxStaleness?: number): Decimal | null; //# sourceMappingURL=switchboard.d.ts.map