UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

5 lines 285 B
import { Db } from "@lodestar/db"; import { Root, Slot } from "@lodestar/types"; export declare function storeRootIndex(db: Db, slot: Slot, stateRoot: Root): Promise<void>; export declare function getRootIndexKey(root: Root): Uint8Array; //# sourceMappingURL=stateArchiveIndex.d.ts.map