mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Add Parametrized Replaceable events to kind list
This commit is contained in:
parent
1840c5cbdf
commit
013d94a840
|
@ -24,7 +24,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
|
||||||
- [NIP-25: Reactions](25.md)
|
- [NIP-25: Reactions](25.md)
|
||||||
- [NIP-26: Delegated Event Signing](26.md)
|
- [NIP-26: Delegated Event Signing](26.md)
|
||||||
- [NIP-28: Public Chat](28.md)
|
- [NIP-28: Public Chat](28.md)
|
||||||
- [NIP-33: Parameterized Replaceable Events](33.md)
|
- [NIP-33: Parametrized Replaceable Events](33.md)
|
||||||
- [NIP-36: Sensitive Content](36.md)
|
- [NIP-36: Sensitive Content](36.md)
|
||||||
- [NIP-40: Expiration Timestamp](40.md)
|
- [NIP-40: Expiration Timestamp](40.md)
|
||||||
- [NIP-42: Authentication of clients to relays](42.md)
|
- [NIP-42: Authentication of clients to relays](42.md)
|
||||||
|
@ -32,7 +32,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
|
||||||
## Event Kinds
|
## Event Kinds
|
||||||
|
|
||||||
| kind | description | NIP |
|
| kind | description | NIP |
|
||||||
|-------------|-----------------------------|------------------------|
|
|-------------|---------------------------------|------------------------|
|
||||||
| 0 | Metadata | [1](01.md), [5](05.md) |
|
| 0 | Metadata | [1](01.md), [5](05.md) |
|
||||||
| 1 | Text | [1](01.md) |
|
| 1 | Text | [1](01.md) |
|
||||||
| 2 | Recommend Relay | [1](01.md) |
|
| 2 | Recommend Relay | [1](01.md) |
|
||||||
|
@ -47,8 +47,9 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
|
||||||
| 44 | Channel Mute User | [28](28.md) |
|
| 44 | Channel Mute User | [28](28.md) |
|
||||||
| 45-49 | Public Chat Reserved | [28](28.md) |
|
| 45-49 | Public Chat Reserved | [28](28.md) |
|
||||||
| 22242 | Client Authentication | [42](42.md) |
|
| 22242 | Client Authentication | [42](42.md) |
|
||||||
| 10000-19999 | Replaceable Events Reserved | [16](16.md) |
|
| 10000-19999 | Replaceable Events | [16](16.md) |
|
||||||
| 20000-29999 | Ephemeral Events Reserved | [16](16.md) |
|
| 20000-29999 | Ephemeral Events | [16](16.md) |
|
||||||
|
| 30000-39999 | Parametrized Replaceable Events | [33](33.md) |
|
||||||
|
|
||||||
|
|
||||||
## Message types
|
## Message types
|
||||||
|
|
Loading…
Reference in New Issue
Block a user