forge
1.2.3
In forge::
revm::
bytecode::
eof
Modules
printer
verification
Structs
AccessTracker
CodeInfo
Eof
EofBody
EofHeader
Enums
CodeType
EofDecodeError
EofError
EofValidationError
Constants
CODE_SECTION_SIZE
CONTAINER_SECTION_SIZE
EOF_MAGIC
EOF_MAGIC_HASH
KIND_CODE
KIND_CODE_INFO
KIND_CONTAINER
KIND_DATA
KIND_TERMINAL
Statics
EOF_MAGIC_BYTES
Functions
validate_eof
validate_eof_code
validate_eof_codes
validate_eof_inner
validate_raw_eof
validate_raw_eof_inner
forge
::
revm
::
bytecode
::
eof
Constant
KIND_CODE
Copy item path
Settings
Help
Summary
pub const KIND_CODE:
u8
= 2; // 2u8
Expand description
EOF header code kind, marking code section.