pub fn get_principal_to_hash_value(
    principal: Principal
) -> Result<Signature, String>
Expand description

Retrieves the hash for a principal.

§Arguments

  • principal - The principal to retrieve the hash for.

§Returns

  • Result<Signature, String> - The hash for the principal.