diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2025-08-01 19:17:47 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2025-08-01 19:17:47 -0300 |
| commit | ddd9e914d0b8ce43de1fba9b402e4b5737e34906 (patch) | |
| tree | 76c0588e4ab46d4c67c5e42bf289dce3b60274e2 /03.md | |
| parent | ea3fbab9b0dfb97433c41d33db47d45237ad3e6a (diff) | |
"k" tag on OTS events.k-tag
Diffstat (limited to '03.md')
| -rw-r--r-- | 03.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -12,8 +12,8 @@ This NIP defines an event with `kind:1040` that can contain an [OpenTimestamps]( | |||
| 12 | { | 12 | { |
| 13 | "kind": 1040 | 13 | "kind": 1040 |
| 14 | "tags": [ | 14 | "tags": [ |
| 15 | ["e", <event-id>, <relay-url>], | 15 | ["e", <target-event-id>, <relay-url>], |
| 16 | ["alt", "opentimestamps attestation"] | 16 | ["k", "<target-event-kind>"] |
| 17 | ], | 17 | ], |
| 18 | "content": <base64-encoded OTS file data> | 18 | "content": <base64-encoded OTS file data> |
| 19 | } | 19 | } |