grpc: Add WaitBlockHeight method to grpc interface

This commit is contained in:
Christian Decker
2023-09-29 14:42:45 +02:00
committed by Rusty Russell
parent 76c5e6aa65
commit dfea5fbe6d
12 changed files with 255 additions and 21 deletions

View File

@@ -1579,6 +1579,13 @@
"WaitAnyInvoice.status": 4,
"WaitAnyInvoice.updated_index": 14
},
"WaitblockheightRequest": {
"WaitBlockHeight.blockheight": 1,
"WaitBlockHeight.timeout": 2
},
"WaitblockheightResponse": {
"WaitBlockHeight.blockheight": 1
},
"WaitinvoiceRequest": {
"WaitInvoice.label": 1
},
@@ -5518,6 +5525,18 @@
"added": "v23.08",
"deprecated": false
},
"WaitBlockHeight": {
"added": "pre-v0.10.1",
"deprecated": null
},
"WaitBlockHeight.blockheight": {
"added": "pre-v0.10.1",
"deprecated": false
},
"WaitBlockHeight.timeout": {
"added": "pre-v0.10.1",
"deprecated": false
},
"WaitInvoice": {
"added": "pre-v0.10.1",
"deprecated": null