verbs.abi.parse_input_types# parse_input_types(abi: Dict) → List[str][source]# Parses function / event input types necessary for encoding Parameters: abi (dict) – Parsed ABI JSON of the function or the event. Returns: inputs (list[str]) – List with the input types.