We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4566838 commit 86b4c21Copy full SHA for 86b4c21
86.md
@@ -40,6 +40,9 @@ This is the list of **methods** that may be supported:
40
* `allowpubkey`:
41
- params: `["<32-byte-hex-public-key>", "<optional-reason>"]`
42
- result: `true` (a boolean always set to `true`)
43
+* `disallowpubkey`:
44
+ - params: `["<32-byte-hex-public-key>", "<optional-reason>"]`
45
+ - result: `true` (a boolean always set to `true`)
46
* `listallowedpubkeys`:
47
- params: `[]`
48
- result: `[{"pubkey": "<32-byte-hex>", "reason": "<optional-reason>"}, ...]`, an array of objects
0 commit comments