Function get_relayer_status

Source
pub async fn get_relayer_status<J, RR, TR, NR, NFR, SR, TCR, PR>(
    relayer_id: String,
    state: ThinDataAppState<J, RR, TR, NR, NFR, SR, TCR, PR>,
) -> Result<HttpResponse, ApiError>
Expand description

Retrieves the status of a specific relayer.

§Arguments

  • relayer_id - The ID of the relayer to check status for.
  • state - The application state containing the relayer repository.

§Returns

The status of the specified relayer.