leave nip44_get_conversation_key undefined for now

This commit is contained in:
monlovesmango 2024-02-21 10:03:33 -06:00 committed by GitHub
parent ff39f492e1
commit 0045106dd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
46.md
View File

@ -127,9 +127,9 @@ Each of the following are methods that the client sends to the remote signer.
| `get_public_key` | `[]` | `<hex-pubkey>` |
| `nip04_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip04_ciphertext>` |
| `nip04_decrypt` | `[<third_party_pubkey>, <nip04_ciphertext_to_decrypt>]` | `<plaintext>` |
| `nip44_get_conversation_key` | `[<third_party_pubkey>]` | `<nip44_conversation_key>` |
| `nip44_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip44_ciphertext>` |
| `nip44_decrypt` | `[<third_party_pubkey>, <nip44_ciphertext_to_decrypt>]` | `<plaintext>` |
| `nip44_get_conversation_key`| _Potential future addition_ | |
## Response Events `kind:24133`