UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

6 lines 387 B
import { ChainForkConfig } from "@lodestar/config"; import { ForkName } from "@lodestar/params"; import { SignedBeaconBlock } from "@lodestar/types"; import { IBeaconChain } from "../interface.js"; export declare function validateGossipBlock(config: ChainForkConfig, chain: IBeaconChain, signedBlock: SignedBeaconBlock, fork: ForkName): Promise<void>; //# sourceMappingURL=block.d.ts.map