@lidofinance/lido-ethereum-sdk
Version:
<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>
17 lines • 552 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PartWstethAbi = void 0;
const partStETH_js_1 = require("./partStETH.js");
exports.PartWstethAbi = [
...partStETH_js_1.PartStethAbi,
{
inputs: [
{ internalType: 'uint256', name: '_stETHAmount', type: 'uint256' },
],
name: 'getWstETHByStETH',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
stateMutability: 'view',
type: 'function',
},
];
//# sourceMappingURL=partWstETH.js.map