|
153 | 153 | "KeysendStatus": { |
154 | 154 | "complete": 0 |
155 | 155 | }, |
| 156 | + "ListchainmovesChainmovesPrimaryTag": { |
| 157 | + "anchor": 10, |
| 158 | + "channel_close": 4, |
| 159 | + "channel_open": 3, |
| 160 | + "delayed_to_us": 5, |
| 161 | + "deposit": 0, |
| 162 | + "htlc_fulfill": 8, |
| 163 | + "htlc_timeout": 7, |
| 164 | + "htlc_tx": 6, |
| 165 | + "ignored": 14, |
| 166 | + "penalized": 12, |
| 167 | + "penalty": 2, |
| 168 | + "stolen": 13, |
| 169 | + "to_miner": 15, |
| 170 | + "to_them": 11, |
| 171 | + "to_wallet": 9, |
| 172 | + "withdrawal": 1 |
| 173 | + }, |
| 174 | + "ListchainmovesIndex": { |
| 175 | + "created": 0 |
| 176 | + }, |
| 177 | + "ListchannelmovesChannelmovesPrimaryTag": { |
| 178 | + "channel_proposed": 4, |
| 179 | + "invoice": 0, |
| 180 | + "journal_entry": 6, |
| 181 | + "lease_fee": 3, |
| 182 | + "penalty_adj": 5, |
| 183 | + "pushed": 2, |
| 184 | + "routed": 1 |
| 185 | + }, |
| 186 | + "ListchannelmovesIndex": { |
| 187 | + "created": 0 |
| 188 | + }, |
156 | 189 | "ListclosedchannelsClosedchannelsCloseCause": { |
157 | 190 | "local": 1, |
158 | 191 | "onchain": 5, |
|
1105 | 1138 | "block_added.hash": 1, |
1106 | 1139 | "block_added.height": 2 |
1107 | 1140 | }, |
| 1141 | + "CancelrecurringinvoiceRequest": { |
| 1142 | + "CancelRecurringInvoice.bip353": 6, |
| 1143 | + "CancelRecurringInvoice.offer": 1, |
| 1144 | + "CancelRecurringInvoice.payer_note": 5, |
| 1145 | + "CancelRecurringInvoice.recurrence_counter": 2, |
| 1146 | + "CancelRecurringInvoice.recurrence_label": 3, |
| 1147 | + "CancelRecurringInvoice.recurrence_start": 4 |
| 1148 | + }, |
| 1149 | + "CancelrecurringinvoiceResponse": { |
| 1150 | + "CancelRecurringInvoice.bolt12": 1 |
| 1151 | + }, |
1108 | 1152 | "ChannelOpenFailedNotification": { |
1109 | 1153 | "channel_open_failed.channel_id": 1 |
1110 | 1154 | }, |
|
2040 | 2084 | "ListaddressesResponse": { |
2041 | 2085 | "ListAddresses.addresses[]": 1 |
2042 | 2086 | }, |
| 2087 | + "ListchainmovesChainmoves": { |
| 2088 | + "ListChainMoves.chainmoves[].account_id": 2, |
| 2089 | + "ListChainMoves.chainmoves[].blockheight": 15, |
| 2090 | + "ListChainMoves.chainmoves[].created_index": 1, |
| 2091 | + "ListChainMoves.chainmoves[].credit_msat": 3, |
| 2092 | + "ListChainMoves.chainmoves[].debit_msat": 4, |
| 2093 | + "ListChainMoves.chainmoves[].extra_tags": 16, |
| 2094 | + "ListChainMoves.chainmoves[].extra_tags[]": 7, |
| 2095 | + "ListChainMoves.chainmoves[].originating_account": 9, |
| 2096 | + "ListChainMoves.chainmoves[].output_count": 14, |
| 2097 | + "ListChainMoves.chainmoves[].output_msat": 13, |
| 2098 | + "ListChainMoves.chainmoves[].payment_hash": 12, |
| 2099 | + "ListChainMoves.chainmoves[].peer_id": 8, |
| 2100 | + "ListChainMoves.chainmoves[].primary_tag": 6, |
| 2101 | + "ListChainMoves.chainmoves[].spending_txid": 10, |
| 2102 | + "ListChainMoves.chainmoves[].timestamp": 5, |
| 2103 | + "ListChainMoves.chainmoves[].utxo": 11 |
| 2104 | + }, |
| 2105 | + "ListchainmovesRequest": { |
| 2106 | + "ListChainMoves.index": 1, |
| 2107 | + "ListChainMoves.limit": 3, |
| 2108 | + "ListChainMoves.start": 2 |
| 2109 | + }, |
| 2110 | + "ListchainmovesResponse": { |
| 2111 | + "ListChainMoves.chainmoves[]": 1 |
| 2112 | + }, |
| 2113 | + "ListchannelmovesChannelmoves": { |
| 2114 | + "ListChannelMoves.channelmoves[].account_id": 2, |
| 2115 | + "ListChannelMoves.channelmoves[].created_index": 1, |
| 2116 | + "ListChannelMoves.channelmoves[].credit_msat": 3, |
| 2117 | + "ListChannelMoves.channelmoves[].debit_msat": 4, |
| 2118 | + "ListChannelMoves.channelmoves[].fees_msat": 10, |
| 2119 | + "ListChannelMoves.channelmoves[].group_id": 9, |
| 2120 | + "ListChannelMoves.channelmoves[].part_id": 8, |
| 2121 | + "ListChannelMoves.channelmoves[].payment_hash": 7, |
| 2122 | + "ListChannelMoves.channelmoves[].primary_tag": 6, |
| 2123 | + "ListChannelMoves.channelmoves[].timestamp": 5 |
| 2124 | + }, |
| 2125 | + "ListchannelmovesRequest": { |
| 2126 | + "ListChannelMoves.index": 1, |
| 2127 | + "ListChannelMoves.limit": 3, |
| 2128 | + "ListChannelMoves.start": 2 |
| 2129 | + }, |
| 2130 | + "ListchannelmovesResponse": { |
| 2131 | + "ListChannelMoves.channelmoves[]": 1 |
| 2132 | + }, |
2043 | 2133 | "ListchannelsChannels": { |
2044 | 2134 | "ListChannels.channels[].active": 8, |
2045 | 2135 | "ListChannels.channels[].amount_msat": 5, |
|
5443 | 5533 | "added": "pre-v0.10.1", |
5444 | 5534 | "deprecated": null |
5445 | 5535 | }, |
| 5536 | + "CancelRecurringInvoice": { |
| 5537 | + "added": "v25.09", |
| 5538 | + "deprecated": null |
| 5539 | + }, |
| 5540 | + "CancelRecurringInvoice.bip353": { |
| 5541 | + "added": "v25.09", |
| 5542 | + "deprecated": null |
| 5543 | + }, |
| 5544 | + "CancelRecurringInvoice.bolt12": { |
| 5545 | + "added": "v25.09", |
| 5546 | + "deprecated": null |
| 5547 | + }, |
| 5548 | + "CancelRecurringInvoice.offer": { |
| 5549 | + "added": "v25.09", |
| 5550 | + "deprecated": null |
| 5551 | + }, |
| 5552 | + "CancelRecurringInvoice.payer_note": { |
| 5553 | + "added": "v25.09", |
| 5554 | + "deprecated": null |
| 5555 | + }, |
| 5556 | + "CancelRecurringInvoice.recurrence_counter": { |
| 5557 | + "added": "v25.09", |
| 5558 | + "deprecated": null |
| 5559 | + }, |
| 5560 | + "CancelRecurringInvoice.recurrence_label": { |
| 5561 | + "added": "v25.09", |
| 5562 | + "deprecated": null |
| 5563 | + }, |
| 5564 | + "CancelRecurringInvoice.recurrence_start": { |
| 5565 | + "added": "v25.09", |
| 5566 | + "deprecated": null |
| 5567 | + }, |
5446 | 5568 | "CheckMessage": { |
5447 | 5569 | "added": "pre-v0.10.1", |
5448 | 5570 | "deprecated": null |
|
8215 | 8337 | "added": "v24.11", |
8216 | 8338 | "deprecated": null |
8217 | 8339 | }, |
| 8340 | + "ListChainMoves": { |
| 8341 | + "added": "v25.09", |
| 8342 | + "deprecated": null |
| 8343 | + }, |
| 8344 | + "ListChainMoves.chainmoves[]": { |
| 8345 | + "added": "v25.09", |
| 8346 | + "deprecated": null |
| 8347 | + }, |
| 8348 | + "ListChainMoves.chainmoves[].account_id": { |
| 8349 | + "added": "v25.09", |
| 8350 | + "deprecated": null |
| 8351 | + }, |
| 8352 | + "ListChainMoves.chainmoves[].blockheight": { |
| 8353 | + "added": "v25.09", |
| 8354 | + "deprecated": null |
| 8355 | + }, |
| 8356 | + "ListChainMoves.chainmoves[].created_index": { |
| 8357 | + "added": "v25.09", |
| 8358 | + "deprecated": null |
| 8359 | + }, |
| 8360 | + "ListChainMoves.chainmoves[].credit_msat": { |
| 8361 | + "added": "v25.09", |
| 8362 | + "deprecated": null |
| 8363 | + }, |
| 8364 | + "ListChainMoves.chainmoves[].debit_msat": { |
| 8365 | + "added": "v25.09", |
| 8366 | + "deprecated": null |
| 8367 | + }, |
| 8368 | + "ListChainMoves.chainmoves[].extra_tags": { |
| 8369 | + "added": "v25.09", |
| 8370 | + "deprecated": null |
| 8371 | + }, |
| 8372 | + "ListChainMoves.chainmoves[].extra_tags[]": { |
| 8373 | + "added": "v25.09", |
| 8374 | + "deprecated": null |
| 8375 | + }, |
| 8376 | + "ListChainMoves.chainmoves[].originating_account": { |
| 8377 | + "added": "v25.09", |
| 8378 | + "deprecated": null |
| 8379 | + }, |
| 8380 | + "ListChainMoves.chainmoves[].output_count": { |
| 8381 | + "added": "v25.09", |
| 8382 | + "deprecated": null |
| 8383 | + }, |
| 8384 | + "ListChainMoves.chainmoves[].output_msat": { |
| 8385 | + "added": "v25.09", |
| 8386 | + "deprecated": null |
| 8387 | + }, |
| 8388 | + "ListChainMoves.chainmoves[].payment_hash": { |
| 8389 | + "added": "v25.09", |
| 8390 | + "deprecated": null |
| 8391 | + }, |
| 8392 | + "ListChainMoves.chainmoves[].peer_id": { |
| 8393 | + "added": "v25.09", |
| 8394 | + "deprecated": null |
| 8395 | + }, |
| 8396 | + "ListChainMoves.chainmoves[].primary_tag": { |
| 8397 | + "added": "v25.09", |
| 8398 | + "deprecated": null |
| 8399 | + }, |
| 8400 | + "ListChainMoves.chainmoves[].spending_txid": { |
| 8401 | + "added": "v25.09", |
| 8402 | + "deprecated": null |
| 8403 | + }, |
| 8404 | + "ListChainMoves.chainmoves[].timestamp": { |
| 8405 | + "added": "v25.09", |
| 8406 | + "deprecated": null |
| 8407 | + }, |
| 8408 | + "ListChainMoves.chainmoves[].utxo": { |
| 8409 | + "added": "v25.09", |
| 8410 | + "deprecated": null |
| 8411 | + }, |
| 8412 | + "ListChainMoves.index": { |
| 8413 | + "added": "v25.09", |
| 8414 | + "deprecated": null |
| 8415 | + }, |
| 8416 | + "ListChainMoves.limit": { |
| 8417 | + "added": "v25.09", |
| 8418 | + "deprecated": null |
| 8419 | + }, |
| 8420 | + "ListChainMoves.start": { |
| 8421 | + "added": "v25.09", |
| 8422 | + "deprecated": null |
| 8423 | + }, |
| 8424 | + "ListChannelMoves": { |
| 8425 | + "added": "v25.09", |
| 8426 | + "deprecated": null |
| 8427 | + }, |
| 8428 | + "ListChannelMoves.channelmoves[]": { |
| 8429 | + "added": "v25.09", |
| 8430 | + "deprecated": null |
| 8431 | + }, |
| 8432 | + "ListChannelMoves.channelmoves[].account_id": { |
| 8433 | + "added": "v25.09", |
| 8434 | + "deprecated": null |
| 8435 | + }, |
| 8436 | + "ListChannelMoves.channelmoves[].created_index": { |
| 8437 | + "added": "v25.09", |
| 8438 | + "deprecated": null |
| 8439 | + }, |
| 8440 | + "ListChannelMoves.channelmoves[].credit_msat": { |
| 8441 | + "added": "v25.09", |
| 8442 | + "deprecated": null |
| 8443 | + }, |
| 8444 | + "ListChannelMoves.channelmoves[].debit_msat": { |
| 8445 | + "added": "v25.09", |
| 8446 | + "deprecated": null |
| 8447 | + }, |
| 8448 | + "ListChannelMoves.channelmoves[].fees_msat": { |
| 8449 | + "added": "v25.09", |
| 8450 | + "deprecated": null |
| 8451 | + }, |
| 8452 | + "ListChannelMoves.channelmoves[].group_id": { |
| 8453 | + "added": "v25.09", |
| 8454 | + "deprecated": null |
| 8455 | + }, |
| 8456 | + "ListChannelMoves.channelmoves[].part_id": { |
| 8457 | + "added": "v25.09", |
| 8458 | + "deprecated": null |
| 8459 | + }, |
| 8460 | + "ListChannelMoves.channelmoves[].payment_hash": { |
| 8461 | + "added": "v25.09", |
| 8462 | + "deprecated": null |
| 8463 | + }, |
| 8464 | + "ListChannelMoves.channelmoves[].primary_tag": { |
| 8465 | + "added": "v25.09", |
| 8466 | + "deprecated": null |
| 8467 | + }, |
| 8468 | + "ListChannelMoves.channelmoves[].timestamp": { |
| 8469 | + "added": "v25.09", |
| 8470 | + "deprecated": null |
| 8471 | + }, |
| 8472 | + "ListChannelMoves.index": { |
| 8473 | + "added": "v25.09", |
| 8474 | + "deprecated": null |
| 8475 | + }, |
| 8476 | + "ListChannelMoves.limit": { |
| 8477 | + "added": "v25.09", |
| 8478 | + "deprecated": null |
| 8479 | + }, |
| 8480 | + "ListChannelMoves.start": { |
| 8481 | + "added": "v25.09", |
| 8482 | + "deprecated": null |
| 8483 | + }, |
8218 | 8484 | "ListChannels": { |
8219 | 8485 | "added": "pre-v0.10.1", |
8220 | 8486 | "deprecated": null |
|
0 commit comments