From f94b2e9981cde266b3b28a3ba4016a4d4d190ac6 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Fri, 3 Jul 2026 11:12:11 -0700 Subject: [PATCH] Add claim management to nip 86 --- 86.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/86.md b/86.md index ffc4423e19..e3aa54a9c6 100644 --- a/86.md +++ b/86.md @@ -64,6 +64,15 @@ This is the list of **methods** that may be supported: * `unassignrole`: - params: `["<32-byte-hex-public-key>", ""]` - result: `true` (a boolean always set to `true`) +* `listclaims`: + - params: `[]` + - result: `[claim, ...]`, an array of NIP 43 invite codes +* `createclaim`: + - params: `[claim]` + - result: `true` (boolean true) +* `deleteclaim`: + - params: `[claim]` + - result: `true` (boolean true) * `listeventsneedingmoderation`: - params: `[]` - result: `[{"id": "<32-byte-hex>", "reason": ""}]`, an array of objects