diff options
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>` | |