UNPKG

@ethereumjs/evm

Version:
11 lines 340 B
import { EVM } from './index.ts'; import type { EVMOpts } from './index.ts'; /** * 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