Skip to main content

nip55_pair

Function nip55_pair 

Source
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.