Expand description
EOF bytecode.
Contains body, header and raw bytes.
Also contains verification logic and pretty printer.
Re-exports§
pub use verification::*;
Modules§
- printer
- Pritty printer for the EOF bytecode. Enabled by
std
feature. Module that contains the printer for the EOF bytecode. - verification
- Verification logic for the EOF bytecode. Module that contains the verification logic for the EOF bytecode.
Structs§
- Code
Info - Types section that contains stack information for matching code section
- Eof
- EVM Object Format (EOF) container
- EofBody
- EOF container body
- EofHeader
- EOF header structure that contains section sizes and metadata
Enums§
- EofDecode
Error - EOF decode errors
Constants§
- EOF_
MAGIC - EOF Magic in u16 form
- EOF_
MAGIC_ HASH - Hash of EF00 bytes that is used for EXTCODEHASH when called from legacy bytecode
Statics§
- EOF_
MAGIC_ BYTES - EOF magic number in array form