@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
8 lines • 407 B
TypeScript
import { ChainForkConfig } from "@lodestar/config";
import { RootHex } from "@lodestar/types";
import { BlockInput } from "../../../chain/blocks/types.js";
/**
* String to uniquely identify block segments. Used for peer scoring and to compare if batches are equivalent.
*/
export declare function hashBlocks(blocks: BlockInput[], config: ChainForkConfig): RootHex;
//# sourceMappingURL=hashBlocks.d.ts.map