File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,18 @@ This is the list of **methods** that may be supported:
3434* ` banpubkey ` :
3535 - params: ` ["<32-byte-hex-public-key>", "<optional-reason>"] `
3636 - 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 ` )
3740* ` listbannedpubkeys ` :
3841 - params: ` [] `
3942 - result: ` [{"pubkey": "<32-byte-hex>", "reason": "<optional-reason>"}, ...] ` , an array of objects
4043* ` allowpubkey ` :
4144 - params: ` ["<32-byte-hex-public-key>", "<optional-reason>"] `
4245 - 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 ` )
4349* ` listallowedpubkeys ` :
4450 - params: ` [] `
4551 - result: ` [{"pubkey": "<32-byte-hex>", "reason": "<optional-reason>"}, ...] ` , an array of objects
You can’t perform that action at this time.
0 commit comments