pub fn build_principal_sum(
    identity_wallet: Principal,
    achievement: Principal
) -> String
Expand 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.