pub fn get_function<'a>( contract_name: &str, selector: Selector, abi: &'a JsonAbi, ) -> Result<&'a Function>
Given an ABI and selector, it tries to find the respective function.