diff options
| author | greenart7c3 <115044884+greenart7c3@users.noreply.github.com> | 2025-02-13 23:46:56 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-13 18:46:56 -0800 |
| commit | 81908b6e3fbc852181de9ed21cf244f525ff60af (patch) | |
| tree | 61891552885cd3a2777c4b6e51142d292d76efc5 /46.md | |
| parent | 6e7a618e7f873bb91e743caacc3b09edab7796a0 (diff) | |
remove get_relays from signers (#1779)
Diffstat (limited to '46.md')
| -rw-r--r-- | 46.md | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -100,7 +100,6 @@ Each of the following are methods that the _client_ sends to the _remote-signer_ | |||
| 100 | | `connect` | `[<remote-signer-pubkey>, <optional_secret>, <optional_requested_permissions>]` | "ack" OR `<required-secret-value>` | | 100 | | `connect` | `[<remote-signer-pubkey>, <optional_secret>, <optional_requested_permissions>]` | "ack" OR `<required-secret-value>` | |
| 101 | | `sign_event` | `[<{kind, content, tags, created_at}>]` | `json_stringified(<signed_event>)` | | 101 | | `sign_event` | `[<{kind, content, tags, created_at}>]` | `json_stringified(<signed_event>)` | |
| 102 | | `ping` | `[]` | "pong" | | 102 | | `ping` | `[]` | "pong" | |
| 103 | | `get_relays` | `[]` | `json_stringified({<relay_url>: {read: <boolean>, write: <boolean>}})` | | ||
| 104 | | `get_public_key` | `[]` | `<user-pubkey>` | | 103 | | `get_public_key` | `[]` | `<user-pubkey>` | |
| 105 | | `nip04_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip04_ciphertext>` | | 104 | | `nip04_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip04_ciphertext>` | |
| 106 | | `nip04_decrypt` | `[<third_party_pubkey>, <nip04_ciphertext_to_decrypt>]` | `<plaintext>` | | 105 | | `nip04_decrypt` | `[<third_party_pubkey>, <nip04_ciphertext_to_decrypt>]` | `<plaintext>` | |