@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
5 lines • 311 B
TypeScript
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