mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-08 16:28:49 +00:00
added new event kind 1063
see https://github.com/nostr-protocol/nips/blob/master/94.md
This commit is contained in:
3
event.ts
3
event.ts
@@ -31,7 +31,8 @@ export enum Kind {
|
|||||||
HttpAuth = 27235,
|
HttpAuth = 27235,
|
||||||
ProfileBadge = 30008,
|
ProfileBadge = 30008,
|
||||||
BadgeDefinition = 30009,
|
BadgeDefinition = 30009,
|
||||||
Article = 30023
|
Article = 30023,
|
||||||
|
FileMetadata = 1063
|
||||||
}
|
}
|
||||||
|
|
||||||
export type EventTemplate<K extends number = number> = {
|
export type EventTemplate<K extends number = number> = {
|
||||||
|
|||||||
Reference in New Issue
Block a user