[−][src]Function blockchain_network_simple::libp2p::start_network_simple_sync
pub fn start_network_simple_sync<Ba, I, St>(
port: &str,
backend: Ba,
import_lock: ImportLock,
importer: I,
status: St
) where
Ba: SharedCommittable + ChainQuery + Send + Sync + 'static,
Ba::Block: Debug + Encode + Decode + Send + Sync,
I: BlockImporter<Block = Ba::Block> + Send + Sync + 'static,
St: StatusProducer + Send + Sync + 'static,
St::Status: Debug + Clone + Send + Sync,