@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
7 lines • 325 B
TypeScript
import { ChainForkConfig } from "@lodestar/config";
import { BlockInput } from "../types.js";
/**
* Assert this chain segment of blocks is linear with slot numbers and hashes
*/
export declare function assertLinearChainSegment(config: ChainForkConfig, blocks: BlockInput[]): void;
//# sourceMappingURL=chainSegment.d.ts.map