Function forest_filecoin::daemon::bundle::load_actor_bundles_from_path

source ยท
pub async fn load_actor_bundles_from_path(
    db: &impl Blockstore,
    network: &NetworkChain,
    bundle_path: impl AsRef<Path>,
) -> Result<()>