@lodestar/prover
Version:
A Typescript implementation of the Ethereum Consensus light client
6 lines • 310 B
TypeScript
export * from "./interfaces.js";
export * from "./proof_provider/index.js";
export { isVerificationFailedError } from "./utils/json_rpc.js";
export { createVerifiedExecutionProvider } from "./web3_provider.js";
export { createVerifiedExecutionProxy } from "./web3_proxy.js";
//# sourceMappingURL=index.d.ts.map