mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Update 46.md
This commit is contained in:
parent
e1004d3d4b
commit
4bb393735e
4
46.md
4
46.md
|
@ -67,7 +67,7 @@ These are mandatory methods the remote signer app MUST implement:
|
||||||
- result `pubkey`
|
- result `pubkey`
|
||||||
- **sign_event**
|
- **sign_event**
|
||||||
- params [`event`]
|
- params [`event`]
|
||||||
- result `signature`
|
- result `event_with_signature`
|
||||||
|
|
||||||
#### optional
|
#### optional
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@ The `content` field contains encrypted message as specified by [NIP04](https://g
|
||||||
|
|
||||||
1. The **App** will send a message to the **Signer** with a `sign_event` request along with the **event** to be signed
|
1. The **App** will send a message to the **Signer** with a `sign_event` request along with the **event** to be signed
|
||||||
2. The **Signer** will show a popup to the user to inspect the event and sign it
|
2. The **Signer** will show a popup to the user to inspect the event and sign it
|
||||||
3. The **Signer** will send back a message with the schnorr `signature` of the event as a response to the `sign_event` request
|
3. The **Signer** will send back a message with the event including the `id` and the schnorr `signature` as a response to the `sign_event` request
|
||||||
|
|
||||||
### Delegate
|
### Delegate
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user