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: looprpc/client.swagger.json
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,14 @@
78
78
"required": false,
79
79
"type": "boolean",
80
80
"format": "boolean"
81
+
},
82
+
{
83
+
"name": "swap_publication_deadline",
84
+
"description": "*\nThe latest time (in unix seconds) we allow the server to wait before\npublishing the HTLC on chain. Setting this to a larger value will give the\nserver the opportunity to batch multiple swaps together, and wait for\nlow-fee periods before publishing the HTLC, potentially resulting in a\nlower total swap fee.",
85
+
"in": "query",
86
+
"required": false,
87
+
"type": "string",
88
+
"format": "uint64"
81
89
}
82
90
],
83
91
"tags": [
@@ -165,6 +173,14 @@
165
173
"required": false,
166
174
"type": "boolean",
167
175
"format": "boolean"
176
+
},
177
+
{
178
+
"name": "swap_publication_deadline",
179
+
"description": "*\nThe latest time (in unix seconds) we allow the server to wait before\npublishing the HTLC on chain. Setting this to a larger value will give the\nserver the opportunity to batch multiple swaps together, and wait for\nlow-fee periods before publishing the HTLC, potentially resulting in a\nlower total swap fee.",
0 commit comments