Function generate_attestation_report
Source pub fn generate_attestation_report(
params_json_str: &str,
) -> Result<String, Error>
Expand description
Generates an attestation report using the given parameters.
§Arguments
params_json_str - The JSON string representation of the parameters.
§Returns
A result containing either the generated attestation report or an error message.