UNPKG

fbonds-core

Version:

Banx protocol sdk

14 lines (13 loc) 386 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SolendReserve = void 0; class SolendReserve { constructor(reserveConfig, connection) { this.config = reserveConfig; this.rewardsData = null; this.buffer = null; this.stats = null; this.connection = connection; } } exports.SolendReserve = SolendReserve;