UNPKG

@lidofinance/lido-ethereum-sdk

Version:

<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>

19 lines 680 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LidoSDKStatistics = void 0; const sdk_module_js_1 = require("../common/class-primitives/sdk-module.js"); const apr_js_1 = require("./apr.js"); class LidoSDKStatistics extends sdk_module_js_1.LidoSDKModule { constructor(props) { super(props); Object.defineProperty(this, "apr", { enumerable: true, configurable: true, writable: true, value: void 0 }); this.apr = new apr_js_1.LidoSDKApr({ ...props, core: this.core }); } } exports.LidoSDKStatistics = LidoSDKStatistics; //# sourceMappingURL=statistics.js.map