pub async fn get_relayer_by_id<P>(
relayer_id: String,
state: &ThinData<AppState<P>>,
) -> Result<RelayerRepoModel, ApiError>where
P: JobProducerTrait + 'static,
pub async fn get_relayer_by_id<P>(
relayer_id: String,
state: &ThinData<AppState<P>>,
) -> Result<RelayerRepoModel, ApiError>where
P: JobProducerTrait + 'static,