diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-04-09 21:21:59 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-04-09 21:21:59 -0300 |
| commit | 01f90d105d995df7308ef6bea46cc93cdef16ec3 (patch) | |
| tree | 4e6ce8d33313b87e5392906a6048d5f6fa8d24f4 | |
| parent | fb5b7c739ff92cec4962990aa99c54fac9f5de81 (diff) | |
indicate optional kind TLV on nevent (@v0l).
| -rw-r--r-- | 19.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -53,6 +53,7 @@ These possible standardized `TLV` types are indicated here: | |||
| 53 | - for `nevent`, _optionally_, the 32 bytes of the pubkey of the event | 53 | - for `nevent`, _optionally_, the 32 bytes of the pubkey of the event |
| 54 | - `3`: `kind` | 54 | - `3`: `kind` |
| 55 | - for `naddr`, the 32-bit unsigned integer of the kind, big-endian | 55 | - for `naddr`, the 32-bit unsigned integer of the kind, big-endian |
| 56 | - for `nevent`, _optionally_, the 32-bit unsigned integer of the kind, big-endian | ||
| 56 | 57 | ||
| 57 | ## Examples | 58 | ## Examples |
| 58 | 59 | ||