UNPKG

@lodestar/prover

Version:

A Typescript implementation of the Ethereum Consensus light client

5 lines 283 B
import { CliCommand } from "@lodestar/utils"; import { GlobalArgs } from "../options.js"; export { proverProxyStartCommand } from "./start/index.js"; export declare const cmds: Required<CliCommand<GlobalArgs, Record<never, never>>>["subcommands"]; //# sourceMappingURL=index.d.ts.map