UNPKG

@lidofinance/lido-ethereum-sdk

Version:

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

49 lines 1.59 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.escrowAbi = void 0; exports.escrowAbi = [ { inputs: [], name: 'ST_ETH', outputs: [{ internalType: 'contract IStETH', name: '', type: 'address' }], stateMutability: 'view', type: 'function', }, { inputs: [], name: 'getSignallingEscrowDetails', outputs: [ { components: [ { internalType: 'SharesValue', name: 'totalStETHLockedShares', type: 'uint128', }, { internalType: 'ETHValue', name: 'totalStETHClaimedETH', type: 'uint128', }, { internalType: 'SharesValue', name: 'totalUnstETHUnfinalizedShares', type: 'uint128', }, { internalType: 'ETHValue', name: 'totalUnstETHFinalizedETH', type: 'uint128', }, ], internalType: 'struct ISignallingEscrow.SignallingEscrowDetails', name: 'details', type: 'tuple', }, ], stateMutability: 'view', type: 'function', }, { stateMutability: 'payable', type: 'receive' }, ]; //# sourceMappingURL=Escrow.js.map