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: taprpc/mintrpc/mint.swagger.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,11 @@
191
191
"short_response": {
192
192
"type": "boolean",
193
193
"description": "If true, then the assets currently in the batch won't be returned in the\nresponse. This is mainly to avoid a lot of data being transmitted and\npossibly printed on the command line in the case of a very large batch."
194
+
},
195
+
"fee_rate": {
196
+
"type": "integer",
197
+
"format": "int64",
198
+
"description": "The optional fee rate to use for the minting transaction, in sat/kw."
0 commit comments