diff options
Diffstat (limited to '19.md')
| -rw-r--r-- | 19.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -35,7 +35,7 @@ These are the possible bech32 prefixes with `TLV`: | |||
| 35 | - `nprofile`: a nostr profile | 35 | - `nprofile`: a nostr profile |
| 36 | - `nevent`: a nostr event | 36 | - `nevent`: a nostr event |
| 37 | - `nrelay`: a nostr relay | 37 | - `nrelay`: a nostr relay |
| 38 | - `nref`: a nostr parameterized replaceable event coordinate (NIP-33) | 38 | - `nitem`: a nostr parameterized replaceable event coordinate (NIP-33) |
| 39 | 39 | ||
| 40 | These possible standardized `TLV` types are indicated here: | 40 | These possible standardized `TLV` types are indicated here: |
| 41 | 41 | ||
| @@ -44,12 +44,12 @@ These possible standardized `TLV` types are indicated here: | |||
| 44 | - for `nprofile` it will be the 32 bytes of the profile public key | 44 | - for `nprofile` it will be the 32 bytes of the profile public key |
| 45 | - for `nevent` it will be the 32 bytes of the event id | 45 | - for `nevent` it will be the 32 bytes of the event id |
| 46 | - for `nrelay`, this is the relay URL | 46 | - for `nrelay`, this is the relay URL |
| 47 | - for `nref`, it is the identifier (the `"d"` tag) of the event being referenced | 47 | - for `nitem`, it is the identifier (the `"d"` tag) of the event being referenced |
| 48 | - for `nprofile`, `nevent` and `nrelay` this may be included only once. | 48 | - for `nprofile`, `nevent` and `nrelay` this may be included only once. |
| 49 | - `1`: `relay` | 49 | - `1`: `relay` |
| 50 | - for `nprofile`, `nevent` and `nref`, a relay in which the entity (profile or event) is more likely to be found, encoded as UTF-8. This may be included multiple times | 50 | - for `nprofile`, `nevent` and `nitem`, a relay in which the entity (profile or event) is more likely to be found, encoded as UTF-8. This may be included multiple times |
| 51 | - `2`: `author` | 51 | - `2`: `author` |
| 52 | - for `nref`, the 32 bytes of the pubkey of the event | 52 | - for `nitem`, the 32 bytes of the pubkey of the event |
| 53 | 53 | ||
| 54 | 54 | ||
| 55 | ## Examples | 55 | ## Examples |