pub fn load_programs_from_network<N: Network>(
context: &Context,
program_id: ProgramID<N>,
network: NetworkName,
endpoint: &str,
) -> Result<Vec<(ProgramID<N>, Program<N>)>>
Expand description
Loads a program and all its imports from the network, using an iterative DFS.