UNPKG

@lidofinance/lido-ethereum-sdk

Version:

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

8 lines 206 B
export type AprRebaseEvent = { preTotalEther: bigint; preTotalShares: bigint; postTotalEther: bigint; postTotalShares: bigint; timeElapsed: bigint; }; //# sourceMappingURL=types.d.ts.map