mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
peer-pubkey
Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
This commit is contained in:
parent
c5c2d86a47
commit
e4bddbee7b
2
46.md
2
46.md
|
@ -77,7 +77,7 @@ And the events the remote signer sends to the client have the following format:
|
||||||
- params: []
|
- params: []
|
||||||
- result: `{ [url: string]: {read: boolean, write: boolean} }`
|
- result: `{ [url: string]: {read: boolean, write: boolean} }`
|
||||||
- **nip04_encrypt**
|
- **nip04_encrypt**
|
||||||
- params: [`pubkey`, `plaintext`]
|
- params: [`peer-pubkey`, `plaintext`]
|
||||||
- result: `nip4 ciphertext`
|
- result: `nip4 ciphertext`
|
||||||
- **nip04_decrypt**
|
- **nip04_decrypt**
|
||||||
- params: [`peer-pubkey`, `nip4 ciphertext`]
|
- params: [`peer-pubkey`, `nip4 ciphertext`]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user