pub fn get_principal_achievement_sum_status(
identity_wallet: Principal,
achievement: Principal
) -> bool
Expand 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
-true
if the achievement has been issued,false
otherwise.