@ethereumjs/evm
Version:
JavaScript Ethereum Virtual Machine (EVM) implementation
8 lines • 309 B
TypeScript
export declare const EOFBYTES: Uint8Array<ArrayBuffer>;
export declare const EOFHASH: Uint8Array<ArrayBufferLike>;
/**
* 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