diff options
| -rw-r--r-- | 35.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -6,9 +6,9 @@ Draft Events | |||
| 6 | 6 | ||
| 7 | `draft` `optional` | 7 | `draft` `optional` |
| 8 | 8 | ||
| 9 | This NIP defines kind `31234` as a private draft event for any other event kind. | 9 | This NIP defines kind `31234` as a private wrap for drafts of any other event kind. |
| 10 | 10 | ||
| 11 | The draft event is JSON-stringified, [NIP44-encrypted](44.md) to the owner's public key and placed inside the `.content` of the event. | 11 | The draft event is JSON-stringified, [NIP44-encrypted](44.md) to the signer's public key and placed inside the `.content` of the event. |
| 12 | 12 | ||
| 13 | An additional `k` tag identifies the kind of the draft event. | 13 | An additional `k` tag identifies the kind of the draft event. |
| 14 | 14 | ||