pub static PENDING_NIP55_SETUP: Mutex<Option<(String, String)>>Expand description
Staged NIP-55 pairing result between login_with_nip55 and the subsequent
encryption-flow commit. Both fields are public material (identity pubkey +
signer package name), so no Zeroizing — unlike bunker, a NIP-55 account
stages nothing secret. setup_encryption / skip_encryption reads this
when signer_kind() == Nip55 to write the right settings rows via
commit_nip55_account_setup.
Tuple order: (user_pubkey_hex, signer_package).