Changes standard tags to be referencing tags.

This commit is contained in:
Vitor Pamplona 2024-01-11 08:57:58 -05:00
parent fe9792be76
commit bf2218da5f

2
01.md
View File

@ -93,7 +93,7 @@ The first element of the tag array is referred to as the tag _name_ and the seco
All single-letter (only English alphabet letters: a-z, A-Z) tag names are indexed by relays for faster queries. All single-letter (only English alphabet letters: a-z, A-Z) tag names are indexed by relays for faster queries.
This NIP defines the format of 3 standard tags: `e`, `p`, and `a`. Tags `e`, `p` can be used to reference events and pubkeys respectively, and tag `a` references the latest version of a replaceable event. Clients MAY `a`- and `e`-tag parameterized replaceables simultaneously. This NIP defines the format of 3 standard referencing tags: `e`, `p`, and `a`. Tags `e`, `p` can be used to reference events and pubkeys respectively, and tag `a` references the latest version of a replaceable event. Clients MAY `a`- and `e`-tag parameterized replaceables simultaneously.
| Name | Value | Other Params | | Name | Value | Other Params |
| ---- | ---------------------------------------------------------- | ----------------------- | | ---- | ---------------------------------------------------------- | ----------------------- |