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
0x
prefix, which theethers::types::Bytes
adds by default.