UNPKG

@lidofinance/lido-ethereum-sdk

Version:

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

19 lines 711 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LidoSDKEvents = void 0; const sdk_module_js_1 = require("../common/class-primitives/sdk-module.js"); const steth_events_js_1 = require("./steth-events.js"); class LidoSDKEvents extends sdk_module_js_1.LidoSDKModule { constructor(props) { super(props); Object.defineProperty(this, "stethEvents", { enumerable: true, configurable: true, writable: true, value: void 0 }); this.stethEvents = new steth_events_js_1.LidoSDKStethEvents({ ...props, core: this.core }); } } exports.LidoSDKEvents = LidoSDKEvents; //# sourceMappingURL=events.js.map