Function get_relayer

Source
pub async fn get_relayer<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 details of a specific relayer by its ID.

§Arguments

  • relayer_id - The ID of the relayer to retrieve.
  • state - The application state containing the relayer repository.

§Returns

The details of the specified relayer.