UNPKG

@lodestar/prover

Version:

A Typescript implementation of the Ethereum Consensus light client

6 lines (5 loc) 269 B
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";