pub fn fetch_program_from_network( name: &str, endpoint: &str, network: NetworkName, ) -> Result<String, UtilError>
Fetch the given program from the network and return the program as a string.