pub fn _change_principal_achievement_sum_status_to_issued(
identity_wallet: Principal,
achievement: Principal
) -> Result<(), String>Expand description
Changes the status of a principal’s achievement to issued.
This function updates the status of a principal’s achievement to indicate that it has been issued.
§Arguments
identity_wallet- The principal of the identity wallet.achievement- The principal of the achievement canister.
§Returns
Result<(), String>- The result of the update operation.