Function reputation_module::utils::build_principal_sum  
source · pub fn build_principal_sum(
    identity_wallet: Principal,
    achievement: Principal
) -> StringExpand description
Builds a string representation of a principal sum.
This function concatenates the string representations of an identity wallet and an achievement principal.
§Arguments
- identity_wallet- The principal of the identity wallet.
- achievement- The principal of the achievement canister.
§Returns
- String- The concatenated string representation of the principal sum.