diff options
| author | Mariano Pérez Rodríguez <mariano.perez.rodriguez@gmail.com> | 2023-04-13 19:29:39 -0300 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-04-14 09:21:04 -0300 |
| commit | 3eb2d6e816cac7ff4a623133b1fef3c1872a2510 (patch) | |
| tree | 3ebed5097289132b3daf5a64c2501caf3c4c1c27 | |
| parent | c29812001ae3b14aba1e3a913ce09e7c2fd8736f (diff) | |
Extract kind ranges to their own table
| -rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
| @@ -74,10 +74,15 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 74 | | 30009 | Badge Definition | [58](58.md) | | 74 | | 30009 | Badge Definition | [58](58.md) | |
| 75 | | 30023 | Long-form Content | [23](23.md) | | 75 | | 30023 | Long-form Content | [23](23.md) | |
| 76 | | 30078 | Application-specific Data | [78](78.md) | | 76 | | 30078 | Application-specific Data | [78](78.md) | |
| 77 | | 1000-9999 | Regular Events | [16](16.md) | | 77 | |
| 78 | | 10000-19999 | Replaceable Events | [16](16.md) | | 78 | ### Event Kind Ranges |
| 79 | | 20000-29999 | Ephemeral Events | [16](16.md) | | 79 | |
| 80 | | 30000-39999 | Parameterized Replaceable Events | [33](33.md) | | 80 | | range | description | NIP | |
| 81 | | ---------------- | -------------------------------- | ----------- | | ||
| 82 | | `1000`--`9999` | Regular Events | [16](16.md) | | ||
| 83 | | `10000`--`19999` | Replaceable Events | [16](16.md) | | ||
| 84 | | `20000`--`29999` | Ephemeral Events | [16](16.md) | | ||
| 85 | | `30000`--`39999` | Parameterized Replaceable Events | [33](33.md) | | ||
| 81 | 86 | ||
| 82 | ## Message types | 87 | ## Message types |
| 83 | 88 | ||