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