Skip to main content

Module utils

Module utils 

Source
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.