@bitgo/public-types 2.34.0 → 2.36.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.
@@ -0,0 +1,2461 @@
1
+ import * as t from "io-ts";
2
+ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
3
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4
+ }>, t.TypeC<{
5
+ intentType: t.LiteralC<"consolidate">;
6
+ receiveAddress: t.StringC;
7
+ senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
8
+ consolidateId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
9
+ recipients: t.UnionC<[t.Type<{
10
+ address: {
11
+ address: string | undefined;
12
+ option: {
13
+ [x: string]: unknown;
14
+ } | undefined;
15
+ };
16
+ amount: {
17
+ value: string;
18
+ symbol: string;
19
+ };
20
+ data: string | undefined;
21
+ }[], {
22
+ address: {
23
+ address: string | undefined;
24
+ option: {
25
+ [x: string]: unknown;
26
+ } | undefined;
27
+ };
28
+ amount: {
29
+ value: string;
30
+ symbol: string;
31
+ };
32
+ data: string | undefined;
33
+ }[], unknown>, t.UndefinedC]>;
34
+ keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
35
+ }>]>, t.TypeC<{
36
+ unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
37
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
38
+ intentType: t.KeyofC<{
39
+ payment: t.LiteralC<"payment">;
40
+ transferToken: t.LiteralC<"transferToken">;
41
+ consolidate: t.LiteralC<"consolidate">;
42
+ consolidateToken: t.LiteralC<"consolidateToken">;
43
+ fanout: t.LiteralC<"fanout">;
44
+ stake: t.LiteralC<"stake">;
45
+ unstake: t.LiteralC<"unstake">;
46
+ delegate: t.LiteralC<"delegate">;
47
+ undelegate: t.LiteralC<"undelegate">;
48
+ switchValidator: t.LiteralC<"switchValidator">;
49
+ claim: t.LiteralC<"claim">;
50
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
51
+ pledge: t.LiteralC<"pledge">;
52
+ vote: t.LiteralC<"vote">;
53
+ createAccount: t.LiteralC<"createAccount">;
54
+ updateAccount: t.LiteralC<"updateAccount">;
55
+ addTrustLine: t.LiteralC<"addTrustLine">;
56
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
57
+ signMessage: t.LiteralC<"signMessage">;
58
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
59
+ enableToken: t.LiteralC<"enableToken">;
60
+ authorize: t.LiteralC<"authorize">;
61
+ acceleration: t.LiteralC<"acceleration">;
62
+ fillNonce: t.LiteralC<"fillNonce">;
63
+ walletRecovery: t.LiteralC<"walletRecovery">;
64
+ contractCall: t.LiteralC<"contractCall">;
65
+ deactivate: t.LiteralC<"deactivate">;
66
+ customTx: t.LiteralC<"customTx">;
67
+ }>;
68
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
69
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
70
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
71
+ }>, t.TypeC<{
72
+ intent: t.LiteralC<"payment">;
73
+ recipients: t.ArrayC<t.TypeC<{
74
+ address: t.TypeC<{
75
+ address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
76
+ option: t.UnionC<[t.Type<{
77
+ [x: string]: unknown;
78
+ }, {
79
+ [x: string]: unknown;
80
+ }, unknown>, t.UndefinedC]>;
81
+ }>;
82
+ amount: t.TypeC<{
83
+ value: t.StringC;
84
+ symbol: t.StringC;
85
+ }>;
86
+ data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
87
+ }>>;
88
+ }>]>, t.TypeC<{
89
+ unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
90
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
91
+ intentType: t.KeyofC<{
92
+ payment: t.LiteralC<"payment">;
93
+ transferToken: t.LiteralC<"transferToken">;
94
+ consolidate: t.LiteralC<"consolidate">;
95
+ consolidateToken: t.LiteralC<"consolidateToken">;
96
+ fanout: t.LiteralC<"fanout">;
97
+ stake: t.LiteralC<"stake">;
98
+ unstake: t.LiteralC<"unstake">;
99
+ delegate: t.LiteralC<"delegate">;
100
+ undelegate: t.LiteralC<"undelegate">;
101
+ switchValidator: t.LiteralC<"switchValidator">;
102
+ claim: t.LiteralC<"claim">;
103
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
104
+ pledge: t.LiteralC<"pledge">;
105
+ vote: t.LiteralC<"vote">;
106
+ createAccount: t.LiteralC<"createAccount">;
107
+ updateAccount: t.LiteralC<"updateAccount">;
108
+ addTrustLine: t.LiteralC<"addTrustLine">;
109
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
110
+ signMessage: t.LiteralC<"signMessage">;
111
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
112
+ enableToken: t.LiteralC<"enableToken">;
113
+ authorize: t.LiteralC<"authorize">;
114
+ acceleration: t.LiteralC<"acceleration">;
115
+ fillNonce: t.LiteralC<"fillNonce">;
116
+ walletRecovery: t.LiteralC<"walletRecovery">;
117
+ contractCall: t.LiteralC<"contractCall">;
118
+ deactivate: t.LiteralC<"deactivate">;
119
+ customTx: t.LiteralC<"customTx">;
120
+ }>;
121
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
122
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
123
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
124
+ }>, t.TypeC<{
125
+ intent: t.LiteralC<"payment">;
126
+ recipients: t.ArrayC<t.TypeC<{
127
+ address: t.TypeC<{
128
+ address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
129
+ option: t.UnionC<[t.Type<{
130
+ [x: string]: unknown;
131
+ }, {
132
+ [x: string]: unknown;
133
+ }, unknown>, t.UndefinedC]>;
134
+ }>;
135
+ amount: t.TypeC<{
136
+ value: t.StringC;
137
+ symbol: t.StringC;
138
+ }>;
139
+ data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
140
+ }>>;
141
+ }>]>, t.TypeC<{
142
+ unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
143
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
144
+ intentType: t.KeyofC<{
145
+ payment: t.LiteralC<"payment">;
146
+ transferToken: t.LiteralC<"transferToken">;
147
+ consolidate: t.LiteralC<"consolidate">;
148
+ consolidateToken: t.LiteralC<"consolidateToken">;
149
+ fanout: t.LiteralC<"fanout">;
150
+ stake: t.LiteralC<"stake">;
151
+ unstake: t.LiteralC<"unstake">;
152
+ delegate: t.LiteralC<"delegate">;
153
+ undelegate: t.LiteralC<"undelegate">;
154
+ switchValidator: t.LiteralC<"switchValidator">;
155
+ claim: t.LiteralC<"claim">;
156
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
157
+ pledge: t.LiteralC<"pledge">;
158
+ vote: t.LiteralC<"vote">;
159
+ createAccount: t.LiteralC<"createAccount">;
160
+ updateAccount: t.LiteralC<"updateAccount">;
161
+ addTrustLine: t.LiteralC<"addTrustLine">;
162
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
163
+ signMessage: t.LiteralC<"signMessage">;
164
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
165
+ enableToken: t.LiteralC<"enableToken">;
166
+ authorize: t.LiteralC<"authorize">;
167
+ acceleration: t.LiteralC<"acceleration">;
168
+ fillNonce: t.LiteralC<"fillNonce">;
169
+ walletRecovery: t.LiteralC<"walletRecovery">;
170
+ contractCall: t.LiteralC<"contractCall">;
171
+ deactivate: t.LiteralC<"deactivate">;
172
+ customTx: t.LiteralC<"customTx">;
173
+ }>;
174
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
175
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
176
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
177
+ }>, t.TypeC<{
178
+ stakingRequestId: t.StringC;
179
+ }>]>, t.TypeC<{
180
+ intentType: t.LiteralC<"stake">;
181
+ }>]>, t.TypeC<{
182
+ amount: t.UnionC<[t.Type<{
183
+ value: string;
184
+ symbol: string;
185
+ }, {
186
+ value: string;
187
+ symbol: string;
188
+ }, unknown>, t.UndefinedC]>;
189
+ poolKeyHash: t.StringC;
190
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
191
+ intentType: t.KeyofC<{
192
+ payment: t.LiteralC<"payment">;
193
+ transferToken: t.LiteralC<"transferToken">;
194
+ consolidate: t.LiteralC<"consolidate">;
195
+ consolidateToken: t.LiteralC<"consolidateToken">;
196
+ fanout: t.LiteralC<"fanout">;
197
+ stake: t.LiteralC<"stake">;
198
+ unstake: t.LiteralC<"unstake">;
199
+ delegate: t.LiteralC<"delegate">;
200
+ undelegate: t.LiteralC<"undelegate">;
201
+ switchValidator: t.LiteralC<"switchValidator">;
202
+ claim: t.LiteralC<"claim">;
203
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
204
+ pledge: t.LiteralC<"pledge">;
205
+ vote: t.LiteralC<"vote">;
206
+ createAccount: t.LiteralC<"createAccount">;
207
+ updateAccount: t.LiteralC<"updateAccount">;
208
+ addTrustLine: t.LiteralC<"addTrustLine">;
209
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
210
+ signMessage: t.LiteralC<"signMessage">;
211
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
212
+ enableToken: t.LiteralC<"enableToken">;
213
+ authorize: t.LiteralC<"authorize">;
214
+ acceleration: t.LiteralC<"acceleration">;
215
+ fillNonce: t.LiteralC<"fillNonce">;
216
+ walletRecovery: t.LiteralC<"walletRecovery">;
217
+ contractCall: t.LiteralC<"contractCall">;
218
+ deactivate: t.LiteralC<"deactivate">;
219
+ customTx: t.LiteralC<"customTx">;
220
+ }>;
221
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
222
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
223
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
224
+ }>, t.TypeC<{
225
+ intent: t.LiteralC<"payment">;
226
+ recipients: t.ArrayC<t.TypeC<{
227
+ address: t.TypeC<{
228
+ address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
229
+ option: t.UnionC<[t.Type<{
230
+ [x: string]: unknown;
231
+ }, {
232
+ [x: string]: unknown;
233
+ }, unknown>, t.UndefinedC]>;
234
+ }>;
235
+ amount: t.TypeC<{
236
+ value: t.StringC;
237
+ symbol: t.StringC;
238
+ }>;
239
+ data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
240
+ }>>;
241
+ }>]>, t.TypeC<{
242
+ memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
243
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
244
+ intentType: t.KeyofC<{
245
+ payment: t.LiteralC<"payment">;
246
+ transferToken: t.LiteralC<"transferToken">;
247
+ consolidate: t.LiteralC<"consolidate">;
248
+ consolidateToken: t.LiteralC<"consolidateToken">;
249
+ fanout: t.LiteralC<"fanout">;
250
+ stake: t.LiteralC<"stake">;
251
+ unstake: t.LiteralC<"unstake">;
252
+ delegate: t.LiteralC<"delegate">;
253
+ undelegate: t.LiteralC<"undelegate">;
254
+ switchValidator: t.LiteralC<"switchValidator">;
255
+ claim: t.LiteralC<"claim">;
256
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
257
+ pledge: t.LiteralC<"pledge">;
258
+ vote: t.LiteralC<"vote">;
259
+ createAccount: t.LiteralC<"createAccount">;
260
+ updateAccount: t.LiteralC<"updateAccount">;
261
+ addTrustLine: t.LiteralC<"addTrustLine">;
262
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
263
+ signMessage: t.LiteralC<"signMessage">;
264
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
265
+ enableToken: t.LiteralC<"enableToken">;
266
+ authorize: t.LiteralC<"authorize">;
267
+ acceleration: t.LiteralC<"acceleration">;
268
+ fillNonce: t.LiteralC<"fillNonce">;
269
+ walletRecovery: t.LiteralC<"walletRecovery">;
270
+ contractCall: t.LiteralC<"contractCall">;
271
+ deactivate: t.LiteralC<"deactivate">;
272
+ customTx: t.LiteralC<"customTx">;
273
+ }>;
274
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
275
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
276
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
277
+ }>, t.TypeC<{
278
+ stakingRequestId: t.StringC;
279
+ }>]>, t.TypeC<{
280
+ intentType: t.LiteralC<"stake">;
281
+ }>]>, t.TypeC<{
282
+ validatorAddress: t.StringC;
283
+ amount: t.TypeC<{
284
+ value: t.StringC;
285
+ symbol: t.StringC;
286
+ }>;
287
+ recipients: t.UnionC<[t.Type<{
288
+ address: {
289
+ address: string | undefined;
290
+ option: {
291
+ [x: string]: unknown;
292
+ } | undefined;
293
+ };
294
+ amount: {
295
+ value: string;
296
+ symbol: string;
297
+ };
298
+ data: string | undefined;
299
+ }[], {
300
+ address: {
301
+ address: string | undefined;
302
+ option: {
303
+ [x: string]: unknown;
304
+ } | undefined;
305
+ };
306
+ amount: {
307
+ value: string;
308
+ symbol: string;
309
+ };
310
+ data: string | undefined;
311
+ }[], unknown>, t.UndefinedC]>;
312
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
313
+ intentType: t.KeyofC<{
314
+ payment: t.LiteralC<"payment">;
315
+ transferToken: t.LiteralC<"transferToken">;
316
+ consolidate: t.LiteralC<"consolidate">;
317
+ consolidateToken: t.LiteralC<"consolidateToken">;
318
+ fanout: t.LiteralC<"fanout">;
319
+ stake: t.LiteralC<"stake">;
320
+ unstake: t.LiteralC<"unstake">;
321
+ delegate: t.LiteralC<"delegate">;
322
+ undelegate: t.LiteralC<"undelegate">;
323
+ switchValidator: t.LiteralC<"switchValidator">;
324
+ claim: t.LiteralC<"claim">;
325
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
326
+ pledge: t.LiteralC<"pledge">;
327
+ vote: t.LiteralC<"vote">;
328
+ createAccount: t.LiteralC<"createAccount">;
329
+ updateAccount: t.LiteralC<"updateAccount">;
330
+ addTrustLine: t.LiteralC<"addTrustLine">;
331
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
332
+ signMessage: t.LiteralC<"signMessage">;
333
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
334
+ enableToken: t.LiteralC<"enableToken">;
335
+ authorize: t.LiteralC<"authorize">;
336
+ acceleration: t.LiteralC<"acceleration">;
337
+ fillNonce: t.LiteralC<"fillNonce">;
338
+ walletRecovery: t.LiteralC<"walletRecovery">;
339
+ contractCall: t.LiteralC<"contractCall">;
340
+ deactivate: t.LiteralC<"deactivate">;
341
+ customTx: t.LiteralC<"customTx">;
342
+ }>;
343
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
344
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
345
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
346
+ }>, t.TypeC<{
347
+ stakingRequestId: t.StringC;
348
+ }>]>, t.TypeC<{
349
+ intentType: t.LiteralC<"unstake">;
350
+ }>]>, t.TypeC<{
351
+ validatorAddress: t.StringC;
352
+ amount: t.TypeC<{
353
+ value: t.StringC;
354
+ symbol: t.StringC;
355
+ }>;
356
+ recipients: t.UnionC<[t.Type<{
357
+ address: {
358
+ address: string | undefined;
359
+ option: {
360
+ [x: string]: unknown;
361
+ } | undefined;
362
+ };
363
+ amount: {
364
+ value: string;
365
+ symbol: string;
366
+ };
367
+ data: string | undefined;
368
+ }[], {
369
+ address: {
370
+ address: string | undefined;
371
+ option: {
372
+ [x: string]: unknown;
373
+ } | undefined;
374
+ };
375
+ amount: {
376
+ value: string;
377
+ symbol: string;
378
+ };
379
+ data: string | undefined;
380
+ }[], unknown>, t.UndefinedC]>;
381
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
382
+ intentType: t.KeyofC<{
383
+ payment: t.LiteralC<"payment">;
384
+ transferToken: t.LiteralC<"transferToken">;
385
+ consolidate: t.LiteralC<"consolidate">;
386
+ consolidateToken: t.LiteralC<"consolidateToken">;
387
+ fanout: t.LiteralC<"fanout">;
388
+ stake: t.LiteralC<"stake">;
389
+ unstake: t.LiteralC<"unstake">;
390
+ delegate: t.LiteralC<"delegate">;
391
+ undelegate: t.LiteralC<"undelegate">;
392
+ switchValidator: t.LiteralC<"switchValidator">;
393
+ claim: t.LiteralC<"claim">;
394
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
395
+ pledge: t.LiteralC<"pledge">;
396
+ vote: t.LiteralC<"vote">;
397
+ createAccount: t.LiteralC<"createAccount">;
398
+ updateAccount: t.LiteralC<"updateAccount">;
399
+ addTrustLine: t.LiteralC<"addTrustLine">;
400
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
401
+ signMessage: t.LiteralC<"signMessage">;
402
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
403
+ enableToken: t.LiteralC<"enableToken">;
404
+ authorize: t.LiteralC<"authorize">;
405
+ acceleration: t.LiteralC<"acceleration">;
406
+ fillNonce: t.LiteralC<"fillNonce">;
407
+ walletRecovery: t.LiteralC<"walletRecovery">;
408
+ contractCall: t.LiteralC<"contractCall">;
409
+ deactivate: t.LiteralC<"deactivate">;
410
+ customTx: t.LiteralC<"customTx">;
411
+ }>;
412
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
413
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
414
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
415
+ }>, t.TypeC<{
416
+ stakingRequestId: t.StringC;
417
+ }>]>, t.TypeC<{
418
+ intentType: t.LiteralC<"claim">;
419
+ amount: t.UnionC<[t.Type<{
420
+ value: string;
421
+ symbol: string;
422
+ }, {
423
+ value: string;
424
+ symbol: string;
425
+ }, unknown>, t.UndefinedC]>;
426
+ }>]>, t.TypeC<{
427
+ validatorAddress: t.StringC;
428
+ amount: t.TypeC<{
429
+ value: t.StringC;
430
+ symbol: t.StringC;
431
+ }>;
432
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
433
+ intentType: t.KeyofC<{
434
+ payment: t.LiteralC<"payment">;
435
+ transferToken: t.LiteralC<"transferToken">;
436
+ consolidate: t.LiteralC<"consolidate">;
437
+ consolidateToken: t.LiteralC<"consolidateToken">;
438
+ fanout: t.LiteralC<"fanout">;
439
+ stake: t.LiteralC<"stake">;
440
+ unstake: t.LiteralC<"unstake">;
441
+ delegate: t.LiteralC<"delegate">;
442
+ undelegate: t.LiteralC<"undelegate">;
443
+ switchValidator: t.LiteralC<"switchValidator">;
444
+ claim: t.LiteralC<"claim">;
445
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
446
+ pledge: t.LiteralC<"pledge">;
447
+ vote: t.LiteralC<"vote">;
448
+ createAccount: t.LiteralC<"createAccount">;
449
+ updateAccount: t.LiteralC<"updateAccount">;
450
+ addTrustLine: t.LiteralC<"addTrustLine">;
451
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
452
+ signMessage: t.LiteralC<"signMessage">;
453
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
454
+ enableToken: t.LiteralC<"enableToken">;
455
+ authorize: t.LiteralC<"authorize">;
456
+ acceleration: t.LiteralC<"acceleration">;
457
+ fillNonce: t.LiteralC<"fillNonce">;
458
+ walletRecovery: t.LiteralC<"walletRecovery">;
459
+ contractCall: t.LiteralC<"contractCall">;
460
+ deactivate: t.LiteralC<"deactivate">;
461
+ customTx: t.LiteralC<"customTx">;
462
+ }>;
463
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
464
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
465
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
466
+ }>, t.TypeC<{
467
+ stakingRequestId: t.StringC;
468
+ }>]>, t.TypeC<{
469
+ intentType: t.LiteralC<"delegate">;
470
+ validatorAddress: t.StringC;
471
+ amount: t.TypeC<{
472
+ value: t.StringC;
473
+ symbol: t.StringC;
474
+ }>;
475
+ relayerFee: t.TypeC<{
476
+ value: t.StringC;
477
+ symbol: t.StringC;
478
+ }>;
479
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
480
+ intentType: t.KeyofC<{
481
+ payment: t.LiteralC<"payment">;
482
+ transferToken: t.LiteralC<"transferToken">;
483
+ consolidate: t.LiteralC<"consolidate">;
484
+ consolidateToken: t.LiteralC<"consolidateToken">;
485
+ fanout: t.LiteralC<"fanout">;
486
+ stake: t.LiteralC<"stake">;
487
+ unstake: t.LiteralC<"unstake">;
488
+ delegate: t.LiteralC<"delegate">;
489
+ undelegate: t.LiteralC<"undelegate">;
490
+ switchValidator: t.LiteralC<"switchValidator">;
491
+ claim: t.LiteralC<"claim">;
492
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
493
+ pledge: t.LiteralC<"pledge">;
494
+ vote: t.LiteralC<"vote">;
495
+ createAccount: t.LiteralC<"createAccount">;
496
+ updateAccount: t.LiteralC<"updateAccount">;
497
+ addTrustLine: t.LiteralC<"addTrustLine">;
498
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
499
+ signMessage: t.LiteralC<"signMessage">;
500
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
501
+ enableToken: t.LiteralC<"enableToken">;
502
+ authorize: t.LiteralC<"authorize">;
503
+ acceleration: t.LiteralC<"acceleration">;
504
+ fillNonce: t.LiteralC<"fillNonce">;
505
+ walletRecovery: t.LiteralC<"walletRecovery">;
506
+ contractCall: t.LiteralC<"contractCall">;
507
+ deactivate: t.LiteralC<"deactivate">;
508
+ customTx: t.LiteralC<"customTx">;
509
+ }>;
510
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
511
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
512
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
513
+ }>, t.TypeC<{
514
+ stakingRequestId: t.StringC;
515
+ }>]>, t.TypeC<{
516
+ intentType: t.LiteralC<"undelegate">;
517
+ validatorAddress: t.StringC;
518
+ amount: t.TypeC<{
519
+ value: t.StringC;
520
+ symbol: t.StringC;
521
+ }>;
522
+ relayerFee: t.TypeC<{
523
+ value: t.StringC;
524
+ symbol: t.StringC;
525
+ }>;
526
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
527
+ intentType: t.KeyofC<{
528
+ payment: t.LiteralC<"payment">;
529
+ transferToken: t.LiteralC<"transferToken">;
530
+ consolidate: t.LiteralC<"consolidate">;
531
+ consolidateToken: t.LiteralC<"consolidateToken">;
532
+ fanout: t.LiteralC<"fanout">;
533
+ stake: t.LiteralC<"stake">;
534
+ unstake: t.LiteralC<"unstake">;
535
+ delegate: t.LiteralC<"delegate">;
536
+ undelegate: t.LiteralC<"undelegate">;
537
+ switchValidator: t.LiteralC<"switchValidator">;
538
+ claim: t.LiteralC<"claim">;
539
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
540
+ pledge: t.LiteralC<"pledge">;
541
+ vote: t.LiteralC<"vote">;
542
+ createAccount: t.LiteralC<"createAccount">;
543
+ updateAccount: t.LiteralC<"updateAccount">;
544
+ addTrustLine: t.LiteralC<"addTrustLine">;
545
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
546
+ signMessage: t.LiteralC<"signMessage">;
547
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
548
+ enableToken: t.LiteralC<"enableToken">;
549
+ authorize: t.LiteralC<"authorize">;
550
+ acceleration: t.LiteralC<"acceleration">;
551
+ fillNonce: t.LiteralC<"fillNonce">;
552
+ walletRecovery: t.LiteralC<"walletRecovery">;
553
+ contractCall: t.LiteralC<"contractCall">;
554
+ deactivate: t.LiteralC<"deactivate">;
555
+ customTx: t.LiteralC<"customTx">;
556
+ }>;
557
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
558
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
559
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
560
+ }>, t.TypeC<{
561
+ stakingRequestId: t.StringC;
562
+ }>]>, t.TypeC<{
563
+ intentType: t.LiteralC<"claim">;
564
+ amount: t.UnionC<[t.Type<{
565
+ value: string;
566
+ symbol: string;
567
+ }, {
568
+ value: string;
569
+ symbol: string;
570
+ }, unknown>, t.UndefinedC]>;
571
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
572
+ intentType: t.KeyofC<{
573
+ payment: t.LiteralC<"payment">;
574
+ transferToken: t.LiteralC<"transferToken">;
575
+ consolidate: t.LiteralC<"consolidate">;
576
+ consolidateToken: t.LiteralC<"consolidateToken">;
577
+ fanout: t.LiteralC<"fanout">;
578
+ stake: t.LiteralC<"stake">;
579
+ unstake: t.LiteralC<"unstake">;
580
+ delegate: t.LiteralC<"delegate">;
581
+ undelegate: t.LiteralC<"undelegate">;
582
+ switchValidator: t.LiteralC<"switchValidator">;
583
+ claim: t.LiteralC<"claim">;
584
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
585
+ pledge: t.LiteralC<"pledge">;
586
+ vote: t.LiteralC<"vote">;
587
+ createAccount: t.LiteralC<"createAccount">;
588
+ updateAccount: t.LiteralC<"updateAccount">;
589
+ addTrustLine: t.LiteralC<"addTrustLine">;
590
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
591
+ signMessage: t.LiteralC<"signMessage">;
592
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
593
+ enableToken: t.LiteralC<"enableToken">;
594
+ authorize: t.LiteralC<"authorize">;
595
+ acceleration: t.LiteralC<"acceleration">;
596
+ fillNonce: t.LiteralC<"fillNonce">;
597
+ walletRecovery: t.LiteralC<"walletRecovery">;
598
+ contractCall: t.LiteralC<"contractCall">;
599
+ deactivate: t.LiteralC<"deactivate">;
600
+ customTx: t.LiteralC<"customTx">;
601
+ }>;
602
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
603
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
604
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
605
+ }>, t.TypeC<{
606
+ intent: t.LiteralC<"payment">;
607
+ recipients: t.ArrayC<t.TypeC<{
608
+ address: t.TypeC<{
609
+ address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
610
+ option: t.UnionC<[t.Type<{
611
+ [x: string]: unknown;
612
+ }, {
613
+ [x: string]: unknown;
614
+ }, unknown>, t.UndefinedC]>;
615
+ }>;
616
+ amount: t.TypeC<{
617
+ value: t.StringC;
618
+ symbol: t.StringC;
619
+ }>;
620
+ data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
621
+ }>>;
622
+ }>]>, t.TypeC<{
623
+ memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
624
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
625
+ intentType: t.KeyofC<{
626
+ payment: t.LiteralC<"payment">;
627
+ transferToken: t.LiteralC<"transferToken">;
628
+ consolidate: t.LiteralC<"consolidate">;
629
+ consolidateToken: t.LiteralC<"consolidateToken">;
630
+ fanout: t.LiteralC<"fanout">;
631
+ stake: t.LiteralC<"stake">;
632
+ unstake: t.LiteralC<"unstake">;
633
+ delegate: t.LiteralC<"delegate">;
634
+ undelegate: t.LiteralC<"undelegate">;
635
+ switchValidator: t.LiteralC<"switchValidator">;
636
+ claim: t.LiteralC<"claim">;
637
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
638
+ pledge: t.LiteralC<"pledge">;
639
+ vote: t.LiteralC<"vote">;
640
+ createAccount: t.LiteralC<"createAccount">;
641
+ updateAccount: t.LiteralC<"updateAccount">;
642
+ addTrustLine: t.LiteralC<"addTrustLine">;
643
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
644
+ signMessage: t.LiteralC<"signMessage">;
645
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
646
+ enableToken: t.LiteralC<"enableToken">;
647
+ authorize: t.LiteralC<"authorize">;
648
+ acceleration: t.LiteralC<"acceleration">;
649
+ fillNonce: t.LiteralC<"fillNonce">;
650
+ walletRecovery: t.LiteralC<"walletRecovery">;
651
+ contractCall: t.LiteralC<"contractCall">;
652
+ deactivate: t.LiteralC<"deactivate">;
653
+ customTx: t.LiteralC<"customTx">;
654
+ }>;
655
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
656
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
657
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
658
+ }>, t.TypeC<{
659
+ stakingRequestId: t.StringC;
660
+ }>]>, t.TypeC<{
661
+ intentType: t.LiteralC<"delegate">;
662
+ validatorAddress: t.StringC;
663
+ amount: t.TypeC<{
664
+ value: t.StringC;
665
+ symbol: t.StringC;
666
+ }>;
667
+ recipients: t.UnionC<[t.Type<{
668
+ address: {
669
+ address: string | undefined;
670
+ option: {
671
+ [x: string]: unknown;
672
+ } | undefined;
673
+ };
674
+ amount: {
675
+ value: string;
676
+ symbol: string;
677
+ };
678
+ data: string | undefined;
679
+ }[], {
680
+ address: {
681
+ address: string | undefined;
682
+ option: {
683
+ [x: string]: unknown;
684
+ } | undefined;
685
+ };
686
+ amount: {
687
+ value: string;
688
+ symbol: string;
689
+ };
690
+ data: string | undefined;
691
+ }[], unknown>, t.UndefinedC]>;
692
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
693
+ intentType: t.KeyofC<{
694
+ payment: t.LiteralC<"payment">;
695
+ transferToken: t.LiteralC<"transferToken">;
696
+ consolidate: t.LiteralC<"consolidate">;
697
+ consolidateToken: t.LiteralC<"consolidateToken">;
698
+ fanout: t.LiteralC<"fanout">;
699
+ stake: t.LiteralC<"stake">;
700
+ unstake: t.LiteralC<"unstake">;
701
+ delegate: t.LiteralC<"delegate">;
702
+ undelegate: t.LiteralC<"undelegate">;
703
+ switchValidator: t.LiteralC<"switchValidator">;
704
+ claim: t.LiteralC<"claim">;
705
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
706
+ pledge: t.LiteralC<"pledge">;
707
+ vote: t.LiteralC<"vote">;
708
+ createAccount: t.LiteralC<"createAccount">;
709
+ updateAccount: t.LiteralC<"updateAccount">;
710
+ addTrustLine: t.LiteralC<"addTrustLine">;
711
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
712
+ signMessage: t.LiteralC<"signMessage">;
713
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
714
+ enableToken: t.LiteralC<"enableToken">;
715
+ authorize: t.LiteralC<"authorize">;
716
+ acceleration: t.LiteralC<"acceleration">;
717
+ fillNonce: t.LiteralC<"fillNonce">;
718
+ walletRecovery: t.LiteralC<"walletRecovery">;
719
+ contractCall: t.LiteralC<"contractCall">;
720
+ deactivate: t.LiteralC<"deactivate">;
721
+ customTx: t.LiteralC<"customTx">;
722
+ }>;
723
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
724
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
725
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
726
+ }>, t.TypeC<{
727
+ stakingRequestId: t.StringC;
728
+ }>]>, t.TypeC<{
729
+ intentType: t.LiteralC<"switchValidator">;
730
+ amount: t.TypeC<{
731
+ value: t.StringC;
732
+ symbol: t.StringC;
733
+ }>;
734
+ validatorAddress: t.StringC;
735
+ destValidatorAddress: t.StringC;
736
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
737
+ intentType: t.KeyofC<{
738
+ payment: t.LiteralC<"payment">;
739
+ transferToken: t.LiteralC<"transferToken">;
740
+ consolidate: t.LiteralC<"consolidate">;
741
+ consolidateToken: t.LiteralC<"consolidateToken">;
742
+ fanout: t.LiteralC<"fanout">;
743
+ stake: t.LiteralC<"stake">;
744
+ unstake: t.LiteralC<"unstake">;
745
+ delegate: t.LiteralC<"delegate">;
746
+ undelegate: t.LiteralC<"undelegate">;
747
+ switchValidator: t.LiteralC<"switchValidator">;
748
+ claim: t.LiteralC<"claim">;
749
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
750
+ pledge: t.LiteralC<"pledge">;
751
+ vote: t.LiteralC<"vote">;
752
+ createAccount: t.LiteralC<"createAccount">;
753
+ updateAccount: t.LiteralC<"updateAccount">;
754
+ addTrustLine: t.LiteralC<"addTrustLine">;
755
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
756
+ signMessage: t.LiteralC<"signMessage">;
757
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
758
+ enableToken: t.LiteralC<"enableToken">;
759
+ authorize: t.LiteralC<"authorize">;
760
+ acceleration: t.LiteralC<"acceleration">;
761
+ fillNonce: t.LiteralC<"fillNonce">;
762
+ walletRecovery: t.LiteralC<"walletRecovery">;
763
+ contractCall: t.LiteralC<"contractCall">;
764
+ deactivate: t.LiteralC<"deactivate">;
765
+ customTx: t.LiteralC<"customTx">;
766
+ }>;
767
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
768
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
769
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
770
+ }>, t.TypeC<{
771
+ stakingRequestId: t.StringC;
772
+ }>]>, t.TypeC<{
773
+ intentType: t.LiteralC<"undelegate">;
774
+ validatorAddress: t.StringC;
775
+ amount: t.TypeC<{
776
+ value: t.StringC;
777
+ symbol: t.StringC;
778
+ }>;
779
+ recipients: t.UnionC<[t.Type<{
780
+ address: {
781
+ address: string | undefined;
782
+ option: {
783
+ [x: string]: unknown;
784
+ } | undefined;
785
+ };
786
+ amount: {
787
+ value: string;
788
+ symbol: string;
789
+ };
790
+ data: string | undefined;
791
+ }[], {
792
+ address: {
793
+ address: string | undefined;
794
+ option: {
795
+ [x: string]: unknown;
796
+ } | undefined;
797
+ };
798
+ amount: {
799
+ value: string;
800
+ symbol: string;
801
+ };
802
+ data: string | undefined;
803
+ }[], unknown>, t.UndefinedC]>;
804
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
805
+ intentType: t.KeyofC<{
806
+ payment: t.LiteralC<"payment">;
807
+ transferToken: t.LiteralC<"transferToken">;
808
+ consolidate: t.LiteralC<"consolidate">;
809
+ consolidateToken: t.LiteralC<"consolidateToken">;
810
+ fanout: t.LiteralC<"fanout">;
811
+ stake: t.LiteralC<"stake">;
812
+ unstake: t.LiteralC<"unstake">;
813
+ delegate: t.LiteralC<"delegate">;
814
+ undelegate: t.LiteralC<"undelegate">;
815
+ switchValidator: t.LiteralC<"switchValidator">;
816
+ claim: t.LiteralC<"claim">;
817
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
818
+ pledge: t.LiteralC<"pledge">;
819
+ vote: t.LiteralC<"vote">;
820
+ createAccount: t.LiteralC<"createAccount">;
821
+ updateAccount: t.LiteralC<"updateAccount">;
822
+ addTrustLine: t.LiteralC<"addTrustLine">;
823
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
824
+ signMessage: t.LiteralC<"signMessage">;
825
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
826
+ enableToken: t.LiteralC<"enableToken">;
827
+ authorize: t.LiteralC<"authorize">;
828
+ acceleration: t.LiteralC<"acceleration">;
829
+ fillNonce: t.LiteralC<"fillNonce">;
830
+ walletRecovery: t.LiteralC<"walletRecovery">;
831
+ contractCall: t.LiteralC<"contractCall">;
832
+ deactivate: t.LiteralC<"deactivate">;
833
+ customTx: t.LiteralC<"customTx">;
834
+ }>;
835
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
836
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
837
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
838
+ }>, t.TypeC<{
839
+ stakingRequestId: t.StringC;
840
+ }>]>, t.TypeC<{
841
+ intentType: t.LiteralC<"claim">;
842
+ amount: t.UnionC<[t.Type<{
843
+ value: string;
844
+ symbol: string;
845
+ }, {
846
+ value: string;
847
+ symbol: string;
848
+ }, unknown>, t.UndefinedC]>;
849
+ }>]>, t.TypeC<{
850
+ validatorAddress: t.StringC;
851
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
852
+ intentType: t.KeyofC<{
853
+ payment: t.LiteralC<"payment">;
854
+ transferToken: t.LiteralC<"transferToken">;
855
+ consolidate: t.LiteralC<"consolidate">;
856
+ consolidateToken: t.LiteralC<"consolidateToken">;
857
+ fanout: t.LiteralC<"fanout">;
858
+ stake: t.LiteralC<"stake">;
859
+ unstake: t.LiteralC<"unstake">;
860
+ delegate: t.LiteralC<"delegate">;
861
+ undelegate: t.LiteralC<"undelegate">;
862
+ switchValidator: t.LiteralC<"switchValidator">;
863
+ claim: t.LiteralC<"claim">;
864
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
865
+ pledge: t.LiteralC<"pledge">;
866
+ vote: t.LiteralC<"vote">;
867
+ createAccount: t.LiteralC<"createAccount">;
868
+ updateAccount: t.LiteralC<"updateAccount">;
869
+ addTrustLine: t.LiteralC<"addTrustLine">;
870
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
871
+ signMessage: t.LiteralC<"signMessage">;
872
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
873
+ enableToken: t.LiteralC<"enableToken">;
874
+ authorize: t.LiteralC<"authorize">;
875
+ acceleration: t.LiteralC<"acceleration">;
876
+ fillNonce: t.LiteralC<"fillNonce">;
877
+ walletRecovery: t.LiteralC<"walletRecovery">;
878
+ contractCall: t.LiteralC<"contractCall">;
879
+ deactivate: t.LiteralC<"deactivate">;
880
+ customTx: t.LiteralC<"customTx">;
881
+ }>;
882
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
883
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
884
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
885
+ }>, t.TypeC<{
886
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
887
+ }>, t.TypeC<{
888
+ intentType: t.LiteralC<"createAccount">;
889
+ name: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
890
+ }>]>, t.IntersectionC<[t.TypeC<{
891
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
892
+ }>, t.TypeC<{
893
+ fee: t.UnionC<[t.Type<{
894
+ amount: string | number;
895
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
896
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
897
+ type: "max" | "base" | "tip" | undefined;
898
+ }, {
899
+ amount: string | number;
900
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
901
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
902
+ type: "max" | "base" | "tip" | undefined;
903
+ }, unknown>, t.UndefinedC]>;
904
+ }>]>, t.TypeC<{
905
+ delayBlocks: t.StringC;
906
+ proxyType: t.StringC;
907
+ index: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
908
+ recipients: t.UnionC<[t.Type<{
909
+ address: {
910
+ address: string | undefined;
911
+ option: {
912
+ [x: string]: unknown;
913
+ } | undefined;
914
+ };
915
+ amount: {
916
+ value: string;
917
+ symbol: string;
918
+ };
919
+ data: string | undefined;
920
+ }[], {
921
+ address: {
922
+ address: string | undefined;
923
+ option: {
924
+ [x: string]: unknown;
925
+ } | undefined;
926
+ };
927
+ amount: {
928
+ value: string;
929
+ symbol: string;
930
+ };
931
+ data: string | undefined;
932
+ }[], unknown>, t.UndefinedC]>;
933
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
934
+ intentType: t.KeyofC<{
935
+ payment: t.LiteralC<"payment">;
936
+ transferToken: t.LiteralC<"transferToken">;
937
+ consolidate: t.LiteralC<"consolidate">;
938
+ consolidateToken: t.LiteralC<"consolidateToken">;
939
+ fanout: t.LiteralC<"fanout">;
940
+ stake: t.LiteralC<"stake">;
941
+ unstake: t.LiteralC<"unstake">;
942
+ delegate: t.LiteralC<"delegate">;
943
+ undelegate: t.LiteralC<"undelegate">;
944
+ switchValidator: t.LiteralC<"switchValidator">;
945
+ claim: t.LiteralC<"claim">;
946
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
947
+ pledge: t.LiteralC<"pledge">;
948
+ vote: t.LiteralC<"vote">;
949
+ createAccount: t.LiteralC<"createAccount">;
950
+ updateAccount: t.LiteralC<"updateAccount">;
951
+ addTrustLine: t.LiteralC<"addTrustLine">;
952
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
953
+ signMessage: t.LiteralC<"signMessage">;
954
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
955
+ enableToken: t.LiteralC<"enableToken">;
956
+ authorize: t.LiteralC<"authorize">;
957
+ acceleration: t.LiteralC<"acceleration">;
958
+ fillNonce: t.LiteralC<"fillNonce">;
959
+ walletRecovery: t.LiteralC<"walletRecovery">;
960
+ contractCall: t.LiteralC<"contractCall">;
961
+ deactivate: t.LiteralC<"deactivate">;
962
+ customTx: t.LiteralC<"customTx">;
963
+ }>;
964
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
965
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
966
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
967
+ }>, t.TypeC<{
968
+ intent: t.LiteralC<"payment">;
969
+ recipients: t.ArrayC<t.TypeC<{
970
+ address: t.TypeC<{
971
+ address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
972
+ option: t.UnionC<[t.Type<{
973
+ [x: string]: unknown;
974
+ }, {
975
+ [x: string]: unknown;
976
+ }, unknown>, t.UndefinedC]>;
977
+ }>;
978
+ amount: t.TypeC<{
979
+ value: t.StringC;
980
+ symbol: t.StringC;
981
+ }>;
982
+ data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
983
+ }>>;
984
+ }>]>, t.IntersectionC<[t.TypeC<{
985
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
986
+ }>, t.TypeC<{
987
+ fee: t.UnionC<[t.Type<{
988
+ amount: string | number;
989
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
990
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
991
+ type: "max" | "base" | "tip" | undefined;
992
+ }, {
993
+ amount: string | number;
994
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
995
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
996
+ type: "max" | "base" | "tip" | undefined;
997
+ }, unknown>, t.UndefinedC]>;
998
+ }>]>, t.TypeC<{
999
+ proxy: t.TypeC<{
1000
+ name: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1001
+ addressString: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1002
+ asset: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1003
+ amountString: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1004
+ }>;
1005
+ owner: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1006
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1007
+ intentType: t.KeyofC<{
1008
+ payment: t.LiteralC<"payment">;
1009
+ transferToken: t.LiteralC<"transferToken">;
1010
+ consolidate: t.LiteralC<"consolidate">;
1011
+ consolidateToken: t.LiteralC<"consolidateToken">;
1012
+ fanout: t.LiteralC<"fanout">;
1013
+ stake: t.LiteralC<"stake">;
1014
+ unstake: t.LiteralC<"unstake">;
1015
+ delegate: t.LiteralC<"delegate">;
1016
+ undelegate: t.LiteralC<"undelegate">;
1017
+ switchValidator: t.LiteralC<"switchValidator">;
1018
+ claim: t.LiteralC<"claim">;
1019
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1020
+ pledge: t.LiteralC<"pledge">;
1021
+ vote: t.LiteralC<"vote">;
1022
+ createAccount: t.LiteralC<"createAccount">;
1023
+ updateAccount: t.LiteralC<"updateAccount">;
1024
+ addTrustLine: t.LiteralC<"addTrustLine">;
1025
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1026
+ signMessage: t.LiteralC<"signMessage">;
1027
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1028
+ enableToken: t.LiteralC<"enableToken">;
1029
+ authorize: t.LiteralC<"authorize">;
1030
+ acceleration: t.LiteralC<"acceleration">;
1031
+ fillNonce: t.LiteralC<"fillNonce">;
1032
+ walletRecovery: t.LiteralC<"walletRecovery">;
1033
+ contractCall: t.LiteralC<"contractCall">;
1034
+ deactivate: t.LiteralC<"deactivate">;
1035
+ customTx: t.LiteralC<"customTx">;
1036
+ }>;
1037
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1038
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1039
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1040
+ }>, t.TypeC<{
1041
+ stakingRequestId: t.StringC;
1042
+ }>]>, t.TypeC<{
1043
+ intentType: t.LiteralC<"stake">;
1044
+ }>]>, t.IntersectionC<[t.TypeC<{
1045
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1046
+ }>, t.TypeC<{
1047
+ fee: t.UnionC<[t.Type<{
1048
+ amount: string | number;
1049
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
1050
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
1051
+ type: "max" | "base" | "tip" | undefined;
1052
+ }, {
1053
+ amount: string | number;
1054
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
1055
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
1056
+ type: "max" | "base" | "tip" | undefined;
1057
+ }, unknown>, t.UndefinedC]>;
1058
+ }>]>, t.TypeC<{
1059
+ amount: t.TypeC<{
1060
+ value: t.StringC;
1061
+ symbol: t.StringC;
1062
+ }>;
1063
+ stakingProxy: t.StringC;
1064
+ addToStake: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
1065
+ addProxy: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
1066
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1067
+ intentType: t.KeyofC<{
1068
+ payment: t.LiteralC<"payment">;
1069
+ transferToken: t.LiteralC<"transferToken">;
1070
+ consolidate: t.LiteralC<"consolidate">;
1071
+ consolidateToken: t.LiteralC<"consolidateToken">;
1072
+ fanout: t.LiteralC<"fanout">;
1073
+ stake: t.LiteralC<"stake">;
1074
+ unstake: t.LiteralC<"unstake">;
1075
+ delegate: t.LiteralC<"delegate">;
1076
+ undelegate: t.LiteralC<"undelegate">;
1077
+ switchValidator: t.LiteralC<"switchValidator">;
1078
+ claim: t.LiteralC<"claim">;
1079
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1080
+ pledge: t.LiteralC<"pledge">;
1081
+ vote: t.LiteralC<"vote">;
1082
+ createAccount: t.LiteralC<"createAccount">;
1083
+ updateAccount: t.LiteralC<"updateAccount">;
1084
+ addTrustLine: t.LiteralC<"addTrustLine">;
1085
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1086
+ signMessage: t.LiteralC<"signMessage">;
1087
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1088
+ enableToken: t.LiteralC<"enableToken">;
1089
+ authorize: t.LiteralC<"authorize">;
1090
+ acceleration: t.LiteralC<"acceleration">;
1091
+ fillNonce: t.LiteralC<"fillNonce">;
1092
+ walletRecovery: t.LiteralC<"walletRecovery">;
1093
+ contractCall: t.LiteralC<"contractCall">;
1094
+ deactivate: t.LiteralC<"deactivate">;
1095
+ customTx: t.LiteralC<"customTx">;
1096
+ }>;
1097
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1098
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1099
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1100
+ }>, t.TypeC<{
1101
+ stakingRequestId: t.StringC;
1102
+ }>]>, t.TypeC<{
1103
+ intentType: t.LiteralC<"unstake">;
1104
+ }>]>, t.IntersectionC<[t.TypeC<{
1105
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1106
+ }>, t.TypeC<{
1107
+ fee: t.UnionC<[t.Type<{
1108
+ amount: string | number;
1109
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
1110
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
1111
+ type: "max" | "base" | "tip" | undefined;
1112
+ }, {
1113
+ amount: string | number;
1114
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
1115
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
1116
+ type: "max" | "base" | "tip" | undefined;
1117
+ }, unknown>, t.UndefinedC]>;
1118
+ }>]>, t.TypeC<{
1119
+ amount: t.TypeC<{
1120
+ value: t.StringC;
1121
+ symbol: t.StringC;
1122
+ }>;
1123
+ stakingProxy: t.StringC;
1124
+ stopStaking: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
1125
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1126
+ intentType: t.KeyofC<{
1127
+ payment: t.LiteralC<"payment">;
1128
+ transferToken: t.LiteralC<"transferToken">;
1129
+ consolidate: t.LiteralC<"consolidate">;
1130
+ consolidateToken: t.LiteralC<"consolidateToken">;
1131
+ fanout: t.LiteralC<"fanout">;
1132
+ stake: t.LiteralC<"stake">;
1133
+ unstake: t.LiteralC<"unstake">;
1134
+ delegate: t.LiteralC<"delegate">;
1135
+ undelegate: t.LiteralC<"undelegate">;
1136
+ switchValidator: t.LiteralC<"switchValidator">;
1137
+ claim: t.LiteralC<"claim">;
1138
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1139
+ pledge: t.LiteralC<"pledge">;
1140
+ vote: t.LiteralC<"vote">;
1141
+ createAccount: t.LiteralC<"createAccount">;
1142
+ updateAccount: t.LiteralC<"updateAccount">;
1143
+ addTrustLine: t.LiteralC<"addTrustLine">;
1144
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1145
+ signMessage: t.LiteralC<"signMessage">;
1146
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1147
+ enableToken: t.LiteralC<"enableToken">;
1148
+ authorize: t.LiteralC<"authorize">;
1149
+ acceleration: t.LiteralC<"acceleration">;
1150
+ fillNonce: t.LiteralC<"fillNonce">;
1151
+ walletRecovery: t.LiteralC<"walletRecovery">;
1152
+ contractCall: t.LiteralC<"contractCall">;
1153
+ deactivate: t.LiteralC<"deactivate">;
1154
+ customTx: t.LiteralC<"customTx">;
1155
+ }>;
1156
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1157
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1158
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1159
+ }>, t.TypeC<{
1160
+ stakingRequestId: t.StringC;
1161
+ }>]>, t.TypeC<{
1162
+ intentType: t.LiteralC<"claim">;
1163
+ amount: t.UnionC<[t.Type<{
1164
+ value: string;
1165
+ symbol: string;
1166
+ }, {
1167
+ value: string;
1168
+ symbol: string;
1169
+ }, unknown>, t.UndefinedC]>;
1170
+ }>]>, t.IntersectionC<[t.TypeC<{
1171
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1172
+ }>, t.TypeC<{
1173
+ fee: t.UnionC<[t.Type<{
1174
+ amount: string | number;
1175
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
1176
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
1177
+ type: "max" | "base" | "tip" | undefined;
1178
+ }, {
1179
+ amount: string | number;
1180
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
1181
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
1182
+ type: "max" | "base" | "tip" | undefined;
1183
+ }, unknown>, t.UndefinedC]>;
1184
+ }>]>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1185
+ intentType: t.KeyofC<{
1186
+ payment: t.LiteralC<"payment">;
1187
+ transferToken: t.LiteralC<"transferToken">;
1188
+ consolidate: t.LiteralC<"consolidate">;
1189
+ consolidateToken: t.LiteralC<"consolidateToken">;
1190
+ fanout: t.LiteralC<"fanout">;
1191
+ stake: t.LiteralC<"stake">;
1192
+ unstake: t.LiteralC<"unstake">;
1193
+ delegate: t.LiteralC<"delegate">;
1194
+ undelegate: t.LiteralC<"undelegate">;
1195
+ switchValidator: t.LiteralC<"switchValidator">;
1196
+ claim: t.LiteralC<"claim">;
1197
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1198
+ pledge: t.LiteralC<"pledge">;
1199
+ vote: t.LiteralC<"vote">;
1200
+ createAccount: t.LiteralC<"createAccount">;
1201
+ updateAccount: t.LiteralC<"updateAccount">;
1202
+ addTrustLine: t.LiteralC<"addTrustLine">;
1203
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1204
+ signMessage: t.LiteralC<"signMessage">;
1205
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1206
+ enableToken: t.LiteralC<"enableToken">;
1207
+ authorize: t.LiteralC<"authorize">;
1208
+ acceleration: t.LiteralC<"acceleration">;
1209
+ fillNonce: t.LiteralC<"fillNonce">;
1210
+ walletRecovery: t.LiteralC<"walletRecovery">;
1211
+ contractCall: t.LiteralC<"contractCall">;
1212
+ deactivate: t.LiteralC<"deactivate">;
1213
+ customTx: t.LiteralC<"customTx">;
1214
+ }>;
1215
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1216
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1217
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1218
+ }>, t.TypeC<{
1219
+ intentType: t.LiteralC<"acceleration">;
1220
+ txid: t.StringC;
1221
+ }>]>, t.IntersectionC<[t.TypeC<{
1222
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1223
+ }>, t.TypeC<{
1224
+ hopParams: t.UnionC<[t.Type<{
1225
+ paymentId: string | undefined;
1226
+ userReqSig: string | undefined;
1227
+ gasPriceMax: number | undefined;
1228
+ }, {
1229
+ paymentId: string | undefined;
1230
+ userReqSig: string | undefined;
1231
+ gasPriceMax: number | undefined;
1232
+ }, unknown>, t.UndefinedC]>;
1233
+ receiveAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1234
+ senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
1235
+ }>]>, t.TypeC<{
1236
+ feeOptions: t.UnionC<[t.TypeC<{
1237
+ unit: t.UnionC<[t.Type<"baseUnit" | "cpu" | "ram", "baseUnit" | "cpu" | "ram", unknown>, t.UndefinedC]>;
1238
+ formula: t.UnionC<[t.Type<"fixed" | "feeRate" | "perKB" | "custom" | "perVKB", "fixed" | "feeRate" | "perKB" | "custom" | "perVKB", unknown>, t.UndefinedC]>;
1239
+ feeType: t.UnionC<[t.Type<"max" | "base" | "tip", "max" | "base" | "tip", unknown>, t.UndefinedC]>;
1240
+ gasLimit: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
1241
+ gasPrice: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
1242
+ }>, t.TypeC<{
1243
+ gasLimit: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
1244
+ maxFeePerGas: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
1245
+ maxPriorityFeePerGas: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
1246
+ }>]>;
1247
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1248
+ intentType: t.KeyofC<{
1249
+ payment: t.LiteralC<"payment">;
1250
+ transferToken: t.LiteralC<"transferToken">;
1251
+ consolidate: t.LiteralC<"consolidate">;
1252
+ consolidateToken: t.LiteralC<"consolidateToken">;
1253
+ fanout: t.LiteralC<"fanout">;
1254
+ stake: t.LiteralC<"stake">;
1255
+ unstake: t.LiteralC<"unstake">;
1256
+ delegate: t.LiteralC<"delegate">;
1257
+ undelegate: t.LiteralC<"undelegate">;
1258
+ switchValidator: t.LiteralC<"switchValidator">;
1259
+ claim: t.LiteralC<"claim">;
1260
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1261
+ pledge: t.LiteralC<"pledge">;
1262
+ vote: t.LiteralC<"vote">;
1263
+ createAccount: t.LiteralC<"createAccount">;
1264
+ updateAccount: t.LiteralC<"updateAccount">;
1265
+ addTrustLine: t.LiteralC<"addTrustLine">;
1266
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1267
+ signMessage: t.LiteralC<"signMessage">;
1268
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1269
+ enableToken: t.LiteralC<"enableToken">;
1270
+ authorize: t.LiteralC<"authorize">;
1271
+ acceleration: t.LiteralC<"acceleration">;
1272
+ fillNonce: t.LiteralC<"fillNonce">;
1273
+ walletRecovery: t.LiteralC<"walletRecovery">;
1274
+ contractCall: t.LiteralC<"contractCall">;
1275
+ deactivate: t.LiteralC<"deactivate">;
1276
+ customTx: t.LiteralC<"customTx">;
1277
+ }>;
1278
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1279
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1280
+ }>, t.TypeC<{
1281
+ intentType: t.LiteralC<"fillNonce">;
1282
+ nonce: t.UnionC<[t.StringC, t.NumberC]>;
1283
+ }>]>, t.TypeC<{
1284
+ feeOptions: t.UnionC<[t.Type<{
1285
+ gasLimit: number | undefined;
1286
+ maxFeePerGas: number | undefined;
1287
+ maxPriorityFeePerGas: number | undefined;
1288
+ } | {
1289
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
1290
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
1291
+ feeType: "max" | "base" | "tip" | undefined;
1292
+ gasLimit: number | undefined;
1293
+ gasPrice: number | undefined;
1294
+ }, {
1295
+ gasLimit: number | undefined;
1296
+ maxFeePerGas: number | undefined;
1297
+ maxPriorityFeePerGas: number | undefined;
1298
+ } | {
1299
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
1300
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
1301
+ feeType: "max" | "base" | "tip" | undefined;
1302
+ gasLimit: number | undefined;
1303
+ gasPrice: number | undefined;
1304
+ }, unknown>, t.UndefinedC]>;
1305
+ receiveAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1306
+ senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
1307
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1308
+ intentType: t.KeyofC<{
1309
+ payment: t.LiteralC<"payment">;
1310
+ transferToken: t.LiteralC<"transferToken">;
1311
+ consolidate: t.LiteralC<"consolidate">;
1312
+ consolidateToken: t.LiteralC<"consolidateToken">;
1313
+ fanout: t.LiteralC<"fanout">;
1314
+ stake: t.LiteralC<"stake">;
1315
+ unstake: t.LiteralC<"unstake">;
1316
+ delegate: t.LiteralC<"delegate">;
1317
+ undelegate: t.LiteralC<"undelegate">;
1318
+ switchValidator: t.LiteralC<"switchValidator">;
1319
+ claim: t.LiteralC<"claim">;
1320
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1321
+ pledge: t.LiteralC<"pledge">;
1322
+ vote: t.LiteralC<"vote">;
1323
+ createAccount: t.LiteralC<"createAccount">;
1324
+ updateAccount: t.LiteralC<"updateAccount">;
1325
+ addTrustLine: t.LiteralC<"addTrustLine">;
1326
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1327
+ signMessage: t.LiteralC<"signMessage">;
1328
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1329
+ enableToken: t.LiteralC<"enableToken">;
1330
+ authorize: t.LiteralC<"authorize">;
1331
+ acceleration: t.LiteralC<"acceleration">;
1332
+ fillNonce: t.LiteralC<"fillNonce">;
1333
+ walletRecovery: t.LiteralC<"walletRecovery">;
1334
+ contractCall: t.LiteralC<"contractCall">;
1335
+ deactivate: t.LiteralC<"deactivate">;
1336
+ customTx: t.LiteralC<"customTx">;
1337
+ }>;
1338
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1339
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1340
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1341
+ }>, t.TypeC<{
1342
+ intent: t.LiteralC<"payment">;
1343
+ recipients: t.ArrayC<t.TypeC<{
1344
+ address: t.TypeC<{
1345
+ address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1346
+ option: t.UnionC<[t.Type<{
1347
+ [x: string]: unknown;
1348
+ }, {
1349
+ [x: string]: unknown;
1350
+ }, unknown>, t.UndefinedC]>;
1351
+ }>;
1352
+ amount: t.TypeC<{
1353
+ value: t.StringC;
1354
+ symbol: t.StringC;
1355
+ }>;
1356
+ data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1357
+ }>>;
1358
+ }>]>, t.IntersectionC<[t.TypeC<{
1359
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1360
+ }>, t.TypeC<{
1361
+ feeOptions: t.UnionC<[t.Type<{
1362
+ gasLimit: number | undefined;
1363
+ maxFeePerGas: number | undefined;
1364
+ maxPriorityFeePerGas: number | undefined;
1365
+ } | {
1366
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
1367
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
1368
+ feeType: "max" | "base" | "tip" | undefined;
1369
+ gasLimit: number | undefined;
1370
+ gasPrice: number | undefined;
1371
+ }, {
1372
+ gasLimit: number | undefined;
1373
+ maxFeePerGas: number | undefined;
1374
+ maxPriorityFeePerGas: number | undefined;
1375
+ } | {
1376
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
1377
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
1378
+ feeType: "max" | "base" | "tip" | undefined;
1379
+ gasLimit: number | undefined;
1380
+ gasPrice: number | undefined;
1381
+ }, unknown>, t.UndefinedC]>;
1382
+ hopParams: t.UnionC<[t.Type<{
1383
+ paymentId: string | undefined;
1384
+ userReqSig: string | undefined;
1385
+ gasPriceMax: number | undefined;
1386
+ }, {
1387
+ paymentId: string | undefined;
1388
+ userReqSig: string | undefined;
1389
+ gasPriceMax: number | undefined;
1390
+ }, unknown>, t.UndefinedC]>;
1391
+ receiveAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1392
+ senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
1393
+ }>]>, t.TypeC<{
1394
+ selfSend: t.StringC;
1395
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1396
+ intentType: t.KeyofC<{
1397
+ payment: t.LiteralC<"payment">;
1398
+ transferToken: t.LiteralC<"transferToken">;
1399
+ consolidate: t.LiteralC<"consolidate">;
1400
+ consolidateToken: t.LiteralC<"consolidateToken">;
1401
+ fanout: t.LiteralC<"fanout">;
1402
+ stake: t.LiteralC<"stake">;
1403
+ unstake: t.LiteralC<"unstake">;
1404
+ delegate: t.LiteralC<"delegate">;
1405
+ undelegate: t.LiteralC<"undelegate">;
1406
+ switchValidator: t.LiteralC<"switchValidator">;
1407
+ claim: t.LiteralC<"claim">;
1408
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1409
+ pledge: t.LiteralC<"pledge">;
1410
+ vote: t.LiteralC<"vote">;
1411
+ createAccount: t.LiteralC<"createAccount">;
1412
+ updateAccount: t.LiteralC<"updateAccount">;
1413
+ addTrustLine: t.LiteralC<"addTrustLine">;
1414
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1415
+ signMessage: t.LiteralC<"signMessage">;
1416
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1417
+ enableToken: t.LiteralC<"enableToken">;
1418
+ authorize: t.LiteralC<"authorize">;
1419
+ acceleration: t.LiteralC<"acceleration">;
1420
+ fillNonce: t.LiteralC<"fillNonce">;
1421
+ walletRecovery: t.LiteralC<"walletRecovery">;
1422
+ contractCall: t.LiteralC<"contractCall">;
1423
+ deactivate: t.LiteralC<"deactivate">;
1424
+ customTx: t.LiteralC<"customTx">;
1425
+ }>;
1426
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1427
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1428
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1429
+ }>, t.TypeC<{
1430
+ stakingRequestId: t.StringC;
1431
+ }>]>, t.TypeC<{
1432
+ intentType: t.LiteralC<"stake">;
1433
+ }>]>, t.IntersectionC<[t.TypeC<{
1434
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1435
+ }>, t.TypeC<{
1436
+ feeOptions: t.UnionC<[t.Type<{
1437
+ gasLimit: number | undefined;
1438
+ maxFeePerGas: number | undefined;
1439
+ maxPriorityFeePerGas: number | undefined;
1440
+ } | {
1441
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
1442
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
1443
+ feeType: "max" | "base" | "tip" | undefined;
1444
+ gasLimit: number | undefined;
1445
+ gasPrice: number | undefined;
1446
+ }, {
1447
+ gasLimit: number | undefined;
1448
+ maxFeePerGas: number | undefined;
1449
+ maxPriorityFeePerGas: number | undefined;
1450
+ } | {
1451
+ unit: "baseUnit" | "cpu" | "ram" | undefined;
1452
+ formula: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
1453
+ feeType: "max" | "base" | "tip" | undefined;
1454
+ gasLimit: number | undefined;
1455
+ gasPrice: number | undefined;
1456
+ }, unknown>, t.UndefinedC]>;
1457
+ hopParams: t.UnionC<[t.Type<{
1458
+ paymentId: string | undefined;
1459
+ userReqSig: string | undefined;
1460
+ gasPriceMax: number | undefined;
1461
+ }, {
1462
+ paymentId: string | undefined;
1463
+ userReqSig: string | undefined;
1464
+ gasPriceMax: number | undefined;
1465
+ }, unknown>, t.UndefinedC]>;
1466
+ receiveAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1467
+ senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
1468
+ }>]>, t.TypeC<{
1469
+ pubkey: t.StringC;
1470
+ withdrawalCredentials: t.StringC;
1471
+ signature: t.StringC;
1472
+ depositDataRoot: t.StringC;
1473
+ }>]>, t.IntersectionC<[t.TypeC<{
1474
+ intentType: t.KeyofC<{
1475
+ payment: t.LiteralC<"payment">;
1476
+ transferToken: t.LiteralC<"transferToken">;
1477
+ consolidate: t.LiteralC<"consolidate">;
1478
+ consolidateToken: t.LiteralC<"consolidateToken">;
1479
+ fanout: t.LiteralC<"fanout">;
1480
+ stake: t.LiteralC<"stake">;
1481
+ unstake: t.LiteralC<"unstake">;
1482
+ delegate: t.LiteralC<"delegate">;
1483
+ undelegate: t.LiteralC<"undelegate">;
1484
+ switchValidator: t.LiteralC<"switchValidator">;
1485
+ claim: t.LiteralC<"claim">;
1486
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1487
+ pledge: t.LiteralC<"pledge">;
1488
+ vote: t.LiteralC<"vote">;
1489
+ createAccount: t.LiteralC<"createAccount">;
1490
+ updateAccount: t.LiteralC<"updateAccount">;
1491
+ addTrustLine: t.LiteralC<"addTrustLine">;
1492
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1493
+ signMessage: t.LiteralC<"signMessage">;
1494
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1495
+ enableToken: t.LiteralC<"enableToken">;
1496
+ authorize: t.LiteralC<"authorize">;
1497
+ acceleration: t.LiteralC<"acceleration">;
1498
+ fillNonce: t.LiteralC<"fillNonce">;
1499
+ walletRecovery: t.LiteralC<"walletRecovery">;
1500
+ contractCall: t.LiteralC<"contractCall">;
1501
+ deactivate: t.LiteralC<"deactivate">;
1502
+ customTx: t.LiteralC<"customTx">;
1503
+ }>;
1504
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1505
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1506
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1507
+ }>, t.TypeC<{
1508
+ intentType: t.LiteralC<"payment">;
1509
+ invoice: t.StringC;
1510
+ signedInvoice: t.StringC;
1511
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1512
+ intentType: t.KeyofC<{
1513
+ payment: t.LiteralC<"payment">;
1514
+ transferToken: t.LiteralC<"transferToken">;
1515
+ consolidate: t.LiteralC<"consolidate">;
1516
+ consolidateToken: t.LiteralC<"consolidateToken">;
1517
+ fanout: t.LiteralC<"fanout">;
1518
+ stake: t.LiteralC<"stake">;
1519
+ unstake: t.LiteralC<"unstake">;
1520
+ delegate: t.LiteralC<"delegate">;
1521
+ undelegate: t.LiteralC<"undelegate">;
1522
+ switchValidator: t.LiteralC<"switchValidator">;
1523
+ claim: t.LiteralC<"claim">;
1524
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1525
+ pledge: t.LiteralC<"pledge">;
1526
+ vote: t.LiteralC<"vote">;
1527
+ createAccount: t.LiteralC<"createAccount">;
1528
+ updateAccount: t.LiteralC<"updateAccount">;
1529
+ addTrustLine: t.LiteralC<"addTrustLine">;
1530
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1531
+ signMessage: t.LiteralC<"signMessage">;
1532
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1533
+ enableToken: t.LiteralC<"enableToken">;
1534
+ authorize: t.LiteralC<"authorize">;
1535
+ acceleration: t.LiteralC<"acceleration">;
1536
+ fillNonce: t.LiteralC<"fillNonce">;
1537
+ walletRecovery: t.LiteralC<"walletRecovery">;
1538
+ contractCall: t.LiteralC<"contractCall">;
1539
+ deactivate: t.LiteralC<"deactivate">;
1540
+ customTx: t.LiteralC<"customTx">;
1541
+ }>;
1542
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1543
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1544
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1545
+ }>, t.TypeC<{
1546
+ intentType: t.LiteralC<"signMessage">;
1547
+ messageRaw: t.StringC;
1548
+ messageEncoded: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1549
+ }>]>, t.TypeC<{
1550
+ custodianMessageId: t.StringC;
1551
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1552
+ intentType: t.KeyofC<{
1553
+ payment: t.LiteralC<"payment">;
1554
+ transferToken: t.LiteralC<"transferToken">;
1555
+ consolidate: t.LiteralC<"consolidate">;
1556
+ consolidateToken: t.LiteralC<"consolidateToken">;
1557
+ fanout: t.LiteralC<"fanout">;
1558
+ stake: t.LiteralC<"stake">;
1559
+ unstake: t.LiteralC<"unstake">;
1560
+ delegate: t.LiteralC<"delegate">;
1561
+ undelegate: t.LiteralC<"undelegate">;
1562
+ switchValidator: t.LiteralC<"switchValidator">;
1563
+ claim: t.LiteralC<"claim">;
1564
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1565
+ pledge: t.LiteralC<"pledge">;
1566
+ vote: t.LiteralC<"vote">;
1567
+ createAccount: t.LiteralC<"createAccount">;
1568
+ updateAccount: t.LiteralC<"updateAccount">;
1569
+ addTrustLine: t.LiteralC<"addTrustLine">;
1570
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1571
+ signMessage: t.LiteralC<"signMessage">;
1572
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1573
+ enableToken: t.LiteralC<"enableToken">;
1574
+ authorize: t.LiteralC<"authorize">;
1575
+ acceleration: t.LiteralC<"acceleration">;
1576
+ fillNonce: t.LiteralC<"fillNonce">;
1577
+ walletRecovery: t.LiteralC<"walletRecovery">;
1578
+ contractCall: t.LiteralC<"contractCall">;
1579
+ deactivate: t.LiteralC<"deactivate">;
1580
+ customTx: t.LiteralC<"customTx">;
1581
+ }>;
1582
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1583
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1584
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1585
+ }>, t.TypeC<{
1586
+ stakingRequestId: t.StringC;
1587
+ }>]>, t.TypeC<{
1588
+ intentType: t.LiteralC<"stake">;
1589
+ }>]>, t.TypeC<{
1590
+ recipients: t.ArrayC<t.TypeC<{
1591
+ address: t.TypeC<{
1592
+ address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1593
+ option: t.UnionC<[t.Type<{
1594
+ [x: string]: unknown;
1595
+ }, {
1596
+ [x: string]: unknown;
1597
+ }, unknown>, t.UndefinedC]>;
1598
+ }>;
1599
+ amount: t.TypeC<{
1600
+ value: t.StringC;
1601
+ symbol: t.StringC;
1602
+ }>;
1603
+ data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1604
+ }>>;
1605
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1606
+ intentType: t.KeyofC<{
1607
+ payment: t.LiteralC<"payment">;
1608
+ transferToken: t.LiteralC<"transferToken">;
1609
+ consolidate: t.LiteralC<"consolidate">;
1610
+ consolidateToken: t.LiteralC<"consolidateToken">;
1611
+ fanout: t.LiteralC<"fanout">;
1612
+ stake: t.LiteralC<"stake">;
1613
+ unstake: t.LiteralC<"unstake">;
1614
+ delegate: t.LiteralC<"delegate">;
1615
+ undelegate: t.LiteralC<"undelegate">;
1616
+ switchValidator: t.LiteralC<"switchValidator">;
1617
+ claim: t.LiteralC<"claim">;
1618
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1619
+ pledge: t.LiteralC<"pledge">;
1620
+ vote: t.LiteralC<"vote">;
1621
+ createAccount: t.LiteralC<"createAccount">;
1622
+ updateAccount: t.LiteralC<"updateAccount">;
1623
+ addTrustLine: t.LiteralC<"addTrustLine">;
1624
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1625
+ signMessage: t.LiteralC<"signMessage">;
1626
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1627
+ enableToken: t.LiteralC<"enableToken">;
1628
+ authorize: t.LiteralC<"authorize">;
1629
+ acceleration: t.LiteralC<"acceleration">;
1630
+ fillNonce: t.LiteralC<"fillNonce">;
1631
+ walletRecovery: t.LiteralC<"walletRecovery">;
1632
+ contractCall: t.LiteralC<"contractCall">;
1633
+ deactivate: t.LiteralC<"deactivate">;
1634
+ customTx: t.LiteralC<"customTx">;
1635
+ }>;
1636
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1637
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1638
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1639
+ }>, t.TypeC<{
1640
+ stakingRequestId: t.StringC;
1641
+ }>]>, t.TypeC<{
1642
+ intentType: t.LiteralC<"unstake">;
1643
+ }>]>, t.TypeC<{
1644
+ recipients: t.ArrayC<t.TypeC<{
1645
+ address: t.TypeC<{
1646
+ address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1647
+ option: t.UnionC<[t.Type<{
1648
+ [x: string]: unknown;
1649
+ }, {
1650
+ [x: string]: unknown;
1651
+ }, unknown>, t.UndefinedC]>;
1652
+ }>;
1653
+ amount: t.TypeC<{
1654
+ value: t.StringC;
1655
+ symbol: t.StringC;
1656
+ }>;
1657
+ data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1658
+ }>>;
1659
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1660
+ intentType: t.KeyofC<{
1661
+ payment: t.LiteralC<"payment">;
1662
+ transferToken: t.LiteralC<"transferToken">;
1663
+ consolidate: t.LiteralC<"consolidate">;
1664
+ consolidateToken: t.LiteralC<"consolidateToken">;
1665
+ fanout: t.LiteralC<"fanout">;
1666
+ stake: t.LiteralC<"stake">;
1667
+ unstake: t.LiteralC<"unstake">;
1668
+ delegate: t.LiteralC<"delegate">;
1669
+ undelegate: t.LiteralC<"undelegate">;
1670
+ switchValidator: t.LiteralC<"switchValidator">;
1671
+ claim: t.LiteralC<"claim">;
1672
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1673
+ pledge: t.LiteralC<"pledge">;
1674
+ vote: t.LiteralC<"vote">;
1675
+ createAccount: t.LiteralC<"createAccount">;
1676
+ updateAccount: t.LiteralC<"updateAccount">;
1677
+ addTrustLine: t.LiteralC<"addTrustLine">;
1678
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1679
+ signMessage: t.LiteralC<"signMessage">;
1680
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1681
+ enableToken: t.LiteralC<"enableToken">;
1682
+ authorize: t.LiteralC<"authorize">;
1683
+ acceleration: t.LiteralC<"acceleration">;
1684
+ fillNonce: t.LiteralC<"fillNonce">;
1685
+ walletRecovery: t.LiteralC<"walletRecovery">;
1686
+ contractCall: t.LiteralC<"contractCall">;
1687
+ deactivate: t.LiteralC<"deactivate">;
1688
+ customTx: t.LiteralC<"customTx">;
1689
+ }>;
1690
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1691
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1692
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1693
+ }>, t.TypeC<{
1694
+ stakingRequestId: t.StringC;
1695
+ }>]>, t.TypeC<{
1696
+ intentType: t.LiteralC<"claim">;
1697
+ amount: t.UnionC<[t.Type<{
1698
+ value: string;
1699
+ symbol: string;
1700
+ }, {
1701
+ value: string;
1702
+ symbol: string;
1703
+ }, unknown>, t.UndefinedC]>;
1704
+ }>]>, t.TypeC<{
1705
+ recipients: t.ArrayC<t.TypeC<{
1706
+ address: t.TypeC<{
1707
+ address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1708
+ option: t.UnionC<[t.Type<{
1709
+ [x: string]: unknown;
1710
+ }, {
1711
+ [x: string]: unknown;
1712
+ }, unknown>, t.UndefinedC]>;
1713
+ }>;
1714
+ amount: t.TypeC<{
1715
+ value: t.StringC;
1716
+ symbol: t.StringC;
1717
+ }>;
1718
+ data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1719
+ }>>;
1720
+ }>]>, t.IntersectionC<[t.TypeC<{
1721
+ intentType: t.KeyofC<{
1722
+ payment: t.LiteralC<"payment">;
1723
+ transferToken: t.LiteralC<"transferToken">;
1724
+ consolidate: t.LiteralC<"consolidate">;
1725
+ consolidateToken: t.LiteralC<"consolidateToken">;
1726
+ fanout: t.LiteralC<"fanout">;
1727
+ stake: t.LiteralC<"stake">;
1728
+ unstake: t.LiteralC<"unstake">;
1729
+ delegate: t.LiteralC<"delegate">;
1730
+ undelegate: t.LiteralC<"undelegate">;
1731
+ switchValidator: t.LiteralC<"switchValidator">;
1732
+ claim: t.LiteralC<"claim">;
1733
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1734
+ pledge: t.LiteralC<"pledge">;
1735
+ vote: t.LiteralC<"vote">;
1736
+ createAccount: t.LiteralC<"createAccount">;
1737
+ updateAccount: t.LiteralC<"updateAccount">;
1738
+ addTrustLine: t.LiteralC<"addTrustLine">;
1739
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1740
+ signMessage: t.LiteralC<"signMessage">;
1741
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1742
+ enableToken: t.LiteralC<"enableToken">;
1743
+ authorize: t.LiteralC<"authorize">;
1744
+ acceleration: t.LiteralC<"acceleration">;
1745
+ fillNonce: t.LiteralC<"fillNonce">;
1746
+ walletRecovery: t.LiteralC<"walletRecovery">;
1747
+ contractCall: t.LiteralC<"contractCall">;
1748
+ deactivate: t.LiteralC<"deactivate">;
1749
+ customTx: t.LiteralC<"customTx">;
1750
+ }>;
1751
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1752
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1753
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1754
+ }>, t.IntersectionC<[t.TypeC<{
1755
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1756
+ }>, t.TypeC<{
1757
+ memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1758
+ }>]>, t.TypeC<{
1759
+ intentType: t.LiteralC<"authorize">;
1760
+ transactionMessage: t.StringC;
1761
+ stakeAccount: t.StringC;
1762
+ oldWithdrawPublicKey: t.StringC;
1763
+ newWithdrawPublicKey: t.StringC;
1764
+ lockupPublicKey: t.StringC;
1765
+ nonceAccount: t.StringC;
1766
+ nonceAuthority: t.StringC;
1767
+ blockhash: t.StringC;
1768
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1769
+ intentType: t.KeyofC<{
1770
+ payment: t.LiteralC<"payment">;
1771
+ transferToken: t.LiteralC<"transferToken">;
1772
+ consolidate: t.LiteralC<"consolidate">;
1773
+ consolidateToken: t.LiteralC<"consolidateToken">;
1774
+ fanout: t.LiteralC<"fanout">;
1775
+ stake: t.LiteralC<"stake">;
1776
+ unstake: t.LiteralC<"unstake">;
1777
+ delegate: t.LiteralC<"delegate">;
1778
+ undelegate: t.LiteralC<"undelegate">;
1779
+ switchValidator: t.LiteralC<"switchValidator">;
1780
+ claim: t.LiteralC<"claim">;
1781
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1782
+ pledge: t.LiteralC<"pledge">;
1783
+ vote: t.LiteralC<"vote">;
1784
+ createAccount: t.LiteralC<"createAccount">;
1785
+ updateAccount: t.LiteralC<"updateAccount">;
1786
+ addTrustLine: t.LiteralC<"addTrustLine">;
1787
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1788
+ signMessage: t.LiteralC<"signMessage">;
1789
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1790
+ enableToken: t.LiteralC<"enableToken">;
1791
+ authorize: t.LiteralC<"authorize">;
1792
+ acceleration: t.LiteralC<"acceleration">;
1793
+ fillNonce: t.LiteralC<"fillNonce">;
1794
+ walletRecovery: t.LiteralC<"walletRecovery">;
1795
+ contractCall: t.LiteralC<"contractCall">;
1796
+ deactivate: t.LiteralC<"deactivate">;
1797
+ customTx: t.LiteralC<"customTx">;
1798
+ }>;
1799
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1800
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1801
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1802
+ }>, t.TypeC<{
1803
+ stakingRequestId: t.StringC;
1804
+ }>]>, t.TypeC<{
1805
+ intentType: t.LiteralC<"claim">;
1806
+ amount: t.UnionC<[t.Type<{
1807
+ value: string;
1808
+ symbol: string;
1809
+ }, {
1810
+ value: string;
1811
+ symbol: string;
1812
+ }, unknown>, t.UndefinedC]>;
1813
+ }>]>, t.IntersectionC<[t.TypeC<{
1814
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1815
+ }>, t.TypeC<{
1816
+ memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1817
+ }>]>, t.TypeC<{
1818
+ stakingAddress: t.StringC;
1819
+ amount: t.TypeC<{
1820
+ value: t.StringC;
1821
+ symbol: t.StringC;
1822
+ }>;
1823
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1824
+ intentType: t.KeyofC<{
1825
+ payment: t.LiteralC<"payment">;
1826
+ transferToken: t.LiteralC<"transferToken">;
1827
+ consolidate: t.LiteralC<"consolidate">;
1828
+ consolidateToken: t.LiteralC<"consolidateToken">;
1829
+ fanout: t.LiteralC<"fanout">;
1830
+ stake: t.LiteralC<"stake">;
1831
+ unstake: t.LiteralC<"unstake">;
1832
+ delegate: t.LiteralC<"delegate">;
1833
+ undelegate: t.LiteralC<"undelegate">;
1834
+ switchValidator: t.LiteralC<"switchValidator">;
1835
+ claim: t.LiteralC<"claim">;
1836
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1837
+ pledge: t.LiteralC<"pledge">;
1838
+ vote: t.LiteralC<"vote">;
1839
+ createAccount: t.LiteralC<"createAccount">;
1840
+ updateAccount: t.LiteralC<"updateAccount">;
1841
+ addTrustLine: t.LiteralC<"addTrustLine">;
1842
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1843
+ signMessage: t.LiteralC<"signMessage">;
1844
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1845
+ enableToken: t.LiteralC<"enableToken">;
1846
+ authorize: t.LiteralC<"authorize">;
1847
+ acceleration: t.LiteralC<"acceleration">;
1848
+ fillNonce: t.LiteralC<"fillNonce">;
1849
+ walletRecovery: t.LiteralC<"walletRecovery">;
1850
+ contractCall: t.LiteralC<"contractCall">;
1851
+ deactivate: t.LiteralC<"deactivate">;
1852
+ customTx: t.LiteralC<"customTx">;
1853
+ }>;
1854
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1855
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1856
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1857
+ }>, t.TypeC<{
1858
+ intentType: t.LiteralC<"enableToken">;
1859
+ enableTokens: t.ArrayC<t.TypeC<{
1860
+ name: t.StringC;
1861
+ address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1862
+ }>>;
1863
+ }>]>, t.IntersectionC<[t.TypeC<{
1864
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1865
+ }>, t.TypeC<{
1866
+ memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1867
+ }>]>]>, t.IntersectionC<[t.TypeC<{
1868
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1869
+ }>, t.TypeC<{
1870
+ intentType: t.LiteralC<"consolidate">;
1871
+ receiveAddress: t.StringC;
1872
+ senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
1873
+ consolidateId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1874
+ recipients: t.UnionC<[t.Type<{
1875
+ address: {
1876
+ address: string | undefined;
1877
+ option: {
1878
+ [x: string]: unknown;
1879
+ } | undefined;
1880
+ };
1881
+ amount: {
1882
+ value: string;
1883
+ symbol: string;
1884
+ };
1885
+ data: string | undefined;
1886
+ }[], {
1887
+ address: {
1888
+ address: string | undefined;
1889
+ option: {
1890
+ [x: string]: unknown;
1891
+ } | undefined;
1892
+ };
1893
+ amount: {
1894
+ value: string;
1895
+ symbol: string;
1896
+ };
1897
+ data: string | undefined;
1898
+ }[], unknown>, t.UndefinedC]>;
1899
+ keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
1900
+ }>]>, t.IntersectionC<[t.TypeC<{
1901
+ intentType: t.KeyofC<{
1902
+ payment: t.LiteralC<"payment">;
1903
+ transferToken: t.LiteralC<"transferToken">;
1904
+ consolidate: t.LiteralC<"consolidate">;
1905
+ consolidateToken: t.LiteralC<"consolidateToken">;
1906
+ fanout: t.LiteralC<"fanout">;
1907
+ stake: t.LiteralC<"stake">;
1908
+ unstake: t.LiteralC<"unstake">;
1909
+ delegate: t.LiteralC<"delegate">;
1910
+ undelegate: t.LiteralC<"undelegate">;
1911
+ switchValidator: t.LiteralC<"switchValidator">;
1912
+ claim: t.LiteralC<"claim">;
1913
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1914
+ pledge: t.LiteralC<"pledge">;
1915
+ vote: t.LiteralC<"vote">;
1916
+ createAccount: t.LiteralC<"createAccount">;
1917
+ updateAccount: t.LiteralC<"updateAccount">;
1918
+ addTrustLine: t.LiteralC<"addTrustLine">;
1919
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1920
+ signMessage: t.LiteralC<"signMessage">;
1921
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1922
+ enableToken: t.LiteralC<"enableToken">;
1923
+ authorize: t.LiteralC<"authorize">;
1924
+ acceleration: t.LiteralC<"acceleration">;
1925
+ fillNonce: t.LiteralC<"fillNonce">;
1926
+ walletRecovery: t.LiteralC<"walletRecovery">;
1927
+ contractCall: t.LiteralC<"contractCall">;
1928
+ deactivate: t.LiteralC<"deactivate">;
1929
+ customTx: t.LiteralC<"customTx">;
1930
+ }>;
1931
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1932
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1933
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1934
+ }>, t.IntersectionC<[t.TypeC<{
1935
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1936
+ }>, t.TypeC<{
1937
+ memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1938
+ }>]>, t.TypeC<{
1939
+ intentType: t.LiteralC<"deactivate">;
1940
+ stakingAddresses: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
1941
+ stakingAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1942
+ }>]>, t.IntersectionC<[t.TypeC<{
1943
+ intentType: t.KeyofC<{
1944
+ payment: t.LiteralC<"payment">;
1945
+ transferToken: t.LiteralC<"transferToken">;
1946
+ consolidate: t.LiteralC<"consolidate">;
1947
+ consolidateToken: t.LiteralC<"consolidateToken">;
1948
+ fanout: t.LiteralC<"fanout">;
1949
+ stake: t.LiteralC<"stake">;
1950
+ unstake: t.LiteralC<"unstake">;
1951
+ delegate: t.LiteralC<"delegate">;
1952
+ undelegate: t.LiteralC<"undelegate">;
1953
+ switchValidator: t.LiteralC<"switchValidator">;
1954
+ claim: t.LiteralC<"claim">;
1955
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1956
+ pledge: t.LiteralC<"pledge">;
1957
+ vote: t.LiteralC<"vote">;
1958
+ createAccount: t.LiteralC<"createAccount">;
1959
+ updateAccount: t.LiteralC<"updateAccount">;
1960
+ addTrustLine: t.LiteralC<"addTrustLine">;
1961
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
1962
+ signMessage: t.LiteralC<"signMessage">;
1963
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
1964
+ enableToken: t.LiteralC<"enableToken">;
1965
+ authorize: t.LiteralC<"authorize">;
1966
+ acceleration: t.LiteralC<"acceleration">;
1967
+ fillNonce: t.LiteralC<"fillNonce">;
1968
+ walletRecovery: t.LiteralC<"walletRecovery">;
1969
+ contractCall: t.LiteralC<"contractCall">;
1970
+ deactivate: t.LiteralC<"deactivate">;
1971
+ customTx: t.LiteralC<"customTx">;
1972
+ }>;
1973
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1974
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1975
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
1976
+ }>, t.IntersectionC<[t.TypeC<{
1977
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
1978
+ }>, t.TypeC<{
1979
+ memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1980
+ }>]>, t.TypeC<{
1981
+ intentType: t.LiteralC<"delegate">;
1982
+ validatorAddress: t.StringC;
1983
+ stakingAddresses: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
1984
+ stakingAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1985
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
1986
+ intentType: t.KeyofC<{
1987
+ payment: t.LiteralC<"payment">;
1988
+ transferToken: t.LiteralC<"transferToken">;
1989
+ consolidate: t.LiteralC<"consolidate">;
1990
+ consolidateToken: t.LiteralC<"consolidateToken">;
1991
+ fanout: t.LiteralC<"fanout">;
1992
+ stake: t.LiteralC<"stake">;
1993
+ unstake: t.LiteralC<"unstake">;
1994
+ delegate: t.LiteralC<"delegate">;
1995
+ undelegate: t.LiteralC<"undelegate">;
1996
+ switchValidator: t.LiteralC<"switchValidator">;
1997
+ claim: t.LiteralC<"claim">;
1998
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1999
+ pledge: t.LiteralC<"pledge">;
2000
+ vote: t.LiteralC<"vote">;
2001
+ createAccount: t.LiteralC<"createAccount">;
2002
+ updateAccount: t.LiteralC<"updateAccount">;
2003
+ addTrustLine: t.LiteralC<"addTrustLine">;
2004
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
2005
+ signMessage: t.LiteralC<"signMessage">;
2006
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
2007
+ enableToken: t.LiteralC<"enableToken">;
2008
+ authorize: t.LiteralC<"authorize">;
2009
+ acceleration: t.LiteralC<"acceleration">;
2010
+ fillNonce: t.LiteralC<"fillNonce">;
2011
+ walletRecovery: t.LiteralC<"walletRecovery">;
2012
+ contractCall: t.LiteralC<"contractCall">;
2013
+ deactivate: t.LiteralC<"deactivate">;
2014
+ customTx: t.LiteralC<"customTx">;
2015
+ }>;
2016
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2017
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2018
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
2019
+ }>, t.TypeC<{
2020
+ stakingRequestId: t.StringC;
2021
+ }>]>, t.TypeC<{
2022
+ intentType: t.LiteralC<"stake">;
2023
+ }>]>, t.IntersectionC<[t.TypeC<{
2024
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
2025
+ }>, t.TypeC<{
2026
+ memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2027
+ }>]>, t.TypeC<{
2028
+ validatorAddress: t.StringC;
2029
+ amount: t.TypeC<{
2030
+ value: t.StringC;
2031
+ symbol: t.StringC;
2032
+ }>;
2033
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2034
+ intentType: t.KeyofC<{
2035
+ payment: t.LiteralC<"payment">;
2036
+ transferToken: t.LiteralC<"transferToken">;
2037
+ consolidate: t.LiteralC<"consolidate">;
2038
+ consolidateToken: t.LiteralC<"consolidateToken">;
2039
+ fanout: t.LiteralC<"fanout">;
2040
+ stake: t.LiteralC<"stake">;
2041
+ unstake: t.LiteralC<"unstake">;
2042
+ delegate: t.LiteralC<"delegate">;
2043
+ undelegate: t.LiteralC<"undelegate">;
2044
+ switchValidator: t.LiteralC<"switchValidator">;
2045
+ claim: t.LiteralC<"claim">;
2046
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2047
+ pledge: t.LiteralC<"pledge">;
2048
+ vote: t.LiteralC<"vote">;
2049
+ createAccount: t.LiteralC<"createAccount">;
2050
+ updateAccount: t.LiteralC<"updateAccount">;
2051
+ addTrustLine: t.LiteralC<"addTrustLine">;
2052
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
2053
+ signMessage: t.LiteralC<"signMessage">;
2054
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
2055
+ enableToken: t.LiteralC<"enableToken">;
2056
+ authorize: t.LiteralC<"authorize">;
2057
+ acceleration: t.LiteralC<"acceleration">;
2058
+ fillNonce: t.LiteralC<"fillNonce">;
2059
+ walletRecovery: t.LiteralC<"walletRecovery">;
2060
+ contractCall: t.LiteralC<"contractCall">;
2061
+ deactivate: t.LiteralC<"deactivate">;
2062
+ customTx: t.LiteralC<"customTx">;
2063
+ }>;
2064
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2065
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2066
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
2067
+ }>, t.TypeC<{
2068
+ stakingRequestId: t.StringC;
2069
+ }>]>, t.TypeC<{
2070
+ intentType: t.LiteralC<"unstake">;
2071
+ }>]>, t.IntersectionC<[t.TypeC<{
2072
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
2073
+ }>, t.TypeC<{
2074
+ memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2075
+ }>]>, t.TypeC<{
2076
+ stakingAddress: t.StringC;
2077
+ amount: t.UnionC<[t.Type<{
2078
+ value: string;
2079
+ symbol: string;
2080
+ }, {
2081
+ value: string;
2082
+ symbol: string;
2083
+ }, unknown>, t.UndefinedC]>;
2084
+ remainingStakingAmount: t.UnionC<[t.Type<{
2085
+ value: string;
2086
+ symbol: string;
2087
+ }, {
2088
+ value: string;
2089
+ symbol: string;
2090
+ }, unknown>, t.UndefinedC]>;
2091
+ }>]>, t.IntersectionC<[t.TypeC<{
2092
+ intentType: t.KeyofC<{
2093
+ payment: t.LiteralC<"payment">;
2094
+ transferToken: t.LiteralC<"transferToken">;
2095
+ consolidate: t.LiteralC<"consolidate">;
2096
+ consolidateToken: t.LiteralC<"consolidateToken">;
2097
+ fanout: t.LiteralC<"fanout">;
2098
+ stake: t.LiteralC<"stake">;
2099
+ unstake: t.LiteralC<"unstake">;
2100
+ delegate: t.LiteralC<"delegate">;
2101
+ undelegate: t.LiteralC<"undelegate">;
2102
+ switchValidator: t.LiteralC<"switchValidator">;
2103
+ claim: t.LiteralC<"claim">;
2104
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2105
+ pledge: t.LiteralC<"pledge">;
2106
+ vote: t.LiteralC<"vote">;
2107
+ createAccount: t.LiteralC<"createAccount">;
2108
+ updateAccount: t.LiteralC<"updateAccount">;
2109
+ addTrustLine: t.LiteralC<"addTrustLine">;
2110
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
2111
+ signMessage: t.LiteralC<"signMessage">;
2112
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
2113
+ enableToken: t.LiteralC<"enableToken">;
2114
+ authorize: t.LiteralC<"authorize">;
2115
+ acceleration: t.LiteralC<"acceleration">;
2116
+ fillNonce: t.LiteralC<"fillNonce">;
2117
+ walletRecovery: t.LiteralC<"walletRecovery">;
2118
+ contractCall: t.LiteralC<"contractCall">;
2119
+ deactivate: t.LiteralC<"deactivate">;
2120
+ customTx: t.LiteralC<"customTx">;
2121
+ }>;
2122
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2123
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2124
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
2125
+ }>, t.IntersectionC<[t.TypeC<{
2126
+ intentType: t.KeyofC<{
2127
+ payment: t.LiteralC<"payment">;
2128
+ transferToken: t.LiteralC<"transferToken">;
2129
+ consolidate: t.LiteralC<"consolidate">;
2130
+ consolidateToken: t.LiteralC<"consolidateToken">;
2131
+ fanout: t.LiteralC<"fanout">;
2132
+ stake: t.LiteralC<"stake">;
2133
+ unstake: t.LiteralC<"unstake">;
2134
+ delegate: t.LiteralC<"delegate">;
2135
+ undelegate: t.LiteralC<"undelegate">;
2136
+ switchValidator: t.LiteralC<"switchValidator">;
2137
+ claim: t.LiteralC<"claim">;
2138
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2139
+ pledge: t.LiteralC<"pledge">;
2140
+ vote: t.LiteralC<"vote">;
2141
+ createAccount: t.LiteralC<"createAccount">;
2142
+ updateAccount: t.LiteralC<"updateAccount">;
2143
+ addTrustLine: t.LiteralC<"addTrustLine">;
2144
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
2145
+ signMessage: t.LiteralC<"signMessage">;
2146
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
2147
+ enableToken: t.LiteralC<"enableToken">;
2148
+ authorize: t.LiteralC<"authorize">;
2149
+ acceleration: t.LiteralC<"acceleration">;
2150
+ fillNonce: t.LiteralC<"fillNonce">;
2151
+ walletRecovery: t.LiteralC<"walletRecovery">;
2152
+ contractCall: t.LiteralC<"contractCall">;
2153
+ deactivate: t.LiteralC<"deactivate">;
2154
+ customTx: t.LiteralC<"customTx">;
2155
+ }>;
2156
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2157
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2158
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
2159
+ }>, t.TypeC<{
2160
+ feeOptions: t.TypeC<{
2161
+ gasLimit: t.NumberC;
2162
+ }>;
2163
+ lockedAmount: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2164
+ }>]>, t.TypeC<{
2165
+ intentType: t.LiteralC<"customTx">;
2166
+ rawTx: t.StringC;
2167
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2168
+ intentType: t.KeyofC<{
2169
+ payment: t.LiteralC<"payment">;
2170
+ transferToken: t.LiteralC<"transferToken">;
2171
+ consolidate: t.LiteralC<"consolidate">;
2172
+ consolidateToken: t.LiteralC<"consolidateToken">;
2173
+ fanout: t.LiteralC<"fanout">;
2174
+ stake: t.LiteralC<"stake">;
2175
+ unstake: t.LiteralC<"unstake">;
2176
+ delegate: t.LiteralC<"delegate">;
2177
+ undelegate: t.LiteralC<"undelegate">;
2178
+ switchValidator: t.LiteralC<"switchValidator">;
2179
+ claim: t.LiteralC<"claim">;
2180
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2181
+ pledge: t.LiteralC<"pledge">;
2182
+ vote: t.LiteralC<"vote">;
2183
+ createAccount: t.LiteralC<"createAccount">;
2184
+ updateAccount: t.LiteralC<"updateAccount">;
2185
+ addTrustLine: t.LiteralC<"addTrustLine">;
2186
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
2187
+ signMessage: t.LiteralC<"signMessage">;
2188
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
2189
+ enableToken: t.LiteralC<"enableToken">;
2190
+ authorize: t.LiteralC<"authorize">;
2191
+ acceleration: t.LiteralC<"acceleration">;
2192
+ fillNonce: t.LiteralC<"fillNonce">;
2193
+ walletRecovery: t.LiteralC<"walletRecovery">;
2194
+ contractCall: t.LiteralC<"contractCall">;
2195
+ deactivate: t.LiteralC<"deactivate">;
2196
+ customTx: t.LiteralC<"customTx">;
2197
+ }>;
2198
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2199
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2200
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
2201
+ }>, t.TypeC<{
2202
+ stakingRequestId: t.StringC;
2203
+ }>]>, t.TypeC<{
2204
+ intentType: t.LiteralC<"stake">;
2205
+ }>]>, t.TypeC<{
2206
+ validatorAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2207
+ amount: t.UnionC<[t.Type<{
2208
+ value: string;
2209
+ symbol: string;
2210
+ }, {
2211
+ value: string;
2212
+ symbol: string;
2213
+ }, unknown>, t.UndefinedC]>;
2214
+ recipients: t.UnionC<[t.Type<{
2215
+ address: {
2216
+ address: string | undefined;
2217
+ option: {
2218
+ [x: string]: unknown;
2219
+ } | undefined;
2220
+ };
2221
+ amount: {
2222
+ value: string;
2223
+ symbol: string;
2224
+ };
2225
+ data: string | undefined;
2226
+ }[], {
2227
+ address: {
2228
+ address: string | undefined;
2229
+ option: {
2230
+ [x: string]: unknown;
2231
+ } | undefined;
2232
+ };
2233
+ amount: {
2234
+ value: string;
2235
+ symbol: string;
2236
+ };
2237
+ data: string | undefined;
2238
+ }[], unknown>, t.UndefinedC]>;
2239
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2240
+ intentType: t.KeyofC<{
2241
+ payment: t.LiteralC<"payment">;
2242
+ transferToken: t.LiteralC<"transferToken">;
2243
+ consolidate: t.LiteralC<"consolidate">;
2244
+ consolidateToken: t.LiteralC<"consolidateToken">;
2245
+ fanout: t.LiteralC<"fanout">;
2246
+ stake: t.LiteralC<"stake">;
2247
+ unstake: t.LiteralC<"unstake">;
2248
+ delegate: t.LiteralC<"delegate">;
2249
+ undelegate: t.LiteralC<"undelegate">;
2250
+ switchValidator: t.LiteralC<"switchValidator">;
2251
+ claim: t.LiteralC<"claim">;
2252
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2253
+ pledge: t.LiteralC<"pledge">;
2254
+ vote: t.LiteralC<"vote">;
2255
+ createAccount: t.LiteralC<"createAccount">;
2256
+ updateAccount: t.LiteralC<"updateAccount">;
2257
+ addTrustLine: t.LiteralC<"addTrustLine">;
2258
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
2259
+ signMessage: t.LiteralC<"signMessage">;
2260
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
2261
+ enableToken: t.LiteralC<"enableToken">;
2262
+ authorize: t.LiteralC<"authorize">;
2263
+ acceleration: t.LiteralC<"acceleration">;
2264
+ fillNonce: t.LiteralC<"fillNonce">;
2265
+ walletRecovery: t.LiteralC<"walletRecovery">;
2266
+ contractCall: t.LiteralC<"contractCall">;
2267
+ deactivate: t.LiteralC<"deactivate">;
2268
+ customTx: t.LiteralC<"customTx">;
2269
+ }>;
2270
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2271
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2272
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
2273
+ }>, t.TypeC<{
2274
+ stakingRequestId: t.StringC;
2275
+ }>]>, t.TypeC<{
2276
+ intentType: t.LiteralC<"claim">;
2277
+ amount: t.UnionC<[t.Type<{
2278
+ value: string;
2279
+ symbol: string;
2280
+ }, {
2281
+ value: string;
2282
+ symbol: string;
2283
+ }, unknown>, t.UndefinedC]>;
2284
+ }>]>, t.TypeC<{
2285
+ stakedSuiObjectId: t.StringC;
2286
+ amount: t.UnionC<[t.Type<{
2287
+ value: string;
2288
+ symbol: string;
2289
+ }, {
2290
+ value: string;
2291
+ symbol: string;
2292
+ }, unknown>, t.UndefinedC]>;
2293
+ }>]>, t.IntersectionC<[t.TypeC<{
2294
+ intentType: t.KeyofC<{
2295
+ payment: t.LiteralC<"payment">;
2296
+ transferToken: t.LiteralC<"transferToken">;
2297
+ consolidate: t.LiteralC<"consolidate">;
2298
+ consolidateToken: t.LiteralC<"consolidateToken">;
2299
+ fanout: t.LiteralC<"fanout">;
2300
+ stake: t.LiteralC<"stake">;
2301
+ unstake: t.LiteralC<"unstake">;
2302
+ delegate: t.LiteralC<"delegate">;
2303
+ undelegate: t.LiteralC<"undelegate">;
2304
+ switchValidator: t.LiteralC<"switchValidator">;
2305
+ claim: t.LiteralC<"claim">;
2306
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2307
+ pledge: t.LiteralC<"pledge">;
2308
+ vote: t.LiteralC<"vote">;
2309
+ createAccount: t.LiteralC<"createAccount">;
2310
+ updateAccount: t.LiteralC<"updateAccount">;
2311
+ addTrustLine: t.LiteralC<"addTrustLine">;
2312
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
2313
+ signMessage: t.LiteralC<"signMessage">;
2314
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
2315
+ enableToken: t.LiteralC<"enableToken">;
2316
+ authorize: t.LiteralC<"authorize">;
2317
+ acceleration: t.LiteralC<"acceleration">;
2318
+ fillNonce: t.LiteralC<"fillNonce">;
2319
+ walletRecovery: t.LiteralC<"walletRecovery">;
2320
+ contractCall: t.LiteralC<"contractCall">;
2321
+ deactivate: t.LiteralC<"deactivate">;
2322
+ customTx: t.LiteralC<"customTx">;
2323
+ }>;
2324
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2325
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2326
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
2327
+ }>, t.TypeC<{
2328
+ intentType: t.LiteralC<"delegate">;
2329
+ validatorAddress: t.StringC;
2330
+ amount: t.TypeC<{
2331
+ value: t.StringC;
2332
+ symbol: t.StringC;
2333
+ }>;
2334
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2335
+ intentType: t.KeyofC<{
2336
+ payment: t.LiteralC<"payment">;
2337
+ transferToken: t.LiteralC<"transferToken">;
2338
+ consolidate: t.LiteralC<"consolidate">;
2339
+ consolidateToken: t.LiteralC<"consolidateToken">;
2340
+ fanout: t.LiteralC<"fanout">;
2341
+ stake: t.LiteralC<"stake">;
2342
+ unstake: t.LiteralC<"unstake">;
2343
+ delegate: t.LiteralC<"delegate">;
2344
+ undelegate: t.LiteralC<"undelegate">;
2345
+ switchValidator: t.LiteralC<"switchValidator">;
2346
+ claim: t.LiteralC<"claim">;
2347
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2348
+ pledge: t.LiteralC<"pledge">;
2349
+ vote: t.LiteralC<"vote">;
2350
+ createAccount: t.LiteralC<"createAccount">;
2351
+ updateAccount: t.LiteralC<"updateAccount">;
2352
+ addTrustLine: t.LiteralC<"addTrustLine">;
2353
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
2354
+ signMessage: t.LiteralC<"signMessage">;
2355
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
2356
+ enableToken: t.LiteralC<"enableToken">;
2357
+ authorize: t.LiteralC<"authorize">;
2358
+ acceleration: t.LiteralC<"acceleration">;
2359
+ fillNonce: t.LiteralC<"fillNonce">;
2360
+ walletRecovery: t.LiteralC<"walletRecovery">;
2361
+ contractCall: t.LiteralC<"contractCall">;
2362
+ deactivate: t.LiteralC<"deactivate">;
2363
+ customTx: t.LiteralC<"customTx">;
2364
+ }>;
2365
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2366
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2367
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
2368
+ }>, t.TypeC<{
2369
+ intent: t.LiteralC<"payment">;
2370
+ recipients: t.ArrayC<t.TypeC<{
2371
+ address: t.TypeC<{
2372
+ address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2373
+ option: t.UnionC<[t.Type<{
2374
+ [x: string]: unknown;
2375
+ }, {
2376
+ [x: string]: unknown;
2377
+ }, unknown>, t.UndefinedC]>;
2378
+ }>;
2379
+ amount: t.TypeC<{
2380
+ value: t.StringC;
2381
+ symbol: t.StringC;
2382
+ }>;
2383
+ data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2384
+ }>>;
2385
+ }>]>, t.TypeC<{
2386
+ memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2387
+ }>]>, t.IntersectionC<[t.TypeC<{
2388
+ intentType: t.KeyofC<{
2389
+ payment: t.LiteralC<"payment">;
2390
+ transferToken: t.LiteralC<"transferToken">;
2391
+ consolidate: t.LiteralC<"consolidate">;
2392
+ consolidateToken: t.LiteralC<"consolidateToken">;
2393
+ fanout: t.LiteralC<"fanout">;
2394
+ stake: t.LiteralC<"stake">;
2395
+ unstake: t.LiteralC<"unstake">;
2396
+ delegate: t.LiteralC<"delegate">;
2397
+ undelegate: t.LiteralC<"undelegate">;
2398
+ switchValidator: t.LiteralC<"switchValidator">;
2399
+ claim: t.LiteralC<"claim">;
2400
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2401
+ pledge: t.LiteralC<"pledge">;
2402
+ vote: t.LiteralC<"vote">;
2403
+ createAccount: t.LiteralC<"createAccount">;
2404
+ updateAccount: t.LiteralC<"updateAccount">;
2405
+ addTrustLine: t.LiteralC<"addTrustLine">;
2406
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
2407
+ signMessage: t.LiteralC<"signMessage">;
2408
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
2409
+ enableToken: t.LiteralC<"enableToken">;
2410
+ authorize: t.LiteralC<"authorize">;
2411
+ acceleration: t.LiteralC<"acceleration">;
2412
+ fillNonce: t.LiteralC<"fillNonce">;
2413
+ walletRecovery: t.LiteralC<"walletRecovery">;
2414
+ contractCall: t.LiteralC<"contractCall">;
2415
+ deactivate: t.LiteralC<"deactivate">;
2416
+ customTx: t.LiteralC<"customTx">;
2417
+ }>;
2418
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2419
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2420
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
2421
+ }>, t.TypeC<{
2422
+ intentType: t.LiteralC<"delegate">;
2423
+ validatorAddress: t.StringC;
2424
+ }>]>, t.IntersectionC<[t.TypeC<{
2425
+ intentType: t.KeyofC<{
2426
+ payment: t.LiteralC<"payment">;
2427
+ transferToken: t.LiteralC<"transferToken">;
2428
+ consolidate: t.LiteralC<"consolidate">;
2429
+ consolidateToken: t.LiteralC<"consolidateToken">;
2430
+ fanout: t.LiteralC<"fanout">;
2431
+ stake: t.LiteralC<"stake">;
2432
+ unstake: t.LiteralC<"unstake">;
2433
+ delegate: t.LiteralC<"delegate">;
2434
+ undelegate: t.LiteralC<"undelegate">;
2435
+ switchValidator: t.LiteralC<"switchValidator">;
2436
+ claim: t.LiteralC<"claim">;
2437
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2438
+ pledge: t.LiteralC<"pledge">;
2439
+ vote: t.LiteralC<"vote">;
2440
+ createAccount: t.LiteralC<"createAccount">;
2441
+ updateAccount: t.LiteralC<"updateAccount">;
2442
+ addTrustLine: t.LiteralC<"addTrustLine">;
2443
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
2444
+ signMessage: t.LiteralC<"signMessage">;
2445
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
2446
+ enableToken: t.LiteralC<"enableToken">;
2447
+ authorize: t.LiteralC<"authorize">;
2448
+ acceleration: t.LiteralC<"acceleration">;
2449
+ fillNonce: t.LiteralC<"fillNonce">;
2450
+ walletRecovery: t.LiteralC<"walletRecovery">;
2451
+ contractCall: t.LiteralC<"contractCall">;
2452
+ deactivate: t.LiteralC<"deactivate">;
2453
+ customTx: t.LiteralC<"customTx">;
2454
+ }>;
2455
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2456
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2457
+ nonce: t.UnionC<[t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>, t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>]>;
2458
+ }>, t.TypeC<{
2459
+ intentType: t.LiteralC<"walletRecovery">;
2460
+ }>]>, t.UnknownC]>;
2461
+ export type TransactionIntent = t.TypeOf<typeof TransactionIntent>;