@tokamak-zk-evm/synthesizer
Version:
Tokamak zk-EVM Synthesizer - Processes Ethereum transactions into wire maps for Tokamak zk-SNARK proof generation
11 lines • 340 B
TypeScript
import { EVM } from './index.js';
import type { EVMOpts } from './index.js';
/**
* Use this async static constructor for the initialization
* of an EVM object
*
* @param createOpts The EVM options
* @returns A new EVM
*/
export declare function createEVM(createOpts?: EVMOpts): Promise<EVM>;
//# sourceMappingURL=constructors.d.ts.map