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: lnrpc/invoicesrpc/invoices.swagger.json
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -395,6 +395,26 @@
395
395
}
396
396
}
397
397
},
398
+
"lnrpcBlindedPathConfig": {
399
+
"type": "object",
400
+
"properties": {
401
+
"min_num_real_hops": {
402
+
"type": "integer",
403
+
"format": "int64",
404
+
"description": "The minimum number of real hops to include in a blinded path. This doesn't\ninclude our node, so if the minimum is 1, then the path will contain at\nminimum our node along with an introduction node hop. If it is zero then\nthe shortest path will use our node as an introduction node."
405
+
},
406
+
"num_hops": {
407
+
"type": "integer",
408
+
"format": "int64",
409
+
"description": "The number of hops to include in a blinded path. This doesn't include our\nnode, so if it is 1, then the path will contain our node along with an\nintroduction node or dummy node hop. If paths shorter than NumHops is\nfound, then they will be padded using dummy hops."
410
+
},
411
+
"max_num_paths": {
412
+
"type": "integer",
413
+
"format": "int64",
414
+
"description": "The maximum number of blinded paths to select and add to an invoice."
415
+
}
416
+
}
417
+
},
398
418
"lnrpcFeature": {
399
419
"type": "object",
400
420
"properties": {
@@ -579,8 +599,8 @@
579
599
"description": "Maps a 32-byte hex-encoded set ID to the sub-invoice AMP state for the\ngiven set ID. This field is always populated for AMP invoices, and can be\nused along side LookupInvoice to obtain the HTLC information related to a\ngiven sub-invoice.\nNote: Output only, don't specify for creating an invoice.",
580
600
"title": "[EXPERIMENTAL]:"
581
601
},
582
-
"blind": {
583
-
"type": "boolean",
602
+
"blinded_path_config": {
603
+
"$ref": "#/definitions/lnrpcBlindedPathConfig",
584
604
"description": "Signals that the invoice should include blinded paths to hide the true\nidentity of the recipient."
0 commit comments