@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
7 lines • 315 B
TypeScript
import { IBeaconStateView } from "@lodestar/state-transition";
import { phase0 } from "@lodestar/types";
/**
* Compute a Checkpoint type from `state.latestBlockHeader`
*/
export declare function getCheckpointFromState(checkpointState: IBeaconStateView): phase0.Checkpoint;
//# sourceMappingURL=checkpoint.d.ts.map