UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

7 lines 333 B
import { CachedBeaconStateAllForks } from "@lodestar/state-transition"; import { phase0 } from "@lodestar/types"; /** * Compute a Checkpoint type from `state.latestBlockHeader` */ export declare function getCheckpointFromState(checkpointState: CachedBeaconStateAllForks): phase0.Checkpoint; //# sourceMappingURL=checkpoint.d.ts.map