Function load_latest_programs_from_network

Source
pub fn load_latest_programs_from_network<N: Network>(
    context: &Context,
    program_id: ProgramID<N>,
    network: NetworkName,
    endpoint: &str,
) -> Result<Vec<(Program<N>, Option<u16>)>>
Expand description

Loads the latest edition of a program and all its imports from the network, using an iterative DFS.