Expand description
Bytecode related types.
Structs§
Enums§
- Bytecode
Object  - 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.