@lidofinance/lido-ethereum-sdk
Version:
<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>
25 lines • 775 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BusModule = void 0;
const cacheable_js_1 = require("../common/class-primitives/cacheable.js");
class BusModule extends cacheable_js_1.LidoSDKCacheable {
constructor(props) {
super();
Object.defineProperty(this, "bus", {
enumerable: true,
configurable: true,
writable: true,
value: void 0
});
Object.defineProperty(this, "version", {
enumerable: true,
configurable: true,
writable: true,
value: void 0
});
this.bus = props.bus;
this.version = props.version;
}
}
exports.BusModule = BusModule;
//# sourceMappingURL=bus-module.js.map