Expand description
Shared Utility Functions
Common utilities used across the compiler.
Functions§
- canonical_
param_ type - Convert a Solidity type string to its canonical form for ABI encoding.
- canonical_
param_ type_ simple - Simple canonical type extraction (first word only).
- canonical_
param_ type_ with_ structs - Task #106 — Convert a Solidity type string to its EVM-canonical ABI signature form, expanding struct types into parenthesized tuple representations.