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_DATA
Copy item path
Settings
Help
Summary
pub const KIND_DATA:
u8
= 0xff; // 255u8
Expand description
EOF header data kind, marking data section.