pub fn build_principals_message(
    caller: Principal,
    identity_wallet: Principal
) -> String
Expand description

Builds a message string from the caller and identity wallet principals.

§Arguments

  • caller - The principal of the caller.
  • identity_wallet - The principal of the identity wallet.

§Returns

  • String - The concatenated message string.