fn load_program_from_network<N: Network>(
context: Context,
process: &mut Process<N>,
program_id: &ProgramID<N>,
network: NetworkName,
endpoint: &str,
) -> Result<()>
Expand description
A helper function to recursively load the program and all of its imports into the process. Lifted from snarkOS.