@tokamak-zk-evm/synthesizer
Version:
Tokamak zk-EVM Synthesizer - Processes Ethereum transactions into wire maps for Tokamak zk-SNARK proof generation
9 lines • 407 B
TypeScript
import { EOFContainerMode } from './container.js';
import type { RunState } from '../interpreter.js';
/**
* Setup EOF by preparing the `RunState` to run EVM in EOF mode
* @param runState Current run state
* @param eofMode EOF mode to run in (only changes in case of EOFCREATE)
*/
export declare function setupEOF(runState: RunState, eofMode?: EOFContainerMode): void;
//# sourceMappingURL=setup.d.ts.map