Function fuel_core_relayer::new_service

source ยท
pub fn new_service<D>(database: D, config: Config) -> Result<Service<D>>
where D: RelayerDb + Clone + 'static,
Expand description

Creates an instance of runnable relayer service.