fuel_core_relayer

Function 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.