A mapping from a contract's code hash to its code. The code's size is bounded by [crate::limits::BLOB_BYTES] for PVM and [revm::primitives::eip170::MAX_CODE_SIZE] for EVM bytecode.
crate::limits::BLOB_BYTES
revm::primitives::eip170::MAX_CODE_SIZE
A mapping from a contract's code hash to its code. The code's size is bounded by [
crate::limits::BLOB_BYTES] for PVM and [revm::primitives::eip170::MAX_CODE_SIZE] for EVM bytecode.