UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

8 lines 432 B
import { ChainForkConfig } from "@lodestar/config"; import { BeaconStateAllForks } from "@lodestar/state-transition"; import { InteropStateOpts } from "./interop/state.js"; /** * Builds state for `dev` command, for sim testing and some other tests */ export declare function initDevState(config: ChainForkConfig, validatorCount: number, interopStateOpts: InteropStateOpts): BeaconStateAllForks; //# sourceMappingURL=state.d.ts.map