@lidofinance/lido-ethereum-sdk
Version:
<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>
35 lines • 771 B
JavaScript
export const 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