UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

6 lines 213 B
import { ClientVersion } from "../execution/index.js"; export declare function getLodestarClientVersion(info?: { version?: string; commit?: string; }): ClientVersion; //# sourceMappingURL=metadata.d.ts.map