Skip to main content

Module normalizer

Module normalizer 

Source
Expand description

Converts alloy-core DynSolValue โ†’ ChainCodec NormalizedValue.

This is where EVM ABI types are mapped to the canonical cross-chain type system defined in chaincodec-core.

Functionsยง

normalize
Convert a decoded DynSolValue into a NormalizedValue.
normalize_u256_hex
Parse a U256 big-endian hex string into a NormalizedValue.