Skip to main content

normalized_to_dyn_value

Function normalized_to_dyn_value 

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