@lidofinance/lido-ethereum-sdk
Version:
<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>
14 lines • 430 B
JavaScript
import { PartStethAbi } from './partStETH.js';
export const PartWstethAbi = [
...PartStethAbi,
{
inputs: [
{ internalType: 'uint256', name: '_stETHAmount', type: 'uint256' },
],
name: 'getWstETHByStETH',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
stateMutability: 'view',
type: 'function',
},
];
//# sourceMappingURL=partWstETH.js.map