UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

5 lines 311 B
import { ChainForkConfig } from "@lodestar/config"; import { ForkName } from "@lodestar/params"; import { Epoch, Slot } from "@lodestar/types"; export declare function isDaOutOfRange(config: ChainForkConfig, forkName: ForkName, blockSlot: Slot, currentEpoch: Epoch): boolean; //# sourceMappingURL=utils.d.ts.map