UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

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