remove get_relays from signers (#1779)

This commit is contained in:
greenart7c3 2025-02-13 23:46:56 -03:00 committed by GitHub
parent 6e7a618e7f
commit 81908b6e3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 58 deletions

1
46.md
View file

@ -100,7 +100,6 @@ Each of the following are methods that the _client_ sends to the _remote-signer_
| `connect` | `[<remote-signer-pubkey>, <optional_secret>, <optional_requested_permissions>]` | "ack" OR `<required-secret-value>` |
| `sign_event` | `[<{kind, content, tags, created_at}>]` | `json_stringified(<signed_event>)` |
| `ping` | `[]` | "pong" |
| `get_relays` | `[]` | `json_stringified({<relay_url>: {read: <boolean>, write: <boolean>}})` |
| `get_public_key` | `[]` | `<user-pubkey>` |
| `nip04_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip04_ciphertext>` |
| `nip04_decrypt` | `[<third_party_pubkey>, <nip04_ciphertext_to_decrypt>]` | `<plaintext>` |