@0xtorch/core 0.0.32 → 0.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/_cjs/actions/schemas/action.js.map +1 -1
  2. package/_cjs/actions/utils/createEvidenceNoneAccountActions.js +4 -2
  3. package/_cjs/actions/utils/createEvidenceNoneAccountActions.js.map +1 -1
  4. package/_esm/actions/schemas/action.js.map +1 -1
  5. package/_esm/actions/utils/createEvidenceNoneAccountActions.js +6 -4
  6. package/_esm/actions/utils/createEvidenceNoneAccountActions.js.map +1 -1
  7. package/_types/actions/schemas/action.d.ts +103 -80694
  8. package/_types/actions/schemas/action.d.ts.map +1 -1
  9. package/_types/actions/schemas/borrow/borrow.d.ts +3523 -342
  10. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  11. package/_types/actions/schemas/crossActionBundle.d.ts +6773 -1121
  12. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  13. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +3528 -347
  14. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  15. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +3525 -344
  16. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  17. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +2862 -389
  18. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  19. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +2862 -389
  20. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  21. package/_types/actions/schemas/default/accountAction.d.ts +387 -375
  22. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  23. package/_types/actions/schemas/default/normalAction.d.ts +382 -369
  24. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  25. package/_types/actions/schemas/default/transfer.d.ts +2932 -1323
  26. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  27. package/_types/actions/schemas/deposit/addLiquidity.d.ts +4667 -774
  28. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  29. package/_types/actions/schemas/deposit/deposit.d.ts +3526 -345
  30. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  31. package/_types/actions/schemas/deposit/depositWithBond.d.ts +4667 -774
  32. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  33. package/_types/actions/schemas/deposit/stake.d.ts +3526 -345
  34. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  35. package/_types/actions/schemas/fee/fee.d.ts +3510 -331
  36. package/_types/actions/schemas/fee/fee.d.ts.map +1 -1
  37. package/_types/actions/schemas/fee/transactionFee.d.ts +3038 -215
  38. package/_types/actions/schemas/fee/transactionFee.d.ts.map +1 -1
  39. package/_types/actions/schemas/ignore/approve.d.ts +2485 -18
  40. package/_types/actions/schemas/ignore/approve.d.ts.map +1 -1
  41. package/_types/actions/schemas/ignore/failTx.d.ts +2485 -18
  42. package/_types/actions/schemas/ignore/failTx.d.ts.map +1 -1
  43. package/_types/actions/schemas/ignore/ignore.d.ts +136 -130
  44. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  45. package/_types/actions/schemas/ignore/move.d.ts +136 -130
  46. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  47. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +3518 -339
  48. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  49. package/_types/actions/schemas/ignore/revoke.d.ts +2485 -18
  50. package/_types/actions/schemas/ignore/revoke.d.ts.map +1 -1
  51. package/_types/actions/schemas/ignore/sendToCex.d.ts +3521 -342
  52. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  53. package/_types/actions/schemas/ignore/spam.d.ts +4663 -772
  54. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  55. package/_types/actions/schemas/income/atomicArbitrage.d.ts +3559 -380
  56. package/_types/actions/schemas/income/atomicArbitrage.d.ts.map +1 -1
  57. package/_types/actions/schemas/income/freeMintNft.d.ts +3014 -191
  58. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  59. package/_types/actions/schemas/income/income.d.ts +2682 -213
  60. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  61. package/_types/actions/schemas/income/nftRoyalty.d.ts +1629 -39
  62. package/_types/actions/schemas/income/nftRoyalty.d.ts.map +1 -1
  63. package/_types/actions/schemas/income/swapIncome.d.ts +1636 -46
  64. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  65. package/_types/actions/schemas/reduce/reduce.d.ts +1636 -46
  66. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  67. package/_types/actions/schemas/repayment/repayment.d.ts +3526 -345
  68. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  69. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +4667 -774
  70. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  71. package/_types/actions/schemas/replace/replace.d.ts +4663 -772
  72. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  73. package/_types/actions/schemas/replace/swapNft.d.ts +3510 -331
  74. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  75. package/_types/actions/schemas/replace/unwrap.d.ts +3559 -380
  76. package/_types/actions/schemas/replace/unwrap.d.ts.map +1 -1
  77. package/_types/actions/schemas/replace/wrap.d.ts +3559 -380
  78. package/_types/actions/schemas/replace/wrap.d.ts.map +1 -1
  79. package/_types/actions/schemas/trade/buyCrypto.d.ts +3506 -327
  80. package/_types/actions/schemas/trade/buyCrypto.d.ts.map +1 -1
  81. package/_types/actions/schemas/trade/buyNft.d.ts +4144 -609
  82. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  83. package/_types/actions/schemas/trade/mintNft.d.ts +4144 -609
  84. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  85. package/_types/actions/schemas/trade/sellCrypto.d.ts +3514 -335
  86. package/_types/actions/schemas/trade/sellCrypto.d.ts.map +1 -1
  87. package/_types/actions/schemas/trade/sellNft.d.ts +4144 -609
  88. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  89. package/_types/actions/schemas/trade/trade.d.ts +2854 -383
  90. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  91. package/_types/actions/schemas/transfer/swapTransfer.d.ts +1636 -46
  92. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  93. package/_types/actions/schemas/transfer/transfer.d.ts +1388 -148
  94. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  95. package/_types/actions/schemas/valuedown/valuedown.d.ts +2756 -287
  96. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  97. package/_types/actions/schemas/valueup/valueup.d.ts +2761 -292
  98. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  99. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +4667 -774
  100. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  101. package/_types/actions/schemas/withdraw/unstake.d.ts +3523 -342
  102. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  103. package/_types/actions/schemas/withdraw/withdraw.d.ts +3523 -342
  104. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  105. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +4667 -774
  106. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  107. package/_types/actions/utils/createEvidenceNoneAccountActions.d.ts.map +1 -1
  108. package/_types/apps/schemas.d.ts +3 -3
  109. package/_types/assets/schemas/asset.d.ts +3 -3
  110. package/_types/assets/schemas/nft.d.ts +3 -3
  111. package/actions/schemas/action.ts +92 -2
  112. package/actions/utils/createEvidenceNoneAccountActions.ts +12 -4
  113. package/package.json +2 -2
@@ -1,8 +1,9 @@
1
1
  import { z } from 'zod';
2
- export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
2
+ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
3
3
  type: z.ZodLiteral<"NormalAction">;
4
- timestamp: z.ZodNumber;
4
+ action: z.ZodUnion<[z.ZodLiteral<"add-liquidity">, z.ZodLiteral<"approve">, z.ZodLiteral<"atomic-arbitrage">, z.ZodLiteral<"borrow">, z.ZodLiteral<"bridge-from">, z.ZodLiteral<"bridge-to">, z.ZodLiteral<"buy-nft">, z.ZodLiteral<"buy-crypto">, z.ZodLiteral<"cross-replace">, z.ZodLiteral<"cross-trade">, z.ZodLiteral<"deposit">, z.ZodLiteral<"deposit-with-bond">, z.ZodLiteral<"fail-tx">, z.ZodLiteral<"fee">, z.ZodLiteral<"free-mint-nft">, z.ZodLiteral<"mint-nft">, z.ZodLiteral<"remove-liquidity">, z.ZodLiteral<"repayment">, z.ZodLiteral<"repayment-with-debt">, z.ZodLiteral<"revoke">, z.ZodLiteral<"sell-crypto">, z.ZodLiteral<"spam">, z.ZodLiteral<"stake">, z.ZodLiteral<"swap-nft">, z.ZodLiteral<"trade">, z.ZodLiteral<"transaction-fee">, z.ZodLiteral<"transfer">, z.ZodLiteral<"unstake">, z.ZodLiteral<"unwrap">, z.ZodLiteral<"valuedown">, z.ZodLiteral<"valueup">, z.ZodLiteral<"withdraw">, z.ZodLiteral<"withdraw-with-bond">, z.ZodLiteral<"wrap">]>;
5
5
  evidence: z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>;
6
+ timestamp: z.ZodNumber;
6
7
  comment: z.ZodOptional<z.ZodString>;
7
8
  app: z.ZodOptional<z.ZodEffects<z.ZodObject<{
8
9
  id: z.ZodString;
@@ -15,16 +16,16 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
15
16
  id: string;
16
17
  name: string;
17
18
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
19
+ icon?: string | undefined;
18
20
  description?: string | undefined;
19
21
  website?: string | undefined;
20
- icon?: string | undefined;
21
22
  }, {
22
23
  id: string;
23
24
  name: string;
24
25
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
26
+ icon?: string | undefined;
25
27
  description?: string | undefined;
26
28
  website?: string | undefined;
27
- icon?: string | undefined;
28
29
  }>, {
29
30
  description: string | undefined;
30
31
  website: string | undefined;
@@ -36,57 +37,14 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
36
37
  id: string;
37
38
  name: string;
38
39
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
40
+ icon?: string | undefined;
39
41
  description?: string | undefined;
40
42
  website?: string | undefined;
41
- icon?: string | undefined;
42
43
  }>>;
43
- action: z.ZodLiteral<"send-to-cex">;
44
- transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
45
- price: z.ZodOptional<z.ZodObject<{
46
- cryptoCurrencyId: z.ZodString;
47
- fiatCurrencyId: z.ZodString;
48
- price: z.ZodObject<{
49
- value: z.ZodBigInt;
50
- decimals: z.ZodNumber;
51
- }, "strip", z.ZodTypeAny, {
52
- value: bigint;
53
- decimals: number;
54
- }, {
55
- value: bigint;
56
- decimals: number;
57
- }>;
58
- timestamp: z.ZodNumber;
59
- }, "strip", z.ZodTypeAny, {
60
- cryptoCurrencyId: string;
61
- fiatCurrencyId: string;
62
- price: {
63
- value: bigint;
64
- decimals: number;
65
- };
66
- timestamp: number;
67
- }, {
68
- cryptoCurrencyId: string;
69
- fiatCurrencyId: string;
70
- price: {
71
- value: bigint;
72
- decimals: number;
73
- };
74
- timestamp: number;
75
- }>>;
44
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
76
45
  from: z.ZodOptional<z.ZodString>;
77
46
  to: z.ZodOptional<z.ZodString>;
78
- amount: z.ZodObject<{
79
- value: z.ZodBigInt;
80
- decimals: z.ZodNumber;
81
- }, "strip", z.ZodTypeAny, {
82
- value: bigint;
83
- decimals: number;
84
- }, {
85
- value: bigint;
86
- decimals: number;
87
- }>;
88
- direction: z.ZodLiteral<"out">;
89
- asset: z.ZodEffects<z.ZodObject<{
47
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
90
48
  type: z.ZodLiteral<"CryptoCurrency">;
91
49
  id: z.ZodString;
92
50
  name: z.ZodString;
@@ -191,8 +149,121 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
191
149
  updatedAt: number;
192
150
  icon?: string | undefined;
193
151
  priceDatasourceId?: string | undefined;
152
+ }>, z.ZodEffects<z.ZodObject<{
153
+ type: z.ZodLiteral<"FiatCurrency">;
154
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
155
+ name: z.ZodString;
156
+ symbol: z.ZodString;
157
+ icon: z.ZodOptional<z.ZodString>;
158
+ }, "strip", z.ZodTypeAny, {
159
+ symbol: string;
160
+ type: "FiatCurrency";
161
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
162
+ name: string;
163
+ icon?: string | undefined;
164
+ }, {
165
+ symbol: string;
166
+ type: "FiatCurrency";
167
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
168
+ name: string;
169
+ icon?: string | undefined;
170
+ }>, {
171
+ icon: string | undefined;
172
+ symbol: string;
173
+ type: "FiatCurrency";
174
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
175
+ name: string;
176
+ }, {
177
+ symbol: string;
178
+ type: "FiatCurrency";
179
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
180
+ name: string;
181
+ icon?: string | undefined;
182
+ }>, z.ZodEffects<z.ZodObject<{
183
+ type: z.ZodLiteral<"Nft">;
184
+ id: z.ZodString;
185
+ name: z.ZodOptional<z.ZodString>;
186
+ symbol: z.ZodOptional<z.ZodString>;
187
+ image: z.ZodOptional<z.ZodString>;
188
+ metadata: z.ZodOptional<z.ZodString>;
189
+ updatedAt: z.ZodNumber;
190
+ }, "strip", z.ZodTypeAny, {
191
+ type: "Nft";
192
+ id: string;
193
+ updatedAt: number;
194
+ symbol?: string | undefined;
195
+ name?: string | undefined;
196
+ image?: string | undefined;
197
+ metadata?: string | undefined;
198
+ }, {
199
+ type: "Nft";
200
+ id: string;
201
+ updatedAt: number;
202
+ symbol?: string | undefined;
203
+ name?: string | undefined;
204
+ image?: string | undefined;
205
+ metadata?: string | undefined;
206
+ }>, {
207
+ name: string | undefined;
208
+ symbol: string | undefined;
209
+ image: string | undefined;
210
+ metadata: string | undefined;
211
+ type: "Nft";
212
+ id: string;
213
+ updatedAt: number;
214
+ }, {
215
+ type: "Nft";
216
+ id: string;
217
+ updatedAt: number;
218
+ symbol?: string | undefined;
219
+ name?: string | undefined;
220
+ image?: string | undefined;
221
+ metadata?: string | undefined;
222
+ }>]>;
223
+ amount: z.ZodObject<{
224
+ value: z.ZodBigInt;
225
+ decimals: z.ZodNumber;
226
+ }, "strip", z.ZodTypeAny, {
227
+ value: bigint;
228
+ decimals: number;
229
+ }, {
230
+ value: bigint;
231
+ decimals: number;
194
232
  }>;
195
- }, "strip", z.ZodTypeAny, {
233
+ price: z.ZodOptional<z.ZodObject<{
234
+ cryptoCurrencyId: z.ZodString;
235
+ fiatCurrencyId: z.ZodString;
236
+ price: z.ZodObject<{
237
+ value: z.ZodBigInt;
238
+ decimals: z.ZodNumber;
239
+ }, "strip", z.ZodTypeAny, {
240
+ value: bigint;
241
+ decimals: number;
242
+ }, {
243
+ value: bigint;
244
+ decimals: number;
245
+ }>;
246
+ timestamp: z.ZodNumber;
247
+ }, "strip", z.ZodTypeAny, {
248
+ cryptoCurrencyId: string;
249
+ fiatCurrencyId: string;
250
+ price: {
251
+ value: bigint;
252
+ decimals: number;
253
+ };
254
+ timestamp: number;
255
+ }, {
256
+ cryptoCurrencyId: string;
257
+ fiatCurrencyId: string;
258
+ price: {
259
+ value: bigint;
260
+ decimals: number;
261
+ };
262
+ timestamp: number;
263
+ }>>;
264
+ }, {
265
+ direction: z.ZodLiteral<"in">;
266
+ }>, "strip", z.ZodTypeAny, {
196
267
  asset: {
197
268
  icon: string | undefined;
198
269
  priceDatasourceId: string | undefined;
@@ -208,12 +279,26 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
208
279
  } | undefined;
209
280
  };
210
281
  updatedAt: number;
282
+ } | {
283
+ icon: string | undefined;
284
+ symbol: string;
285
+ type: "FiatCurrency";
286
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
287
+ name: string;
288
+ } | {
289
+ name: string | undefined;
290
+ symbol: string | undefined;
291
+ image: string | undefined;
292
+ metadata: string | undefined;
293
+ type: "Nft";
294
+ id: string;
295
+ updatedAt: number;
211
296
  };
212
297
  amount: {
213
298
  value: bigint;
214
299
  decimals: number;
215
300
  };
216
- direction: "out";
301
+ direction: "in";
217
302
  price?: {
218
303
  cryptoCurrencyId: string;
219
304
  fiatCurrencyId: string;
@@ -241,12 +326,26 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
241
326
  updatedAt: number;
242
327
  icon?: string | undefined;
243
328
  priceDatasourceId?: string | undefined;
329
+ } | {
330
+ symbol: string;
331
+ type: "FiatCurrency";
332
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
333
+ name: string;
334
+ icon?: string | undefined;
335
+ } | {
336
+ type: "Nft";
337
+ id: string;
338
+ updatedAt: number;
339
+ symbol?: string | undefined;
340
+ name?: string | undefined;
341
+ image?: string | undefined;
342
+ metadata?: string | undefined;
244
343
  };
245
344
  amount: {
246
345
  value: bigint;
247
346
  decimals: number;
248
347
  };
249
- direction: "out";
348
+ direction: "in";
250
349
  price?: {
251
350
  cryptoCurrencyId: string;
252
351
  fiatCurrencyId: string;
@@ -285,12 +384,26 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
285
384
  } | undefined;
286
385
  };
287
386
  updatedAt: number;
387
+ } | {
388
+ icon: string | undefined;
389
+ symbol: string;
390
+ type: "FiatCurrency";
391
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
392
+ name: string;
393
+ } | {
394
+ name: string | undefined;
395
+ symbol: string | undefined;
396
+ image: string | undefined;
397
+ metadata: string | undefined;
398
+ type: "Nft";
399
+ id: string;
400
+ updatedAt: number;
288
401
  };
289
402
  amount: {
290
403
  value: bigint;
291
404
  decimals: number;
292
405
  };
293
- direction: "out";
406
+ direction: "in";
294
407
  }, {
295
408
  asset: {
296
409
  symbol: string;
@@ -307,12 +420,26 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
307
420
  updatedAt: number;
308
421
  icon?: string | undefined;
309
422
  priceDatasourceId?: string | undefined;
423
+ } | {
424
+ symbol: string;
425
+ type: "FiatCurrency";
426
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
427
+ name: string;
428
+ icon?: string | undefined;
429
+ } | {
430
+ type: "Nft";
431
+ id: string;
432
+ updatedAt: number;
433
+ symbol?: string | undefined;
434
+ name?: string | undefined;
435
+ image?: string | undefined;
436
+ metadata?: string | undefined;
310
437
  };
311
438
  amount: {
312
439
  value: bigint;
313
440
  decimals: number;
314
441
  };
315
- direction: "out";
442
+ direction: "in";
316
443
  price?: {
317
444
  cryptoCurrencyId: string;
318
445
  fiatCurrencyId: string;
@@ -324,52 +451,145 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
324
451
  } | undefined;
325
452
  from?: string | undefined;
326
453
  to?: string | undefined;
327
- }>, z.ZodEffects<z.ZodObject<{
328
- price: z.ZodOptional<z.ZodObject<{
329
- cryptoCurrencyId: z.ZodString;
330
- fiatCurrencyId: z.ZodString;
331
- price: z.ZodObject<{
332
- value: z.ZodBigInt;
333
- decimals: z.ZodNumber;
454
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
455
+ from: z.ZodOptional<z.ZodString>;
456
+ to: z.ZodOptional<z.ZodString>;
457
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
458
+ type: z.ZodLiteral<"CryptoCurrency">;
459
+ id: z.ZodString;
460
+ name: z.ZodString;
461
+ symbol: z.ZodString;
462
+ icon: z.ZodOptional<z.ZodString>;
463
+ market: z.ZodEffects<z.ZodObject<{
464
+ coingeckoId: z.ZodOptional<z.ZodString>;
465
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
466
+ value: z.ZodBigInt;
467
+ decimals: z.ZodNumber;
468
+ }, "strip", z.ZodTypeAny, {
469
+ value: bigint;
470
+ decimals: number;
471
+ }, {
472
+ value: bigint;
473
+ decimals: number;
474
+ }>>;
334
475
  }, "strip", z.ZodTypeAny, {
335
- value: bigint;
336
- decimals: number;
476
+ coingeckoId?: string | undefined;
477
+ marketCapUsd?: {
478
+ value: bigint;
479
+ decimals: number;
480
+ } | undefined;
337
481
  }, {
338
- value: bigint;
339
- decimals: number;
482
+ coingeckoId?: string | undefined;
483
+ marketCapUsd?: {
484
+ value: bigint;
485
+ decimals: number;
486
+ } | undefined;
487
+ }>, {
488
+ coingeckoId: string | undefined;
489
+ marketCapUsd: {
490
+ value: bigint;
491
+ decimals: number;
492
+ } | undefined;
493
+ }, {
494
+ coingeckoId?: string | undefined;
495
+ marketCapUsd?: {
496
+ value: bigint;
497
+ decimals: number;
498
+ } | undefined;
340
499
  }>;
341
- timestamp: z.ZodNumber;
500
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
501
+ updatedAt: z.ZodNumber;
342
502
  }, "strip", z.ZodTypeAny, {
343
- cryptoCurrencyId: string;
344
- fiatCurrencyId: string;
345
- price: {
346
- value: bigint;
347
- decimals: number;
348
- };
349
- timestamp: number;
503
+ symbol: string;
504
+ type: "CryptoCurrency";
505
+ id: string;
506
+ name: string;
507
+ market: {
508
+ coingeckoId: string | undefined;
509
+ marketCapUsd: {
510
+ value: bigint;
511
+ decimals: number;
512
+ } | undefined;
513
+ };
514
+ updatedAt: number;
515
+ icon?: string | undefined;
516
+ priceDatasourceId?: string | undefined;
350
517
  }, {
351
- cryptoCurrencyId: string;
352
- fiatCurrencyId: string;
353
- price: {
354
- value: bigint;
355
- decimals: number;
518
+ symbol: string;
519
+ type: "CryptoCurrency";
520
+ id: string;
521
+ name: string;
522
+ market: {
523
+ coingeckoId?: string | undefined;
524
+ marketCapUsd?: {
525
+ value: bigint;
526
+ decimals: number;
527
+ } | undefined;
356
528
  };
357
- timestamp: number;
358
- }>>;
359
- from: z.ZodOptional<z.ZodString>;
360
- to: z.ZodOptional<z.ZodString>;
361
- amount: z.ZodObject<{
362
- value: z.ZodBigInt;
363
- decimals: z.ZodNumber;
529
+ updatedAt: number;
530
+ icon?: string | undefined;
531
+ priceDatasourceId?: string | undefined;
532
+ }>, {
533
+ icon: string | undefined;
534
+ priceDatasourceId: string | undefined;
535
+ symbol: string;
536
+ type: "CryptoCurrency";
537
+ id: string;
538
+ name: string;
539
+ market: {
540
+ coingeckoId: string | undefined;
541
+ marketCapUsd: {
542
+ value: bigint;
543
+ decimals: number;
544
+ } | undefined;
545
+ };
546
+ updatedAt: number;
547
+ }, {
548
+ symbol: string;
549
+ type: "CryptoCurrency";
550
+ id: string;
551
+ name: string;
552
+ market: {
553
+ coingeckoId?: string | undefined;
554
+ marketCapUsd?: {
555
+ value: bigint;
556
+ decimals: number;
557
+ } | undefined;
558
+ };
559
+ updatedAt: number;
560
+ icon?: string | undefined;
561
+ priceDatasourceId?: string | undefined;
562
+ }>, z.ZodEffects<z.ZodObject<{
563
+ type: z.ZodLiteral<"FiatCurrency">;
564
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
565
+ name: z.ZodString;
566
+ symbol: z.ZodString;
567
+ icon: z.ZodOptional<z.ZodString>;
364
568
  }, "strip", z.ZodTypeAny, {
365
- value: bigint;
366
- decimals: number;
569
+ symbol: string;
570
+ type: "FiatCurrency";
571
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
572
+ name: string;
573
+ icon?: string | undefined;
367
574
  }, {
368
- value: bigint;
369
- decimals: number;
370
- }>;
371
- direction: z.ZodLiteral<"out">;
372
- asset: z.ZodEffects<z.ZodObject<{
575
+ symbol: string;
576
+ type: "FiatCurrency";
577
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
578
+ name: string;
579
+ icon?: string | undefined;
580
+ }>, {
581
+ icon: string | undefined;
582
+ symbol: string;
583
+ type: "FiatCurrency";
584
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
585
+ name: string;
586
+ }, {
587
+ symbol: string;
588
+ type: "FiatCurrency";
589
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
590
+ name: string;
591
+ icon?: string | undefined;
592
+ }>, z.ZodEffects<z.ZodObject<{
373
593
  type: z.ZodLiteral<"Nft">;
374
594
  id: z.ZodString;
375
595
  name: z.ZodOptional<z.ZodString>;
@@ -381,16 +601,16 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
381
601
  type: "Nft";
382
602
  id: string;
383
603
  updatedAt: number;
384
- name?: string | undefined;
385
604
  symbol?: string | undefined;
605
+ name?: string | undefined;
386
606
  image?: string | undefined;
387
607
  metadata?: string | undefined;
388
608
  }, {
389
609
  type: "Nft";
390
610
  id: string;
391
611
  updatedAt: number;
392
- name?: string | undefined;
393
612
  symbol?: string | undefined;
613
+ name?: string | undefined;
394
614
  image?: string | undefined;
395
615
  metadata?: string | undefined;
396
616
  }>, {
@@ -405,13 +625,77 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
405
625
  type: "Nft";
406
626
  id: string;
407
627
  updatedAt: number;
408
- name?: string | undefined;
409
628
  symbol?: string | undefined;
629
+ name?: string | undefined;
410
630
  image?: string | undefined;
411
631
  metadata?: string | undefined;
632
+ }>]>;
633
+ amount: z.ZodObject<{
634
+ value: z.ZodBigInt;
635
+ decimals: z.ZodNumber;
636
+ }, "strip", z.ZodTypeAny, {
637
+ value: bigint;
638
+ decimals: number;
639
+ }, {
640
+ value: bigint;
641
+ decimals: number;
412
642
  }>;
413
- }, "strip", z.ZodTypeAny, {
643
+ price: z.ZodOptional<z.ZodObject<{
644
+ cryptoCurrencyId: z.ZodString;
645
+ fiatCurrencyId: z.ZodString;
646
+ price: z.ZodObject<{
647
+ value: z.ZodBigInt;
648
+ decimals: z.ZodNumber;
649
+ }, "strip", z.ZodTypeAny, {
650
+ value: bigint;
651
+ decimals: number;
652
+ }, {
653
+ value: bigint;
654
+ decimals: number;
655
+ }>;
656
+ timestamp: z.ZodNumber;
657
+ }, "strip", z.ZodTypeAny, {
658
+ cryptoCurrencyId: string;
659
+ fiatCurrencyId: string;
660
+ price: {
661
+ value: bigint;
662
+ decimals: number;
663
+ };
664
+ timestamp: number;
665
+ }, {
666
+ cryptoCurrencyId: string;
667
+ fiatCurrencyId: string;
668
+ price: {
669
+ value: bigint;
670
+ decimals: number;
671
+ };
672
+ timestamp: number;
673
+ }>>;
674
+ }, {
675
+ direction: z.ZodLiteral<"out">;
676
+ }>, "strip", z.ZodTypeAny, {
414
677
  asset: {
678
+ icon: string | undefined;
679
+ priceDatasourceId: string | undefined;
680
+ symbol: string;
681
+ type: "CryptoCurrency";
682
+ id: string;
683
+ name: string;
684
+ market: {
685
+ coingeckoId: string | undefined;
686
+ marketCapUsd: {
687
+ value: bigint;
688
+ decimals: number;
689
+ } | undefined;
690
+ };
691
+ updatedAt: number;
692
+ } | {
693
+ icon: string | undefined;
694
+ symbol: string;
695
+ type: "FiatCurrency";
696
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
697
+ name: string;
698
+ } | {
415
699
  name: string | undefined;
416
700
  symbol: string | undefined;
417
701
  image: string | undefined;
@@ -438,11 +722,32 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
438
722
  to?: string | undefined;
439
723
  }, {
440
724
  asset: {
725
+ symbol: string;
726
+ type: "CryptoCurrency";
727
+ id: string;
728
+ name: string;
729
+ market: {
730
+ coingeckoId?: string | undefined;
731
+ marketCapUsd?: {
732
+ value: bigint;
733
+ decimals: number;
734
+ } | undefined;
735
+ };
736
+ updatedAt: number;
737
+ icon?: string | undefined;
738
+ priceDatasourceId?: string | undefined;
739
+ } | {
740
+ symbol: string;
741
+ type: "FiatCurrency";
742
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
743
+ name: string;
744
+ icon?: string | undefined;
745
+ } | {
441
746
  type: "Nft";
442
747
  id: string;
443
748
  updatedAt: number;
444
- name?: string | undefined;
445
749
  symbol?: string | undefined;
750
+ name?: string | undefined;
446
751
  image?: string | undefined;
447
752
  metadata?: string | undefined;
448
753
  };
@@ -475,6 +780,27 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
475
780
  timestamp: number;
476
781
  } | undefined;
477
782
  asset: {
783
+ icon: string | undefined;
784
+ priceDatasourceId: string | undefined;
785
+ symbol: string;
786
+ type: "CryptoCurrency";
787
+ id: string;
788
+ name: string;
789
+ market: {
790
+ coingeckoId: string | undefined;
791
+ marketCapUsd: {
792
+ value: bigint;
793
+ decimals: number;
794
+ } | undefined;
795
+ };
796
+ updatedAt: number;
797
+ } | {
798
+ icon: string | undefined;
799
+ symbol: string;
800
+ type: "FiatCurrency";
801
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
802
+ name: string;
803
+ } | {
478
804
  name: string | undefined;
479
805
  symbol: string | undefined;
480
806
  image: string | undefined;
@@ -490,11 +816,32 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
490
816
  direction: "out";
491
817
  }, {
492
818
  asset: {
819
+ symbol: string;
820
+ type: "CryptoCurrency";
821
+ id: string;
822
+ name: string;
823
+ market: {
824
+ coingeckoId?: string | undefined;
825
+ marketCapUsd?: {
826
+ value: bigint;
827
+ decimals: number;
828
+ } | undefined;
829
+ };
830
+ updatedAt: number;
831
+ icon?: string | undefined;
832
+ priceDatasourceId?: string | undefined;
833
+ } | {
834
+ symbol: string;
835
+ type: "FiatCurrency";
836
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
837
+ name: string;
838
+ icon?: string | undefined;
839
+ } | {
493
840
  type: "Nft";
494
841
  id: string;
495
842
  updatedAt: number;
496
- name?: string | undefined;
497
843
  symbol?: string | undefined;
844
+ name?: string | undefined;
498
845
  image?: string | undefined;
499
846
  metadata?: string | undefined;
500
847
  };
@@ -514,58 +861,2572 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
514
861
  } | undefined;
515
862
  from?: string | undefined;
516
863
  to?: string | undefined;
517
- }>]>, "many">;
518
- }, "strip", z.ZodTypeAny, {
519
- type: "NormalAction";
520
- timestamp: number;
521
- action: "send-to-cex";
522
- evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
523
- transfers: ({
524
- from: string | undefined;
525
- to: string | undefined;
526
- price: {
527
- cryptoCurrencyId: string;
528
- fiatCurrencyId: string;
529
- price: {
530
- value: bigint;
531
- decimals: number;
532
- };
533
- timestamp: number;
534
- } | undefined;
535
- asset: {
536
- icon: string | undefined;
537
- priceDatasourceId: string | undefined;
538
- symbol: string;
539
- type: "CryptoCurrency";
540
- id: string;
541
- name: string;
542
- market: {
543
- coingeckoId: string | undefined;
544
- marketCapUsd: {
864
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
865
+ from: z.ZodOptional<z.ZodString>;
866
+ to: z.ZodOptional<z.ZodString>;
867
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
868
+ type: z.ZodLiteral<"CryptoCurrency">;
869
+ id: z.ZodString;
870
+ name: z.ZodString;
871
+ symbol: z.ZodString;
872
+ icon: z.ZodOptional<z.ZodString>;
873
+ market: z.ZodEffects<z.ZodObject<{
874
+ coingeckoId: z.ZodOptional<z.ZodString>;
875
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
876
+ value: z.ZodBigInt;
877
+ decimals: z.ZodNumber;
878
+ }, "strip", z.ZodTypeAny, {
545
879
  value: bigint;
546
880
  decimals: number;
547
- } | undefined;
881
+ }, {
882
+ value: bigint;
883
+ decimals: number;
884
+ }>>;
885
+ }, "strip", z.ZodTypeAny, {
886
+ coingeckoId?: string | undefined;
887
+ marketCapUsd?: {
888
+ value: bigint;
889
+ decimals: number;
890
+ } | undefined;
891
+ }, {
892
+ coingeckoId?: string | undefined;
893
+ marketCapUsd?: {
894
+ value: bigint;
895
+ decimals: number;
896
+ } | undefined;
897
+ }>, {
898
+ coingeckoId: string | undefined;
899
+ marketCapUsd: {
900
+ value: bigint;
901
+ decimals: number;
902
+ } | undefined;
903
+ }, {
904
+ coingeckoId?: string | undefined;
905
+ marketCapUsd?: {
906
+ value: bigint;
907
+ decimals: number;
908
+ } | undefined;
909
+ }>;
910
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
911
+ updatedAt: z.ZodNumber;
912
+ }, "strip", z.ZodTypeAny, {
913
+ symbol: string;
914
+ type: "CryptoCurrency";
915
+ id: string;
916
+ name: string;
917
+ market: {
918
+ coingeckoId: string | undefined;
919
+ marketCapUsd: {
920
+ value: bigint;
921
+ decimals: number;
922
+ } | undefined;
923
+ };
924
+ updatedAt: number;
925
+ icon?: string | undefined;
926
+ priceDatasourceId?: string | undefined;
927
+ }, {
928
+ symbol: string;
929
+ type: "CryptoCurrency";
930
+ id: string;
931
+ name: string;
932
+ market: {
933
+ coingeckoId?: string | undefined;
934
+ marketCapUsd?: {
935
+ value: bigint;
936
+ decimals: number;
937
+ } | undefined;
938
+ };
939
+ updatedAt: number;
940
+ icon?: string | undefined;
941
+ priceDatasourceId?: string | undefined;
942
+ }>, {
943
+ icon: string | undefined;
944
+ priceDatasourceId: string | undefined;
945
+ symbol: string;
946
+ type: "CryptoCurrency";
947
+ id: string;
948
+ name: string;
949
+ market: {
950
+ coingeckoId: string | undefined;
951
+ marketCapUsd: {
952
+ value: bigint;
953
+ decimals: number;
954
+ } | undefined;
955
+ };
956
+ updatedAt: number;
957
+ }, {
958
+ symbol: string;
959
+ type: "CryptoCurrency";
960
+ id: string;
961
+ name: string;
962
+ market: {
963
+ coingeckoId?: string | undefined;
964
+ marketCapUsd?: {
965
+ value: bigint;
966
+ decimals: number;
967
+ } | undefined;
968
+ };
969
+ updatedAt: number;
970
+ icon?: string | undefined;
971
+ priceDatasourceId?: string | undefined;
972
+ }>, z.ZodEffects<z.ZodObject<{
973
+ type: z.ZodLiteral<"FiatCurrency">;
974
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
975
+ name: z.ZodString;
976
+ symbol: z.ZodString;
977
+ icon: z.ZodOptional<z.ZodString>;
978
+ }, "strip", z.ZodTypeAny, {
979
+ symbol: string;
980
+ type: "FiatCurrency";
981
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
982
+ name: string;
983
+ icon?: string | undefined;
984
+ }, {
985
+ symbol: string;
986
+ type: "FiatCurrency";
987
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
988
+ name: string;
989
+ icon?: string | undefined;
990
+ }>, {
991
+ icon: string | undefined;
992
+ symbol: string;
993
+ type: "FiatCurrency";
994
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
995
+ name: string;
996
+ }, {
997
+ symbol: string;
998
+ type: "FiatCurrency";
999
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1000
+ name: string;
1001
+ icon?: string | undefined;
1002
+ }>, z.ZodEffects<z.ZodObject<{
1003
+ type: z.ZodLiteral<"Nft">;
1004
+ id: z.ZodString;
1005
+ name: z.ZodOptional<z.ZodString>;
1006
+ symbol: z.ZodOptional<z.ZodString>;
1007
+ image: z.ZodOptional<z.ZodString>;
1008
+ metadata: z.ZodOptional<z.ZodString>;
1009
+ updatedAt: z.ZodNumber;
1010
+ }, "strip", z.ZodTypeAny, {
1011
+ type: "Nft";
1012
+ id: string;
1013
+ updatedAt: number;
1014
+ symbol?: string | undefined;
1015
+ name?: string | undefined;
1016
+ image?: string | undefined;
1017
+ metadata?: string | undefined;
1018
+ }, {
1019
+ type: "Nft";
1020
+ id: string;
1021
+ updatedAt: number;
1022
+ symbol?: string | undefined;
1023
+ name?: string | undefined;
1024
+ image?: string | undefined;
1025
+ metadata?: string | undefined;
1026
+ }>, {
1027
+ name: string | undefined;
1028
+ symbol: string | undefined;
1029
+ image: string | undefined;
1030
+ metadata: string | undefined;
1031
+ type: "Nft";
1032
+ id: string;
1033
+ updatedAt: number;
1034
+ }, {
1035
+ type: "Nft";
1036
+ id: string;
1037
+ updatedAt: number;
1038
+ symbol?: string | undefined;
1039
+ name?: string | undefined;
1040
+ image?: string | undefined;
1041
+ metadata?: string | undefined;
1042
+ }>]>;
1043
+ amount: z.ZodObject<{
1044
+ value: z.ZodBigInt;
1045
+ decimals: z.ZodNumber;
1046
+ }, "strip", z.ZodTypeAny, {
1047
+ value: bigint;
1048
+ decimals: number;
1049
+ }, {
1050
+ value: bigint;
1051
+ decimals: number;
1052
+ }>;
1053
+ price: z.ZodOptional<z.ZodObject<{
1054
+ cryptoCurrencyId: z.ZodString;
1055
+ fiatCurrencyId: z.ZodString;
1056
+ price: z.ZodObject<{
1057
+ value: z.ZodBigInt;
1058
+ decimals: z.ZodNumber;
1059
+ }, "strip", z.ZodTypeAny, {
1060
+ value: bigint;
1061
+ decimals: number;
1062
+ }, {
1063
+ value: bigint;
1064
+ decimals: number;
1065
+ }>;
1066
+ timestamp: z.ZodNumber;
1067
+ }, "strip", z.ZodTypeAny, {
1068
+ cryptoCurrencyId: string;
1069
+ fiatCurrencyId: string;
1070
+ price: {
1071
+ value: bigint;
1072
+ decimals: number;
1073
+ };
1074
+ timestamp: number;
1075
+ }, {
1076
+ cryptoCurrencyId: string;
1077
+ fiatCurrencyId: string;
1078
+ price: {
1079
+ value: bigint;
1080
+ decimals: number;
1081
+ };
1082
+ timestamp: number;
1083
+ }>>;
1084
+ }, {
1085
+ direction: z.ZodLiteral<"none">;
1086
+ }>, "strip", z.ZodTypeAny, {
1087
+ asset: {
1088
+ icon: string | undefined;
1089
+ priceDatasourceId: string | undefined;
1090
+ symbol: string;
1091
+ type: "CryptoCurrency";
1092
+ id: string;
1093
+ name: string;
1094
+ market: {
1095
+ coingeckoId: string | undefined;
1096
+ marketCapUsd: {
1097
+ value: bigint;
1098
+ decimals: number;
1099
+ } | undefined;
1100
+ };
1101
+ updatedAt: number;
1102
+ } | {
1103
+ icon: string | undefined;
1104
+ symbol: string;
1105
+ type: "FiatCurrency";
1106
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1107
+ name: string;
1108
+ } | {
1109
+ name: string | undefined;
1110
+ symbol: string | undefined;
1111
+ image: string | undefined;
1112
+ metadata: string | undefined;
1113
+ type: "Nft";
1114
+ id: string;
1115
+ updatedAt: number;
1116
+ };
1117
+ amount: {
1118
+ value: bigint;
1119
+ decimals: number;
1120
+ };
1121
+ direction: "none";
1122
+ price?: {
1123
+ cryptoCurrencyId: string;
1124
+ fiatCurrencyId: string;
1125
+ price: {
1126
+ value: bigint;
1127
+ decimals: number;
1128
+ };
1129
+ timestamp: number;
1130
+ } | undefined;
1131
+ from?: string | undefined;
1132
+ to?: string | undefined;
1133
+ }, {
1134
+ asset: {
1135
+ symbol: string;
1136
+ type: "CryptoCurrency";
1137
+ id: string;
1138
+ name: string;
1139
+ market: {
1140
+ coingeckoId?: string | undefined;
1141
+ marketCapUsd?: {
1142
+ value: bigint;
1143
+ decimals: number;
1144
+ } | undefined;
1145
+ };
1146
+ updatedAt: number;
1147
+ icon?: string | undefined;
1148
+ priceDatasourceId?: string | undefined;
1149
+ } | {
1150
+ symbol: string;
1151
+ type: "FiatCurrency";
1152
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1153
+ name: string;
1154
+ icon?: string | undefined;
1155
+ } | {
1156
+ type: "Nft";
1157
+ id: string;
1158
+ updatedAt: number;
1159
+ symbol?: string | undefined;
1160
+ name?: string | undefined;
1161
+ image?: string | undefined;
1162
+ metadata?: string | undefined;
1163
+ };
1164
+ amount: {
1165
+ value: bigint;
1166
+ decimals: number;
1167
+ };
1168
+ direction: "none";
1169
+ price?: {
1170
+ cryptoCurrencyId: string;
1171
+ fiatCurrencyId: string;
1172
+ price: {
1173
+ value: bigint;
1174
+ decimals: number;
1175
+ };
1176
+ timestamp: number;
1177
+ } | undefined;
1178
+ from?: string | undefined;
1179
+ to?: string | undefined;
1180
+ }>, {
1181
+ from: string | undefined;
1182
+ to: string | undefined;
1183
+ price: {
1184
+ cryptoCurrencyId: string;
1185
+ fiatCurrencyId: string;
1186
+ price: {
1187
+ value: bigint;
1188
+ decimals: number;
1189
+ };
1190
+ timestamp: number;
1191
+ } | undefined;
1192
+ asset: {
1193
+ icon: string | undefined;
1194
+ priceDatasourceId: string | undefined;
1195
+ symbol: string;
1196
+ type: "CryptoCurrency";
1197
+ id: string;
1198
+ name: string;
1199
+ market: {
1200
+ coingeckoId: string | undefined;
1201
+ marketCapUsd: {
1202
+ value: bigint;
1203
+ decimals: number;
1204
+ } | undefined;
1205
+ };
1206
+ updatedAt: number;
1207
+ } | {
1208
+ icon: string | undefined;
1209
+ symbol: string;
1210
+ type: "FiatCurrency";
1211
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1212
+ name: string;
1213
+ } | {
1214
+ name: string | undefined;
1215
+ symbol: string | undefined;
1216
+ image: string | undefined;
1217
+ metadata: string | undefined;
1218
+ type: "Nft";
1219
+ id: string;
1220
+ updatedAt: number;
1221
+ };
1222
+ amount: {
1223
+ value: bigint;
1224
+ decimals: number;
1225
+ };
1226
+ direction: "none";
1227
+ }, {
1228
+ asset: {
1229
+ symbol: string;
1230
+ type: "CryptoCurrency";
1231
+ id: string;
1232
+ name: string;
1233
+ market: {
1234
+ coingeckoId?: string | undefined;
1235
+ marketCapUsd?: {
1236
+ value: bigint;
1237
+ decimals: number;
1238
+ } | undefined;
1239
+ };
1240
+ updatedAt: number;
1241
+ icon?: string | undefined;
1242
+ priceDatasourceId?: string | undefined;
1243
+ } | {
1244
+ symbol: string;
1245
+ type: "FiatCurrency";
1246
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1247
+ name: string;
1248
+ icon?: string | undefined;
1249
+ } | {
1250
+ type: "Nft";
1251
+ id: string;
1252
+ updatedAt: number;
1253
+ symbol?: string | undefined;
1254
+ name?: string | undefined;
1255
+ image?: string | undefined;
1256
+ metadata?: string | undefined;
1257
+ };
1258
+ amount: {
1259
+ value: bigint;
1260
+ decimals: number;
1261
+ };
1262
+ direction: "none";
1263
+ price?: {
1264
+ cryptoCurrencyId: string;
1265
+ fiatCurrencyId: string;
1266
+ price: {
1267
+ value: bigint;
1268
+ decimals: number;
1269
+ };
1270
+ timestamp: number;
1271
+ } | undefined;
1272
+ from?: string | undefined;
1273
+ to?: string | undefined;
1274
+ }>]>, "many">;
1275
+ }, {
1276
+ action: z.ZodLiteral<"send-to-cex">;
1277
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1278
+ from: z.ZodOptional<z.ZodString>;
1279
+ to: z.ZodOptional<z.ZodString>;
1280
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
1281
+ type: z.ZodLiteral<"CryptoCurrency">;
1282
+ id: z.ZodString;
1283
+ name: z.ZodString;
1284
+ symbol: z.ZodString;
1285
+ icon: z.ZodOptional<z.ZodString>;
1286
+ market: z.ZodEffects<z.ZodObject<{
1287
+ coingeckoId: z.ZodOptional<z.ZodString>;
1288
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1289
+ value: z.ZodBigInt;
1290
+ decimals: z.ZodNumber;
1291
+ }, "strip", z.ZodTypeAny, {
1292
+ value: bigint;
1293
+ decimals: number;
1294
+ }, {
1295
+ value: bigint;
1296
+ decimals: number;
1297
+ }>>;
1298
+ }, "strip", z.ZodTypeAny, {
1299
+ coingeckoId?: string | undefined;
1300
+ marketCapUsd?: {
1301
+ value: bigint;
1302
+ decimals: number;
1303
+ } | undefined;
1304
+ }, {
1305
+ coingeckoId?: string | undefined;
1306
+ marketCapUsd?: {
1307
+ value: bigint;
1308
+ decimals: number;
1309
+ } | undefined;
1310
+ }>, {
1311
+ coingeckoId: string | undefined;
1312
+ marketCapUsd: {
1313
+ value: bigint;
1314
+ decimals: number;
1315
+ } | undefined;
1316
+ }, {
1317
+ coingeckoId?: string | undefined;
1318
+ marketCapUsd?: {
1319
+ value: bigint;
1320
+ decimals: number;
1321
+ } | undefined;
1322
+ }>;
1323
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
1324
+ updatedAt: z.ZodNumber;
1325
+ }, "strip", z.ZodTypeAny, {
1326
+ symbol: string;
1327
+ type: "CryptoCurrency";
1328
+ id: string;
1329
+ name: string;
1330
+ market: {
1331
+ coingeckoId: string | undefined;
1332
+ marketCapUsd: {
1333
+ value: bigint;
1334
+ decimals: number;
1335
+ } | undefined;
1336
+ };
1337
+ updatedAt: number;
1338
+ icon?: string | undefined;
1339
+ priceDatasourceId?: string | undefined;
1340
+ }, {
1341
+ symbol: string;
1342
+ type: "CryptoCurrency";
1343
+ id: string;
1344
+ name: string;
1345
+ market: {
1346
+ coingeckoId?: string | undefined;
1347
+ marketCapUsd?: {
1348
+ value: bigint;
1349
+ decimals: number;
1350
+ } | undefined;
1351
+ };
1352
+ updatedAt: number;
1353
+ icon?: string | undefined;
1354
+ priceDatasourceId?: string | undefined;
1355
+ }>, {
1356
+ icon: string | undefined;
1357
+ priceDatasourceId: string | undefined;
1358
+ symbol: string;
1359
+ type: "CryptoCurrency";
1360
+ id: string;
1361
+ name: string;
1362
+ market: {
1363
+ coingeckoId: string | undefined;
1364
+ marketCapUsd: {
1365
+ value: bigint;
1366
+ decimals: number;
1367
+ } | undefined;
1368
+ };
1369
+ updatedAt: number;
1370
+ }, {
1371
+ symbol: string;
1372
+ type: "CryptoCurrency";
1373
+ id: string;
1374
+ name: string;
1375
+ market: {
1376
+ coingeckoId?: string | undefined;
1377
+ marketCapUsd?: {
1378
+ value: bigint;
1379
+ decimals: number;
1380
+ } | undefined;
1381
+ };
1382
+ updatedAt: number;
1383
+ icon?: string | undefined;
1384
+ priceDatasourceId?: string | undefined;
1385
+ }>, z.ZodEffects<z.ZodObject<{
1386
+ type: z.ZodLiteral<"FiatCurrency">;
1387
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
1388
+ name: z.ZodString;
1389
+ symbol: z.ZodString;
1390
+ icon: z.ZodOptional<z.ZodString>;
1391
+ }, "strip", z.ZodTypeAny, {
1392
+ symbol: string;
1393
+ type: "FiatCurrency";
1394
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1395
+ name: string;
1396
+ icon?: string | undefined;
1397
+ }, {
1398
+ symbol: string;
1399
+ type: "FiatCurrency";
1400
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1401
+ name: string;
1402
+ icon?: string | undefined;
1403
+ }>, {
1404
+ icon: string | undefined;
1405
+ symbol: string;
1406
+ type: "FiatCurrency";
1407
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1408
+ name: string;
1409
+ }, {
1410
+ symbol: string;
1411
+ type: "FiatCurrency";
1412
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1413
+ name: string;
1414
+ icon?: string | undefined;
1415
+ }>, z.ZodEffects<z.ZodObject<{
1416
+ type: z.ZodLiteral<"Nft">;
1417
+ id: z.ZodString;
1418
+ name: z.ZodOptional<z.ZodString>;
1419
+ symbol: z.ZodOptional<z.ZodString>;
1420
+ image: z.ZodOptional<z.ZodString>;
1421
+ metadata: z.ZodOptional<z.ZodString>;
1422
+ updatedAt: z.ZodNumber;
1423
+ }, "strip", z.ZodTypeAny, {
1424
+ type: "Nft";
1425
+ id: string;
1426
+ updatedAt: number;
1427
+ symbol?: string | undefined;
1428
+ name?: string | undefined;
1429
+ image?: string | undefined;
1430
+ metadata?: string | undefined;
1431
+ }, {
1432
+ type: "Nft";
1433
+ id: string;
1434
+ updatedAt: number;
1435
+ symbol?: string | undefined;
1436
+ name?: string | undefined;
1437
+ image?: string | undefined;
1438
+ metadata?: string | undefined;
1439
+ }>, {
1440
+ name: string | undefined;
1441
+ symbol: string | undefined;
1442
+ image: string | undefined;
1443
+ metadata: string | undefined;
1444
+ type: "Nft";
1445
+ id: string;
1446
+ updatedAt: number;
1447
+ }, {
1448
+ type: "Nft";
1449
+ id: string;
1450
+ updatedAt: number;
1451
+ symbol?: string | undefined;
1452
+ name?: string | undefined;
1453
+ image?: string | undefined;
1454
+ metadata?: string | undefined;
1455
+ }>]>;
1456
+ amount: z.ZodObject<{
1457
+ value: z.ZodBigInt;
1458
+ decimals: z.ZodNumber;
1459
+ }, "strip", z.ZodTypeAny, {
1460
+ value: bigint;
1461
+ decimals: number;
1462
+ }, {
1463
+ value: bigint;
1464
+ decimals: number;
1465
+ }>;
1466
+ price: z.ZodOptional<z.ZodObject<{
1467
+ cryptoCurrencyId: z.ZodString;
1468
+ fiatCurrencyId: z.ZodString;
1469
+ price: z.ZodObject<{
1470
+ value: z.ZodBigInt;
1471
+ decimals: z.ZodNumber;
1472
+ }, "strip", z.ZodTypeAny, {
1473
+ value: bigint;
1474
+ decimals: number;
1475
+ }, {
1476
+ value: bigint;
1477
+ decimals: number;
1478
+ }>;
1479
+ timestamp: z.ZodNumber;
1480
+ }, "strip", z.ZodTypeAny, {
1481
+ cryptoCurrencyId: string;
1482
+ fiatCurrencyId: string;
1483
+ price: {
1484
+ value: bigint;
1485
+ decimals: number;
1486
+ };
1487
+ timestamp: number;
1488
+ }, {
1489
+ cryptoCurrencyId: string;
1490
+ fiatCurrencyId: string;
1491
+ price: {
1492
+ value: bigint;
1493
+ decimals: number;
1494
+ };
1495
+ timestamp: number;
1496
+ }>>;
1497
+ }, {
1498
+ direction: z.ZodLiteral<"out">;
1499
+ }>, {
1500
+ asset: z.ZodEffects<z.ZodObject<{
1501
+ type: z.ZodLiteral<"CryptoCurrency">;
1502
+ id: z.ZodString;
1503
+ name: z.ZodString;
1504
+ symbol: z.ZodString;
1505
+ icon: z.ZodOptional<z.ZodString>;
1506
+ market: z.ZodEffects<z.ZodObject<{
1507
+ coingeckoId: z.ZodOptional<z.ZodString>;
1508
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1509
+ value: z.ZodBigInt;
1510
+ decimals: z.ZodNumber;
1511
+ }, "strip", z.ZodTypeAny, {
1512
+ value: bigint;
1513
+ decimals: number;
1514
+ }, {
1515
+ value: bigint;
1516
+ decimals: number;
1517
+ }>>;
1518
+ }, "strip", z.ZodTypeAny, {
1519
+ coingeckoId?: string | undefined;
1520
+ marketCapUsd?: {
1521
+ value: bigint;
1522
+ decimals: number;
1523
+ } | undefined;
1524
+ }, {
1525
+ coingeckoId?: string | undefined;
1526
+ marketCapUsd?: {
1527
+ value: bigint;
1528
+ decimals: number;
1529
+ } | undefined;
1530
+ }>, {
1531
+ coingeckoId: string | undefined;
1532
+ marketCapUsd: {
1533
+ value: bigint;
1534
+ decimals: number;
1535
+ } | undefined;
1536
+ }, {
1537
+ coingeckoId?: string | undefined;
1538
+ marketCapUsd?: {
1539
+ value: bigint;
1540
+ decimals: number;
1541
+ } | undefined;
1542
+ }>;
1543
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
1544
+ updatedAt: z.ZodNumber;
1545
+ }, "strip", z.ZodTypeAny, {
1546
+ symbol: string;
1547
+ type: "CryptoCurrency";
1548
+ id: string;
1549
+ name: string;
1550
+ market: {
1551
+ coingeckoId: string | undefined;
1552
+ marketCapUsd: {
1553
+ value: bigint;
1554
+ decimals: number;
1555
+ } | undefined;
1556
+ };
1557
+ updatedAt: number;
1558
+ icon?: string | undefined;
1559
+ priceDatasourceId?: string | undefined;
1560
+ }, {
1561
+ symbol: string;
1562
+ type: "CryptoCurrency";
1563
+ id: string;
1564
+ name: string;
1565
+ market: {
1566
+ coingeckoId?: string | undefined;
1567
+ marketCapUsd?: {
1568
+ value: bigint;
1569
+ decimals: number;
1570
+ } | undefined;
1571
+ };
1572
+ updatedAt: number;
1573
+ icon?: string | undefined;
1574
+ priceDatasourceId?: string | undefined;
1575
+ }>, {
1576
+ icon: string | undefined;
1577
+ priceDatasourceId: string | undefined;
1578
+ symbol: string;
1579
+ type: "CryptoCurrency";
1580
+ id: string;
1581
+ name: string;
1582
+ market: {
1583
+ coingeckoId: string | undefined;
1584
+ marketCapUsd: {
1585
+ value: bigint;
1586
+ decimals: number;
1587
+ } | undefined;
1588
+ };
1589
+ updatedAt: number;
1590
+ }, {
1591
+ symbol: string;
1592
+ type: "CryptoCurrency";
1593
+ id: string;
1594
+ name: string;
1595
+ market: {
1596
+ coingeckoId?: string | undefined;
1597
+ marketCapUsd?: {
1598
+ value: bigint;
1599
+ decimals: number;
1600
+ } | undefined;
1601
+ };
1602
+ updatedAt: number;
1603
+ icon?: string | undefined;
1604
+ priceDatasourceId?: string | undefined;
1605
+ }>;
1606
+ }>, "strip", z.ZodTypeAny, {
1607
+ asset: {
1608
+ icon: string | undefined;
1609
+ priceDatasourceId: string | undefined;
1610
+ symbol: string;
1611
+ type: "CryptoCurrency";
1612
+ id: string;
1613
+ name: string;
1614
+ market: {
1615
+ coingeckoId: string | undefined;
1616
+ marketCapUsd: {
1617
+ value: bigint;
1618
+ decimals: number;
1619
+ } | undefined;
1620
+ };
1621
+ updatedAt: number;
1622
+ };
1623
+ amount: {
1624
+ value: bigint;
1625
+ decimals: number;
1626
+ };
1627
+ direction: "out";
1628
+ price?: {
1629
+ cryptoCurrencyId: string;
1630
+ fiatCurrencyId: string;
1631
+ price: {
1632
+ value: bigint;
1633
+ decimals: number;
1634
+ };
1635
+ timestamp: number;
1636
+ } | undefined;
1637
+ from?: string | undefined;
1638
+ to?: string | undefined;
1639
+ }, {
1640
+ asset: {
1641
+ symbol: string;
1642
+ type: "CryptoCurrency";
1643
+ id: string;
1644
+ name: string;
1645
+ market: {
1646
+ coingeckoId?: string | undefined;
1647
+ marketCapUsd?: {
1648
+ value: bigint;
1649
+ decimals: number;
1650
+ } | undefined;
1651
+ };
1652
+ updatedAt: number;
1653
+ icon?: string | undefined;
1654
+ priceDatasourceId?: string | undefined;
1655
+ };
1656
+ amount: {
1657
+ value: bigint;
1658
+ decimals: number;
1659
+ };
1660
+ direction: "out";
1661
+ price?: {
1662
+ cryptoCurrencyId: string;
1663
+ fiatCurrencyId: string;
1664
+ price: {
1665
+ value: bigint;
1666
+ decimals: number;
1667
+ };
1668
+ timestamp: number;
1669
+ } | undefined;
1670
+ from?: string | undefined;
1671
+ to?: string | undefined;
1672
+ }>, {
1673
+ from: string | undefined;
1674
+ to: string | undefined;
1675
+ price: {
1676
+ cryptoCurrencyId: string;
1677
+ fiatCurrencyId: string;
1678
+ price: {
1679
+ value: bigint;
1680
+ decimals: number;
1681
+ };
1682
+ timestamp: number;
1683
+ } | undefined;
1684
+ asset: {
1685
+ icon: string | undefined;
1686
+ priceDatasourceId: string | undefined;
1687
+ symbol: string;
1688
+ type: "CryptoCurrency";
1689
+ id: string;
1690
+ name: string;
1691
+ market: {
1692
+ coingeckoId: string | undefined;
1693
+ marketCapUsd: {
1694
+ value: bigint;
1695
+ decimals: number;
1696
+ } | undefined;
1697
+ };
1698
+ updatedAt: number;
1699
+ };
1700
+ amount: {
1701
+ value: bigint;
1702
+ decimals: number;
1703
+ };
1704
+ direction: "out";
1705
+ }, {
1706
+ asset: {
1707
+ symbol: string;
1708
+ type: "CryptoCurrency";
1709
+ id: string;
1710
+ name: string;
1711
+ market: {
1712
+ coingeckoId?: string | undefined;
1713
+ marketCapUsd?: {
1714
+ value: bigint;
1715
+ decimals: number;
1716
+ } | undefined;
1717
+ };
1718
+ updatedAt: number;
1719
+ icon?: string | undefined;
1720
+ priceDatasourceId?: string | undefined;
1721
+ };
1722
+ amount: {
1723
+ value: bigint;
1724
+ decimals: number;
1725
+ };
1726
+ direction: "out";
1727
+ price?: {
1728
+ cryptoCurrencyId: string;
1729
+ fiatCurrencyId: string;
1730
+ price: {
1731
+ value: bigint;
1732
+ decimals: number;
1733
+ };
1734
+ timestamp: number;
1735
+ } | undefined;
1736
+ from?: string | undefined;
1737
+ to?: string | undefined;
1738
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1739
+ from: z.ZodOptional<z.ZodString>;
1740
+ to: z.ZodOptional<z.ZodString>;
1741
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
1742
+ type: z.ZodLiteral<"CryptoCurrency">;
1743
+ id: z.ZodString;
1744
+ name: z.ZodString;
1745
+ symbol: z.ZodString;
1746
+ icon: z.ZodOptional<z.ZodString>;
1747
+ market: z.ZodEffects<z.ZodObject<{
1748
+ coingeckoId: z.ZodOptional<z.ZodString>;
1749
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1750
+ value: z.ZodBigInt;
1751
+ decimals: z.ZodNumber;
1752
+ }, "strip", z.ZodTypeAny, {
1753
+ value: bigint;
1754
+ decimals: number;
1755
+ }, {
1756
+ value: bigint;
1757
+ decimals: number;
1758
+ }>>;
1759
+ }, "strip", z.ZodTypeAny, {
1760
+ coingeckoId?: string | undefined;
1761
+ marketCapUsd?: {
1762
+ value: bigint;
1763
+ decimals: number;
1764
+ } | undefined;
1765
+ }, {
1766
+ coingeckoId?: string | undefined;
1767
+ marketCapUsd?: {
1768
+ value: bigint;
1769
+ decimals: number;
1770
+ } | undefined;
1771
+ }>, {
1772
+ coingeckoId: string | undefined;
1773
+ marketCapUsd: {
1774
+ value: bigint;
1775
+ decimals: number;
1776
+ } | undefined;
1777
+ }, {
1778
+ coingeckoId?: string | undefined;
1779
+ marketCapUsd?: {
1780
+ value: bigint;
1781
+ decimals: number;
1782
+ } | undefined;
1783
+ }>;
1784
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
1785
+ updatedAt: z.ZodNumber;
1786
+ }, "strip", z.ZodTypeAny, {
1787
+ symbol: string;
1788
+ type: "CryptoCurrency";
1789
+ id: string;
1790
+ name: string;
1791
+ market: {
1792
+ coingeckoId: string | undefined;
1793
+ marketCapUsd: {
1794
+ value: bigint;
1795
+ decimals: number;
1796
+ } | undefined;
1797
+ };
1798
+ updatedAt: number;
1799
+ icon?: string | undefined;
1800
+ priceDatasourceId?: string | undefined;
1801
+ }, {
1802
+ symbol: string;
1803
+ type: "CryptoCurrency";
1804
+ id: string;
1805
+ name: string;
1806
+ market: {
1807
+ coingeckoId?: string | undefined;
1808
+ marketCapUsd?: {
1809
+ value: bigint;
1810
+ decimals: number;
1811
+ } | undefined;
1812
+ };
1813
+ updatedAt: number;
1814
+ icon?: string | undefined;
1815
+ priceDatasourceId?: string | undefined;
1816
+ }>, {
1817
+ icon: string | undefined;
1818
+ priceDatasourceId: string | undefined;
1819
+ symbol: string;
1820
+ type: "CryptoCurrency";
1821
+ id: string;
1822
+ name: string;
1823
+ market: {
1824
+ coingeckoId: string | undefined;
1825
+ marketCapUsd: {
1826
+ value: bigint;
1827
+ decimals: number;
1828
+ } | undefined;
1829
+ };
1830
+ updatedAt: number;
1831
+ }, {
1832
+ symbol: string;
1833
+ type: "CryptoCurrency";
1834
+ id: string;
1835
+ name: string;
1836
+ market: {
1837
+ coingeckoId?: string | undefined;
1838
+ marketCapUsd?: {
1839
+ value: bigint;
1840
+ decimals: number;
1841
+ } | undefined;
1842
+ };
1843
+ updatedAt: number;
1844
+ icon?: string | undefined;
1845
+ priceDatasourceId?: string | undefined;
1846
+ }>, z.ZodEffects<z.ZodObject<{
1847
+ type: z.ZodLiteral<"FiatCurrency">;
1848
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
1849
+ name: z.ZodString;
1850
+ symbol: z.ZodString;
1851
+ icon: z.ZodOptional<z.ZodString>;
1852
+ }, "strip", z.ZodTypeAny, {
1853
+ symbol: string;
1854
+ type: "FiatCurrency";
1855
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1856
+ name: string;
1857
+ icon?: string | undefined;
1858
+ }, {
1859
+ symbol: string;
1860
+ type: "FiatCurrency";
1861
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1862
+ name: string;
1863
+ icon?: string | undefined;
1864
+ }>, {
1865
+ icon: string | undefined;
1866
+ symbol: string;
1867
+ type: "FiatCurrency";
1868
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1869
+ name: string;
1870
+ }, {
1871
+ symbol: string;
1872
+ type: "FiatCurrency";
1873
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1874
+ name: string;
1875
+ icon?: string | undefined;
1876
+ }>, z.ZodEffects<z.ZodObject<{
1877
+ type: z.ZodLiteral<"Nft">;
1878
+ id: z.ZodString;
1879
+ name: z.ZodOptional<z.ZodString>;
1880
+ symbol: z.ZodOptional<z.ZodString>;
1881
+ image: z.ZodOptional<z.ZodString>;
1882
+ metadata: z.ZodOptional<z.ZodString>;
1883
+ updatedAt: z.ZodNumber;
1884
+ }, "strip", z.ZodTypeAny, {
1885
+ type: "Nft";
1886
+ id: string;
1887
+ updatedAt: number;
1888
+ symbol?: string | undefined;
1889
+ name?: string | undefined;
1890
+ image?: string | undefined;
1891
+ metadata?: string | undefined;
1892
+ }, {
1893
+ type: "Nft";
1894
+ id: string;
1895
+ updatedAt: number;
1896
+ symbol?: string | undefined;
1897
+ name?: string | undefined;
1898
+ image?: string | undefined;
1899
+ metadata?: string | undefined;
1900
+ }>, {
1901
+ name: string | undefined;
1902
+ symbol: string | undefined;
1903
+ image: string | undefined;
1904
+ metadata: string | undefined;
1905
+ type: "Nft";
1906
+ id: string;
1907
+ updatedAt: number;
1908
+ }, {
1909
+ type: "Nft";
1910
+ id: string;
1911
+ updatedAt: number;
1912
+ symbol?: string | undefined;
1913
+ name?: string | undefined;
1914
+ image?: string | undefined;
1915
+ metadata?: string | undefined;
1916
+ }>]>;
1917
+ amount: z.ZodObject<{
1918
+ value: z.ZodBigInt;
1919
+ decimals: z.ZodNumber;
1920
+ }, "strip", z.ZodTypeAny, {
1921
+ value: bigint;
1922
+ decimals: number;
1923
+ }, {
1924
+ value: bigint;
1925
+ decimals: number;
1926
+ }>;
1927
+ price: z.ZodOptional<z.ZodObject<{
1928
+ cryptoCurrencyId: z.ZodString;
1929
+ fiatCurrencyId: z.ZodString;
1930
+ price: z.ZodObject<{
1931
+ value: z.ZodBigInt;
1932
+ decimals: z.ZodNumber;
1933
+ }, "strip", z.ZodTypeAny, {
1934
+ value: bigint;
1935
+ decimals: number;
1936
+ }, {
1937
+ value: bigint;
1938
+ decimals: number;
1939
+ }>;
1940
+ timestamp: z.ZodNumber;
1941
+ }, "strip", z.ZodTypeAny, {
1942
+ cryptoCurrencyId: string;
1943
+ fiatCurrencyId: string;
1944
+ price: {
1945
+ value: bigint;
1946
+ decimals: number;
1947
+ };
1948
+ timestamp: number;
1949
+ }, {
1950
+ cryptoCurrencyId: string;
1951
+ fiatCurrencyId: string;
1952
+ price: {
1953
+ value: bigint;
1954
+ decimals: number;
1955
+ };
1956
+ timestamp: number;
1957
+ }>>;
1958
+ }, {
1959
+ direction: z.ZodLiteral<"out">;
1960
+ }>, {
1961
+ asset: z.ZodEffects<z.ZodObject<{
1962
+ type: z.ZodLiteral<"Nft">;
1963
+ id: z.ZodString;
1964
+ name: z.ZodOptional<z.ZodString>;
1965
+ symbol: z.ZodOptional<z.ZodString>;
1966
+ image: z.ZodOptional<z.ZodString>;
1967
+ metadata: z.ZodOptional<z.ZodString>;
1968
+ updatedAt: z.ZodNumber;
1969
+ }, "strip", z.ZodTypeAny, {
1970
+ type: "Nft";
1971
+ id: string;
1972
+ updatedAt: number;
1973
+ symbol?: string | undefined;
1974
+ name?: string | undefined;
1975
+ image?: string | undefined;
1976
+ metadata?: string | undefined;
1977
+ }, {
1978
+ type: "Nft";
1979
+ id: string;
1980
+ updatedAt: number;
1981
+ symbol?: string | undefined;
1982
+ name?: string | undefined;
1983
+ image?: string | undefined;
1984
+ metadata?: string | undefined;
1985
+ }>, {
1986
+ name: string | undefined;
1987
+ symbol: string | undefined;
1988
+ image: string | undefined;
1989
+ metadata: string | undefined;
1990
+ type: "Nft";
1991
+ id: string;
1992
+ updatedAt: number;
1993
+ }, {
1994
+ type: "Nft";
1995
+ id: string;
1996
+ updatedAt: number;
1997
+ symbol?: string | undefined;
1998
+ name?: string | undefined;
1999
+ image?: string | undefined;
2000
+ metadata?: string | undefined;
2001
+ }>;
2002
+ }>, "strip", z.ZodTypeAny, {
2003
+ asset: {
2004
+ name: string | undefined;
2005
+ symbol: string | undefined;
2006
+ image: string | undefined;
2007
+ metadata: string | undefined;
2008
+ type: "Nft";
2009
+ id: string;
2010
+ updatedAt: number;
2011
+ };
2012
+ amount: {
2013
+ value: bigint;
2014
+ decimals: number;
2015
+ };
2016
+ direction: "out";
2017
+ price?: {
2018
+ cryptoCurrencyId: string;
2019
+ fiatCurrencyId: string;
2020
+ price: {
2021
+ value: bigint;
2022
+ decimals: number;
2023
+ };
2024
+ timestamp: number;
2025
+ } | undefined;
2026
+ from?: string | undefined;
2027
+ to?: string | undefined;
2028
+ }, {
2029
+ asset: {
2030
+ type: "Nft";
2031
+ id: string;
2032
+ updatedAt: number;
2033
+ symbol?: string | undefined;
2034
+ name?: string | undefined;
2035
+ image?: string | undefined;
2036
+ metadata?: string | undefined;
2037
+ };
2038
+ amount: {
2039
+ value: bigint;
2040
+ decimals: number;
2041
+ };
2042
+ direction: "out";
2043
+ price?: {
2044
+ cryptoCurrencyId: string;
2045
+ fiatCurrencyId: string;
2046
+ price: {
2047
+ value: bigint;
2048
+ decimals: number;
2049
+ };
2050
+ timestamp: number;
2051
+ } | undefined;
2052
+ from?: string | undefined;
2053
+ to?: string | undefined;
2054
+ }>, {
2055
+ from: string | undefined;
2056
+ to: string | undefined;
2057
+ price: {
2058
+ cryptoCurrencyId: string;
2059
+ fiatCurrencyId: string;
2060
+ price: {
2061
+ value: bigint;
2062
+ decimals: number;
2063
+ };
2064
+ timestamp: number;
2065
+ } | undefined;
2066
+ asset: {
2067
+ name: string | undefined;
2068
+ symbol: string | undefined;
2069
+ image: string | undefined;
2070
+ metadata: string | undefined;
2071
+ type: "Nft";
2072
+ id: string;
2073
+ updatedAt: number;
2074
+ };
2075
+ amount: {
2076
+ value: bigint;
2077
+ decimals: number;
2078
+ };
2079
+ direction: "out";
2080
+ }, {
2081
+ asset: {
2082
+ type: "Nft";
2083
+ id: string;
2084
+ updatedAt: number;
2085
+ symbol?: string | undefined;
2086
+ name?: string | undefined;
2087
+ image?: string | undefined;
2088
+ metadata?: string | undefined;
2089
+ };
2090
+ amount: {
2091
+ value: bigint;
2092
+ decimals: number;
2093
+ };
2094
+ direction: "out";
2095
+ price?: {
2096
+ cryptoCurrencyId: string;
2097
+ fiatCurrencyId: string;
2098
+ price: {
2099
+ value: bigint;
2100
+ decimals: number;
2101
+ };
2102
+ timestamp: number;
2103
+ } | undefined;
2104
+ from?: string | undefined;
2105
+ to?: string | undefined;
2106
+ }>]>, "many">;
2107
+ }>, "strip", z.ZodTypeAny, {
2108
+ type: "NormalAction";
2109
+ timestamp: number;
2110
+ action: "send-to-cex";
2111
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
2112
+ transfers: ({
2113
+ from: string | undefined;
2114
+ to: string | undefined;
2115
+ price: {
2116
+ cryptoCurrencyId: string;
2117
+ fiatCurrencyId: string;
2118
+ price: {
2119
+ value: bigint;
2120
+ decimals: number;
2121
+ };
2122
+ timestamp: number;
2123
+ } | undefined;
2124
+ asset: {
2125
+ icon: string | undefined;
2126
+ priceDatasourceId: string | undefined;
2127
+ symbol: string;
2128
+ type: "CryptoCurrency";
2129
+ id: string;
2130
+ name: string;
2131
+ market: {
2132
+ coingeckoId: string | undefined;
2133
+ marketCapUsd: {
2134
+ value: bigint;
2135
+ decimals: number;
2136
+ } | undefined;
2137
+ };
2138
+ updatedAt: number;
2139
+ };
2140
+ amount: {
2141
+ value: bigint;
2142
+ decimals: number;
2143
+ };
2144
+ direction: "out";
2145
+ } | {
2146
+ from: string | undefined;
2147
+ to: string | undefined;
2148
+ price: {
2149
+ cryptoCurrencyId: string;
2150
+ fiatCurrencyId: string;
2151
+ price: {
2152
+ value: bigint;
2153
+ decimals: number;
2154
+ };
2155
+ timestamp: number;
2156
+ } | undefined;
2157
+ asset: {
2158
+ name: string | undefined;
2159
+ symbol: string | undefined;
2160
+ image: string | undefined;
2161
+ metadata: string | undefined;
2162
+ type: "Nft";
2163
+ id: string;
2164
+ updatedAt: number;
2165
+ };
2166
+ amount: {
2167
+ value: bigint;
2168
+ decimals: number;
2169
+ };
2170
+ direction: "out";
2171
+ })[];
2172
+ comment?: string | undefined;
2173
+ app?: {
2174
+ description: string | undefined;
2175
+ website: string | undefined;
2176
+ icon: string | undefined;
2177
+ id: string;
2178
+ name: string;
2179
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2180
+ } | undefined;
2181
+ }, {
2182
+ type: "NormalAction";
2183
+ timestamp: number;
2184
+ action: "send-to-cex";
2185
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
2186
+ transfers: ({
2187
+ asset: {
2188
+ symbol: string;
2189
+ type: "CryptoCurrency";
2190
+ id: string;
2191
+ name: string;
2192
+ market: {
2193
+ coingeckoId?: string | undefined;
2194
+ marketCapUsd?: {
2195
+ value: bigint;
2196
+ decimals: number;
2197
+ } | undefined;
2198
+ };
2199
+ updatedAt: number;
2200
+ icon?: string | undefined;
2201
+ priceDatasourceId?: string | undefined;
2202
+ };
2203
+ amount: {
2204
+ value: bigint;
2205
+ decimals: number;
2206
+ };
2207
+ direction: "out";
2208
+ price?: {
2209
+ cryptoCurrencyId: string;
2210
+ fiatCurrencyId: string;
2211
+ price: {
2212
+ value: bigint;
2213
+ decimals: number;
2214
+ };
2215
+ timestamp: number;
2216
+ } | undefined;
2217
+ from?: string | undefined;
2218
+ to?: string | undefined;
2219
+ } | {
2220
+ asset: {
2221
+ type: "Nft";
2222
+ id: string;
2223
+ updatedAt: number;
2224
+ symbol?: string | undefined;
2225
+ name?: string | undefined;
2226
+ image?: string | undefined;
2227
+ metadata?: string | undefined;
2228
+ };
2229
+ amount: {
2230
+ value: bigint;
2231
+ decimals: number;
2232
+ };
2233
+ direction: "out";
2234
+ price?: {
2235
+ cryptoCurrencyId: string;
2236
+ fiatCurrencyId: string;
2237
+ price: {
2238
+ value: bigint;
2239
+ decimals: number;
2240
+ };
2241
+ timestamp: number;
2242
+ } | undefined;
2243
+ from?: string | undefined;
2244
+ to?: string | undefined;
2245
+ })[];
2246
+ comment?: string | undefined;
2247
+ app?: {
2248
+ id: string;
2249
+ name: string;
2250
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2251
+ icon?: string | undefined;
2252
+ description?: string | undefined;
2253
+ website?: string | undefined;
2254
+ } | undefined;
2255
+ }>, {
2256
+ comment: string | undefined;
2257
+ app: {
2258
+ description: string | undefined;
2259
+ website: string | undefined;
2260
+ icon: string | undefined;
2261
+ id: string;
2262
+ name: string;
2263
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2264
+ } | undefined;
2265
+ type: "NormalAction";
2266
+ timestamp: number;
2267
+ action: "send-to-cex";
2268
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
2269
+ transfers: ({
2270
+ from: string | undefined;
2271
+ to: string | undefined;
2272
+ price: {
2273
+ cryptoCurrencyId: string;
2274
+ fiatCurrencyId: string;
2275
+ price: {
2276
+ value: bigint;
2277
+ decimals: number;
2278
+ };
2279
+ timestamp: number;
2280
+ } | undefined;
2281
+ asset: {
2282
+ icon: string | undefined;
2283
+ priceDatasourceId: string | undefined;
2284
+ symbol: string;
2285
+ type: "CryptoCurrency";
2286
+ id: string;
2287
+ name: string;
2288
+ market: {
2289
+ coingeckoId: string | undefined;
2290
+ marketCapUsd: {
2291
+ value: bigint;
2292
+ decimals: number;
2293
+ } | undefined;
2294
+ };
2295
+ updatedAt: number;
2296
+ };
2297
+ amount: {
2298
+ value: bigint;
2299
+ decimals: number;
2300
+ };
2301
+ direction: "out";
2302
+ } | {
2303
+ from: string | undefined;
2304
+ to: string | undefined;
2305
+ price: {
2306
+ cryptoCurrencyId: string;
2307
+ fiatCurrencyId: string;
2308
+ price: {
2309
+ value: bigint;
2310
+ decimals: number;
2311
+ };
2312
+ timestamp: number;
2313
+ } | undefined;
2314
+ asset: {
2315
+ name: string | undefined;
2316
+ symbol: string | undefined;
2317
+ image: string | undefined;
2318
+ metadata: string | undefined;
2319
+ type: "Nft";
2320
+ id: string;
2321
+ updatedAt: number;
2322
+ };
2323
+ amount: {
2324
+ value: bigint;
2325
+ decimals: number;
2326
+ };
2327
+ direction: "out";
2328
+ })[];
2329
+ }, {
2330
+ type: "NormalAction";
2331
+ timestamp: number;
2332
+ action: "send-to-cex";
2333
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
2334
+ transfers: ({
2335
+ asset: {
2336
+ symbol: string;
2337
+ type: "CryptoCurrency";
2338
+ id: string;
2339
+ name: string;
2340
+ market: {
2341
+ coingeckoId?: string | undefined;
2342
+ marketCapUsd?: {
2343
+ value: bigint;
2344
+ decimals: number;
2345
+ } | undefined;
2346
+ };
2347
+ updatedAt: number;
2348
+ icon?: string | undefined;
2349
+ priceDatasourceId?: string | undefined;
2350
+ };
2351
+ amount: {
2352
+ value: bigint;
2353
+ decimals: number;
2354
+ };
2355
+ direction: "out";
2356
+ price?: {
2357
+ cryptoCurrencyId: string;
2358
+ fiatCurrencyId: string;
2359
+ price: {
2360
+ value: bigint;
2361
+ decimals: number;
2362
+ };
2363
+ timestamp: number;
2364
+ } | undefined;
2365
+ from?: string | undefined;
2366
+ to?: string | undefined;
2367
+ } | {
2368
+ asset: {
2369
+ type: "Nft";
2370
+ id: string;
2371
+ updatedAt: number;
2372
+ symbol?: string | undefined;
2373
+ name?: string | undefined;
2374
+ image?: string | undefined;
2375
+ metadata?: string | undefined;
2376
+ };
2377
+ amount: {
2378
+ value: bigint;
2379
+ decimals: number;
2380
+ };
2381
+ direction: "out";
2382
+ price?: {
2383
+ cryptoCurrencyId: string;
2384
+ fiatCurrencyId: string;
2385
+ price: {
2386
+ value: bigint;
2387
+ decimals: number;
2388
+ };
2389
+ timestamp: number;
2390
+ } | undefined;
2391
+ from?: string | undefined;
2392
+ to?: string | undefined;
2393
+ })[];
2394
+ comment?: string | undefined;
2395
+ app?: {
2396
+ id: string;
2397
+ name: string;
2398
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2399
+ icon?: string | undefined;
2400
+ description?: string | undefined;
2401
+ website?: string | undefined;
2402
+ } | undefined;
2403
+ }>;
2404
+ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2405
+ action: z.ZodUnion<[z.ZodLiteral<"add-liquidity">, z.ZodLiteral<"approve">, z.ZodLiteral<"atomic-arbitrage">, z.ZodLiteral<"borrow">, z.ZodLiteral<"bridge-from">, z.ZodLiteral<"bridge-to">, z.ZodLiteral<"buy-nft">, z.ZodLiteral<"buy-crypto">, z.ZodLiteral<"cross-replace">, z.ZodLiteral<"cross-trade">, z.ZodLiteral<"deposit">, z.ZodLiteral<"deposit-with-bond">, z.ZodLiteral<"fail-tx">, z.ZodLiteral<"fee">, z.ZodLiteral<"free-mint-nft">, z.ZodLiteral<"ignore">, z.ZodLiteral<"income">, z.ZodLiteral<"mint-nft">, z.ZodLiteral<"move">, z.ZodLiteral<"nft-royalty">, z.ZodLiteral<"receive-from-cex">, z.ZodLiteral<"reduce">, z.ZodLiteral<"remove-liquidity">, z.ZodLiteral<"repayment">, z.ZodLiteral<"repayment-with-debt">, z.ZodLiteral<"revoke">, z.ZodLiteral<"sell-crypto">, z.ZodLiteral<"sell-nft">, z.ZodLiteral<"send-to-cex">, z.ZodLiteral<"spam">, z.ZodLiteral<"stake">, z.ZodLiteral<"swap-income">, z.ZodLiteral<"swap-nft">, z.ZodLiteral<"swap-transfer">, z.ZodLiteral<"trade">, z.ZodLiteral<"transaction-fee">, z.ZodLiteral<"transfer">, z.ZodLiteral<"unstake">, z.ZodLiteral<"unwrap">, z.ZodLiteral<"valuedown">, z.ZodLiteral<"valueup">, z.ZodLiteral<"withdraw">, z.ZodLiteral<"withdraw-with-bond">, z.ZodLiteral<"wrap">]>;
2406
+ source: z.ZodString;
2407
+ evidence: z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>;
2408
+ timestamp: z.ZodNumber;
2409
+ order: z.ZodNumber;
2410
+ comment: z.ZodOptional<z.ZodString>;
2411
+ app: z.ZodOptional<z.ZodEffects<z.ZodObject<{
2412
+ id: z.ZodString;
2413
+ categories: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"bridge">, z.ZodLiteral<"cex">, z.ZodLiteral<"cross-chain">, z.ZodLiteral<"dex">, z.ZodLiteral<"gaming">, z.ZodLiteral<"lending">, z.ZodLiteral<"nft-marketplace">, z.ZodLiteral<"other">]>, "many">;
2414
+ name: z.ZodString;
2415
+ description: z.ZodOptional<z.ZodString>;
2416
+ website: z.ZodOptional<z.ZodString>;
2417
+ icon: z.ZodOptional<z.ZodString>;
2418
+ }, "strip", z.ZodTypeAny, {
2419
+ id: string;
2420
+ name: string;
2421
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2422
+ icon?: string | undefined;
2423
+ description?: string | undefined;
2424
+ website?: string | undefined;
2425
+ }, {
2426
+ id: string;
2427
+ name: string;
2428
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2429
+ icon?: string | undefined;
2430
+ description?: string | undefined;
2431
+ website?: string | undefined;
2432
+ }>, {
2433
+ description: string | undefined;
2434
+ website: string | undefined;
2435
+ icon: string | undefined;
2436
+ id: string;
2437
+ name: string;
2438
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2439
+ }, {
2440
+ id: string;
2441
+ name: string;
2442
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2443
+ icon?: string | undefined;
2444
+ description?: string | undefined;
2445
+ website?: string | undefined;
2446
+ }>>;
2447
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
2448
+ from: z.ZodOptional<z.ZodString>;
2449
+ to: z.ZodOptional<z.ZodString>;
2450
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
2451
+ type: z.ZodLiteral<"CryptoCurrency">;
2452
+ id: z.ZodString;
2453
+ name: z.ZodString;
2454
+ symbol: z.ZodString;
2455
+ icon: z.ZodOptional<z.ZodString>;
2456
+ market: z.ZodEffects<z.ZodObject<{
2457
+ coingeckoId: z.ZodOptional<z.ZodString>;
2458
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
2459
+ value: z.ZodBigInt;
2460
+ decimals: z.ZodNumber;
2461
+ }, "strip", z.ZodTypeAny, {
2462
+ value: bigint;
2463
+ decimals: number;
2464
+ }, {
2465
+ value: bigint;
2466
+ decimals: number;
2467
+ }>>;
2468
+ }, "strip", z.ZodTypeAny, {
2469
+ coingeckoId?: string | undefined;
2470
+ marketCapUsd?: {
2471
+ value: bigint;
2472
+ decimals: number;
2473
+ } | undefined;
2474
+ }, {
2475
+ coingeckoId?: string | undefined;
2476
+ marketCapUsd?: {
2477
+ value: bigint;
2478
+ decimals: number;
2479
+ } | undefined;
2480
+ }>, {
2481
+ coingeckoId: string | undefined;
2482
+ marketCapUsd: {
2483
+ value: bigint;
2484
+ decimals: number;
2485
+ } | undefined;
2486
+ }, {
2487
+ coingeckoId?: string | undefined;
2488
+ marketCapUsd?: {
2489
+ value: bigint;
2490
+ decimals: number;
2491
+ } | undefined;
2492
+ }>;
2493
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
2494
+ updatedAt: z.ZodNumber;
2495
+ }, "strip", z.ZodTypeAny, {
2496
+ symbol: string;
2497
+ type: "CryptoCurrency";
2498
+ id: string;
2499
+ name: string;
2500
+ market: {
2501
+ coingeckoId: string | undefined;
2502
+ marketCapUsd: {
2503
+ value: bigint;
2504
+ decimals: number;
2505
+ } | undefined;
2506
+ };
2507
+ updatedAt: number;
2508
+ icon?: string | undefined;
2509
+ priceDatasourceId?: string | undefined;
2510
+ }, {
2511
+ symbol: string;
2512
+ type: "CryptoCurrency";
2513
+ id: string;
2514
+ name: string;
2515
+ market: {
2516
+ coingeckoId?: string | undefined;
2517
+ marketCapUsd?: {
2518
+ value: bigint;
2519
+ decimals: number;
2520
+ } | undefined;
2521
+ };
2522
+ updatedAt: number;
2523
+ icon?: string | undefined;
2524
+ priceDatasourceId?: string | undefined;
2525
+ }>, {
2526
+ icon: string | undefined;
2527
+ priceDatasourceId: string | undefined;
2528
+ symbol: string;
2529
+ type: "CryptoCurrency";
2530
+ id: string;
2531
+ name: string;
2532
+ market: {
2533
+ coingeckoId: string | undefined;
2534
+ marketCapUsd: {
2535
+ value: bigint;
2536
+ decimals: number;
2537
+ } | undefined;
2538
+ };
2539
+ updatedAt: number;
2540
+ }, {
2541
+ symbol: string;
2542
+ type: "CryptoCurrency";
2543
+ id: string;
2544
+ name: string;
2545
+ market: {
2546
+ coingeckoId?: string | undefined;
2547
+ marketCapUsd?: {
2548
+ value: bigint;
2549
+ decimals: number;
2550
+ } | undefined;
2551
+ };
2552
+ updatedAt: number;
2553
+ icon?: string | undefined;
2554
+ priceDatasourceId?: string | undefined;
2555
+ }>, z.ZodEffects<z.ZodObject<{
2556
+ type: z.ZodLiteral<"FiatCurrency">;
2557
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
2558
+ name: z.ZodString;
2559
+ symbol: z.ZodString;
2560
+ icon: z.ZodOptional<z.ZodString>;
2561
+ }, "strip", z.ZodTypeAny, {
2562
+ symbol: string;
2563
+ type: "FiatCurrency";
2564
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2565
+ name: string;
2566
+ icon?: string | undefined;
2567
+ }, {
2568
+ symbol: string;
2569
+ type: "FiatCurrency";
2570
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2571
+ name: string;
2572
+ icon?: string | undefined;
2573
+ }>, {
2574
+ icon: string | undefined;
2575
+ symbol: string;
2576
+ type: "FiatCurrency";
2577
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2578
+ name: string;
2579
+ }, {
2580
+ symbol: string;
2581
+ type: "FiatCurrency";
2582
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2583
+ name: string;
2584
+ icon?: string | undefined;
2585
+ }>, z.ZodEffects<z.ZodObject<{
2586
+ type: z.ZodLiteral<"Nft">;
2587
+ id: z.ZodString;
2588
+ name: z.ZodOptional<z.ZodString>;
2589
+ symbol: z.ZodOptional<z.ZodString>;
2590
+ image: z.ZodOptional<z.ZodString>;
2591
+ metadata: z.ZodOptional<z.ZodString>;
2592
+ updatedAt: z.ZodNumber;
2593
+ }, "strip", z.ZodTypeAny, {
2594
+ type: "Nft";
2595
+ id: string;
2596
+ updatedAt: number;
2597
+ symbol?: string | undefined;
2598
+ name?: string | undefined;
2599
+ image?: string | undefined;
2600
+ metadata?: string | undefined;
2601
+ }, {
2602
+ type: "Nft";
2603
+ id: string;
2604
+ updatedAt: number;
2605
+ symbol?: string | undefined;
2606
+ name?: string | undefined;
2607
+ image?: string | undefined;
2608
+ metadata?: string | undefined;
2609
+ }>, {
2610
+ name: string | undefined;
2611
+ symbol: string | undefined;
2612
+ image: string | undefined;
2613
+ metadata: string | undefined;
2614
+ type: "Nft";
2615
+ id: string;
2616
+ updatedAt: number;
2617
+ }, {
2618
+ type: "Nft";
2619
+ id: string;
2620
+ updatedAt: number;
2621
+ symbol?: string | undefined;
2622
+ name?: string | undefined;
2623
+ image?: string | undefined;
2624
+ metadata?: string | undefined;
2625
+ }>]>;
2626
+ amount: z.ZodObject<{
2627
+ value: z.ZodBigInt;
2628
+ decimals: z.ZodNumber;
2629
+ }, "strip", z.ZodTypeAny, {
2630
+ value: bigint;
2631
+ decimals: number;
2632
+ }, {
2633
+ value: bigint;
2634
+ decimals: number;
2635
+ }>;
2636
+ price: z.ZodOptional<z.ZodObject<{
2637
+ cryptoCurrencyId: z.ZodString;
2638
+ fiatCurrencyId: z.ZodString;
2639
+ price: z.ZodObject<{
2640
+ value: z.ZodBigInt;
2641
+ decimals: z.ZodNumber;
2642
+ }, "strip", z.ZodTypeAny, {
2643
+ value: bigint;
2644
+ decimals: number;
2645
+ }, {
2646
+ value: bigint;
2647
+ decimals: number;
2648
+ }>;
2649
+ timestamp: z.ZodNumber;
2650
+ }, "strip", z.ZodTypeAny, {
2651
+ cryptoCurrencyId: string;
2652
+ fiatCurrencyId: string;
2653
+ price: {
2654
+ value: bigint;
2655
+ decimals: number;
2656
+ };
2657
+ timestamp: number;
2658
+ }, {
2659
+ cryptoCurrencyId: string;
2660
+ fiatCurrencyId: string;
2661
+ price: {
2662
+ value: bigint;
2663
+ decimals: number;
2664
+ };
2665
+ timestamp: number;
2666
+ }>>;
2667
+ }, {
2668
+ direction: z.ZodLiteral<"in">;
2669
+ }>, "strip", z.ZodTypeAny, {
2670
+ asset: {
2671
+ icon: string | undefined;
2672
+ priceDatasourceId: string | undefined;
2673
+ symbol: string;
2674
+ type: "CryptoCurrency";
2675
+ id: string;
2676
+ name: string;
2677
+ market: {
2678
+ coingeckoId: string | undefined;
2679
+ marketCapUsd: {
2680
+ value: bigint;
2681
+ decimals: number;
2682
+ } | undefined;
2683
+ };
2684
+ updatedAt: number;
2685
+ } | {
2686
+ icon: string | undefined;
2687
+ symbol: string;
2688
+ type: "FiatCurrency";
2689
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2690
+ name: string;
2691
+ } | {
2692
+ name: string | undefined;
2693
+ symbol: string | undefined;
2694
+ image: string | undefined;
2695
+ metadata: string | undefined;
2696
+ type: "Nft";
2697
+ id: string;
2698
+ updatedAt: number;
2699
+ };
2700
+ amount: {
2701
+ value: bigint;
2702
+ decimals: number;
2703
+ };
2704
+ direction: "in";
2705
+ price?: {
2706
+ cryptoCurrencyId: string;
2707
+ fiatCurrencyId: string;
2708
+ price: {
2709
+ value: bigint;
2710
+ decimals: number;
2711
+ };
2712
+ timestamp: number;
2713
+ } | undefined;
2714
+ from?: string | undefined;
2715
+ to?: string | undefined;
2716
+ }, {
2717
+ asset: {
2718
+ symbol: string;
2719
+ type: "CryptoCurrency";
2720
+ id: string;
2721
+ name: string;
2722
+ market: {
2723
+ coingeckoId?: string | undefined;
2724
+ marketCapUsd?: {
2725
+ value: bigint;
2726
+ decimals: number;
2727
+ } | undefined;
2728
+ };
2729
+ updatedAt: number;
2730
+ icon?: string | undefined;
2731
+ priceDatasourceId?: string | undefined;
2732
+ } | {
2733
+ symbol: string;
2734
+ type: "FiatCurrency";
2735
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2736
+ name: string;
2737
+ icon?: string | undefined;
2738
+ } | {
2739
+ type: "Nft";
2740
+ id: string;
2741
+ updatedAt: number;
2742
+ symbol?: string | undefined;
2743
+ name?: string | undefined;
2744
+ image?: string | undefined;
2745
+ metadata?: string | undefined;
2746
+ };
2747
+ amount: {
2748
+ value: bigint;
2749
+ decimals: number;
2750
+ };
2751
+ direction: "in";
2752
+ price?: {
2753
+ cryptoCurrencyId: string;
2754
+ fiatCurrencyId: string;
2755
+ price: {
2756
+ value: bigint;
2757
+ decimals: number;
2758
+ };
2759
+ timestamp: number;
2760
+ } | undefined;
2761
+ from?: string | undefined;
2762
+ to?: string | undefined;
2763
+ }>, {
2764
+ from: string | undefined;
2765
+ to: string | undefined;
2766
+ price: {
2767
+ cryptoCurrencyId: string;
2768
+ fiatCurrencyId: string;
2769
+ price: {
2770
+ value: bigint;
2771
+ decimals: number;
2772
+ };
2773
+ timestamp: number;
2774
+ } | undefined;
2775
+ asset: {
2776
+ icon: string | undefined;
2777
+ priceDatasourceId: string | undefined;
2778
+ symbol: string;
2779
+ type: "CryptoCurrency";
2780
+ id: string;
2781
+ name: string;
2782
+ market: {
2783
+ coingeckoId: string | undefined;
2784
+ marketCapUsd: {
2785
+ value: bigint;
2786
+ decimals: number;
2787
+ } | undefined;
2788
+ };
2789
+ updatedAt: number;
2790
+ } | {
2791
+ icon: string | undefined;
2792
+ symbol: string;
2793
+ type: "FiatCurrency";
2794
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2795
+ name: string;
2796
+ } | {
2797
+ name: string | undefined;
2798
+ symbol: string | undefined;
2799
+ image: string | undefined;
2800
+ metadata: string | undefined;
2801
+ type: "Nft";
2802
+ id: string;
2803
+ updatedAt: number;
2804
+ };
2805
+ amount: {
2806
+ value: bigint;
2807
+ decimals: number;
2808
+ };
2809
+ direction: "in";
2810
+ }, {
2811
+ asset: {
2812
+ symbol: string;
2813
+ type: "CryptoCurrency";
2814
+ id: string;
2815
+ name: string;
2816
+ market: {
2817
+ coingeckoId?: string | undefined;
2818
+ marketCapUsd?: {
2819
+ value: bigint;
2820
+ decimals: number;
2821
+ } | undefined;
2822
+ };
2823
+ updatedAt: number;
2824
+ icon?: string | undefined;
2825
+ priceDatasourceId?: string | undefined;
2826
+ } | {
2827
+ symbol: string;
2828
+ type: "FiatCurrency";
2829
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2830
+ name: string;
2831
+ icon?: string | undefined;
2832
+ } | {
2833
+ type: "Nft";
2834
+ id: string;
2835
+ updatedAt: number;
2836
+ symbol?: string | undefined;
2837
+ name?: string | undefined;
2838
+ image?: string | undefined;
2839
+ metadata?: string | undefined;
2840
+ };
2841
+ amount: {
2842
+ value: bigint;
2843
+ decimals: number;
2844
+ };
2845
+ direction: "in";
2846
+ price?: {
2847
+ cryptoCurrencyId: string;
2848
+ fiatCurrencyId: string;
2849
+ price: {
2850
+ value: bigint;
2851
+ decimals: number;
2852
+ };
2853
+ timestamp: number;
2854
+ } | undefined;
2855
+ from?: string | undefined;
2856
+ to?: string | undefined;
2857
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
2858
+ from: z.ZodOptional<z.ZodString>;
2859
+ to: z.ZodOptional<z.ZodString>;
2860
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
2861
+ type: z.ZodLiteral<"CryptoCurrency">;
2862
+ id: z.ZodString;
2863
+ name: z.ZodString;
2864
+ symbol: z.ZodString;
2865
+ icon: z.ZodOptional<z.ZodString>;
2866
+ market: z.ZodEffects<z.ZodObject<{
2867
+ coingeckoId: z.ZodOptional<z.ZodString>;
2868
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
2869
+ value: z.ZodBigInt;
2870
+ decimals: z.ZodNumber;
2871
+ }, "strip", z.ZodTypeAny, {
2872
+ value: bigint;
2873
+ decimals: number;
2874
+ }, {
2875
+ value: bigint;
2876
+ decimals: number;
2877
+ }>>;
2878
+ }, "strip", z.ZodTypeAny, {
2879
+ coingeckoId?: string | undefined;
2880
+ marketCapUsd?: {
2881
+ value: bigint;
2882
+ decimals: number;
2883
+ } | undefined;
2884
+ }, {
2885
+ coingeckoId?: string | undefined;
2886
+ marketCapUsd?: {
2887
+ value: bigint;
2888
+ decimals: number;
2889
+ } | undefined;
2890
+ }>, {
2891
+ coingeckoId: string | undefined;
2892
+ marketCapUsd: {
2893
+ value: bigint;
2894
+ decimals: number;
2895
+ } | undefined;
2896
+ }, {
2897
+ coingeckoId?: string | undefined;
2898
+ marketCapUsd?: {
2899
+ value: bigint;
2900
+ decimals: number;
2901
+ } | undefined;
2902
+ }>;
2903
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
2904
+ updatedAt: z.ZodNumber;
2905
+ }, "strip", z.ZodTypeAny, {
2906
+ symbol: string;
2907
+ type: "CryptoCurrency";
2908
+ id: string;
2909
+ name: string;
2910
+ market: {
2911
+ coingeckoId: string | undefined;
2912
+ marketCapUsd: {
2913
+ value: bigint;
2914
+ decimals: number;
2915
+ } | undefined;
2916
+ };
2917
+ updatedAt: number;
2918
+ icon?: string | undefined;
2919
+ priceDatasourceId?: string | undefined;
2920
+ }, {
2921
+ symbol: string;
2922
+ type: "CryptoCurrency";
2923
+ id: string;
2924
+ name: string;
2925
+ market: {
2926
+ coingeckoId?: string | undefined;
2927
+ marketCapUsd?: {
2928
+ value: bigint;
2929
+ decimals: number;
2930
+ } | undefined;
2931
+ };
2932
+ updatedAt: number;
2933
+ icon?: string | undefined;
2934
+ priceDatasourceId?: string | undefined;
2935
+ }>, {
2936
+ icon: string | undefined;
2937
+ priceDatasourceId: string | undefined;
2938
+ symbol: string;
2939
+ type: "CryptoCurrency";
2940
+ id: string;
2941
+ name: string;
2942
+ market: {
2943
+ coingeckoId: string | undefined;
2944
+ marketCapUsd: {
2945
+ value: bigint;
2946
+ decimals: number;
2947
+ } | undefined;
2948
+ };
2949
+ updatedAt: number;
2950
+ }, {
2951
+ symbol: string;
2952
+ type: "CryptoCurrency";
2953
+ id: string;
2954
+ name: string;
2955
+ market: {
2956
+ coingeckoId?: string | undefined;
2957
+ marketCapUsd?: {
2958
+ value: bigint;
2959
+ decimals: number;
2960
+ } | undefined;
2961
+ };
2962
+ updatedAt: number;
2963
+ icon?: string | undefined;
2964
+ priceDatasourceId?: string | undefined;
2965
+ }>, z.ZodEffects<z.ZodObject<{
2966
+ type: z.ZodLiteral<"FiatCurrency">;
2967
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
2968
+ name: z.ZodString;
2969
+ symbol: z.ZodString;
2970
+ icon: z.ZodOptional<z.ZodString>;
2971
+ }, "strip", z.ZodTypeAny, {
2972
+ symbol: string;
2973
+ type: "FiatCurrency";
2974
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2975
+ name: string;
2976
+ icon?: string | undefined;
2977
+ }, {
2978
+ symbol: string;
2979
+ type: "FiatCurrency";
2980
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2981
+ name: string;
2982
+ icon?: string | undefined;
2983
+ }>, {
2984
+ icon: string | undefined;
2985
+ symbol: string;
2986
+ type: "FiatCurrency";
2987
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2988
+ name: string;
2989
+ }, {
2990
+ symbol: string;
2991
+ type: "FiatCurrency";
2992
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2993
+ name: string;
2994
+ icon?: string | undefined;
2995
+ }>, z.ZodEffects<z.ZodObject<{
2996
+ type: z.ZodLiteral<"Nft">;
2997
+ id: z.ZodString;
2998
+ name: z.ZodOptional<z.ZodString>;
2999
+ symbol: z.ZodOptional<z.ZodString>;
3000
+ image: z.ZodOptional<z.ZodString>;
3001
+ metadata: z.ZodOptional<z.ZodString>;
3002
+ updatedAt: z.ZodNumber;
3003
+ }, "strip", z.ZodTypeAny, {
3004
+ type: "Nft";
3005
+ id: string;
3006
+ updatedAt: number;
3007
+ symbol?: string | undefined;
3008
+ name?: string | undefined;
3009
+ image?: string | undefined;
3010
+ metadata?: string | undefined;
3011
+ }, {
3012
+ type: "Nft";
3013
+ id: string;
3014
+ updatedAt: number;
3015
+ symbol?: string | undefined;
3016
+ name?: string | undefined;
3017
+ image?: string | undefined;
3018
+ metadata?: string | undefined;
3019
+ }>, {
3020
+ name: string | undefined;
3021
+ symbol: string | undefined;
3022
+ image: string | undefined;
3023
+ metadata: string | undefined;
3024
+ type: "Nft";
3025
+ id: string;
3026
+ updatedAt: number;
3027
+ }, {
3028
+ type: "Nft";
3029
+ id: string;
3030
+ updatedAt: number;
3031
+ symbol?: string | undefined;
3032
+ name?: string | undefined;
3033
+ image?: string | undefined;
3034
+ metadata?: string | undefined;
3035
+ }>]>;
3036
+ amount: z.ZodObject<{
3037
+ value: z.ZodBigInt;
3038
+ decimals: z.ZodNumber;
3039
+ }, "strip", z.ZodTypeAny, {
3040
+ value: bigint;
3041
+ decimals: number;
3042
+ }, {
3043
+ value: bigint;
3044
+ decimals: number;
3045
+ }>;
3046
+ price: z.ZodOptional<z.ZodObject<{
3047
+ cryptoCurrencyId: z.ZodString;
3048
+ fiatCurrencyId: z.ZodString;
3049
+ price: z.ZodObject<{
3050
+ value: z.ZodBigInt;
3051
+ decimals: z.ZodNumber;
3052
+ }, "strip", z.ZodTypeAny, {
3053
+ value: bigint;
3054
+ decimals: number;
3055
+ }, {
3056
+ value: bigint;
3057
+ decimals: number;
3058
+ }>;
3059
+ timestamp: z.ZodNumber;
3060
+ }, "strip", z.ZodTypeAny, {
3061
+ cryptoCurrencyId: string;
3062
+ fiatCurrencyId: string;
3063
+ price: {
3064
+ value: bigint;
3065
+ decimals: number;
3066
+ };
3067
+ timestamp: number;
3068
+ }, {
3069
+ cryptoCurrencyId: string;
3070
+ fiatCurrencyId: string;
3071
+ price: {
3072
+ value: bigint;
3073
+ decimals: number;
3074
+ };
3075
+ timestamp: number;
3076
+ }>>;
3077
+ }, {
3078
+ direction: z.ZodLiteral<"out">;
3079
+ }>, "strip", z.ZodTypeAny, {
3080
+ asset: {
3081
+ icon: string | undefined;
3082
+ priceDatasourceId: string | undefined;
3083
+ symbol: string;
3084
+ type: "CryptoCurrency";
3085
+ id: string;
3086
+ name: string;
3087
+ market: {
3088
+ coingeckoId: string | undefined;
3089
+ marketCapUsd: {
3090
+ value: bigint;
3091
+ decimals: number;
3092
+ } | undefined;
3093
+ };
3094
+ updatedAt: number;
3095
+ } | {
3096
+ icon: string | undefined;
3097
+ symbol: string;
3098
+ type: "FiatCurrency";
3099
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3100
+ name: string;
3101
+ } | {
3102
+ name: string | undefined;
3103
+ symbol: string | undefined;
3104
+ image: string | undefined;
3105
+ metadata: string | undefined;
3106
+ type: "Nft";
3107
+ id: string;
3108
+ updatedAt: number;
3109
+ };
3110
+ amount: {
3111
+ value: bigint;
3112
+ decimals: number;
3113
+ };
3114
+ direction: "out";
3115
+ price?: {
3116
+ cryptoCurrencyId: string;
3117
+ fiatCurrencyId: string;
3118
+ price: {
3119
+ value: bigint;
3120
+ decimals: number;
3121
+ };
3122
+ timestamp: number;
3123
+ } | undefined;
3124
+ from?: string | undefined;
3125
+ to?: string | undefined;
3126
+ }, {
3127
+ asset: {
3128
+ symbol: string;
3129
+ type: "CryptoCurrency";
3130
+ id: string;
3131
+ name: string;
3132
+ market: {
3133
+ coingeckoId?: string | undefined;
3134
+ marketCapUsd?: {
3135
+ value: bigint;
3136
+ decimals: number;
3137
+ } | undefined;
3138
+ };
3139
+ updatedAt: number;
3140
+ icon?: string | undefined;
3141
+ priceDatasourceId?: string | undefined;
3142
+ } | {
3143
+ symbol: string;
3144
+ type: "FiatCurrency";
3145
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3146
+ name: string;
3147
+ icon?: string | undefined;
3148
+ } | {
3149
+ type: "Nft";
3150
+ id: string;
3151
+ updatedAt: number;
3152
+ symbol?: string | undefined;
3153
+ name?: string | undefined;
3154
+ image?: string | undefined;
3155
+ metadata?: string | undefined;
3156
+ };
3157
+ amount: {
3158
+ value: bigint;
3159
+ decimals: number;
3160
+ };
3161
+ direction: "out";
3162
+ price?: {
3163
+ cryptoCurrencyId: string;
3164
+ fiatCurrencyId: string;
3165
+ price: {
3166
+ value: bigint;
3167
+ decimals: number;
3168
+ };
3169
+ timestamp: number;
3170
+ } | undefined;
3171
+ from?: string | undefined;
3172
+ to?: string | undefined;
3173
+ }>, {
3174
+ from: string | undefined;
3175
+ to: string | undefined;
3176
+ price: {
3177
+ cryptoCurrencyId: string;
3178
+ fiatCurrencyId: string;
3179
+ price: {
3180
+ value: bigint;
3181
+ decimals: number;
3182
+ };
3183
+ timestamp: number;
3184
+ } | undefined;
3185
+ asset: {
3186
+ icon: string | undefined;
3187
+ priceDatasourceId: string | undefined;
3188
+ symbol: string;
3189
+ type: "CryptoCurrency";
3190
+ id: string;
3191
+ name: string;
3192
+ market: {
3193
+ coingeckoId: string | undefined;
3194
+ marketCapUsd: {
3195
+ value: bigint;
3196
+ decimals: number;
3197
+ } | undefined;
3198
+ };
3199
+ updatedAt: number;
3200
+ } | {
3201
+ icon: string | undefined;
3202
+ symbol: string;
3203
+ type: "FiatCurrency";
3204
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3205
+ name: string;
3206
+ } | {
3207
+ name: string | undefined;
3208
+ symbol: string | undefined;
3209
+ image: string | undefined;
3210
+ metadata: string | undefined;
3211
+ type: "Nft";
3212
+ id: string;
3213
+ updatedAt: number;
3214
+ };
3215
+ amount: {
3216
+ value: bigint;
3217
+ decimals: number;
3218
+ };
3219
+ direction: "out";
3220
+ }, {
3221
+ asset: {
3222
+ symbol: string;
3223
+ type: "CryptoCurrency";
3224
+ id: string;
3225
+ name: string;
3226
+ market: {
3227
+ coingeckoId?: string | undefined;
3228
+ marketCapUsd?: {
3229
+ value: bigint;
3230
+ decimals: number;
3231
+ } | undefined;
3232
+ };
3233
+ updatedAt: number;
3234
+ icon?: string | undefined;
3235
+ priceDatasourceId?: string | undefined;
3236
+ } | {
3237
+ symbol: string;
3238
+ type: "FiatCurrency";
3239
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3240
+ name: string;
3241
+ icon?: string | undefined;
3242
+ } | {
3243
+ type: "Nft";
3244
+ id: string;
3245
+ updatedAt: number;
3246
+ symbol?: string | undefined;
3247
+ name?: string | undefined;
3248
+ image?: string | undefined;
3249
+ metadata?: string | undefined;
3250
+ };
3251
+ amount: {
3252
+ value: bigint;
3253
+ decimals: number;
3254
+ };
3255
+ direction: "out";
3256
+ price?: {
3257
+ cryptoCurrencyId: string;
3258
+ fiatCurrencyId: string;
3259
+ price: {
3260
+ value: bigint;
3261
+ decimals: number;
3262
+ };
3263
+ timestamp: number;
3264
+ } | undefined;
3265
+ from?: string | undefined;
3266
+ to?: string | undefined;
3267
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
3268
+ from: z.ZodOptional<z.ZodString>;
3269
+ to: z.ZodOptional<z.ZodString>;
3270
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3271
+ type: z.ZodLiteral<"CryptoCurrency">;
3272
+ id: z.ZodString;
3273
+ name: z.ZodString;
3274
+ symbol: z.ZodString;
3275
+ icon: z.ZodOptional<z.ZodString>;
3276
+ market: z.ZodEffects<z.ZodObject<{
3277
+ coingeckoId: z.ZodOptional<z.ZodString>;
3278
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
3279
+ value: z.ZodBigInt;
3280
+ decimals: z.ZodNumber;
3281
+ }, "strip", z.ZodTypeAny, {
3282
+ value: bigint;
3283
+ decimals: number;
3284
+ }, {
3285
+ value: bigint;
3286
+ decimals: number;
3287
+ }>>;
3288
+ }, "strip", z.ZodTypeAny, {
3289
+ coingeckoId?: string | undefined;
3290
+ marketCapUsd?: {
3291
+ value: bigint;
3292
+ decimals: number;
3293
+ } | undefined;
3294
+ }, {
3295
+ coingeckoId?: string | undefined;
3296
+ marketCapUsd?: {
3297
+ value: bigint;
3298
+ decimals: number;
3299
+ } | undefined;
3300
+ }>, {
3301
+ coingeckoId: string | undefined;
3302
+ marketCapUsd: {
3303
+ value: bigint;
3304
+ decimals: number;
3305
+ } | undefined;
3306
+ }, {
3307
+ coingeckoId?: string | undefined;
3308
+ marketCapUsd?: {
3309
+ value: bigint;
3310
+ decimals: number;
3311
+ } | undefined;
3312
+ }>;
3313
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
3314
+ updatedAt: z.ZodNumber;
3315
+ }, "strip", z.ZodTypeAny, {
3316
+ symbol: string;
3317
+ type: "CryptoCurrency";
3318
+ id: string;
3319
+ name: string;
3320
+ market: {
3321
+ coingeckoId: string | undefined;
3322
+ marketCapUsd: {
3323
+ value: bigint;
3324
+ decimals: number;
3325
+ } | undefined;
548
3326
  };
549
3327
  updatedAt: number;
550
- };
551
- amount: {
552
- value: bigint;
553
- decimals: number;
554
- };
555
- direction: "out";
556
- } | {
557
- from: string | undefined;
558
- to: string | undefined;
559
- price: {
560
- cryptoCurrencyId: string;
561
- fiatCurrencyId: string;
562
- price: {
563
- value: bigint;
564
- decimals: number;
3328
+ icon?: string | undefined;
3329
+ priceDatasourceId?: string | undefined;
3330
+ }, {
3331
+ symbol: string;
3332
+ type: "CryptoCurrency";
3333
+ id: string;
3334
+ name: string;
3335
+ market: {
3336
+ coingeckoId?: string | undefined;
3337
+ marketCapUsd?: {
3338
+ value: bigint;
3339
+ decimals: number;
3340
+ } | undefined;
565
3341
  };
566
- timestamp: number;
567
- } | undefined;
568
- asset: {
3342
+ updatedAt: number;
3343
+ icon?: string | undefined;
3344
+ priceDatasourceId?: string | undefined;
3345
+ }>, {
3346
+ icon: string | undefined;
3347
+ priceDatasourceId: string | undefined;
3348
+ symbol: string;
3349
+ type: "CryptoCurrency";
3350
+ id: string;
3351
+ name: string;
3352
+ market: {
3353
+ coingeckoId: string | undefined;
3354
+ marketCapUsd: {
3355
+ value: bigint;
3356
+ decimals: number;
3357
+ } | undefined;
3358
+ };
3359
+ updatedAt: number;
3360
+ }, {
3361
+ symbol: string;
3362
+ type: "CryptoCurrency";
3363
+ id: string;
3364
+ name: string;
3365
+ market: {
3366
+ coingeckoId?: string | undefined;
3367
+ marketCapUsd?: {
3368
+ value: bigint;
3369
+ decimals: number;
3370
+ } | undefined;
3371
+ };
3372
+ updatedAt: number;
3373
+ icon?: string | undefined;
3374
+ priceDatasourceId?: string | undefined;
3375
+ }>, z.ZodEffects<z.ZodObject<{
3376
+ type: z.ZodLiteral<"FiatCurrency">;
3377
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
3378
+ name: z.ZodString;
3379
+ symbol: z.ZodString;
3380
+ icon: z.ZodOptional<z.ZodString>;
3381
+ }, "strip", z.ZodTypeAny, {
3382
+ symbol: string;
3383
+ type: "FiatCurrency";
3384
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3385
+ name: string;
3386
+ icon?: string | undefined;
3387
+ }, {
3388
+ symbol: string;
3389
+ type: "FiatCurrency";
3390
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3391
+ name: string;
3392
+ icon?: string | undefined;
3393
+ }>, {
3394
+ icon: string | undefined;
3395
+ symbol: string;
3396
+ type: "FiatCurrency";
3397
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3398
+ name: string;
3399
+ }, {
3400
+ symbol: string;
3401
+ type: "FiatCurrency";
3402
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3403
+ name: string;
3404
+ icon?: string | undefined;
3405
+ }>, z.ZodEffects<z.ZodObject<{
3406
+ type: z.ZodLiteral<"Nft">;
3407
+ id: z.ZodString;
3408
+ name: z.ZodOptional<z.ZodString>;
3409
+ symbol: z.ZodOptional<z.ZodString>;
3410
+ image: z.ZodOptional<z.ZodString>;
3411
+ metadata: z.ZodOptional<z.ZodString>;
3412
+ updatedAt: z.ZodNumber;
3413
+ }, "strip", z.ZodTypeAny, {
3414
+ type: "Nft";
3415
+ id: string;
3416
+ updatedAt: number;
3417
+ symbol?: string | undefined;
3418
+ name?: string | undefined;
3419
+ image?: string | undefined;
3420
+ metadata?: string | undefined;
3421
+ }, {
3422
+ type: "Nft";
3423
+ id: string;
3424
+ updatedAt: number;
3425
+ symbol?: string | undefined;
3426
+ name?: string | undefined;
3427
+ image?: string | undefined;
3428
+ metadata?: string | undefined;
3429
+ }>, {
569
3430
  name: string | undefined;
570
3431
  symbol: string | undefined;
571
3432
  image: string | undefined;
@@ -573,49 +3434,94 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
573
3434
  type: "Nft";
574
3435
  id: string;
575
3436
  updatedAt: number;
576
- };
577
- amount: {
3437
+ }, {
3438
+ type: "Nft";
3439
+ id: string;
3440
+ updatedAt: number;
3441
+ symbol?: string | undefined;
3442
+ name?: string | undefined;
3443
+ image?: string | undefined;
3444
+ metadata?: string | undefined;
3445
+ }>]>;
3446
+ amount: z.ZodObject<{
3447
+ value: z.ZodBigInt;
3448
+ decimals: z.ZodNumber;
3449
+ }, "strip", z.ZodTypeAny, {
578
3450
  value: bigint;
579
3451
  decimals: number;
580
- };
581
- direction: "out";
582
- })[];
583
- comment?: string | undefined;
584
- app?: {
585
- description: string | undefined;
586
- website: string | undefined;
587
- icon: string | undefined;
588
- id: string;
589
- name: string;
590
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
591
- } | undefined;
592
- }, {
593
- type: "NormalAction";
594
- timestamp: number;
595
- action: "send-to-cex";
596
- evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
597
- transfers: ({
3452
+ }, {
3453
+ value: bigint;
3454
+ decimals: number;
3455
+ }>;
3456
+ price: z.ZodOptional<z.ZodObject<{
3457
+ cryptoCurrencyId: z.ZodString;
3458
+ fiatCurrencyId: z.ZodString;
3459
+ price: z.ZodObject<{
3460
+ value: z.ZodBigInt;
3461
+ decimals: z.ZodNumber;
3462
+ }, "strip", z.ZodTypeAny, {
3463
+ value: bigint;
3464
+ decimals: number;
3465
+ }, {
3466
+ value: bigint;
3467
+ decimals: number;
3468
+ }>;
3469
+ timestamp: z.ZodNumber;
3470
+ }, "strip", z.ZodTypeAny, {
3471
+ cryptoCurrencyId: string;
3472
+ fiatCurrencyId: string;
3473
+ price: {
3474
+ value: bigint;
3475
+ decimals: number;
3476
+ };
3477
+ timestamp: number;
3478
+ }, {
3479
+ cryptoCurrencyId: string;
3480
+ fiatCurrencyId: string;
3481
+ price: {
3482
+ value: bigint;
3483
+ decimals: number;
3484
+ };
3485
+ timestamp: number;
3486
+ }>>;
3487
+ }, {
3488
+ direction: z.ZodLiteral<"none">;
3489
+ }>, "strip", z.ZodTypeAny, {
598
3490
  asset: {
3491
+ icon: string | undefined;
3492
+ priceDatasourceId: string | undefined;
599
3493
  symbol: string;
600
3494
  type: "CryptoCurrency";
601
3495
  id: string;
602
3496
  name: string;
603
3497
  market: {
604
- coingeckoId?: string | undefined;
605
- marketCapUsd?: {
3498
+ coingeckoId: string | undefined;
3499
+ marketCapUsd: {
606
3500
  value: bigint;
607
3501
  decimals: number;
608
3502
  } | undefined;
609
3503
  };
610
3504
  updatedAt: number;
611
- icon?: string | undefined;
612
- priceDatasourceId?: string | undefined;
3505
+ } | {
3506
+ icon: string | undefined;
3507
+ symbol: string;
3508
+ type: "FiatCurrency";
3509
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3510
+ name: string;
3511
+ } | {
3512
+ name: string | undefined;
3513
+ symbol: string | undefined;
3514
+ image: string | undefined;
3515
+ metadata: string | undefined;
3516
+ type: "Nft";
3517
+ id: string;
3518
+ updatedAt: number;
613
3519
  };
614
3520
  amount: {
615
3521
  value: bigint;
616
3522
  decimals: number;
617
3523
  };
618
- direction: "out";
3524
+ direction: "none";
619
3525
  price?: {
620
3526
  cryptoCurrencyId: string;
621
3527
  fiatCurrencyId: string;
@@ -627,13 +3533,34 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
627
3533
  } | undefined;
628
3534
  from?: string | undefined;
629
3535
  to?: string | undefined;
630
- } | {
3536
+ }, {
631
3537
  asset: {
3538
+ symbol: string;
3539
+ type: "CryptoCurrency";
3540
+ id: string;
3541
+ name: string;
3542
+ market: {
3543
+ coingeckoId?: string | undefined;
3544
+ marketCapUsd?: {
3545
+ value: bigint;
3546
+ decimals: number;
3547
+ } | undefined;
3548
+ };
3549
+ updatedAt: number;
3550
+ icon?: string | undefined;
3551
+ priceDatasourceId?: string | undefined;
3552
+ } | {
3553
+ symbol: string;
3554
+ type: "FiatCurrency";
3555
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3556
+ name: string;
3557
+ icon?: string | undefined;
3558
+ } | {
632
3559
  type: "Nft";
633
3560
  id: string;
634
3561
  updatedAt: number;
635
- name?: string | undefined;
636
3562
  symbol?: string | undefined;
3563
+ name?: string | undefined;
637
3564
  image?: string | undefined;
638
3565
  metadata?: string | undefined;
639
3566
  };
@@ -641,7 +3568,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
641
3568
  value: bigint;
642
3569
  decimals: number;
643
3570
  };
644
- direction: "out";
3571
+ direction: "none";
645
3572
  price?: {
646
3573
  cryptoCurrencyId: string;
647
3574
  fiatCurrencyId: string;
@@ -649,35 +3576,11 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
649
3576
  value: bigint;
650
3577
  decimals: number;
651
3578
  };
652
- timestamp: number;
653
- } | undefined;
654
- from?: string | undefined;
655
- to?: string | undefined;
656
- })[];
657
- comment?: string | undefined;
658
- app?: {
659
- id: string;
660
- name: string;
661
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
662
- description?: string | undefined;
663
- website?: string | undefined;
664
- icon?: string | undefined;
665
- } | undefined;
666
- }>, {
667
- comment: string | undefined;
668
- app: {
669
- description: string | undefined;
670
- website: string | undefined;
671
- icon: string | undefined;
672
- id: string;
673
- name: string;
674
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
675
- } | undefined;
676
- type: "NormalAction";
677
- timestamp: number;
678
- action: "send-to-cex";
679
- evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
680
- transfers: ({
3579
+ timestamp: number;
3580
+ } | undefined;
3581
+ from?: string | undefined;
3582
+ to?: string | undefined;
3583
+ }>, {
681
3584
  from: string | undefined;
682
3585
  to: string | undefined;
683
3586
  price: {
@@ -704,25 +3607,13 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
704
3607
  } | undefined;
705
3608
  };
706
3609
  updatedAt: number;
707
- };
708
- amount: {
709
- value: bigint;
710
- decimals: number;
711
- };
712
- direction: "out";
713
- } | {
714
- from: string | undefined;
715
- to: string | undefined;
716
- price: {
717
- cryptoCurrencyId: string;
718
- fiatCurrencyId: string;
719
- price: {
720
- value: bigint;
721
- decimals: number;
722
- };
723
- timestamp: number;
724
- } | undefined;
725
- asset: {
3610
+ } | {
3611
+ icon: string | undefined;
3612
+ symbol: string;
3613
+ type: "FiatCurrency";
3614
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3615
+ name: string;
3616
+ } | {
726
3617
  name: string | undefined;
727
3618
  symbol: string | undefined;
728
3619
  image: string | undefined;
@@ -735,14 +3626,8 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
735
3626
  value: bigint;
736
3627
  decimals: number;
737
3628
  };
738
- direction: "out";
739
- })[];
740
- }, {
741
- type: "NormalAction";
742
- timestamp: number;
743
- action: "send-to-cex";
744
- evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
745
- transfers: ({
3629
+ direction: "none";
3630
+ }, {
746
3631
  asset: {
747
3632
  symbol: string;
748
3633
  type: "CryptoCurrency";
@@ -758,30 +3643,18 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
758
3643
  updatedAt: number;
759
3644
  icon?: string | undefined;
760
3645
  priceDatasourceId?: string | undefined;
761
- };
762
- amount: {
763
- value: bigint;
764
- decimals: number;
765
- };
766
- direction: "out";
767
- price?: {
768
- cryptoCurrencyId: string;
769
- fiatCurrencyId: string;
770
- price: {
771
- value: bigint;
772
- decimals: number;
773
- };
774
- timestamp: number;
775
- } | undefined;
776
- from?: string | undefined;
777
- to?: string | undefined;
778
- } | {
779
- asset: {
3646
+ } | {
3647
+ symbol: string;
3648
+ type: "FiatCurrency";
3649
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3650
+ name: string;
3651
+ icon?: string | undefined;
3652
+ } | {
780
3653
  type: "Nft";
781
3654
  id: string;
782
3655
  updatedAt: number;
783
- name?: string | undefined;
784
3656
  symbol?: string | undefined;
3657
+ name?: string | undefined;
785
3658
  image?: string | undefined;
786
3659
  metadata?: string | undefined;
787
3660
  };
@@ -789,7 +3662,7 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
789
3662
  value: bigint;
790
3663
  decimals: number;
791
3664
  };
792
- direction: "out";
3665
+ direction: "none";
793
3666
  price?: {
794
3667
  cryptoCurrencyId: string;
795
3668
  fiatCurrencyId: string;
@@ -801,62 +3674,200 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
801
3674
  } | undefined;
802
3675
  from?: string | undefined;
803
3676
  to?: string | undefined;
804
- })[];
805
- comment?: string | undefined;
806
- app?: {
807
- id: string;
808
- name: string;
809
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
810
- description?: string | undefined;
811
- website?: string | undefined;
812
- icon?: string | undefined;
813
- } | undefined;
814
- }>;
815
- export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
3677
+ }>]>, "many">;
3678
+ }, {
816
3679
  type: z.ZodLiteral<"NormalAccountAction">;
817
- timestamp: z.ZodNumber;
818
- order: z.ZodNumber;
819
- source: z.ZodString;
820
- evidence: z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>;
821
- comment: z.ZodOptional<z.ZodString>;
822
- app: z.ZodOptional<z.ZodEffects<z.ZodObject<{
823
- id: z.ZodString;
824
- categories: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"bridge">, z.ZodLiteral<"cex">, z.ZodLiteral<"cross-chain">, z.ZodLiteral<"dex">, z.ZodLiteral<"gaming">, z.ZodLiteral<"lending">, z.ZodLiteral<"nft-marketplace">, z.ZodLiteral<"other">]>, "many">;
825
- name: z.ZodString;
826
- description: z.ZodOptional<z.ZodString>;
827
- website: z.ZodOptional<z.ZodString>;
828
- icon: z.ZodOptional<z.ZodString>;
829
- }, "strip", z.ZodTypeAny, {
830
- id: string;
831
- name: string;
832
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
833
- description?: string | undefined;
834
- website?: string | undefined;
835
- icon?: string | undefined;
836
- }, {
837
- id: string;
838
- name: string;
839
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
840
- description?: string | undefined;
841
- website?: string | undefined;
842
- icon?: string | undefined;
843
- }>, {
844
- description: string | undefined;
845
- website: string | undefined;
846
- icon: string | undefined;
847
- id: string;
848
- name: string;
849
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
850
- }, {
851
- id: string;
852
- name: string;
853
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
854
- description?: string | undefined;
855
- website?: string | undefined;
856
- icon?: string | undefined;
857
- }>>;
3680
+ }>, {
858
3681
  action: z.ZodLiteral<"send-to-cex">;
859
- transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3682
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3683
+ from: z.ZodOptional<z.ZodString>;
3684
+ to: z.ZodOptional<z.ZodString>;
3685
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3686
+ type: z.ZodLiteral<"CryptoCurrency">;
3687
+ id: z.ZodString;
3688
+ name: z.ZodString;
3689
+ symbol: z.ZodString;
3690
+ icon: z.ZodOptional<z.ZodString>;
3691
+ market: z.ZodEffects<z.ZodObject<{
3692
+ coingeckoId: z.ZodOptional<z.ZodString>;
3693
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
3694
+ value: z.ZodBigInt;
3695
+ decimals: z.ZodNumber;
3696
+ }, "strip", z.ZodTypeAny, {
3697
+ value: bigint;
3698
+ decimals: number;
3699
+ }, {
3700
+ value: bigint;
3701
+ decimals: number;
3702
+ }>>;
3703
+ }, "strip", z.ZodTypeAny, {
3704
+ coingeckoId?: string | undefined;
3705
+ marketCapUsd?: {
3706
+ value: bigint;
3707
+ decimals: number;
3708
+ } | undefined;
3709
+ }, {
3710
+ coingeckoId?: string | undefined;
3711
+ marketCapUsd?: {
3712
+ value: bigint;
3713
+ decimals: number;
3714
+ } | undefined;
3715
+ }>, {
3716
+ coingeckoId: string | undefined;
3717
+ marketCapUsd: {
3718
+ value: bigint;
3719
+ decimals: number;
3720
+ } | undefined;
3721
+ }, {
3722
+ coingeckoId?: string | undefined;
3723
+ marketCapUsd?: {
3724
+ value: bigint;
3725
+ decimals: number;
3726
+ } | undefined;
3727
+ }>;
3728
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
3729
+ updatedAt: z.ZodNumber;
3730
+ }, "strip", z.ZodTypeAny, {
3731
+ symbol: string;
3732
+ type: "CryptoCurrency";
3733
+ id: string;
3734
+ name: string;
3735
+ market: {
3736
+ coingeckoId: string | undefined;
3737
+ marketCapUsd: {
3738
+ value: bigint;
3739
+ decimals: number;
3740
+ } | undefined;
3741
+ };
3742
+ updatedAt: number;
3743
+ icon?: string | undefined;
3744
+ priceDatasourceId?: string | undefined;
3745
+ }, {
3746
+ symbol: string;
3747
+ type: "CryptoCurrency";
3748
+ id: string;
3749
+ name: string;
3750
+ market: {
3751
+ coingeckoId?: string | undefined;
3752
+ marketCapUsd?: {
3753
+ value: bigint;
3754
+ decimals: number;
3755
+ } | undefined;
3756
+ };
3757
+ updatedAt: number;
3758
+ icon?: string | undefined;
3759
+ priceDatasourceId?: string | undefined;
3760
+ }>, {
3761
+ icon: string | undefined;
3762
+ priceDatasourceId: string | undefined;
3763
+ symbol: string;
3764
+ type: "CryptoCurrency";
3765
+ id: string;
3766
+ name: string;
3767
+ market: {
3768
+ coingeckoId: string | undefined;
3769
+ marketCapUsd: {
3770
+ value: bigint;
3771
+ decimals: number;
3772
+ } | undefined;
3773
+ };
3774
+ updatedAt: number;
3775
+ }, {
3776
+ symbol: string;
3777
+ type: "CryptoCurrency";
3778
+ id: string;
3779
+ name: string;
3780
+ market: {
3781
+ coingeckoId?: string | undefined;
3782
+ marketCapUsd?: {
3783
+ value: bigint;
3784
+ decimals: number;
3785
+ } | undefined;
3786
+ };
3787
+ updatedAt: number;
3788
+ icon?: string | undefined;
3789
+ priceDatasourceId?: string | undefined;
3790
+ }>, z.ZodEffects<z.ZodObject<{
3791
+ type: z.ZodLiteral<"FiatCurrency">;
3792
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
3793
+ name: z.ZodString;
3794
+ symbol: z.ZodString;
3795
+ icon: z.ZodOptional<z.ZodString>;
3796
+ }, "strip", z.ZodTypeAny, {
3797
+ symbol: string;
3798
+ type: "FiatCurrency";
3799
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3800
+ name: string;
3801
+ icon?: string | undefined;
3802
+ }, {
3803
+ symbol: string;
3804
+ type: "FiatCurrency";
3805
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3806
+ name: string;
3807
+ icon?: string | undefined;
3808
+ }>, {
3809
+ icon: string | undefined;
3810
+ symbol: string;
3811
+ type: "FiatCurrency";
3812
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3813
+ name: string;
3814
+ }, {
3815
+ symbol: string;
3816
+ type: "FiatCurrency";
3817
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3818
+ name: string;
3819
+ icon?: string | undefined;
3820
+ }>, z.ZodEffects<z.ZodObject<{
3821
+ type: z.ZodLiteral<"Nft">;
3822
+ id: z.ZodString;
3823
+ name: z.ZodOptional<z.ZodString>;
3824
+ symbol: z.ZodOptional<z.ZodString>;
3825
+ image: z.ZodOptional<z.ZodString>;
3826
+ metadata: z.ZodOptional<z.ZodString>;
3827
+ updatedAt: z.ZodNumber;
3828
+ }, "strip", z.ZodTypeAny, {
3829
+ type: "Nft";
3830
+ id: string;
3831
+ updatedAt: number;
3832
+ symbol?: string | undefined;
3833
+ name?: string | undefined;
3834
+ image?: string | undefined;
3835
+ metadata?: string | undefined;
3836
+ }, {
3837
+ type: "Nft";
3838
+ id: string;
3839
+ updatedAt: number;
3840
+ symbol?: string | undefined;
3841
+ name?: string | undefined;
3842
+ image?: string | undefined;
3843
+ metadata?: string | undefined;
3844
+ }>, {
3845
+ name: string | undefined;
3846
+ symbol: string | undefined;
3847
+ image: string | undefined;
3848
+ metadata: string | undefined;
3849
+ type: "Nft";
3850
+ id: string;
3851
+ updatedAt: number;
3852
+ }, {
3853
+ type: "Nft";
3854
+ id: string;
3855
+ updatedAt: number;
3856
+ symbol?: string | undefined;
3857
+ name?: string | undefined;
3858
+ image?: string | undefined;
3859
+ metadata?: string | undefined;
3860
+ }>]>;
3861
+ amount: z.ZodObject<{
3862
+ value: z.ZodBigInt;
3863
+ decimals: z.ZodNumber;
3864
+ }, "strip", z.ZodTypeAny, {
3865
+ value: bigint;
3866
+ decimals: number;
3867
+ }, {
3868
+ value: bigint;
3869
+ decimals: number;
3870
+ }>;
860
3871
  price: z.ZodOptional<z.ZodObject<{
861
3872
  cryptoCurrencyId: z.ZodString;
862
3873
  fiatCurrencyId: z.ZodString;
@@ -888,19 +3899,9 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
888
3899
  };
889
3900
  timestamp: number;
890
3901
  }>>;
891
- from: z.ZodOptional<z.ZodString>;
892
- to: z.ZodOptional<z.ZodString>;
893
- amount: z.ZodObject<{
894
- value: z.ZodBigInt;
895
- decimals: z.ZodNumber;
896
- }, "strip", z.ZodTypeAny, {
897
- value: bigint;
898
- decimals: number;
899
- }, {
900
- value: bigint;
901
- decimals: number;
902
- }>;
3902
+ }, {
903
3903
  direction: z.ZodLiteral<"out">;
3904
+ }>, {
904
3905
  asset: z.ZodEffects<z.ZodObject<{
905
3906
  type: z.ZodLiteral<"CryptoCurrency">;
906
3907
  id: z.ZodString;
@@ -1007,7 +4008,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
1007
4008
  icon?: string | undefined;
1008
4009
  priceDatasourceId?: string | undefined;
1009
4010
  }>;
1010
- }, "strip", z.ZodTypeAny, {
4011
+ }>, "strip", z.ZodTypeAny, {
1011
4012
  asset: {
1012
4013
  icon: string | undefined;
1013
4014
  priceDatasourceId: string | undefined;
@@ -1139,7 +4140,195 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
1139
4140
  } | undefined;
1140
4141
  from?: string | undefined;
1141
4142
  to?: string | undefined;
1142
- }>, z.ZodEffects<z.ZodObject<{
4143
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
4144
+ from: z.ZodOptional<z.ZodString>;
4145
+ to: z.ZodOptional<z.ZodString>;
4146
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4147
+ type: z.ZodLiteral<"CryptoCurrency">;
4148
+ id: z.ZodString;
4149
+ name: z.ZodString;
4150
+ symbol: z.ZodString;
4151
+ icon: z.ZodOptional<z.ZodString>;
4152
+ market: z.ZodEffects<z.ZodObject<{
4153
+ coingeckoId: z.ZodOptional<z.ZodString>;
4154
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
4155
+ value: z.ZodBigInt;
4156
+ decimals: z.ZodNumber;
4157
+ }, "strip", z.ZodTypeAny, {
4158
+ value: bigint;
4159
+ decimals: number;
4160
+ }, {
4161
+ value: bigint;
4162
+ decimals: number;
4163
+ }>>;
4164
+ }, "strip", z.ZodTypeAny, {
4165
+ coingeckoId?: string | undefined;
4166
+ marketCapUsd?: {
4167
+ value: bigint;
4168
+ decimals: number;
4169
+ } | undefined;
4170
+ }, {
4171
+ coingeckoId?: string | undefined;
4172
+ marketCapUsd?: {
4173
+ value: bigint;
4174
+ decimals: number;
4175
+ } | undefined;
4176
+ }>, {
4177
+ coingeckoId: string | undefined;
4178
+ marketCapUsd: {
4179
+ value: bigint;
4180
+ decimals: number;
4181
+ } | undefined;
4182
+ }, {
4183
+ coingeckoId?: string | undefined;
4184
+ marketCapUsd?: {
4185
+ value: bigint;
4186
+ decimals: number;
4187
+ } | undefined;
4188
+ }>;
4189
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
4190
+ updatedAt: z.ZodNumber;
4191
+ }, "strip", z.ZodTypeAny, {
4192
+ symbol: string;
4193
+ type: "CryptoCurrency";
4194
+ id: string;
4195
+ name: string;
4196
+ market: {
4197
+ coingeckoId: string | undefined;
4198
+ marketCapUsd: {
4199
+ value: bigint;
4200
+ decimals: number;
4201
+ } | undefined;
4202
+ };
4203
+ updatedAt: number;
4204
+ icon?: string | undefined;
4205
+ priceDatasourceId?: string | undefined;
4206
+ }, {
4207
+ symbol: string;
4208
+ type: "CryptoCurrency";
4209
+ id: string;
4210
+ name: string;
4211
+ market: {
4212
+ coingeckoId?: string | undefined;
4213
+ marketCapUsd?: {
4214
+ value: bigint;
4215
+ decimals: number;
4216
+ } | undefined;
4217
+ };
4218
+ updatedAt: number;
4219
+ icon?: string | undefined;
4220
+ priceDatasourceId?: string | undefined;
4221
+ }>, {
4222
+ icon: string | undefined;
4223
+ priceDatasourceId: string | undefined;
4224
+ symbol: string;
4225
+ type: "CryptoCurrency";
4226
+ id: string;
4227
+ name: string;
4228
+ market: {
4229
+ coingeckoId: string | undefined;
4230
+ marketCapUsd: {
4231
+ value: bigint;
4232
+ decimals: number;
4233
+ } | undefined;
4234
+ };
4235
+ updatedAt: number;
4236
+ }, {
4237
+ symbol: string;
4238
+ type: "CryptoCurrency";
4239
+ id: string;
4240
+ name: string;
4241
+ market: {
4242
+ coingeckoId?: string | undefined;
4243
+ marketCapUsd?: {
4244
+ value: bigint;
4245
+ decimals: number;
4246
+ } | undefined;
4247
+ };
4248
+ updatedAt: number;
4249
+ icon?: string | undefined;
4250
+ priceDatasourceId?: string | undefined;
4251
+ }>, z.ZodEffects<z.ZodObject<{
4252
+ type: z.ZodLiteral<"FiatCurrency">;
4253
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
4254
+ name: z.ZodString;
4255
+ symbol: z.ZodString;
4256
+ icon: z.ZodOptional<z.ZodString>;
4257
+ }, "strip", z.ZodTypeAny, {
4258
+ symbol: string;
4259
+ type: "FiatCurrency";
4260
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4261
+ name: string;
4262
+ icon?: string | undefined;
4263
+ }, {
4264
+ symbol: string;
4265
+ type: "FiatCurrency";
4266
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4267
+ name: string;
4268
+ icon?: string | undefined;
4269
+ }>, {
4270
+ icon: string | undefined;
4271
+ symbol: string;
4272
+ type: "FiatCurrency";
4273
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4274
+ name: string;
4275
+ }, {
4276
+ symbol: string;
4277
+ type: "FiatCurrency";
4278
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4279
+ name: string;
4280
+ icon?: string | undefined;
4281
+ }>, z.ZodEffects<z.ZodObject<{
4282
+ type: z.ZodLiteral<"Nft">;
4283
+ id: z.ZodString;
4284
+ name: z.ZodOptional<z.ZodString>;
4285
+ symbol: z.ZodOptional<z.ZodString>;
4286
+ image: z.ZodOptional<z.ZodString>;
4287
+ metadata: z.ZodOptional<z.ZodString>;
4288
+ updatedAt: z.ZodNumber;
4289
+ }, "strip", z.ZodTypeAny, {
4290
+ type: "Nft";
4291
+ id: string;
4292
+ updatedAt: number;
4293
+ symbol?: string | undefined;
4294
+ name?: string | undefined;
4295
+ image?: string | undefined;
4296
+ metadata?: string | undefined;
4297
+ }, {
4298
+ type: "Nft";
4299
+ id: string;
4300
+ updatedAt: number;
4301
+ symbol?: string | undefined;
4302
+ name?: string | undefined;
4303
+ image?: string | undefined;
4304
+ metadata?: string | undefined;
4305
+ }>, {
4306
+ name: string | undefined;
4307
+ symbol: string | undefined;
4308
+ image: string | undefined;
4309
+ metadata: string | undefined;
4310
+ type: "Nft";
4311
+ id: string;
4312
+ updatedAt: number;
4313
+ }, {
4314
+ type: "Nft";
4315
+ id: string;
4316
+ updatedAt: number;
4317
+ symbol?: string | undefined;
4318
+ name?: string | undefined;
4319
+ image?: string | undefined;
4320
+ metadata?: string | undefined;
4321
+ }>]>;
4322
+ amount: z.ZodObject<{
4323
+ value: z.ZodBigInt;
4324
+ decimals: z.ZodNumber;
4325
+ }, "strip", z.ZodTypeAny, {
4326
+ value: bigint;
4327
+ decimals: number;
4328
+ }, {
4329
+ value: bigint;
4330
+ decimals: number;
4331
+ }>;
1143
4332
  price: z.ZodOptional<z.ZodObject<{
1144
4333
  cryptoCurrencyId: z.ZodString;
1145
4334
  fiatCurrencyId: z.ZodString;
@@ -1171,19 +4360,9 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
1171
4360
  };
1172
4361
  timestamp: number;
1173
4362
  }>>;
1174
- from: z.ZodOptional<z.ZodString>;
1175
- to: z.ZodOptional<z.ZodString>;
1176
- amount: z.ZodObject<{
1177
- value: z.ZodBigInt;
1178
- decimals: z.ZodNumber;
1179
- }, "strip", z.ZodTypeAny, {
1180
- value: bigint;
1181
- decimals: number;
1182
- }, {
1183
- value: bigint;
1184
- decimals: number;
1185
- }>;
4363
+ }, {
1186
4364
  direction: z.ZodLiteral<"out">;
4365
+ }>, {
1187
4366
  asset: z.ZodEffects<z.ZodObject<{
1188
4367
  type: z.ZodLiteral<"Nft">;
1189
4368
  id: z.ZodString;
@@ -1196,16 +4375,16 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
1196
4375
  type: "Nft";
1197
4376
  id: string;
1198
4377
  updatedAt: number;
1199
- name?: string | undefined;
1200
4378
  symbol?: string | undefined;
4379
+ name?: string | undefined;
1201
4380
  image?: string | undefined;
1202
4381
  metadata?: string | undefined;
1203
4382
  }, {
1204
4383
  type: "Nft";
1205
4384
  id: string;
1206
4385
  updatedAt: number;
1207
- name?: string | undefined;
1208
4386
  symbol?: string | undefined;
4387
+ name?: string | undefined;
1209
4388
  image?: string | undefined;
1210
4389
  metadata?: string | undefined;
1211
4390
  }>, {
@@ -1220,12 +4399,12 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
1220
4399
  type: "Nft";
1221
4400
  id: string;
1222
4401
  updatedAt: number;
1223
- name?: string | undefined;
1224
4402
  symbol?: string | undefined;
4403
+ name?: string | undefined;
1225
4404
  image?: string | undefined;
1226
4405
  metadata?: string | undefined;
1227
4406
  }>;
1228
- }, "strip", z.ZodTypeAny, {
4407
+ }>, "strip", z.ZodTypeAny, {
1229
4408
  asset: {
1230
4409
  name: string | undefined;
1231
4410
  symbol: string | undefined;
@@ -1256,8 +4435,8 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
1256
4435
  type: "Nft";
1257
4436
  id: string;
1258
4437
  updatedAt: number;
1259
- name?: string | undefined;
1260
4438
  symbol?: string | undefined;
4439
+ name?: string | undefined;
1261
4440
  image?: string | undefined;
1262
4441
  metadata?: string | undefined;
1263
4442
  };
@@ -1308,8 +4487,8 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
1308
4487
  type: "Nft";
1309
4488
  id: string;
1310
4489
  updatedAt: number;
1311
- name?: string | undefined;
1312
4490
  symbol?: string | undefined;
4491
+ name?: string | undefined;
1313
4492
  image?: string | undefined;
1314
4493
  metadata?: string | undefined;
1315
4494
  };
@@ -1330,7 +4509,7 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
1330
4509
  from?: string | undefined;
1331
4510
  to?: string | undefined;
1332
4511
  }>]>, "many">;
1333
- }, "strip", z.ZodTypeAny, {
4512
+ }>, "strip", z.ZodTypeAny, {
1334
4513
  type: "NormalAccountAction";
1335
4514
  timestamp: number;
1336
4515
  order: number;
@@ -1451,8 +4630,8 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
1451
4630
  type: "Nft";
1452
4631
  id: string;
1453
4632
  updatedAt: number;
1454
- name?: string | undefined;
1455
4633
  symbol?: string | undefined;
4634
+ name?: string | undefined;
1456
4635
  image?: string | undefined;
1457
4636
  metadata?: string | undefined;
1458
4637
  };
@@ -1478,9 +4657,9 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
1478
4657
  id: string;
1479
4658
  name: string;
1480
4659
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4660
+ icon?: string | undefined;
1481
4661
  description?: string | undefined;
1482
4662
  website?: string | undefined;
1483
- icon?: string | undefined;
1484
4663
  } | undefined;
1485
4664
  }>, {
1486
4665
  comment: string | undefined;
@@ -1603,8 +4782,8 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
1603
4782
  type: "Nft";
1604
4783
  id: string;
1605
4784
  updatedAt: number;
1606
- name?: string | undefined;
1607
4785
  symbol?: string | undefined;
4786
+ name?: string | undefined;
1608
4787
  image?: string | undefined;
1609
4788
  metadata?: string | undefined;
1610
4789
  };
@@ -1630,9 +4809,9 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
1630
4809
  id: string;
1631
4810
  name: string;
1632
4811
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4812
+ icon?: string | undefined;
1633
4813
  description?: string | undefined;
1634
4814
  website?: string | undefined;
1635
- icon?: string | undefined;
1636
4815
  } | undefined;
1637
4816
  }>;
1638
4817
  //# sourceMappingURL=sendToCex.d.ts.map