pub type RevmBytecode = Bytecode;
enum RevmBytecode { LegacyAnalyzed(LegacyAnalyzedBytecode), Eof(Arc<Eof>), Eip7702(Eip7702Bytecode), }
The bytecode has been analyzed for valid jump destinations.
Ethereum Object Format
EIP-7702 delegated bytecode