UNPKG

fbonds-core

Version:

Banx protocol sdk

10 lines (9 loc) 255 B
import { Connection } from "@solana/web3.js"; export declare class SolendReserve { config: any; private rewardsData; private buffer; stats: any | null; private connection; constructor(reserveConfig: any, connection: Connection); }