Expand description
Bytecode handling utilities
Provides type-safe bytecode operations including parsing, validation, and hash computation.
Structs§
- Bytecode
- Represents compiled contract bytecode
Functions§
- compute_
bytecode_ hash - Compute keccak256 hash of bytecode hex string
- is_
valid_ bytecode - Check if a hex string represents valid bytecode (non-empty and decodable)
- parse_
hex_ block_ number - Parse a hex block number (e.g., “0x1a4” -> 420)