pub fn inspect_public_identity(
address: String,
) -> Result<PublicIdentityRecord, MobileError>Expand description
Parse and canonicalize a complete public identity address.
The returned record contains public information only. Invalid input is not copied into the error, preventing accidental disclosure through diagnostics.