pub async fn nip55_pair() -> Result<(PublicKey, String), String>Expand description
Run the pairing handshake: fire the get_public_key Intent with Vector’s
remembered permission set and return the discovered identity pubkey plus the
signer’s package name. Blocking (Activity round-trip) — wrapped in
spawn_blocking.