You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/msggen/msggen/schema.json
+44Lines changed: 44 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10344,6 +10344,50 @@
10344
10344
}
10345
10345
]
10346
10346
},
10347
+
"delnetworkevent.json": {
10348
+
"$schema": "../rpc-schema-draft.json",
10349
+
"type": "object",
10350
+
"rpc": "delnetworkevent",
10351
+
"title": "Command for removing a listnetworkevents entry",
10352
+
"description": [
10353
+
"The **delnetworkevent** RPC command removes a single event from **listnetworkevents**, using the uniquely-identifying *created_index*.",
10354
+
"",
10355
+
"This command is mainly used by the *autoclean* plugin (see lightningd-config(7)), as these database entries are only kept for your own analysis, removing them has no effect on the running of your node."
10356
+
],
10357
+
"request": {
10358
+
"required": [
10359
+
"created_index"
10360
+
],
10361
+
"additionalProperties": false,
10362
+
"properties": {
10363
+
"created_index": {
10364
+
"type": "u64",
10365
+
"description": [
10366
+
"The unique created_index of the entry.."
10367
+
]
10368
+
}
10369
+
}
10370
+
},
10371
+
"response": {
10372
+
"required": [],
10373
+
"additionalProperties": false,
10374
+
"properties": {}
10375
+
},
10376
+
"errors": [
10377
+
"The following errors may be reported:",
10378
+
"",
10379
+
"- 1402: The listnetworkevents specified does not exist."
10380
+
],
10381
+
"author": [
10382
+
"Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
10383
+
],
10384
+
"see_also": [
10385
+
"lightning-autoclean(7)"
10386
+
],
10387
+
"resources": [
10388
+
"Main web site: <https://github.com/ElementsProject/lightning>"
"title": "Command for removing a listnetworkevents entry",
6
+
"description": [
7
+
"The **delnetworkevent** RPC command removes a single event from **listnetworkevents**, using the uniquely-identifying *created_index*.",
8
+
"",
9
+
"This command is mainly used by the *autoclean* plugin (see lightningd-config(7)), as these database entries are only kept for your own analysis, removing them has no effect on the running of your node."
10
+
],
11
+
"request": {
12
+
"required": [
13
+
"created_index"
14
+
],
15
+
"additionalProperties": false,
16
+
"properties": {
17
+
"created_index": {
18
+
"type": "u64",
19
+
"description": [
20
+
"The unique created_index of the entry.."
21
+
]
22
+
}
23
+
}
24
+
},
25
+
"response": {
26
+
"required": [],
27
+
"additionalProperties": false,
28
+
"properties": {}
29
+
},
30
+
"errors": [
31
+
"The following errors may be reported:",
32
+
"",
33
+
"- 1402: The listnetworkevents specified does not exist."
34
+
],
35
+
"author": [
36
+
"Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
37
+
],
38
+
"see_also": [
39
+
"lightning-autoclean(7)"
40
+
],
41
+
"resources": [
42
+
"Main web site: <https://github.com/ElementsProject/lightning>"
0 commit comments