Function forest_filecoin::daemon::bundle::load_actor_bundles

source ยท
pub async fn load_actor_bundles(
    db: &impl Blockstore,
    network: &NetworkChain,
) -> Result<()>
Expand description

Tries to load the missing actor bundles to the blockstore. If the bundle is not present, it will be downloaded.