Function get_signer

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

Retrieves details of a specific signer by ID.

§Arguments

  • signer_id - The ID of the signer to retrieve.
  • state - The application state containing the signer repository.

§Returns

The signer details or an error if not found.