Module bytecode

Source
Expand description

Bytecode related types

Structs§

Bytecode
CompactBytecode
CompactDeployedBytecode
DeployedBytecode

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