pub fn get_principal_achievement_sum_status(
identity_wallet: Principal,
achievement: Principal
) -> boolExpand description
Retrieves the status of a principal’s achievement.
This function checks if a principal’s achievement has been issued.
§Arguments
identity_wallet- The principal of the identity wallet.achievement- The principal of the achievement canister.
§Returns
bool-trueif the achievement has been issued,falseotherwise.