UNPKG

@lidofinance/lido-ethereum-sdk

Version:

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

4 lines 477 B
export declare const calcShareRate: (totalEther: bigint, totalShares: bigint, precision: bigint) => number; export declare const sharesToSteth: (shares: bigint, totalEther: bigint, totalShares: bigint, precision: bigint) => bigint; export declare const requestWithBlockStep: <TResultEntry>(step: number, fromBlock: bigint, toBlock: bigint, request: (fromBlock: bigint, toBlock: bigint) => Promise<TResultEntry[]>) => Promise<TResultEntry[]>; //# sourceMappingURL=utils.d.ts.map