Expand description
Bytecode related types.
Structs§
Enums§
- BytecodeObject 
- Represents the bytecode of a contracts that might be not fully linked yet.
Functions§
- serialize_bytecode_ without_ prefix 
- This will serialize the bytecode data without a 0xprefix, which theethers::types::Bytesadds by default.