UNPKG

@lidofinance/lido-ethereum-sdk

Version:

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

8 lines 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LidoSDKWithdraw = void 0; const bus_js_1 = require("./bus.js"); class LidoSDKWithdraw extends bus_js_1.Bus { } exports.LidoSDKWithdraw = LidoSDKWithdraw; //# sourceMappingURL=withdraw.js.map