pub fn load_abi_from_file( path: &str, name: Option<String>, ) -> Result<Vec<(JsonAbi, String)>>
Load the ABI from a file.