@ledgerhq/live-cli 21.32.2-nightly.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/README.md +520 -0
  2. package/bin/index.js +2 -0
  3. package/lib/cli.d.ts +2 -0
  4. package/lib/cli.d.ts.map +1 -0
  5. package/lib/cli.js +137 -0
  6. package/lib/cli.js.map +1 -0
  7. package/lib/commands/app.d.ts +45 -0
  8. package/lib/commands/app.d.ts.map +1 -0
  9. package/lib/commands/app.js +131 -0
  10. package/lib/commands/app.js.map +1 -0
  11. package/lib/commands/appUninstallAll.d.ts +15 -0
  12. package/lib/commands/appUninstallAll.d.ts.map +1 -0
  13. package/lib/commands/appUninstallAll.js +31 -0
  14. package/lib/commands/appUninstallAll.js.map +1 -0
  15. package/lib/commands/appsCheckAllAppVersions.d.ts +20 -0
  16. package/lib/commands/appsCheckAllAppVersions.d.ts.map +1 -0
  17. package/lib/commands/appsCheckAllAppVersions.js +484 -0
  18. package/lib/commands/appsCheckAllAppVersions.js.map +1 -0
  19. package/lib/commands/appsInstallAll.d.ts +15 -0
  20. package/lib/commands/appsInstallAll.d.ts.map +1 -0
  21. package/lib/commands/appsInstallAll.js +34 -0
  22. package/lib/commands/appsInstallAll.js.map +1 -0
  23. package/lib/commands/appsUpdateTestAll.d.ts +20 -0
  24. package/lib/commands/appsUpdateTestAll.d.ts.map +1 -0
  25. package/lib/commands/appsUpdateTestAll.js +101 -0
  26. package/lib/commands/appsUpdateTestAll.js.map +1 -0
  27. package/lib/commands/balanceHistory.d.ts +50 -0
  28. package/lib/commands/balanceHistory.d.ts.map +1 -0
  29. package/lib/commands/balanceHistory.js +110 -0
  30. package/lib/commands/balanceHistory.js.map +1 -0
  31. package/lib/commands/bot.d.ts +12 -0
  32. package/lib/commands/bot.d.ts.map +1 -0
  33. package/lib/commands/bot.js +33 -0
  34. package/lib/commands/bot.js.map +1 -0
  35. package/lib/commands/botPortfolio.d.ts +15 -0
  36. package/lib/commands/botPortfolio.d.ts.map +1 -0
  37. package/lib/commands/botPortfolio.js +41 -0
  38. package/lib/commands/botPortfolio.js.map +1 -0
  39. package/lib/commands/botTransfer.d.ts +7 -0
  40. package/lib/commands/botTransfer.d.ts.map +1 -0
  41. package/lib/commands/botTransfer.js +376 -0
  42. package/lib/commands/botTransfer.js.map +1 -0
  43. package/lib/commands/broadcast.d.ts +42 -0
  44. package/lib/commands/broadcast.d.ts.map +1 -0
  45. package/lib/commands/broadcast.js +48 -0
  46. package/lib/commands/broadcast.js.map +1 -0
  47. package/lib/commands/cleanSpeculos.d.ts +7 -0
  48. package/lib/commands/cleanSpeculos.d.ts.map +1 -0
  49. package/lib/commands/cleanSpeculos.js +20 -0
  50. package/lib/commands/cleanSpeculos.js.map +1 -0
  51. package/lib/commands/countervalues.d.ts +84 -0
  52. package/lib/commands/countervalues.d.ts.map +1 -0
  53. package/lib/commands/countervalues.js +302 -0
  54. package/lib/commands/countervalues.js.map +1 -0
  55. package/lib/commands/derivation.d.ts +6 -0
  56. package/lib/commands/derivation.d.ts.map +1 -0
  57. package/lib/commands/derivation.js +44 -0
  58. package/lib/commands/derivation.js.map +1 -0
  59. package/lib/commands/devDeviceAppsScenario.d.ts +24 -0
  60. package/lib/commands/devDeviceAppsScenario.d.ts.map +1 -0
  61. package/lib/commands/devDeviceAppsScenario.js +97 -0
  62. package/lib/commands/devDeviceAppsScenario.js.map +1 -0
  63. package/lib/commands/deviceAppVersion.d.ts +19 -0
  64. package/lib/commands/deviceAppVersion.d.ts.map +1 -0
  65. package/lib/commands/deviceAppVersion.js +17 -0
  66. package/lib/commands/deviceAppVersion.js.map +1 -0
  67. package/lib/commands/deviceInfo.d.ts +14 -0
  68. package/lib/commands/deviceInfo.d.ts.map +1 -0
  69. package/lib/commands/deviceInfo.js +17 -0
  70. package/lib/commands/deviceInfo.js.map +1 -0
  71. package/lib/commands/deviceVersion.d.ts +14 -0
  72. package/lib/commands/deviceVersion.d.ts.map +1 -0
  73. package/lib/commands/deviceVersion.js +17 -0
  74. package/lib/commands/deviceVersion.js.map +1 -0
  75. package/lib/commands/discoverDevices.d.ts +23 -0
  76. package/lib/commands/discoverDevices.d.ts.map +1 -0
  77. package/lib/commands/discoverDevices.js +86 -0
  78. package/lib/commands/discoverDevices.js.map +1 -0
  79. package/lib/commands/envs.d.ts +7 -0
  80. package/lib/commands/envs.d.ts.map +1 -0
  81. package/lib/commands/envs.js +15 -0
  82. package/lib/commands/envs.js.map +1 -0
  83. package/lib/commands/estimateMaxSpendable.d.ts +41 -0
  84. package/lib/commands/estimateMaxSpendable.d.ts.map +1 -0
  85. package/lib/commands/estimateMaxSpendable.js +65 -0
  86. package/lib/commands/estimateMaxSpendable.js.map +1 -0
  87. package/lib/commands/exportAccounts.d.ts +48 -0
  88. package/lib/commands/exportAccounts.d.ts.map +1 -0
  89. package/lib/commands/exportAccounts.js +69 -0
  90. package/lib/commands/exportAccounts.js.map +1 -0
  91. package/lib/commands/firmwareRepair.d.ts +22 -0
  92. package/lib/commands/firmwareRepair.d.ts.map +1 -0
  93. package/lib/commands/firmwareRepair.js +23 -0
  94. package/lib/commands/firmwareRepair.js.map +1 -0
  95. package/lib/commands/firmwareUpdate.d.ts +26 -0
  96. package/lib/commands/firmwareUpdate.d.ts.map +1 -0
  97. package/lib/commands/firmwareUpdate.js +154 -0
  98. package/lib/commands/firmwareUpdate.js.map +1 -0
  99. package/lib/commands/generateAppJsonFromDataset.d.ts +7 -0
  100. package/lib/commands/generateAppJsonFromDataset.d.ts.map +1 -0
  101. package/lib/commands/generateAppJsonFromDataset.js +212 -0
  102. package/lib/commands/generateAppJsonFromDataset.js.map +1 -0
  103. package/lib/commands/generateTestScanAccounts.d.ts +49 -0
  104. package/lib/commands/generateTestScanAccounts.d.ts.map +1 -0
  105. package/lib/commands/generateTestScanAccounts.js +60 -0
  106. package/lib/commands/generateTestScanAccounts.js.map +1 -0
  107. package/lib/commands/generateTestTransaction.d.ts +44 -0
  108. package/lib/commands/generateTestTransaction.d.ts.map +1 -0
  109. package/lib/commands/generateTestTransaction.js +118 -0
  110. package/lib/commands/generateTestTransaction.js.map +1 -0
  111. package/lib/commands/genuineCheck.d.ts +15 -0
  112. package/lib/commands/genuineCheck.d.ts.map +1 -0
  113. package/lib/commands/genuineCheck.js +22 -0
  114. package/lib/commands/genuineCheck.js.map +1 -0
  115. package/lib/commands/getAddress.d.ts +28 -0
  116. package/lib/commands/getAddress.d.ts.map +1 -0
  117. package/lib/commands/getAddress.js +53 -0
  118. package/lib/commands/getAddress.js.map +1 -0
  119. package/lib/commands/getTransactionStatus.d.ts +52 -0
  120. package/lib/commands/getTransactionStatus.d.ts.map +1 -0
  121. package/lib/commands/getTransactionStatus.js +86 -0
  122. package/lib/commands/getTransactionStatus.js.map +1 -0
  123. package/lib/commands/liveData.d.ts +49 -0
  124. package/lib/commands/liveData.d.ts.map +1 -0
  125. package/lib/commands/liveData.js +82 -0
  126. package/lib/commands/liveData.js.map +1 -0
  127. package/lib/commands/makeCompoundSummary.d.ts +54 -0
  128. package/lib/commands/makeCompoundSummary.d.ts.map +1 -0
  129. package/lib/commands/makeCompoundSummary.js +190 -0
  130. package/lib/commands/makeCompoundSummary.js.map +1 -0
  131. package/lib/commands/managerListApps.d.ts +21 -0
  132. package/lib/commands/managerListApps.d.ts.map +1 -0
  133. package/lib/commands/managerListApps.js +47 -0
  134. package/lib/commands/managerListApps.js.map +1 -0
  135. package/lib/commands/portfolio.d.ts +66 -0
  136. package/lib/commands/portfolio.d.ts.map +1 -0
  137. package/lib/commands/portfolio.js +138 -0
  138. package/lib/commands/portfolio.js.map +1 -0
  139. package/lib/commands/proxy.d.ts +36 -0
  140. package/lib/commands/proxy.d.ts.map +1 -0
  141. package/lib/commands/proxy.js +413 -0
  142. package/lib/commands/proxy.js.map +1 -0
  143. package/lib/commands/receive.d.ts +48 -0
  144. package/lib/commands/receive.d.ts.map +1 -0
  145. package/lib/commands/receive.js +68 -0
  146. package/lib/commands/receive.js.map +1 -0
  147. package/lib/commands/repl.d.ts +22 -0
  148. package/lib/commands/repl.d.ts.map +1 -0
  149. package/lib/commands/repl.js +26 -0
  150. package/lib/commands/repl.js.map +1 -0
  151. package/lib/commands/satstack.d.ts +37 -0
  152. package/lib/commands/satstack.d.ts.map +1 -0
  153. package/lib/commands/satstack.js +110 -0
  154. package/lib/commands/satstack.js.map +1 -0
  155. package/lib/commands/satstackStatus.d.ts +13 -0
  156. package/lib/commands/satstackStatus.d.ts.map +1 -0
  157. package/lib/commands/satstackStatus.js +24 -0
  158. package/lib/commands/satstackStatus.js.map +1 -0
  159. package/lib/commands/scanDescriptors.d.ts +15 -0
  160. package/lib/commands/scanDescriptors.d.ts.map +1 -0
  161. package/lib/commands/scanDescriptors.js +18 -0
  162. package/lib/commands/scanDescriptors.js.map +1 -0
  163. package/lib/commands/send.d.ts +48 -0
  164. package/lib/commands/send.d.ts.map +1 -0
  165. package/lib/commands/send.js +116 -0
  166. package/lib/commands/send.js.map +1 -0
  167. package/lib/commands/signMessage.d.ts +16 -0
  168. package/lib/commands/signMessage.d.ts.map +1 -0
  169. package/lib/commands/signMessage.js +58 -0
  170. package/lib/commands/signMessage.js.map +1 -0
  171. package/lib/commands/speculosList.d.ts +7 -0
  172. package/lib/commands/speculosList.d.ts.map +1 -0
  173. package/lib/commands/speculosList.js +71 -0
  174. package/lib/commands/speculosList.js.map +1 -0
  175. package/lib/commands/swap.d.ts +55 -0
  176. package/lib/commands/swap.d.ts.map +1 -0
  177. package/lib/commands/swap.js +341 -0
  178. package/lib/commands/swap.js.map +1 -0
  179. package/lib/commands/sync.d.ts +49 -0
  180. package/lib/commands/sync.d.ts.map +1 -0
  181. package/lib/commands/sync.js +135 -0
  182. package/lib/commands/sync.js.map +1 -0
  183. package/lib/commands/testDetectOpCollision.d.ts +41 -0
  184. package/lib/commands/testDetectOpCollision.d.ts.map +1 -0
  185. package/lib/commands/testDetectOpCollision.js +57 -0
  186. package/lib/commands/testDetectOpCollision.js.map +1 -0
  187. package/lib/commands/testGetTrustedInputFromTxHash.d.ts +23 -0
  188. package/lib/commands/testGetTrustedInputFromTxHash.d.ts.map +1 -0
  189. package/lib/commands/testGetTrustedInputFromTxHash.js +114 -0
  190. package/lib/commands/testGetTrustedInputFromTxHash.js.map +1 -0
  191. package/lib/commands/user.d.ts +6 -0
  192. package/lib/commands/user.d.ts.map +1 -0
  193. package/lib/commands/user.js +9 -0
  194. package/lib/commands/user.js.map +1 -0
  195. package/lib/commands/version.d.ts +7 -0
  196. package/lib/commands/version.d.ts.map +1 -0
  197. package/lib/commands/version.js +12 -0
  198. package/lib/commands/version.js.map +1 -0
  199. package/lib/commands/walletconnect.d.ts +62 -0
  200. package/lib/commands/walletconnect.d.ts.map +1 -0
  201. package/lib/commands/walletconnect.js +272 -0
  202. package/lib/commands/walletconnect.js.map +1 -0
  203. package/lib/commands-index.d.ts +1511 -0
  204. package/lib/commands-index.d.ts.map +1 -0
  205. package/lib/commands-index.js +106 -0
  206. package/lib/commands-index.js.map +1 -0
  207. package/lib/live-common-setup-base.d.ts +2 -0
  208. package/lib/live-common-setup-base.d.ts.map +1 -0
  209. package/lib/live-common-setup-base.js +131 -0
  210. package/lib/live-common-setup-base.js.map +1 -0
  211. package/lib/live-common-setup.d.ts +5 -0
  212. package/lib/live-common-setup.d.ts.map +1 -0
  213. package/lib/live-common-setup.js +318 -0
  214. package/lib/live-common-setup.js.map +1 -0
  215. package/lib/qr.d.ts +3 -0
  216. package/lib/qr.d.ts.map +1 -0
  217. package/lib/qr.js +18 -0
  218. package/lib/qr.js.map +1 -0
  219. package/lib/scan.d.ts +71 -0
  220. package/lib/scan.d.ts.map +1 -0
  221. package/lib/scan.js +299 -0
  222. package/lib/scan.js.map +1 -0
  223. package/lib/signedOperation.d.ts +13 -0
  224. package/lib/signedOperation.d.ts.map +1 -0
  225. package/lib/signedOperation.js +31 -0
  226. package/lib/signedOperation.js.map +1 -0
  227. package/lib/stream.d.ts +7 -0
  228. package/lib/stream.d.ts.map +1 -0
  229. package/lib/stream.js +82 -0
  230. package/lib/stream.js.map +1 -0
  231. package/lib/transaction.d.ts +31 -0
  232. package/lib/transaction.d.ts.map +1 -0
  233. package/lib/transaction.js +202 -0
  234. package/lib/transaction.js.map +1 -0
  235. package/package.json +63 -0
@@ -0,0 +1,1511 @@
1
+ /// <reference types="node" />
2
+ declare const _default: {
3
+ app: {
4
+ description: string;
5
+ args: ({
6
+ name: string;
7
+ alias: string;
8
+ type: StringConstructor;
9
+ descOpt: string;
10
+ desc: string;
11
+ } | {
12
+ name: string;
13
+ alias: string;
14
+ type: BooleanConstructor;
15
+ desc: string;
16
+ multiple?: undefined;
17
+ } | {
18
+ name: string;
19
+ alias: string;
20
+ type: StringConstructor;
21
+ desc: string;
22
+ multiple: boolean;
23
+ } | {
24
+ name: string;
25
+ alias: string;
26
+ type: StringConstructor;
27
+ desc: string;
28
+ multiple?: undefined;
29
+ } | {
30
+ name: string;
31
+ type: StringConstructor;
32
+ desc: string;
33
+ alias?: undefined;
34
+ multiple?: undefined;
35
+ })[];
36
+ job: ({ device, verbose, install, uninstall, open, quit, debug, }: Partial<{
37
+ device: string;
38
+ verbose: boolean;
39
+ install: string[];
40
+ uninstall: string[];
41
+ open: string;
42
+ quit: string;
43
+ debug: string;
44
+ }>) => import("rxjs").Observable<any>;
45
+ };
46
+ appUninstallAll: {
47
+ description: string;
48
+ args: {
49
+ name: string;
50
+ alias: string;
51
+ type: StringConstructor;
52
+ descOpt: string;
53
+ desc: string;
54
+ }[];
55
+ job: ({ device, }: Partial<{
56
+ device: string;
57
+ }>) => import("rxjs").Observable<import("../../lib/apps").State>;
58
+ };
59
+ appsCheckAllAppVersions: {
60
+ description: string;
61
+ args: ({
62
+ name: string;
63
+ alias: string;
64
+ type: StringConstructor;
65
+ descOpt: string;
66
+ desc: string;
67
+ } | {
68
+ name: string;
69
+ alias: string;
70
+ desc: string;
71
+ })[];
72
+ job: ({ device, memo, }: Partial<{
73
+ device: string;
74
+ memo: string;
75
+ }>) => import("rxjs").Observable<never>;
76
+ };
77
+ appsInstallAll: {
78
+ description: string;
79
+ args: {
80
+ name: string;
81
+ alias: string;
82
+ type: StringConstructor;
83
+ descOpt: string;
84
+ desc: string;
85
+ }[];
86
+ job: ({ device, }: Partial<{
87
+ device: string;
88
+ }>) => import("rxjs").Observable<import("../../lib/apps").State>;
89
+ };
90
+ appsUpdateTestAll: {
91
+ description: string;
92
+ args: ({
93
+ name: string;
94
+ alias: string;
95
+ type: StringConstructor;
96
+ descOpt: string;
97
+ desc: string;
98
+ } | {
99
+ name: string;
100
+ type: NumberConstructor;
101
+ })[];
102
+ job: ({ device, index, }: Partial<{
103
+ device: string;
104
+ index: number;
105
+ }>) => import("rxjs").Observable<import("rxjs").Observable<unknown>>;
106
+ };
107
+ balanceHistory: {
108
+ description: string;
109
+ args: ({
110
+ name: string;
111
+ alias: string;
112
+ type: StringConstructor;
113
+ desc: string;
114
+ } | {
115
+ name: string;
116
+ type: StringConstructor;
117
+ desc: string;
118
+ multiple: boolean;
119
+ typeDesc?: undefined;
120
+ alias?: undefined;
121
+ } | {
122
+ name: string;
123
+ type: StringConstructor;
124
+ typeDesc: string;
125
+ desc: string;
126
+ multiple?: undefined;
127
+ alias?: undefined;
128
+ } | {
129
+ name: string;
130
+ alias: string;
131
+ type: NumberConstructor;
132
+ desc: string;
133
+ multiple?: undefined;
134
+ typeDesc?: undefined;
135
+ } | {
136
+ name: string;
137
+ type: NumberConstructor;
138
+ desc: string;
139
+ multiple?: undefined;
140
+ typeDesc?: undefined;
141
+ alias?: undefined;
142
+ } | {
143
+ name: string;
144
+ alias: string;
145
+ type: StringConstructor;
146
+ typeDesc: string;
147
+ desc: string;
148
+ })[];
149
+ job: (opts: Partial<{
150
+ device: string;
151
+ id: string[];
152
+ xpub: string[];
153
+ file: string;
154
+ appjsonFile: string;
155
+ currency: string;
156
+ scheme: string;
157
+ index: number;
158
+ length: number;
159
+ paginateOperations: number;
160
+ }> & {
161
+ format: string;
162
+ period: string;
163
+ }) => import("rxjs").Observable<any>;
164
+ };
165
+ bot: {
166
+ description: string;
167
+ args: {
168
+ name: string;
169
+ alias: string;
170
+ type: StringConstructor;
171
+ desc: string;
172
+ }[];
173
+ job: (arg: any) => import("rxjs").Observable<void>;
174
+ };
175
+ botPortfolio: {
176
+ description: string;
177
+ args: {
178
+ name: string;
179
+ alias: string;
180
+ type: StringConstructor;
181
+ typeDesc: string;
182
+ desc: string;
183
+ }[];
184
+ job: (opts: {
185
+ format: string;
186
+ }) => import("rxjs").Observable<any>;
187
+ };
188
+ botTransfer: {
189
+ description: string;
190
+ args: never[];
191
+ job: () => import("rxjs").Observable<void>;
192
+ };
193
+ broadcast: {
194
+ description: string;
195
+ args: ({
196
+ name: string;
197
+ alias: string;
198
+ type: StringConstructor;
199
+ desc: string;
200
+ } | {
201
+ name: string;
202
+ type: StringConstructor;
203
+ desc: string;
204
+ multiple: boolean;
205
+ typeDesc?: undefined;
206
+ alias?: undefined;
207
+ } | {
208
+ name: string;
209
+ type: StringConstructor;
210
+ typeDesc: string;
211
+ desc: string;
212
+ multiple?: undefined;
213
+ alias?: undefined;
214
+ } | {
215
+ name: string;
216
+ alias: string;
217
+ type: NumberConstructor;
218
+ desc: string;
219
+ multiple?: undefined;
220
+ typeDesc?: undefined;
221
+ } | {
222
+ name: string;
223
+ type: NumberConstructor;
224
+ desc: string;
225
+ multiple?: undefined;
226
+ typeDesc?: undefined;
227
+ alias?: undefined;
228
+ })[];
229
+ job: (opts: Partial<{
230
+ device: string;
231
+ id: string[];
232
+ xpub: string[];
233
+ file: string;
234
+ appjsonFile: string;
235
+ currency: string;
236
+ scheme: string;
237
+ index: number;
238
+ length: number;
239
+ paginateOperations: number;
240
+ }> & Partial<{
241
+ "signed-operation": string;
242
+ }>) => import("rxjs").Observable<string>;
243
+ };
244
+ cleanSpeculos: {
245
+ description: string;
246
+ args: never[];
247
+ job: () => import("rxjs").Observable<string>;
248
+ };
249
+ countervalues: {
250
+ description: string;
251
+ args: ({
252
+ name: string;
253
+ alias: string;
254
+ type: StringConstructor;
255
+ multiple: boolean;
256
+ desc: string;
257
+ typeDesc?: undefined;
258
+ desk?: undefined;
259
+ } | {
260
+ name: string;
261
+ alias: string;
262
+ type: StringConstructor;
263
+ desc: string;
264
+ multiple?: undefined;
265
+ typeDesc?: undefined;
266
+ desk?: undefined;
267
+ } | {
268
+ name: string;
269
+ alias: string;
270
+ type: StringConstructor;
271
+ typeDesc: string;
272
+ desc: string;
273
+ multiple?: undefined;
274
+ desk?: undefined;
275
+ } | {
276
+ name: string;
277
+ alias: string;
278
+ type: BooleanConstructor;
279
+ multiple?: undefined;
280
+ desc?: undefined;
281
+ typeDesc?: undefined;
282
+ desk?: undefined;
283
+ } | {
284
+ name: string;
285
+ type: BooleanConstructor;
286
+ desc: string;
287
+ alias?: undefined;
288
+ multiple?: undefined;
289
+ typeDesc?: undefined;
290
+ desk?: undefined;
291
+ } | {
292
+ name: string;
293
+ alias: string;
294
+ type: NumberConstructor;
295
+ desc: string;
296
+ multiple?: undefined;
297
+ typeDesc?: undefined;
298
+ desk?: undefined;
299
+ } | {
300
+ name: string;
301
+ alias: string;
302
+ type: BooleanConstructor;
303
+ desc: string;
304
+ multiple?: undefined;
305
+ typeDesc?: undefined;
306
+ desk?: undefined;
307
+ } | {
308
+ name: string;
309
+ alias: string;
310
+ type: StringConstructor;
311
+ desk: string;
312
+ multiple?: undefined;
313
+ desc?: undefined;
314
+ typeDesc?: undefined;
315
+ })[];
316
+ job: (opts: Partial<{
317
+ currency: string[];
318
+ countervalue: string[];
319
+ fiats: boolean;
320
+ format: string;
321
+ period: string;
322
+ verbose: boolean;
323
+ marketcap: number;
324
+ disableAutofillGaps: boolean;
325
+ latest: boolean;
326
+ startDate: string;
327
+ }>) => any;
328
+ };
329
+ derivation: {
330
+ args: never[];
331
+ job: () => import("rxjs").Observable<string>;
332
+ };
333
+ devDeviceAppsScenario: {
334
+ description: string;
335
+ args: ({
336
+ name: string;
337
+ alias: string;
338
+ type: StringConstructor;
339
+ descOpt: string;
340
+ desc: string;
341
+ } | {
342
+ name: string;
343
+ alias: string;
344
+ type: StringConstructor;
345
+ desc: string;
346
+ })[];
347
+ job: ({ device, scenario, }: Partial<{
348
+ device: string;
349
+ scenario: string;
350
+ }>) => import("rxjs").Observable<unknown>;
351
+ };
352
+ deviceAppVersion: {
353
+ args: {
354
+ name: string;
355
+ alias: string;
356
+ type: StringConstructor;
357
+ descOpt: string;
358
+ desc: string;
359
+ }[];
360
+ job: ({ device, }: Partial<{
361
+ device: string;
362
+ }>) => import("rxjs").Observable<{
363
+ name: string;
364
+ version: string;
365
+ flags: number | Buffer;
366
+ }>;
367
+ };
368
+ deviceInfo: {
369
+ args: {
370
+ name: string;
371
+ alias: string;
372
+ type: StringConstructor;
373
+ descOpt: string;
374
+ desc: string;
375
+ }[];
376
+ job: ({ device, }: Partial<{
377
+ device: string;
378
+ }>) => import("rxjs").Observable<import("../../lib/types/manager").DeviceInfo>;
379
+ };
380
+ deviceVersion: {
381
+ args: {
382
+ name: string;
383
+ alias: string;
384
+ type: StringConstructor;
385
+ descOpt: string;
386
+ desc: string;
387
+ }[];
388
+ job: ({ device, }: Partial<{
389
+ device: string;
390
+ }>) => import("rxjs").Observable<import("../../lib/types/manager").FirmwareInfo>;
391
+ };
392
+ discoverDevices: {
393
+ args: ({
394
+ name: string;
395
+ alias: string;
396
+ type: StringConstructor;
397
+ desc: string;
398
+ } | {
399
+ name: string;
400
+ alias: string;
401
+ type: BooleanConstructor;
402
+ desc: string;
403
+ })[];
404
+ job: ({ module, interactive, }: Partial<{
405
+ module: string;
406
+ interactive: boolean;
407
+ }>) => import("rxjs").Observable<{
408
+ type: "add" | "remove";
409
+ id: string;
410
+ name: string;
411
+ }> | import("rxjs").Observable<string>;
412
+ };
413
+ envs: {
414
+ description: string;
415
+ args: never[];
416
+ job: () => import("rxjs").Observable<string>;
417
+ };
418
+ estimateMaxSpendable: {
419
+ description: string;
420
+ args: ({
421
+ name: string;
422
+ alias: string;
423
+ type: StringConstructor;
424
+ desc: string;
425
+ } | {
426
+ name: string;
427
+ type: StringConstructor;
428
+ desc: string;
429
+ multiple: boolean;
430
+ typeDesc?: undefined;
431
+ alias?: undefined;
432
+ } | {
433
+ name: string;
434
+ type: StringConstructor;
435
+ typeDesc: string;
436
+ desc: string;
437
+ multiple?: undefined;
438
+ alias?: undefined;
439
+ } | {
440
+ name: string;
441
+ alias: string;
442
+ type: NumberConstructor;
443
+ desc: string;
444
+ multiple?: undefined;
445
+ typeDesc?: undefined;
446
+ } | {
447
+ name: string;
448
+ type: NumberConstructor;
449
+ desc: string;
450
+ multiple?: undefined;
451
+ typeDesc?: undefined;
452
+ alias?: undefined;
453
+ })[];
454
+ job: (opts: Partial<{
455
+ device: string;
456
+ id: string[];
457
+ xpub: string[];
458
+ file: string;
459
+ appjsonFile: string;
460
+ currency: string;
461
+ scheme: string;
462
+ index: number;
463
+ length: number;
464
+ paginateOperations: number;
465
+ }>) => import("rxjs").Observable<string>;
466
+ };
467
+ exportAccounts: {
468
+ description: string;
469
+ args: ({
470
+ name: string;
471
+ alias: string;
472
+ type: StringConstructor;
473
+ desc: string;
474
+ } | {
475
+ name: string;
476
+ type: StringConstructor;
477
+ desc: string;
478
+ multiple: boolean;
479
+ typeDesc?: undefined;
480
+ alias?: undefined;
481
+ } | {
482
+ name: string;
483
+ type: StringConstructor;
484
+ typeDesc: string;
485
+ desc: string;
486
+ multiple?: undefined;
487
+ alias?: undefined;
488
+ } | {
489
+ name: string;
490
+ alias: string;
491
+ type: NumberConstructor;
492
+ desc: string;
493
+ multiple?: undefined;
494
+ typeDesc?: undefined;
495
+ } | {
496
+ name: string;
497
+ type: NumberConstructor;
498
+ desc: string;
499
+ multiple?: undefined;
500
+ typeDesc?: undefined;
501
+ alias?: undefined;
502
+ } | {
503
+ name: string;
504
+ alias: string;
505
+ type: BooleanConstructor;
506
+ desc: string;
507
+ })[];
508
+ job: (opts: Partial<{
509
+ device: string;
510
+ id: string[];
511
+ xpub: string[];
512
+ file: string;
513
+ appjsonFile: string;
514
+ currency: string;
515
+ scheme: string;
516
+ index: number;
517
+ length: number;
518
+ paginateOperations: number;
519
+ }> & Partial<{
520
+ out: boolean;
521
+ }>) => import("rxjs").Observable<unknown>;
522
+ };
523
+ firmwareRepair: {
524
+ description: string;
525
+ args: ({
526
+ name: string;
527
+ alias: string;
528
+ type: StringConstructor;
529
+ descOpt: string;
530
+ desc: string;
531
+ } | {
532
+ name: string;
533
+ type: StringConstructor;
534
+ desc: string;
535
+ })[];
536
+ job: ({ device, forceMCU, }: Partial<{
537
+ device: string;
538
+ forceMCU: string;
539
+ }>) => import("rxjs").Observable<{
540
+ progress: number;
541
+ }>;
542
+ };
543
+ firmwareUpdate: {
544
+ description: string;
545
+ args: ({
546
+ name: string;
547
+ alias: string;
548
+ type: StringConstructor;
549
+ descOpt: string;
550
+ desc: string;
551
+ } | {
552
+ name: string;
553
+ type: BooleanConstructor;
554
+ desc: string;
555
+ } | {
556
+ name: string;
557
+ type: StringConstructor;
558
+ desc: string;
559
+ })[];
560
+ job: ({ device, osuVersion, "to-my-own-risk": toMyOwnRisk, listOSUs, }: Partial<{
561
+ device: string;
562
+ osuVersion: string;
563
+ "to-my-own-risk": boolean;
564
+ listOSUs: boolean;
565
+ }>) => import("rxjs").Observable<unknown>;
566
+ };
567
+ generateAppJsonFromDataset: {
568
+ description: string;
569
+ args: never[];
570
+ job: () => Promise<void>;
571
+ };
572
+ generateTestScanAccounts: {
573
+ description: string;
574
+ args: ({
575
+ name: string;
576
+ alias: string;
577
+ type: StringConstructor;
578
+ desc: string;
579
+ } | {
580
+ name: string;
581
+ type: StringConstructor;
582
+ desc: string;
583
+ multiple: boolean;
584
+ typeDesc?: undefined;
585
+ alias?: undefined;
586
+ } | {
587
+ name: string;
588
+ type: StringConstructor;
589
+ typeDesc: string;
590
+ desc: string;
591
+ multiple?: undefined;
592
+ alias?: undefined;
593
+ } | {
594
+ name: string;
595
+ alias: string;
596
+ type: NumberConstructor;
597
+ desc: string;
598
+ multiple?: undefined;
599
+ typeDesc?: undefined;
600
+ } | {
601
+ name: string;
602
+ type: NumberConstructor;
603
+ desc: string;
604
+ multiple?: undefined;
605
+ typeDesc?: undefined;
606
+ alias?: undefined;
607
+ } | {
608
+ name: string;
609
+ alias: string;
610
+ type: StringConstructor;
611
+ typeDesc: string;
612
+ desc: string;
613
+ })[];
614
+ job: (opts: Partial<{
615
+ device: string;
616
+ id: string[];
617
+ xpub: string[];
618
+ file: string;
619
+ appjsonFile: string;
620
+ currency: string;
621
+ scheme: string;
622
+ index: number;
623
+ length: number;
624
+ paginateOperations: number;
625
+ }> & {
626
+ format: string;
627
+ }) => import("rxjs").Observable<string>;
628
+ };
629
+ generateTestTransaction: {
630
+ description: string;
631
+ args: ({
632
+ name: string;
633
+ alias: string;
634
+ type: StringConstructor;
635
+ desc: string;
636
+ } | {
637
+ name: string;
638
+ alias: string;
639
+ type: NumberConstructor;
640
+ desc: string;
641
+ multiple?: undefined;
642
+ typeDesc?: undefined;
643
+ } | {
644
+ name: string;
645
+ type: NumberConstructor;
646
+ desc: string;
647
+ multiple?: undefined;
648
+ typeDesc?: undefined;
649
+ alias?: undefined;
650
+ } | {
651
+ name: string;
652
+ type: BooleanConstructor;
653
+ desc: string;
654
+ multiple?: undefined;
655
+ } | {
656
+ name: string;
657
+ type: StringConstructor;
658
+ desc: string;
659
+ multiple: boolean;
660
+ } | {
661
+ name: string;
662
+ type: StringConstructor;
663
+ desc: string;
664
+ multiple?: undefined;
665
+ })[];
666
+ job: (opts: Partial<{
667
+ device: string;
668
+ id: string[];
669
+ xpub: string[];
670
+ file: string;
671
+ appjsonFile: string;
672
+ currency: string;
673
+ scheme: string;
674
+ index: number;
675
+ length: number;
676
+ paginateOperations: number;
677
+ }> & Partial<{
678
+ "self-transaction": boolean;
679
+ "use-all-amount": boolean;
680
+ recipient: string[];
681
+ amount: string;
682
+ shuffle: boolean;
683
+ "fees-strategy": string;
684
+ collection: string;
685
+ tokenIds: string;
686
+ quantities: string;
687
+ }>) => import("rxjs").Observable<string>;
688
+ };
689
+ genuineCheck: {
690
+ description: string;
691
+ args: {
692
+ name: string;
693
+ alias: string;
694
+ type: StringConstructor;
695
+ descOpt: string;
696
+ desc: string;
697
+ }[];
698
+ job: ({ device, }: Partial<{
699
+ device: string;
700
+ }>) => import("rxjs").Observable<import("../../lib/types/manager").SocketEvent>;
701
+ };
702
+ getAddress: {
703
+ description: string;
704
+ args: ({
705
+ name: string;
706
+ alias: string;
707
+ type: StringConstructor;
708
+ desc: string;
709
+ } | {
710
+ name: string;
711
+ type: StringConstructor;
712
+ desc: string;
713
+ alias?: undefined;
714
+ } | {
715
+ name: string;
716
+ alias: string;
717
+ type: BooleanConstructor;
718
+ desc: string;
719
+ })[];
720
+ job: (arg: Partial<{
721
+ currency: string;
722
+ device: string;
723
+ path: string;
724
+ derivationMode: string;
725
+ verify: boolean;
726
+ }>) => import("rxjs").Observable<import("../../lib/hw/getAddress/types").Result>;
727
+ };
728
+ getTransactionStatus: {
729
+ description: string;
730
+ args: ({
731
+ name: string;
732
+ alias: string;
733
+ type: StringConstructor;
734
+ desc: string;
735
+ } | {
736
+ name: string;
737
+ alias: string;
738
+ type: NumberConstructor;
739
+ desc: string;
740
+ multiple?: undefined;
741
+ typeDesc?: undefined;
742
+ } | {
743
+ name: string;
744
+ type: NumberConstructor;
745
+ desc: string;
746
+ multiple?: undefined;
747
+ typeDesc?: undefined;
748
+ alias?: undefined;
749
+ } | {
750
+ name: string;
751
+ type: BooleanConstructor;
752
+ desc: string;
753
+ multiple?: undefined;
754
+ } | {
755
+ name: string;
756
+ type: StringConstructor;
757
+ desc: string;
758
+ multiple: boolean;
759
+ } | {
760
+ name: string;
761
+ type: StringConstructor;
762
+ desc: string;
763
+ multiple?: undefined;
764
+ } | {
765
+ name: string;
766
+ alias: string;
767
+ type: StringConstructor;
768
+ typeDesc: string;
769
+ desc: string;
770
+ })[];
771
+ job: (opts: Partial<{
772
+ device: string;
773
+ id: string[];
774
+ xpub: string[];
775
+ file: string;
776
+ appjsonFile: string;
777
+ currency: string;
778
+ scheme: string;
779
+ index: number;
780
+ length: number;
781
+ paginateOperations: number;
782
+ }> & Partial<{
783
+ "self-transaction": boolean;
784
+ "use-all-amount": boolean;
785
+ recipient: string[];
786
+ amount: string;
787
+ shuffle: boolean;
788
+ "fees-strategy": string;
789
+ collection: string;
790
+ tokenIds: string;
791
+ quantities: string;
792
+ }> & {
793
+ format: string;
794
+ }) => import("rxjs").Observable<any>;
795
+ };
796
+ liveData: {
797
+ description: string;
798
+ args: ({
799
+ name: string;
800
+ alias: string;
801
+ type: StringConstructor;
802
+ desc: string;
803
+ } | {
804
+ name: string;
805
+ type: StringConstructor;
806
+ desc: string;
807
+ multiple: boolean;
808
+ typeDesc?: undefined;
809
+ alias?: undefined;
810
+ } | {
811
+ name: string;
812
+ type: StringConstructor;
813
+ typeDesc: string;
814
+ desc: string;
815
+ multiple?: undefined;
816
+ alias?: undefined;
817
+ } | {
818
+ name: string;
819
+ alias: string;
820
+ type: NumberConstructor;
821
+ desc: string;
822
+ multiple?: undefined;
823
+ typeDesc?: undefined;
824
+ } | {
825
+ name: string;
826
+ type: NumberConstructor;
827
+ desc: string;
828
+ multiple?: undefined;
829
+ typeDesc?: undefined;
830
+ alias?: undefined;
831
+ } | {
832
+ name: string;
833
+ alias: string;
834
+ type: BooleanConstructor;
835
+ desc: string;
836
+ })[];
837
+ job: (opts: Partial<{
838
+ device: string;
839
+ id: string[];
840
+ xpub: string[];
841
+ file: string;
842
+ appjsonFile: string;
843
+ currency: string;
844
+ scheme: string;
845
+ index: number;
846
+ length: number;
847
+ paginateOperations: number;
848
+ }> & Partial<{
849
+ appjson: string;
850
+ add: boolean;
851
+ }>) => import("rxjs").Observable<string>;
852
+ };
853
+ makeCompoundSummary: {
854
+ description: string;
855
+ args: ({
856
+ name: string;
857
+ alias: string;
858
+ type: StringConstructor;
859
+ desc: string;
860
+ } | {
861
+ name: string;
862
+ type: StringConstructor;
863
+ desc: string;
864
+ multiple: boolean;
865
+ typeDesc?: undefined;
866
+ alias?: undefined;
867
+ } | {
868
+ name: string;
869
+ type: StringConstructor;
870
+ typeDesc: string;
871
+ desc: string;
872
+ multiple?: undefined;
873
+ alias?: undefined;
874
+ } | {
875
+ name: string;
876
+ alias: string;
877
+ type: NumberConstructor;
878
+ desc: string;
879
+ multiple?: undefined;
880
+ typeDesc?: undefined;
881
+ } | {
882
+ name: string;
883
+ type: NumberConstructor;
884
+ desc: string;
885
+ multiple?: undefined;
886
+ typeDesc?: undefined;
887
+ alias?: undefined;
888
+ } | {
889
+ name: string;
890
+ alias: string;
891
+ type: StringConstructor;
892
+ typeDesc: string;
893
+ desc: string;
894
+ })[];
895
+ job: (opts: Partial<{
896
+ device: string;
897
+ id: string[];
898
+ xpub: string[];
899
+ file: string;
900
+ appjsonFile: string;
901
+ currency: string;
902
+ scheme: string;
903
+ index: number;
904
+ length: number;
905
+ paginateOperations: number;
906
+ }> & {
907
+ format: "default" | "summary";
908
+ }) => import("rxjs").Observable<string>;
909
+ };
910
+ managerListApps: {
911
+ description: string;
912
+ args: ({
913
+ name: string;
914
+ alias: string;
915
+ type: StringConstructor;
916
+ descOpt: string;
917
+ desc: string;
918
+ } | {
919
+ name: string;
920
+ alias: string;
921
+ type: StringConstructor;
922
+ typeDesc: string;
923
+ })[];
924
+ job: ({ device, format, }: Partial<{
925
+ device: string;
926
+ format: string;
927
+ }>) => import("rxjs").Observable<any>;
928
+ };
929
+ portfolio: {
930
+ description: string;
931
+ args: ({
932
+ name: string;
933
+ alias: string;
934
+ type: StringConstructor;
935
+ desc: string;
936
+ } | {
937
+ name: string;
938
+ type: StringConstructor;
939
+ desc: string;
940
+ multiple: boolean;
941
+ typeDesc?: undefined;
942
+ alias?: undefined;
943
+ } | {
944
+ name: string;
945
+ type: StringConstructor;
946
+ typeDesc: string;
947
+ desc: string;
948
+ multiple?: undefined;
949
+ alias?: undefined;
950
+ } | {
951
+ name: string;
952
+ alias: string;
953
+ type: NumberConstructor;
954
+ desc: string;
955
+ multiple?: undefined;
956
+ typeDesc?: undefined;
957
+ } | {
958
+ name: string;
959
+ type: NumberConstructor;
960
+ desc: string;
961
+ multiple?: undefined;
962
+ typeDesc?: undefined;
963
+ alias?: undefined;
964
+ } | {
965
+ name: string;
966
+ type: StringConstructor;
967
+ desc: string;
968
+ alias?: undefined;
969
+ } | {
970
+ name: string;
971
+ alias: string;
972
+ type: BooleanConstructor;
973
+ desc: string;
974
+ })[];
975
+ job: (opts: Partial<Partial<{
976
+ device: string;
977
+ id: string[];
978
+ xpub: string[];
979
+ file: string;
980
+ appjsonFile: string;
981
+ currency: string;
982
+ scheme: string;
983
+ index: number;
984
+ length: number;
985
+ paginateOperations: number;
986
+ }> & {
987
+ disableAutofillGaps: boolean;
988
+ countervalue: string;
989
+ period: string;
990
+ }>) => import("rxjs").Observable<string>;
991
+ };
992
+ proxy: {
993
+ args: ({
994
+ name: string;
995
+ alias: string;
996
+ type: StringConstructor;
997
+ descOpt: string;
998
+ desc: string;
999
+ } | {
1000
+ name: string;
1001
+ alias: string;
1002
+ type: StringConstructor;
1003
+ desc: string;
1004
+ } | {
1005
+ name: string;
1006
+ alias: string;
1007
+ type: BooleanConstructor;
1008
+ desc: string;
1009
+ } | {
1010
+ name: string;
1011
+ type: BooleanConstructor;
1012
+ desc: string;
1013
+ alias?: undefined;
1014
+ })[];
1015
+ job: ({ device, file, record, port, silent, verbose, "disable-auto-skip": noAutoSkip, }: {
1016
+ device: any;
1017
+ file: any;
1018
+ record: any;
1019
+ port: any;
1020
+ silent: any;
1021
+ verbose: any;
1022
+ "disable-auto-skip": any;
1023
+ }) => import("rxjs").Observable<unknown>;
1024
+ };
1025
+ receive: {
1026
+ description: string;
1027
+ args: ({
1028
+ name: string;
1029
+ alias: string;
1030
+ type: StringConstructor;
1031
+ desc: string;
1032
+ } | {
1033
+ name: string;
1034
+ type: StringConstructor;
1035
+ desc: string;
1036
+ multiple: boolean;
1037
+ typeDesc?: undefined;
1038
+ alias?: undefined;
1039
+ } | {
1040
+ name: string;
1041
+ type: StringConstructor;
1042
+ typeDesc: string;
1043
+ desc: string;
1044
+ multiple?: undefined;
1045
+ alias?: undefined;
1046
+ } | {
1047
+ name: string;
1048
+ alias: string;
1049
+ type: NumberConstructor;
1050
+ desc: string;
1051
+ multiple?: undefined;
1052
+ typeDesc?: undefined;
1053
+ } | {
1054
+ name: string;
1055
+ type: NumberConstructor;
1056
+ desc: string;
1057
+ multiple?: undefined;
1058
+ typeDesc?: undefined;
1059
+ alias?: undefined;
1060
+ } | {
1061
+ name: string;
1062
+ type: BooleanConstructor;
1063
+ desc: string;
1064
+ })[];
1065
+ job: (opts: Partial<{
1066
+ device: string;
1067
+ id: string[];
1068
+ xpub: string[];
1069
+ file: string;
1070
+ appjsonFile: string;
1071
+ currency: string;
1072
+ scheme: string;
1073
+ index: number;
1074
+ length: number;
1075
+ paginateOperations: number;
1076
+ }> & {
1077
+ qr: boolean;
1078
+ freshAddressIndex: number | null | undefined;
1079
+ }) => import("rxjs").Observable<string>;
1080
+ };
1081
+ repl: {
1082
+ description: string;
1083
+ args: ({
1084
+ name: string;
1085
+ alias: string;
1086
+ type: StringConstructor;
1087
+ descOpt: string;
1088
+ desc: string;
1089
+ } | {
1090
+ name: string;
1091
+ alias: string;
1092
+ type: StringConstructor;
1093
+ typeDesc: string;
1094
+ desc: string;
1095
+ })[];
1096
+ job: ({ device, file }: {
1097
+ device: string;
1098
+ file: string;
1099
+ }) => import("rxjs").Observable<string>;
1100
+ };
1101
+ satstack: {
1102
+ description: string;
1103
+ args: ({
1104
+ name: string;
1105
+ alias: string;
1106
+ type: StringConstructor;
1107
+ descOpt: string;
1108
+ desc: string;
1109
+ } | {
1110
+ name: string;
1111
+ type: BooleanConstructor;
1112
+ desc: string;
1113
+ typeDesc?: undefined;
1114
+ } | {
1115
+ name: string;
1116
+ type: StringConstructor;
1117
+ typeDesc: string;
1118
+ desc: string;
1119
+ } | {
1120
+ name: string;
1121
+ type: StringConstructor;
1122
+ desc: string;
1123
+ typeDesc?: undefined;
1124
+ })[];
1125
+ job: ({ "no-device": noDevice, "no-save": noSave, device, lss, rpcHOST, rpcUSER, rpcPASSWORD, rpcTLS, }: {
1126
+ "no-device": boolean;
1127
+ "no-save": boolean;
1128
+ device: string;
1129
+ lss: string;
1130
+ rpcHOST: string;
1131
+ rpcUSER: string;
1132
+ rpcPASSWORD: string;
1133
+ rpcTLS: boolean;
1134
+ }) => import("rxjs").Observable<string>;
1135
+ };
1136
+ satstackStatus: {
1137
+ description: string;
1138
+ args: {
1139
+ name: string;
1140
+ type: BooleanConstructor;
1141
+ desc: string;
1142
+ }[];
1143
+ job: ({ continuous }: {
1144
+ continuous?: boolean | undefined;
1145
+ }) => import("rxjs").Observable<import("../../lib/families/bitcoin/satstack").SatStackStatus>;
1146
+ };
1147
+ scanDescriptors: {
1148
+ description: string;
1149
+ args: {
1150
+ name: string;
1151
+ alias: string;
1152
+ type: StringConstructor;
1153
+ desc: string;
1154
+ }[];
1155
+ job: (opts: Partial<{
1156
+ device: string;
1157
+ currency: string;
1158
+ }>) => import("rxjs").Observable<import("../../lib/families/bitcoin/descriptor").AccountDescriptor>;
1159
+ };
1160
+ send: {
1161
+ description: string;
1162
+ args: ({
1163
+ name: string;
1164
+ alias: string;
1165
+ type: StringConstructor;
1166
+ desc: string;
1167
+ } | {
1168
+ name: string;
1169
+ alias: string;
1170
+ type: NumberConstructor;
1171
+ desc: string;
1172
+ multiple?: undefined;
1173
+ typeDesc?: undefined;
1174
+ } | {
1175
+ name: string;
1176
+ type: NumberConstructor;
1177
+ desc: string;
1178
+ multiple?: undefined;
1179
+ typeDesc?: undefined;
1180
+ alias?: undefined;
1181
+ } | {
1182
+ name: string;
1183
+ type: BooleanConstructor;
1184
+ desc: string;
1185
+ multiple?: undefined;
1186
+ } | {
1187
+ name: string;
1188
+ type: StringConstructor;
1189
+ desc: string;
1190
+ multiple: boolean;
1191
+ } | {
1192
+ name: string;
1193
+ type: StringConstructor;
1194
+ desc: string;
1195
+ multiple?: undefined;
1196
+ })[];
1197
+ job: (opts: Partial<{
1198
+ device: string;
1199
+ id: string[];
1200
+ xpub: string[];
1201
+ file: string;
1202
+ appjsonFile: string;
1203
+ currency: string;
1204
+ scheme: string;
1205
+ index: number;
1206
+ length: number;
1207
+ paginateOperations: number;
1208
+ }> & Partial<{
1209
+ "self-transaction": boolean;
1210
+ "use-all-amount": boolean;
1211
+ recipient: string[];
1212
+ amount: string;
1213
+ shuffle: boolean;
1214
+ "fees-strategy": string;
1215
+ collection: string;
1216
+ tokenIds: string;
1217
+ quantities: string;
1218
+ }> & {
1219
+ "ignore-errors": boolean;
1220
+ "disable-broadcast": boolean;
1221
+ format: string;
1222
+ }) => import("rxjs").Observable<string>;
1223
+ };
1224
+ signMessage: {
1225
+ description: string;
1226
+ args: ({
1227
+ name: string;
1228
+ alias: string;
1229
+ type: StringConstructor;
1230
+ desc: string;
1231
+ } | {
1232
+ name: string;
1233
+ type: StringConstructor;
1234
+ desc: string;
1235
+ })[];
1236
+ job: (arg: any) => import("rxjs").Observable<import("../../lib/hw/signMessage/types").Result>;
1237
+ };
1238
+ speculosList: {
1239
+ description: string;
1240
+ args: never[];
1241
+ job: () => import("rxjs").Observable<string>;
1242
+ };
1243
+ swap: {
1244
+ description: string;
1245
+ args: ({
1246
+ name: string;
1247
+ alias: string;
1248
+ type: StringConstructor;
1249
+ desc: string;
1250
+ } | {
1251
+ name: string;
1252
+ type: StringConstructor;
1253
+ desc: string;
1254
+ multiple: boolean;
1255
+ typeDesc?: undefined;
1256
+ alias?: undefined;
1257
+ } | {
1258
+ name: string;
1259
+ type: StringConstructor;
1260
+ typeDesc: string;
1261
+ desc: string;
1262
+ multiple?: undefined;
1263
+ alias?: undefined;
1264
+ } | {
1265
+ name: string;
1266
+ alias: string;
1267
+ type: NumberConstructor;
1268
+ desc: string;
1269
+ multiple?: undefined;
1270
+ typeDesc?: undefined;
1271
+ } | {
1272
+ name: string;
1273
+ type: NumberConstructor;
1274
+ desc: string;
1275
+ multiple?: undefined;
1276
+ typeDesc?: undefined;
1277
+ alias?: undefined;
1278
+ } | {
1279
+ name: string;
1280
+ alias: string;
1281
+ type: BooleanConstructor;
1282
+ desc: string;
1283
+ })[];
1284
+ job: (opts: Partial<{
1285
+ device: string;
1286
+ id: string[];
1287
+ xpub: string[];
1288
+ file: string;
1289
+ appjsonFile: string;
1290
+ currency: string;
1291
+ scheme: string;
1292
+ index: number;
1293
+ length: number;
1294
+ paginateOperations: number;
1295
+ }> & {
1296
+ amount: string;
1297
+ useAllAmount: boolean;
1298
+ useFloat: boolean;
1299
+ wyreUserId?: string | undefined;
1300
+ _unknown: any;
1301
+ deviceId: string;
1302
+ tokenId: string;
1303
+ }) => import("rxjs").Observable<void>;
1304
+ };
1305
+ sync: {
1306
+ description: string;
1307
+ args: ({
1308
+ name: string;
1309
+ alias: string;
1310
+ type: StringConstructor;
1311
+ desc: string;
1312
+ } | {
1313
+ name: string;
1314
+ type: StringConstructor;
1315
+ desc: string;
1316
+ multiple: boolean;
1317
+ typeDesc?: undefined;
1318
+ alias?: undefined;
1319
+ } | {
1320
+ name: string;
1321
+ type: StringConstructor;
1322
+ typeDesc: string;
1323
+ desc: string;
1324
+ multiple?: undefined;
1325
+ alias?: undefined;
1326
+ } | {
1327
+ name: string;
1328
+ alias: string;
1329
+ type: NumberConstructor;
1330
+ desc: string;
1331
+ multiple?: undefined;
1332
+ typeDesc?: undefined;
1333
+ } | {
1334
+ name: string;
1335
+ type: NumberConstructor;
1336
+ desc: string;
1337
+ multiple?: undefined;
1338
+ typeDesc?: undefined;
1339
+ alias?: undefined;
1340
+ } | {
1341
+ name: string;
1342
+ alias: string;
1343
+ type: StringConstructor;
1344
+ typeDesc: string;
1345
+ desc: string;
1346
+ })[];
1347
+ job: (opts: Partial<{
1348
+ device: string;
1349
+ id: string[];
1350
+ xpub: string[];
1351
+ file: string;
1352
+ appjsonFile: string;
1353
+ currency: string;
1354
+ scheme: string;
1355
+ index: number;
1356
+ length: number;
1357
+ paginateOperations: number;
1358
+ }> & {
1359
+ format: string;
1360
+ }) => import("rxjs").Observable<any>;
1361
+ };
1362
+ testDetectOpCollision: {
1363
+ description: string;
1364
+ args: ({
1365
+ name: string;
1366
+ alias: string;
1367
+ type: StringConstructor;
1368
+ desc: string;
1369
+ } | {
1370
+ name: string;
1371
+ type: StringConstructor;
1372
+ desc: string;
1373
+ multiple: boolean;
1374
+ typeDesc?: undefined;
1375
+ alias?: undefined;
1376
+ } | {
1377
+ name: string;
1378
+ type: StringConstructor;
1379
+ typeDesc: string;
1380
+ desc: string;
1381
+ multiple?: undefined;
1382
+ alias?: undefined;
1383
+ } | {
1384
+ name: string;
1385
+ alias: string;
1386
+ type: NumberConstructor;
1387
+ desc: string;
1388
+ multiple?: undefined;
1389
+ typeDesc?: undefined;
1390
+ } | {
1391
+ name: string;
1392
+ type: NumberConstructor;
1393
+ desc: string;
1394
+ multiple?: undefined;
1395
+ typeDesc?: undefined;
1396
+ alias?: undefined;
1397
+ })[];
1398
+ job: (opts: Partial<{
1399
+ device: string;
1400
+ id: string[];
1401
+ xpub: string[];
1402
+ file: string;
1403
+ appjsonFile: string;
1404
+ currency: string;
1405
+ scheme: string;
1406
+ index: number;
1407
+ length: number;
1408
+ paginateOperations: number;
1409
+ }>) => import("rxjs").Observable<import("../../lib/types").Operation[]>;
1410
+ };
1411
+ testGetTrustedInputFromTxHash: {
1412
+ args: ({
1413
+ name: string;
1414
+ alias: string;
1415
+ type: StringConstructor;
1416
+ descOpt: string;
1417
+ desc: string;
1418
+ } | {
1419
+ name: string;
1420
+ alias: string;
1421
+ type: StringConstructor;
1422
+ })[];
1423
+ job: ({ device, currency, hash, }: Partial<{
1424
+ device: string;
1425
+ currency: string;
1426
+ hash: string;
1427
+ }>) => import("rxjs").Observable<"Backend returned no hex for this hash" | {
1428
+ inHash: any;
1429
+ finalOut: string;
1430
+ }>;
1431
+ };
1432
+ user: {
1433
+ args: never[];
1434
+ job: () => import("rxjs").Observable<string>;
1435
+ };
1436
+ version: {
1437
+ args: never[];
1438
+ job: () => import("rxjs").Observable<string>;
1439
+ };
1440
+ walletconnect: {
1441
+ description: string;
1442
+ args: ({
1443
+ name: string;
1444
+ alias: string;
1445
+ type: StringConstructor;
1446
+ desc: string;
1447
+ } | {
1448
+ name: string;
1449
+ type: StringConstructor;
1450
+ desc: string;
1451
+ multiple: boolean;
1452
+ typeDesc?: undefined;
1453
+ alias?: undefined;
1454
+ } | {
1455
+ name: string;
1456
+ type: StringConstructor;
1457
+ typeDesc: string;
1458
+ desc: string;
1459
+ multiple?: undefined;
1460
+ alias?: undefined;
1461
+ } | {
1462
+ name: string;
1463
+ alias: string;
1464
+ type: NumberConstructor;
1465
+ desc: string;
1466
+ multiple?: undefined;
1467
+ typeDesc?: undefined;
1468
+ } | {
1469
+ name: string;
1470
+ type: NumberConstructor;
1471
+ desc: string;
1472
+ multiple?: undefined;
1473
+ typeDesc?: undefined;
1474
+ alias?: undefined;
1475
+ } | {
1476
+ name: string;
1477
+ type: StringConstructor;
1478
+ desc: string;
1479
+ alias?: undefined;
1480
+ } | {
1481
+ name: string;
1482
+ alias: string;
1483
+ type: BooleanConstructor;
1484
+ desc: string;
1485
+ } | {
1486
+ name: string;
1487
+ type: BooleanConstructor;
1488
+ desc: string;
1489
+ alias?: undefined;
1490
+ })[];
1491
+ job: (opts: Partial<{
1492
+ device: string;
1493
+ id: string[];
1494
+ xpub: string[];
1495
+ file: string;
1496
+ appjsonFile: string;
1497
+ currency: string;
1498
+ scheme: string;
1499
+ index: number;
1500
+ length: number;
1501
+ paginateOperations: number;
1502
+ }> & Partial<{
1503
+ walletConnectURI: string;
1504
+ walletConnectSession: string;
1505
+ verbose: boolean;
1506
+ silent: boolean;
1507
+ }>) => any;
1508
+ };
1509
+ };
1510
+ export default _default;
1511
+ //# sourceMappingURL=commands-index.d.ts.map