UNPKG

@lodestar/prover

Version:

A Typescript implementation of the Ethereum Consensus light client

5 lines 251 B
import { CliCommand } from "@lodestar/utils"; import { GlobalArgs } from "../../options.js"; import { StartArgs } from "./options.js"; export declare const proverProxyStartCommand: CliCommand<StartArgs, GlobalArgs>; //# sourceMappingURL=index.d.ts.map