Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kinds from nip17 nip59 #434

Merged
merged 3 commits into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions kinds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export const EventDeletion = 5
export const Repost = 6
export const Reaction = 7
export const BadgeAward = 8
export const Seal = 13
export const PrivateDirectMessage = 14
export const GenericRepost = 16
export const ChannelCreation = 40
export const ChannelMetadata = 41
Expand Down Expand Up @@ -70,6 +72,8 @@ export const BlockedRelaysList = 10006
export const SearchRelaysList = 10007
export const InterestsList = 10015
export const UserEmojiList = 10030
export const DirectMessageRelaysList = 10050
export const GiftWrap = 10059
export const FileServerPreference = 10096
export const NWCWalletInfo = 13194
export const LightningPubRPC = 21000
Expand Down
Loading