Function fhe_key_upload

Source
pub async fn fhe_key_upload(
    filename: &str,
    filepath: &str,
    key_type: FheKeyType,
    fdn_private_key: &str,
    signed_url_write: &str,
) -> Result<Response, MindError>