Function fuel_core_p2p::service::new_service
source · pub fn new_service<D, B>(
p2p_config: Config,
db: D,
block_importer: B
) -> Service<D>where
D: P2pDb + 'static,
B: BlockHeightImporter,
pub fn new_service<D, B>(
p2p_config: Config,
db: D,
block_importer: B
) -> Service<D>where
D: P2pDb + 'static,
B: BlockHeightImporter,