pub fn normalized_to_dyn_value(
val: &NormalizedValue,
expected: &DynSolType,
) -> Result<DynSolValue, String>Expand description
Convert a NormalizedValue to the alloy DynSolValue for the given expected type.
pub fn normalized_to_dyn_value(
val: &NormalizedValue,
expected: &DynSolType,
) -> Result<DynSolValue, String>Convert a NormalizedValue to the alloy DynSolValue for the given expected type.