UNPKG

@lidofinance/lido-ethereum-sdk

Version:

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

8 lines 562 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LidoSDKWithdraw = exports.WithdrawalQueueAbi = void 0; var withdrawalQueue_js_1 = require("./abi/withdrawalQueue.js"); Object.defineProperty(exports, "WithdrawalQueueAbi", { enumerable: true, get: function () { return withdrawalQueue_js_1.WithdrawalQueueAbi; } }); var withdraw_js_1 = require("./withdraw.js"); Object.defineProperty(exports, "LidoSDKWithdraw", { enumerable: true, get: function () { return withdraw_js_1.LidoSDKWithdraw; } }); //# sourceMappingURL=index.js.map