pub fn load_program<N: Network>( process: &mut Process<N>, program_id: ProgramID<N>, query: &str, ) -> Result<()>
Walks the program’s imports and fetches them all.