[][src]Function blockchain_network_simple::local::start_local_simple_sync

pub fn start_local_simple_sync<P, Ba, I, St>(
    peers: HashMap<P, (Ba, ImportLock, I, St)>
) where
    P: Debug + Eq + Hash + Clone + Send + Sync + 'static,
    Ba: SharedCommittable + ChainQuery + Send + Sync + 'static,
    Ba::Block: Debug + Send + Sync,
    I: BlockImporter<Block = Ba::Block> + Send + Sync + 'static,
    St: StatusProducer + Send + Sync + 'static,
    St::Status: Clone + Debug + Send + Sync