UNPKG

@lidofinance/lido-ethereum-sdk

Version:

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

38 lines 867 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stETH = void 0; exports.stETH = [ { inputs: [ { internalType: "uint256", name: "_sharesAmount", type: "uint256" } ], name: "getPooledEthByShares", outputs: [ { internalType: "uint256", name: "", type: "uint256" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "totalSupply", outputs: [ { internalType: "uint256", name: "", type: "uint256" } ], stateMutability: "view", type: "function" }, ]; //# sourceMappingURL=StETH.js.map