UNPKG

applesauce-wallet-connect

Version:

NIP-47 Nostr Wallet Connect implementation for both clients and services.

3 lines (2 loc) 102 B
/** Supported encryption methods */ export type WalletConnectEncryptionMethod = "nip44_v2" | "nip04";