pub fn inspect_peer_identity(
input: String,
) -> Result<NodeUriPreviewRecord, MobileError>Expand description
Inspect a pasted peer identity in any user-facing interchange form.
Accepted input is a node URI, the canonical fixed-width Base58 public
address, or exactly 32 public-key bytes written as hexadecimal (with an
optional 0x prefix). The result always returns the canonical Base58 form.