Function forest_filecoin::daemon::bundle::load_actor_bundles_from_server

source ยท
pub async fn load_actor_bundles_from_server(
    db: &impl Blockstore,
    network: &NetworkChain,
    bundles: &[ActorBundleInfo],
) -> Result<Vec<Cid>>
Expand description

Loads the missing actor bundle, returns the CIDs of the loaded bundles.