UNPKG

@tokamak-zk-evm/synthesizer

Version:

Tokamak zk-EVM Synthesizer - Processes Ethereum transactions into wire maps for Tokamak zk-SNARK proof generation

8 lines 279 B
export declare const EOFBYTES: Uint8Array; export declare const EOFHASH: Uint8Array; /** * Returns `true` if `code` is an EOF contract, otherwise `false` * @param code Code to test */ export declare function isEOF(code: Uint8Array): boolean; //# sourceMappingURL=util.d.ts.map