Update 704.md

This commit is contained in:
Vlad Stan 2023-04-10 17:01:44 +03:00 committed by GitHub
parent 6510a69843
commit c2a3ec2667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
704.md
View File

@ -50,9 +50,9 @@ We notate the above derived `direct-message parent key` with `dmpk`. Then we ca
| Action Name | Value | Path | Derive keys for |
|-----------------------|--------|---------------------|-----------------------------------|
| **init** | `0` | `dmpk/0/0` | initialize the `direct messages` flow|
| **send** | `0` | `dmpk/1/<index>` | sending `direct messages` |
| **receive** | `1` | `dmpk/2/<index>` | receiving `direct messages` |
| `draft`: republish | `2` | `dmpk/3/<index>` | sending `republish events` |
| **send** | `1` | `dmpk/1/<index>` | sending `direct messages` |
| **receive** | `2` | `dmpk/2/<index>` | receiving `direct messages` |
| `draft`: republish | `3` | `dmpk/3/<index>` | sending `republish events` |
| `draft`: market-order | `4500` | `dmpk/4500/<index>` | sending NIP45 `market orders` |
The client (creator of the `dmpk`) must: