UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

7 lines 218 B
/** * Assert that an array of deposits are consecutive and ascending */ export declare function assertConsecutiveDeposits(depositEvents: { index: number; }[]): void; //# sourceMappingURL=eth1DepositEvent.d.ts.map