UNPKG

@lidofinance/lido-ethereum-sdk

Version:

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

21 lines 632 B
import { LidoSDKCacheable } from '../common/class-primitives/cacheable.js'; export class BusModule extends 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; } } //# sourceMappingURL=bus-module.js.map