UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

5 lines 224 B
/** * Calculates expected gas limit based on parent gas limit and target gas limit */ export declare function getExpectedGasLimit(parentGasLimit: number, targetGasLimit: number): number; //# sourceMappingURL=utils.d.ts.map