Add nip nip86 methods

This commit is contained in:
Jon Staab
2026-02-26 13:39:43 -08:00
parent 1d94221d1b
commit 0a4a2861cb
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -8,7 +8,9 @@ Implementation of NIP-86 for managing Nostr relays through authenticated RPC req
export enum ManagementMethod {
SupportedMethods = "supportedmethods",
BanPubkey = "banpubkey",
UnbanPubkey = "unbanpubkey",
AllowPubkey = "allowpubkey",
UnallowPubkey = "unallowpubkey",
ListBannedPubkeys = "listbannedpubkeys",
ListAllowedPubkeys = "listallowedpubkeys",
ListEventsNeedingModeration = "listeventsneedingmoderation",