Function parse_tokens

Source
pub fn parse_tokens<'a, I: IntoIterator<Item = (&'a ParamType, &'a str)>>(
    params: I,
    lenient: bool,
) -> Result<Vec<Token>, AbiError>
Expand description

Parses string input as Token against the expected ParamType

This function was taken from foundry.