File tree Expand file tree Collapse file tree 1 file changed +17
-36
lines changed
Expand file tree Collapse file tree 1 file changed +17
-36
lines changed Original file line number Diff line number Diff line change 7373 }
7474 }
7575 },
76- "202" : {
77- "description" : " Accepted" ,
78- "content" : {
79- "application/json" : {
80- "schema" : {}
81- }
82- }
83- },
8476 "400" : {
8577 "description" : " Bad Request" ,
8678 "content" : {
153145 "walletPassphrase" : {
154146 "type" : " string"
155147 },
156- "xprv" : {
157- "type" : " string"
158- },
159148 "feeRate" : {
160- "oneOf" : [
161- {
162- "type" : " string"
163- },
164- {
165- "type" : " number"
166- }
167- ]
149+ "type" : " number"
168150 },
169151 "maxFeeRate" : {
170- "oneOf" : [
171- {
172- "type" : " string"
173- },
174- {
175- "type" : " number"
176- }
177- ]
152+ "type" : " number"
178153 },
179154 "maxFeePercentage" : {
180155 "type" : " number"
245220 "description" : " OK" ,
246221 "content" : {
247222 "application/json" : {
248- "schema" : {}
249- }
250- }
251- },
252- "202" : {
253- "description" : " Accepted" ,
254- "content" : {
255- "application/json" : {
256- "schema" : {}
223+ "schema" : {
224+ "type" : " object" ,
225+ "properties" : {
226+ "tx" : {
227+ "type" : " string"
228+ },
229+ "txid" : {
230+ "type" : " string"
231+ }
232+ },
233+ "required" : [
234+ " tx" ,
235+ " txid"
236+ ]
237+ }
257238 }
258239 }
259240 },
You can’t perform that action at this time.
0 commit comments