diff options
| author | fiatjaf_ <fiatjaf@gmail.com> | 2023-11-21 22:25:19 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-21 22:25:19 -0300 |
| commit | e4bddbee7b90b701ea2041532c88935f5176850e (patch) | |
| tree | 9cad2e34f21f37ab016987053c89ed3404836c55 /46.md | |
| parent | c5c2d86a479d1ca52065b50faddc72220c3896cf (diff) | |
peer-pubkey
Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
Diffstat (limited to '46.md')
| -rw-r--r-- | 46.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -77,7 +77,7 @@ And the events the remote signer sends to the client have the following format: | |||
| 77 | - params: [] | 77 | - params: [] |
| 78 | - result: `{ [url: string]: {read: boolean, write: boolean} }` | 78 | - result: `{ [url: string]: {read: boolean, write: boolean} }` |
| 79 | - **nip04_encrypt** | 79 | - **nip04_encrypt** |
| 80 | - params: [`pubkey`, `plaintext`] | 80 | - params: [`peer-pubkey`, `plaintext`] |
| 81 | - result: `nip4 ciphertext` | 81 | - result: `nip4 ciphertext` |
| 82 | - **nip04_decrypt** | 82 | - **nip04_decrypt** |
| 83 | - params: [`peer-pubkey`, `nip4 ciphertext`] | 83 | - params: [`peer-pubkey`, `nip4 ciphertext`] |