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
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -607,9 +607,13 @@
607
607
"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.",
608
608
"title": "[EXPERIMENTAL]:"
609
609
},
610
+
"is_blinded": {
611
+
"type": "boolean",
612
+
"description": "Signals that the invoice should include blinded paths to hide the true\nidentity of the recipient."
613
+
},
610
614
"blinded_path_config": {
611
615
"$ref": "#/definitions/lnrpcBlindedPathConfig",
612
-
"description": "Signals that the invoice should include blinded paths to hide the true\nidentity of the recipient."
616
+
"description": "Config values to use when creating blinded paths for this invoice. These\ncan be used to override the defaults config values provided in by the\nglobal config. This field is only used if is_blinded is true."
0 commit comments