@lidofinance/lido-ethereum-sdk
Version:
<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>
50 lines • 1.6 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.escrowAbi = void 0;
const abi = [
{
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' },
];
exports.escrowAbi = abi;
//# sourceMappingURL=Escrow.js.map