Function fetch_program_from_network

Source
pub fn fetch_program_from_network(
    name: &str,
    endpoint: &str,
    network: NetworkName,
) -> Result<String, UtilError>
Expand description

Fetch the given program from the network and return the program as a string.