upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/19.md
diff options
context:
space:
mode:
Diffstat (limited to '19.md')
-rw-r--r--19.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/19.md b/19.md
index f3dd2b8..caf60f9 100644
--- a/19.md
+++ b/19.md
@@ -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
40These possible standardized `TLV` types are indicated here: 40These 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