mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-10 09:08:50 +00:00
Kinds from nip17 nip59 (#434)
This commit is contained in:
committed by
GitHub
parent
23d95acb26
commit
a61cde77ea
4
kinds.ts
4
kinds.ts
@@ -39,6 +39,8 @@ export const EventDeletion = 5
|
|||||||
export const Repost = 6
|
export const Repost = 6
|
||||||
export const Reaction = 7
|
export const Reaction = 7
|
||||||
export const BadgeAward = 8
|
export const BadgeAward = 8
|
||||||
|
export const Seal = 13
|
||||||
|
export const PrivateDirectMessage = 14
|
||||||
export const GenericRepost = 16
|
export const GenericRepost = 16
|
||||||
export const ChannelCreation = 40
|
export const ChannelCreation = 40
|
||||||
export const ChannelMetadata = 41
|
export const ChannelMetadata = 41
|
||||||
@@ -70,6 +72,8 @@ export const BlockedRelaysList = 10006
|
|||||||
export const SearchRelaysList = 10007
|
export const SearchRelaysList = 10007
|
||||||
export const InterestsList = 10015
|
export const InterestsList = 10015
|
||||||
export const UserEmojiList = 10030
|
export const UserEmojiList = 10030
|
||||||
|
export const DirectMessageRelaysList = 10050
|
||||||
|
export const GiftWrap = 10059
|
||||||
export const FileServerPreference = 10096
|
export const FileServerPreference = 10096
|
||||||
export const NWCWalletInfo = 13194
|
export const NWCWalletInfo = 13194
|
||||||
export const LightningPubRPC = 21000
|
export const LightningPubRPC = 21000
|
||||||
|
|||||||
Reference in New Issue
Block a user