@ethereumjs/evm
Version:
JavaScript Ethereum Virtual Machine (EVM) implementation
9 lines • 407 B
TypeScript
import { EOFContainerMode } from './container.ts';
import type { RunState } from '../interpreter.ts';
/**
* 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