diff options
| author | Alex Gleason <alex@alexgleason.me> | 2026-04-10 13:31:37 -0500 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2026-04-10 13:31:37 -0500 |
| commit | 5e1e24766910fc07cb61a049aed2623987458ec2 (patch) | |
| tree | b7588f61fddf9374268d5cd6f4e3f2655d7c840a /86.md | |
| parent | b8782df594b4e7e8f088869134908eed58be6078 (diff) | |
| parent | 3465f540e3eaedccb5309711b502f0febf56b52f (diff) | |
Merge nip44-big-payloads into bigger-nip44bigger-nip44
Diffstat (limited to '86.md')
| -rw-r--r-- | 86.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -34,12 +34,18 @@ This is the list of **methods** that may be supported: | |||
| 34 | * `banpubkey`: | 34 | * `banpubkey`: |
| 35 | - params: `["<32-byte-hex-public-key>", "<optional-reason>"]` | 35 | - params: `["<32-byte-hex-public-key>", "<optional-reason>"]` |
| 36 | - result: `true` (a boolean always set to `true`) | 36 | - result: `true` (a boolean always set to `true`) |
| 37 | * `unbanpubkey`: | ||
| 38 | - params: `["<32-byte-hex-public-key>", "<optional-reason>"]` | ||
| 39 | - result: `true` (a boolean always set to `true`) | ||
| 37 | * `listbannedpubkeys`: | 40 | * `listbannedpubkeys`: |
| 38 | - params: `[]` | 41 | - params: `[]` |
| 39 | - result: `[{"pubkey": "<32-byte-hex>", "reason": "<optional-reason>"}, ...]`, an array of objects | 42 | - result: `[{"pubkey": "<32-byte-hex>", "reason": "<optional-reason>"}, ...]`, an array of objects |
| 40 | * `allowpubkey`: | 43 | * `allowpubkey`: |
| 41 | - params: `["<32-byte-hex-public-key>", "<optional-reason>"]` | 44 | - params: `["<32-byte-hex-public-key>", "<optional-reason>"]` |
| 42 | - result: `true` (a boolean always set to `true`) | 45 | - result: `true` (a boolean always set to `true`) |
| 46 | * `unallowpubkey`: | ||
| 47 | - params: `["<32-byte-hex-public-key>", "<optional-reason>"]` | ||
| 48 | - result: `true` (a boolean always set to `true`) | ||
| 43 | * `listallowedpubkeys`: | 49 | * `listallowedpubkeys`: |
| 44 | - params: `[]` | 50 | - params: `[]` |
| 45 | - result: `[{"pubkey": "<32-byte-hex>", "reason": "<optional-reason>"}, ...]`, an array of objects | 51 | - result: `[{"pubkey": "<32-byte-hex>", "reason": "<optional-reason>"}, ...]`, an array of objects |