Function forest_filecoin::state_migration::nv17::miner::miner_migrator

source ยท
pub(super) fn miner_migrator<BS>(
    out_code: Cid,
    store: &Arc<BS>,
    market_proposals: Cid,
    chain: NetworkChain,
) -> Result<Arc<dyn ActorMigration<BS> + Send + Sync>>
where BS: Blockstore + Send + Sync,