@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 normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
3
- type: z.ZodLiteral<"CrossNormalAction">;
4
- timestamp: z.ZodNumber;
2
+ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3
+ type: z.ZodLiteral<"NormalAction">;
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 normalActionBridgeToSchema: 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,59 +37,14 @@ export declare const normalActionBridgeToSchema: 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
- crossId: z.ZodString;
44
- crossType: z.ZodUnion<[z.ZodLiteral<"start">, z.ZodLiteral<"middle">, z.ZodLiteral<"end">]>;
45
- action: z.ZodLiteral<"bridge-to">;
46
- transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
47
- price: z.ZodOptional<z.ZodObject<{
48
- cryptoCurrencyId: z.ZodString;
49
- fiatCurrencyId: z.ZodString;
50
- price: z.ZodObject<{
51
- value: z.ZodBigInt;
52
- decimals: z.ZodNumber;
53
- }, "strip", z.ZodTypeAny, {
54
- value: bigint;
55
- decimals: number;
56
- }, {
57
- value: bigint;
58
- decimals: number;
59
- }>;
60
- timestamp: z.ZodNumber;
61
- }, "strip", z.ZodTypeAny, {
62
- cryptoCurrencyId: string;
63
- fiatCurrencyId: string;
64
- price: {
65
- value: bigint;
66
- decimals: number;
67
- };
68
- timestamp: number;
69
- }, {
70
- cryptoCurrencyId: string;
71
- fiatCurrencyId: string;
72
- price: {
73
- value: bigint;
74
- decimals: number;
75
- };
76
- timestamp: number;
77
- }>>;
44
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
78
45
  from: z.ZodOptional<z.ZodString>;
79
46
  to: z.ZodOptional<z.ZodString>;
80
- amount: z.ZodObject<{
81
- value: z.ZodBigInt;
82
- decimals: z.ZodNumber;
83
- }, "strip", z.ZodTypeAny, {
84
- value: bigint;
85
- decimals: number;
86
- }, {
87
- value: bigint;
88
- decimals: number;
89
- }>;
90
- direction: z.ZodLiteral<"in">;
91
- asset: z.ZodEffects<z.ZodObject<{
47
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
92
48
  type: z.ZodLiteral<"CryptoCurrency">;
93
49
  id: z.ZodString;
94
50
  name: z.ZodString;
@@ -193,8 +149,121 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
193
149
  updatedAt: number;
194
150
  icon?: string | undefined;
195
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;
196
232
  }>;
197
- }, "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, {
198
267
  asset: {
199
268
  icon: string | undefined;
200
269
  priceDatasourceId: string | undefined;
@@ -210,6 +279,20 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
210
279
  } | undefined;
211
280
  };
212
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;
213
296
  };
214
297
  amount: {
215
298
  value: bigint;
@@ -243,6 +326,20 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
243
326
  updatedAt: number;
244
327
  icon?: string | undefined;
245
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;
246
343
  };
247
344
  amount: {
248
345
  value: bigint;
@@ -287,6 +384,20 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
287
384
  } | undefined;
288
385
  };
289
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;
290
401
  };
291
402
  amount: {
292
403
  value: bigint;
@@ -309,6 +420,20 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
309
420
  updatedAt: number;
310
421
  icon?: string | undefined;
311
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;
312
437
  };
313
438
  amount: {
314
439
  value: bigint;
@@ -326,52 +451,145 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
326
451
  } | undefined;
327
452
  from?: string | undefined;
328
453
  to?: string | undefined;
329
- }>, z.ZodEffects<z.ZodObject<{
330
- price: z.ZodOptional<z.ZodObject<{
331
- cryptoCurrencyId: z.ZodString;
332
- fiatCurrencyId: z.ZodString;
333
- price: z.ZodObject<{
334
- value: z.ZodBigInt;
335
- 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
+ }>>;
336
475
  }, "strip", z.ZodTypeAny, {
337
- value: bigint;
338
- decimals: number;
476
+ coingeckoId?: string | undefined;
477
+ marketCapUsd?: {
478
+ value: bigint;
479
+ decimals: number;
480
+ } | undefined;
339
481
  }, {
340
- value: bigint;
341
- 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;
342
499
  }>;
343
- timestamp: z.ZodNumber;
500
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
501
+ updatedAt: z.ZodNumber;
344
502
  }, "strip", z.ZodTypeAny, {
345
- cryptoCurrencyId: string;
346
- fiatCurrencyId: string;
347
- price: {
348
- value: bigint;
349
- decimals: number;
350
- };
351
- 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;
352
517
  }, {
353
- cryptoCurrencyId: string;
354
- fiatCurrencyId: string;
355
- price: {
356
- value: bigint;
357
- 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;
358
528
  };
359
- timestamp: number;
360
- }>>;
361
- from: z.ZodOptional<z.ZodString>;
362
- to: z.ZodOptional<z.ZodString>;
363
- amount: z.ZodObject<{
364
- value: z.ZodBigInt;
365
- 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>;
366
568
  }, "strip", z.ZodTypeAny, {
367
- value: bigint;
368
- 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;
369
574
  }, {
370
- value: bigint;
371
- decimals: number;
372
- }>;
373
- direction: z.ZodLiteral<"in">;
374
- 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<{
375
593
  type: z.ZodLiteral<"Nft">;
376
594
  id: z.ZodString;
377
595
  name: z.ZodOptional<z.ZodString>;
@@ -383,16 +601,16 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
383
601
  type: "Nft";
384
602
  id: string;
385
603
  updatedAt: number;
386
- name?: string | undefined;
387
604
  symbol?: string | undefined;
605
+ name?: string | undefined;
388
606
  image?: string | undefined;
389
607
  metadata?: string | undefined;
390
608
  }, {
391
609
  type: "Nft";
392
610
  id: string;
393
611
  updatedAt: number;
394
- name?: string | undefined;
395
612
  symbol?: string | undefined;
613
+ name?: string | undefined;
396
614
  image?: string | undefined;
397
615
  metadata?: string | undefined;
398
616
  }>, {
@@ -407,13 +625,77 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
407
625
  type: "Nft";
408
626
  id: string;
409
627
  updatedAt: number;
410
- name?: string | undefined;
411
628
  symbol?: string | undefined;
629
+ name?: string | undefined;
412
630
  image?: string | undefined;
413
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;
414
642
  }>;
415
- }, "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, {
416
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
+ } | {
417
699
  name: string | undefined;
418
700
  symbol: string | undefined;
419
701
  image: string | undefined;
@@ -426,7 +708,7 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
426
708
  value: bigint;
427
709
  decimals: number;
428
710
  };
429
- direction: "in";
711
+ direction: "out";
430
712
  price?: {
431
713
  cryptoCurrencyId: string;
432
714
  fiatCurrencyId: string;
@@ -440,11 +722,32 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
440
722
  to?: string | undefined;
441
723
  }, {
442
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
+ } | {
443
746
  type: "Nft";
444
747
  id: string;
445
748
  updatedAt: number;
446
- name?: string | undefined;
447
749
  symbol?: string | undefined;
750
+ name?: string | undefined;
448
751
  image?: string | undefined;
449
752
  metadata?: string | undefined;
450
753
  };
@@ -452,7 +755,7 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
452
755
  value: bigint;
453
756
  decimals: number;
454
757
  };
455
- direction: "in";
758
+ direction: "out";
456
759
  price?: {
457
760
  cryptoCurrencyId: string;
458
761
  fiatCurrencyId: string;
@@ -477,6 +780,27 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
477
780
  timestamp: number;
478
781
  } | undefined;
479
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
+ } | {
480
804
  name: string | undefined;
481
805
  symbol: string | undefined;
482
806
  image: string | undefined;
@@ -489,14 +813,35 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
489
813
  value: bigint;
490
814
  decimals: number;
491
815
  };
492
- direction: "in";
816
+ direction: "out";
493
817
  }, {
494
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
+ } | {
495
840
  type: "Nft";
496
841
  id: string;
497
842
  updatedAt: number;
498
- name?: string | undefined;
499
843
  symbol?: string | undefined;
844
+ name?: string | undefined;
500
845
  image?: string | undefined;
501
846
  metadata?: string | undefined;
502
847
  };
@@ -504,7 +849,1520 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
504
849
  value: bigint;
505
850
  decimals: number;
506
851
  };
507
- direction: "in";
852
+ direction: "out";
853
+ price?: {
854
+ cryptoCurrencyId: string;
855
+ fiatCurrencyId: string;
856
+ price: {
857
+ value: bigint;
858
+ decimals: number;
859
+ };
860
+ timestamp: number;
861
+ } | undefined;
862
+ from?: string | undefined;
863
+ to?: string | undefined;
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, {
879
+ value: bigint;
880
+ decimals: number;
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
+ type: z.ZodLiteral<"CrossNormalAction">;
1277
+ crossId: z.ZodString;
1278
+ crossType: z.ZodUnion<[z.ZodLiteral<"start">, z.ZodLiteral<"middle">, z.ZodLiteral<"end">]>;
1279
+ }>, {
1280
+ action: z.ZodLiteral<"bridge-to">;
1281
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1282
+ from: z.ZodOptional<z.ZodString>;
1283
+ to: z.ZodOptional<z.ZodString>;
1284
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
1285
+ type: z.ZodLiteral<"CryptoCurrency">;
1286
+ id: z.ZodString;
1287
+ name: z.ZodString;
1288
+ symbol: z.ZodString;
1289
+ icon: z.ZodOptional<z.ZodString>;
1290
+ market: z.ZodEffects<z.ZodObject<{
1291
+ coingeckoId: z.ZodOptional<z.ZodString>;
1292
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1293
+ value: z.ZodBigInt;
1294
+ decimals: z.ZodNumber;
1295
+ }, "strip", z.ZodTypeAny, {
1296
+ value: bigint;
1297
+ decimals: number;
1298
+ }, {
1299
+ value: bigint;
1300
+ decimals: number;
1301
+ }>>;
1302
+ }, "strip", z.ZodTypeAny, {
1303
+ coingeckoId?: string | undefined;
1304
+ marketCapUsd?: {
1305
+ value: bigint;
1306
+ decimals: number;
1307
+ } | undefined;
1308
+ }, {
1309
+ coingeckoId?: string | undefined;
1310
+ marketCapUsd?: {
1311
+ value: bigint;
1312
+ decimals: number;
1313
+ } | undefined;
1314
+ }>, {
1315
+ coingeckoId: string | undefined;
1316
+ marketCapUsd: {
1317
+ value: bigint;
1318
+ decimals: number;
1319
+ } | undefined;
1320
+ }, {
1321
+ coingeckoId?: string | undefined;
1322
+ marketCapUsd?: {
1323
+ value: bigint;
1324
+ decimals: number;
1325
+ } | undefined;
1326
+ }>;
1327
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
1328
+ updatedAt: z.ZodNumber;
1329
+ }, "strip", z.ZodTypeAny, {
1330
+ symbol: string;
1331
+ type: "CryptoCurrency";
1332
+ id: string;
1333
+ name: string;
1334
+ market: {
1335
+ coingeckoId: string | undefined;
1336
+ marketCapUsd: {
1337
+ value: bigint;
1338
+ decimals: number;
1339
+ } | undefined;
1340
+ };
1341
+ updatedAt: number;
1342
+ icon?: string | undefined;
1343
+ priceDatasourceId?: string | undefined;
1344
+ }, {
1345
+ symbol: string;
1346
+ type: "CryptoCurrency";
1347
+ id: string;
1348
+ name: string;
1349
+ market: {
1350
+ coingeckoId?: string | undefined;
1351
+ marketCapUsd?: {
1352
+ value: bigint;
1353
+ decimals: number;
1354
+ } | undefined;
1355
+ };
1356
+ updatedAt: number;
1357
+ icon?: string | undefined;
1358
+ priceDatasourceId?: string | undefined;
1359
+ }>, {
1360
+ icon: string | undefined;
1361
+ priceDatasourceId: string | undefined;
1362
+ symbol: string;
1363
+ type: "CryptoCurrency";
1364
+ id: string;
1365
+ name: string;
1366
+ market: {
1367
+ coingeckoId: string | undefined;
1368
+ marketCapUsd: {
1369
+ value: bigint;
1370
+ decimals: number;
1371
+ } | undefined;
1372
+ };
1373
+ updatedAt: number;
1374
+ }, {
1375
+ symbol: string;
1376
+ type: "CryptoCurrency";
1377
+ id: string;
1378
+ name: string;
1379
+ market: {
1380
+ coingeckoId?: string | undefined;
1381
+ marketCapUsd?: {
1382
+ value: bigint;
1383
+ decimals: number;
1384
+ } | undefined;
1385
+ };
1386
+ updatedAt: number;
1387
+ icon?: string | undefined;
1388
+ priceDatasourceId?: string | undefined;
1389
+ }>, z.ZodEffects<z.ZodObject<{
1390
+ type: z.ZodLiteral<"FiatCurrency">;
1391
+ 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">]>;
1392
+ name: z.ZodString;
1393
+ symbol: z.ZodString;
1394
+ icon: z.ZodOptional<z.ZodString>;
1395
+ }, "strip", z.ZodTypeAny, {
1396
+ symbol: string;
1397
+ type: "FiatCurrency";
1398
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1399
+ name: string;
1400
+ icon?: string | undefined;
1401
+ }, {
1402
+ symbol: string;
1403
+ type: "FiatCurrency";
1404
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1405
+ name: string;
1406
+ icon?: string | undefined;
1407
+ }>, {
1408
+ icon: string | undefined;
1409
+ symbol: string;
1410
+ type: "FiatCurrency";
1411
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1412
+ name: string;
1413
+ }, {
1414
+ symbol: string;
1415
+ type: "FiatCurrency";
1416
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1417
+ name: string;
1418
+ icon?: string | undefined;
1419
+ }>, z.ZodEffects<z.ZodObject<{
1420
+ type: z.ZodLiteral<"Nft">;
1421
+ id: z.ZodString;
1422
+ name: z.ZodOptional<z.ZodString>;
1423
+ symbol: z.ZodOptional<z.ZodString>;
1424
+ image: z.ZodOptional<z.ZodString>;
1425
+ metadata: z.ZodOptional<z.ZodString>;
1426
+ updatedAt: z.ZodNumber;
1427
+ }, "strip", z.ZodTypeAny, {
1428
+ type: "Nft";
1429
+ id: string;
1430
+ updatedAt: number;
1431
+ symbol?: string | undefined;
1432
+ name?: string | undefined;
1433
+ image?: string | undefined;
1434
+ metadata?: string | undefined;
1435
+ }, {
1436
+ type: "Nft";
1437
+ id: string;
1438
+ updatedAt: number;
1439
+ symbol?: string | undefined;
1440
+ name?: string | undefined;
1441
+ image?: string | undefined;
1442
+ metadata?: string | undefined;
1443
+ }>, {
1444
+ name: string | undefined;
1445
+ symbol: string | undefined;
1446
+ image: string | undefined;
1447
+ metadata: string | undefined;
1448
+ type: "Nft";
1449
+ id: string;
1450
+ updatedAt: number;
1451
+ }, {
1452
+ type: "Nft";
1453
+ id: string;
1454
+ updatedAt: number;
1455
+ symbol?: string | undefined;
1456
+ name?: string | undefined;
1457
+ image?: string | undefined;
1458
+ metadata?: string | undefined;
1459
+ }>]>;
1460
+ amount: z.ZodObject<{
1461
+ value: z.ZodBigInt;
1462
+ decimals: z.ZodNumber;
1463
+ }, "strip", z.ZodTypeAny, {
1464
+ value: bigint;
1465
+ decimals: number;
1466
+ }, {
1467
+ value: bigint;
1468
+ decimals: number;
1469
+ }>;
1470
+ price: z.ZodOptional<z.ZodObject<{
1471
+ cryptoCurrencyId: z.ZodString;
1472
+ fiatCurrencyId: z.ZodString;
1473
+ price: z.ZodObject<{
1474
+ value: z.ZodBigInt;
1475
+ decimals: z.ZodNumber;
1476
+ }, "strip", z.ZodTypeAny, {
1477
+ value: bigint;
1478
+ decimals: number;
1479
+ }, {
1480
+ value: bigint;
1481
+ decimals: number;
1482
+ }>;
1483
+ timestamp: z.ZodNumber;
1484
+ }, "strip", z.ZodTypeAny, {
1485
+ cryptoCurrencyId: string;
1486
+ fiatCurrencyId: string;
1487
+ price: {
1488
+ value: bigint;
1489
+ decimals: number;
1490
+ };
1491
+ timestamp: number;
1492
+ }, {
1493
+ cryptoCurrencyId: string;
1494
+ fiatCurrencyId: string;
1495
+ price: {
1496
+ value: bigint;
1497
+ decimals: number;
1498
+ };
1499
+ timestamp: number;
1500
+ }>>;
1501
+ }, {
1502
+ direction: z.ZodLiteral<"in">;
1503
+ }>, {
1504
+ asset: z.ZodEffects<z.ZodObject<{
1505
+ type: z.ZodLiteral<"CryptoCurrency">;
1506
+ id: z.ZodString;
1507
+ name: z.ZodString;
1508
+ symbol: z.ZodString;
1509
+ icon: z.ZodOptional<z.ZodString>;
1510
+ market: z.ZodEffects<z.ZodObject<{
1511
+ coingeckoId: z.ZodOptional<z.ZodString>;
1512
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1513
+ value: z.ZodBigInt;
1514
+ decimals: z.ZodNumber;
1515
+ }, "strip", z.ZodTypeAny, {
1516
+ value: bigint;
1517
+ decimals: number;
1518
+ }, {
1519
+ value: bigint;
1520
+ decimals: number;
1521
+ }>>;
1522
+ }, "strip", z.ZodTypeAny, {
1523
+ coingeckoId?: string | undefined;
1524
+ marketCapUsd?: {
1525
+ value: bigint;
1526
+ decimals: number;
1527
+ } | undefined;
1528
+ }, {
1529
+ coingeckoId?: string | undefined;
1530
+ marketCapUsd?: {
1531
+ value: bigint;
1532
+ decimals: number;
1533
+ } | undefined;
1534
+ }>, {
1535
+ coingeckoId: string | undefined;
1536
+ marketCapUsd: {
1537
+ value: bigint;
1538
+ decimals: number;
1539
+ } | undefined;
1540
+ }, {
1541
+ coingeckoId?: string | undefined;
1542
+ marketCapUsd?: {
1543
+ value: bigint;
1544
+ decimals: number;
1545
+ } | undefined;
1546
+ }>;
1547
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
1548
+ updatedAt: z.ZodNumber;
1549
+ }, "strip", z.ZodTypeAny, {
1550
+ symbol: string;
1551
+ type: "CryptoCurrency";
1552
+ id: string;
1553
+ name: string;
1554
+ market: {
1555
+ coingeckoId: string | undefined;
1556
+ marketCapUsd: {
1557
+ value: bigint;
1558
+ decimals: number;
1559
+ } | undefined;
1560
+ };
1561
+ updatedAt: number;
1562
+ icon?: string | undefined;
1563
+ priceDatasourceId?: string | undefined;
1564
+ }, {
1565
+ symbol: string;
1566
+ type: "CryptoCurrency";
1567
+ id: string;
1568
+ name: string;
1569
+ market: {
1570
+ coingeckoId?: string | undefined;
1571
+ marketCapUsd?: {
1572
+ value: bigint;
1573
+ decimals: number;
1574
+ } | undefined;
1575
+ };
1576
+ updatedAt: number;
1577
+ icon?: string | undefined;
1578
+ priceDatasourceId?: string | undefined;
1579
+ }>, {
1580
+ icon: string | undefined;
1581
+ priceDatasourceId: string | undefined;
1582
+ symbol: string;
1583
+ type: "CryptoCurrency";
1584
+ id: string;
1585
+ name: string;
1586
+ market: {
1587
+ coingeckoId: string | undefined;
1588
+ marketCapUsd: {
1589
+ value: bigint;
1590
+ decimals: number;
1591
+ } | undefined;
1592
+ };
1593
+ updatedAt: number;
1594
+ }, {
1595
+ symbol: string;
1596
+ type: "CryptoCurrency";
1597
+ id: string;
1598
+ name: string;
1599
+ market: {
1600
+ coingeckoId?: string | undefined;
1601
+ marketCapUsd?: {
1602
+ value: bigint;
1603
+ decimals: number;
1604
+ } | undefined;
1605
+ };
1606
+ updatedAt: number;
1607
+ icon?: string | undefined;
1608
+ priceDatasourceId?: string | undefined;
1609
+ }>;
1610
+ }>, "strip", z.ZodTypeAny, {
1611
+ asset: {
1612
+ icon: string | undefined;
1613
+ priceDatasourceId: string | undefined;
1614
+ symbol: string;
1615
+ type: "CryptoCurrency";
1616
+ id: string;
1617
+ name: string;
1618
+ market: {
1619
+ coingeckoId: string | undefined;
1620
+ marketCapUsd: {
1621
+ value: bigint;
1622
+ decimals: number;
1623
+ } | undefined;
1624
+ };
1625
+ updatedAt: number;
1626
+ };
1627
+ amount: {
1628
+ value: bigint;
1629
+ decimals: number;
1630
+ };
1631
+ direction: "in";
1632
+ price?: {
1633
+ cryptoCurrencyId: string;
1634
+ fiatCurrencyId: string;
1635
+ price: {
1636
+ value: bigint;
1637
+ decimals: number;
1638
+ };
1639
+ timestamp: number;
1640
+ } | undefined;
1641
+ from?: string | undefined;
1642
+ to?: string | undefined;
1643
+ }, {
1644
+ asset: {
1645
+ symbol: string;
1646
+ type: "CryptoCurrency";
1647
+ id: string;
1648
+ name: string;
1649
+ market: {
1650
+ coingeckoId?: string | undefined;
1651
+ marketCapUsd?: {
1652
+ value: bigint;
1653
+ decimals: number;
1654
+ } | undefined;
1655
+ };
1656
+ updatedAt: number;
1657
+ icon?: string | undefined;
1658
+ priceDatasourceId?: string | undefined;
1659
+ };
1660
+ amount: {
1661
+ value: bigint;
1662
+ decimals: number;
1663
+ };
1664
+ direction: "in";
1665
+ price?: {
1666
+ cryptoCurrencyId: string;
1667
+ fiatCurrencyId: string;
1668
+ price: {
1669
+ value: bigint;
1670
+ decimals: number;
1671
+ };
1672
+ timestamp: number;
1673
+ } | undefined;
1674
+ from?: string | undefined;
1675
+ to?: string | undefined;
1676
+ }>, {
1677
+ from: string | undefined;
1678
+ to: string | undefined;
1679
+ price: {
1680
+ cryptoCurrencyId: string;
1681
+ fiatCurrencyId: string;
1682
+ price: {
1683
+ value: bigint;
1684
+ decimals: number;
1685
+ };
1686
+ timestamp: number;
1687
+ } | undefined;
1688
+ asset: {
1689
+ icon: string | undefined;
1690
+ priceDatasourceId: string | undefined;
1691
+ symbol: string;
1692
+ type: "CryptoCurrency";
1693
+ id: string;
1694
+ name: string;
1695
+ market: {
1696
+ coingeckoId: string | undefined;
1697
+ marketCapUsd: {
1698
+ value: bigint;
1699
+ decimals: number;
1700
+ } | undefined;
1701
+ };
1702
+ updatedAt: number;
1703
+ };
1704
+ amount: {
1705
+ value: bigint;
1706
+ decimals: number;
1707
+ };
1708
+ direction: "in";
1709
+ }, {
1710
+ asset: {
1711
+ symbol: string;
1712
+ type: "CryptoCurrency";
1713
+ id: string;
1714
+ name: string;
1715
+ market: {
1716
+ coingeckoId?: string | undefined;
1717
+ marketCapUsd?: {
1718
+ value: bigint;
1719
+ decimals: number;
1720
+ } | undefined;
1721
+ };
1722
+ updatedAt: number;
1723
+ icon?: string | undefined;
1724
+ priceDatasourceId?: string | undefined;
1725
+ };
1726
+ amount: {
1727
+ value: bigint;
1728
+ decimals: number;
1729
+ };
1730
+ direction: "in";
1731
+ price?: {
1732
+ cryptoCurrencyId: string;
1733
+ fiatCurrencyId: string;
1734
+ price: {
1735
+ value: bigint;
1736
+ decimals: number;
1737
+ };
1738
+ timestamp: number;
1739
+ } | undefined;
1740
+ from?: string | undefined;
1741
+ to?: string | undefined;
1742
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1743
+ from: z.ZodOptional<z.ZodString>;
1744
+ to: z.ZodOptional<z.ZodString>;
1745
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
1746
+ type: z.ZodLiteral<"CryptoCurrency">;
1747
+ id: z.ZodString;
1748
+ name: z.ZodString;
1749
+ symbol: z.ZodString;
1750
+ icon: z.ZodOptional<z.ZodString>;
1751
+ market: z.ZodEffects<z.ZodObject<{
1752
+ coingeckoId: z.ZodOptional<z.ZodString>;
1753
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1754
+ value: z.ZodBigInt;
1755
+ decimals: z.ZodNumber;
1756
+ }, "strip", z.ZodTypeAny, {
1757
+ value: bigint;
1758
+ decimals: number;
1759
+ }, {
1760
+ value: bigint;
1761
+ decimals: number;
1762
+ }>>;
1763
+ }, "strip", z.ZodTypeAny, {
1764
+ coingeckoId?: string | undefined;
1765
+ marketCapUsd?: {
1766
+ value: bigint;
1767
+ decimals: number;
1768
+ } | undefined;
1769
+ }, {
1770
+ coingeckoId?: string | undefined;
1771
+ marketCapUsd?: {
1772
+ value: bigint;
1773
+ decimals: number;
1774
+ } | undefined;
1775
+ }>, {
1776
+ coingeckoId: string | undefined;
1777
+ marketCapUsd: {
1778
+ value: bigint;
1779
+ decimals: number;
1780
+ } | undefined;
1781
+ }, {
1782
+ coingeckoId?: string | undefined;
1783
+ marketCapUsd?: {
1784
+ value: bigint;
1785
+ decimals: number;
1786
+ } | undefined;
1787
+ }>;
1788
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
1789
+ updatedAt: z.ZodNumber;
1790
+ }, "strip", z.ZodTypeAny, {
1791
+ symbol: string;
1792
+ type: "CryptoCurrency";
1793
+ id: string;
1794
+ name: string;
1795
+ market: {
1796
+ coingeckoId: string | undefined;
1797
+ marketCapUsd: {
1798
+ value: bigint;
1799
+ decimals: number;
1800
+ } | undefined;
1801
+ };
1802
+ updatedAt: number;
1803
+ icon?: string | undefined;
1804
+ priceDatasourceId?: string | undefined;
1805
+ }, {
1806
+ symbol: string;
1807
+ type: "CryptoCurrency";
1808
+ id: string;
1809
+ name: string;
1810
+ market: {
1811
+ coingeckoId?: string | undefined;
1812
+ marketCapUsd?: {
1813
+ value: bigint;
1814
+ decimals: number;
1815
+ } | undefined;
1816
+ };
1817
+ updatedAt: number;
1818
+ icon?: string | undefined;
1819
+ priceDatasourceId?: string | undefined;
1820
+ }>, {
1821
+ icon: string | undefined;
1822
+ priceDatasourceId: string | undefined;
1823
+ symbol: string;
1824
+ type: "CryptoCurrency";
1825
+ id: string;
1826
+ name: string;
1827
+ market: {
1828
+ coingeckoId: string | undefined;
1829
+ marketCapUsd: {
1830
+ value: bigint;
1831
+ decimals: number;
1832
+ } | undefined;
1833
+ };
1834
+ updatedAt: number;
1835
+ }, {
1836
+ symbol: string;
1837
+ type: "CryptoCurrency";
1838
+ id: string;
1839
+ name: string;
1840
+ market: {
1841
+ coingeckoId?: string | undefined;
1842
+ marketCapUsd?: {
1843
+ value: bigint;
1844
+ decimals: number;
1845
+ } | undefined;
1846
+ };
1847
+ updatedAt: number;
1848
+ icon?: string | undefined;
1849
+ priceDatasourceId?: string | undefined;
1850
+ }>, z.ZodEffects<z.ZodObject<{
1851
+ type: z.ZodLiteral<"FiatCurrency">;
1852
+ 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">]>;
1853
+ name: z.ZodString;
1854
+ symbol: z.ZodString;
1855
+ icon: z.ZodOptional<z.ZodString>;
1856
+ }, "strip", z.ZodTypeAny, {
1857
+ symbol: string;
1858
+ type: "FiatCurrency";
1859
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1860
+ name: string;
1861
+ icon?: string | undefined;
1862
+ }, {
1863
+ symbol: string;
1864
+ type: "FiatCurrency";
1865
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1866
+ name: string;
1867
+ icon?: string | undefined;
1868
+ }>, {
1869
+ icon: string | undefined;
1870
+ symbol: string;
1871
+ type: "FiatCurrency";
1872
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1873
+ name: string;
1874
+ }, {
1875
+ symbol: string;
1876
+ type: "FiatCurrency";
1877
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1878
+ name: string;
1879
+ icon?: string | undefined;
1880
+ }>, z.ZodEffects<z.ZodObject<{
1881
+ type: z.ZodLiteral<"Nft">;
1882
+ id: z.ZodString;
1883
+ name: z.ZodOptional<z.ZodString>;
1884
+ symbol: z.ZodOptional<z.ZodString>;
1885
+ image: z.ZodOptional<z.ZodString>;
1886
+ metadata: z.ZodOptional<z.ZodString>;
1887
+ updatedAt: z.ZodNumber;
1888
+ }, "strip", z.ZodTypeAny, {
1889
+ type: "Nft";
1890
+ id: string;
1891
+ updatedAt: number;
1892
+ symbol?: string | undefined;
1893
+ name?: string | undefined;
1894
+ image?: string | undefined;
1895
+ metadata?: string | undefined;
1896
+ }, {
1897
+ type: "Nft";
1898
+ id: string;
1899
+ updatedAt: number;
1900
+ symbol?: string | undefined;
1901
+ name?: string | undefined;
1902
+ image?: string | undefined;
1903
+ metadata?: string | undefined;
1904
+ }>, {
1905
+ name: string | undefined;
1906
+ symbol: string | undefined;
1907
+ image: string | undefined;
1908
+ metadata: string | undefined;
1909
+ type: "Nft";
1910
+ id: string;
1911
+ updatedAt: number;
1912
+ }, {
1913
+ type: "Nft";
1914
+ id: string;
1915
+ updatedAt: number;
1916
+ symbol?: string | undefined;
1917
+ name?: string | undefined;
1918
+ image?: string | undefined;
1919
+ metadata?: string | undefined;
1920
+ }>]>;
1921
+ amount: z.ZodObject<{
1922
+ value: z.ZodBigInt;
1923
+ decimals: z.ZodNumber;
1924
+ }, "strip", z.ZodTypeAny, {
1925
+ value: bigint;
1926
+ decimals: number;
1927
+ }, {
1928
+ value: bigint;
1929
+ decimals: number;
1930
+ }>;
1931
+ price: z.ZodOptional<z.ZodObject<{
1932
+ cryptoCurrencyId: z.ZodString;
1933
+ fiatCurrencyId: z.ZodString;
1934
+ price: z.ZodObject<{
1935
+ value: z.ZodBigInt;
1936
+ decimals: z.ZodNumber;
1937
+ }, "strip", z.ZodTypeAny, {
1938
+ value: bigint;
1939
+ decimals: number;
1940
+ }, {
1941
+ value: bigint;
1942
+ decimals: number;
1943
+ }>;
1944
+ timestamp: z.ZodNumber;
1945
+ }, "strip", z.ZodTypeAny, {
1946
+ cryptoCurrencyId: string;
1947
+ fiatCurrencyId: string;
1948
+ price: {
1949
+ value: bigint;
1950
+ decimals: number;
1951
+ };
1952
+ timestamp: number;
1953
+ }, {
1954
+ cryptoCurrencyId: string;
1955
+ fiatCurrencyId: string;
1956
+ price: {
1957
+ value: bigint;
1958
+ decimals: number;
1959
+ };
1960
+ timestamp: number;
1961
+ }>>;
1962
+ }, {
1963
+ direction: z.ZodLiteral<"in">;
1964
+ }>, {
1965
+ asset: z.ZodEffects<z.ZodObject<{
1966
+ type: z.ZodLiteral<"Nft">;
1967
+ id: z.ZodString;
1968
+ name: z.ZodOptional<z.ZodString>;
1969
+ symbol: z.ZodOptional<z.ZodString>;
1970
+ image: z.ZodOptional<z.ZodString>;
1971
+ metadata: z.ZodOptional<z.ZodString>;
1972
+ updatedAt: z.ZodNumber;
1973
+ }, "strip", z.ZodTypeAny, {
1974
+ type: "Nft";
1975
+ id: string;
1976
+ updatedAt: number;
1977
+ symbol?: string | undefined;
1978
+ name?: string | undefined;
1979
+ image?: string | undefined;
1980
+ metadata?: string | undefined;
1981
+ }, {
1982
+ type: "Nft";
1983
+ id: string;
1984
+ updatedAt: number;
1985
+ symbol?: string | undefined;
1986
+ name?: string | undefined;
1987
+ image?: string | undefined;
1988
+ metadata?: string | undefined;
1989
+ }>, {
1990
+ name: string | undefined;
1991
+ symbol: string | undefined;
1992
+ image: string | undefined;
1993
+ metadata: string | undefined;
1994
+ type: "Nft";
1995
+ id: string;
1996
+ updatedAt: number;
1997
+ }, {
1998
+ type: "Nft";
1999
+ id: string;
2000
+ updatedAt: number;
2001
+ symbol?: string | undefined;
2002
+ name?: string | undefined;
2003
+ image?: string | undefined;
2004
+ metadata?: string | undefined;
2005
+ }>;
2006
+ }>, "strip", z.ZodTypeAny, {
2007
+ asset: {
2008
+ name: string | undefined;
2009
+ symbol: string | undefined;
2010
+ image: string | undefined;
2011
+ metadata: string | undefined;
2012
+ type: "Nft";
2013
+ id: string;
2014
+ updatedAt: number;
2015
+ };
2016
+ amount: {
2017
+ value: bigint;
2018
+ decimals: number;
2019
+ };
2020
+ direction: "in";
2021
+ price?: {
2022
+ cryptoCurrencyId: string;
2023
+ fiatCurrencyId: string;
2024
+ price: {
2025
+ value: bigint;
2026
+ decimals: number;
2027
+ };
2028
+ timestamp: number;
2029
+ } | undefined;
2030
+ from?: string | undefined;
2031
+ to?: string | undefined;
2032
+ }, {
2033
+ asset: {
2034
+ type: "Nft";
2035
+ id: string;
2036
+ updatedAt: number;
2037
+ symbol?: string | undefined;
2038
+ name?: string | undefined;
2039
+ image?: string | undefined;
2040
+ metadata?: string | undefined;
2041
+ };
2042
+ amount: {
2043
+ value: bigint;
2044
+ decimals: number;
2045
+ };
2046
+ direction: "in";
2047
+ price?: {
2048
+ cryptoCurrencyId: string;
2049
+ fiatCurrencyId: string;
2050
+ price: {
2051
+ value: bigint;
2052
+ decimals: number;
2053
+ };
2054
+ timestamp: number;
2055
+ } | undefined;
2056
+ from?: string | undefined;
2057
+ to?: string | undefined;
2058
+ }>, {
2059
+ from: string | undefined;
2060
+ to: string | undefined;
2061
+ price: {
2062
+ cryptoCurrencyId: string;
2063
+ fiatCurrencyId: string;
2064
+ price: {
2065
+ value: bigint;
2066
+ decimals: number;
2067
+ };
2068
+ timestamp: number;
2069
+ } | undefined;
2070
+ asset: {
2071
+ name: string | undefined;
2072
+ symbol: string | undefined;
2073
+ image: string | undefined;
2074
+ metadata: string | undefined;
2075
+ type: "Nft";
2076
+ id: string;
2077
+ updatedAt: number;
2078
+ };
2079
+ amount: {
2080
+ value: bigint;
2081
+ decimals: number;
2082
+ };
2083
+ direction: "in";
2084
+ }, {
2085
+ asset: {
2086
+ type: "Nft";
2087
+ id: string;
2088
+ updatedAt: number;
2089
+ symbol?: string | undefined;
2090
+ name?: string | undefined;
2091
+ image?: string | undefined;
2092
+ metadata?: string | undefined;
2093
+ };
2094
+ amount: {
2095
+ value: bigint;
2096
+ decimals: number;
2097
+ };
2098
+ direction: "in";
2099
+ price?: {
2100
+ cryptoCurrencyId: string;
2101
+ fiatCurrencyId: string;
2102
+ price: {
2103
+ value: bigint;
2104
+ decimals: number;
2105
+ };
2106
+ timestamp: number;
2107
+ } | undefined;
2108
+ from?: string | undefined;
2109
+ to?: string | undefined;
2110
+ }>]>, "many">;
2111
+ }>, "strip", z.ZodTypeAny, {
2112
+ type: "CrossNormalAction";
2113
+ timestamp: number;
2114
+ action: "bridge-to";
2115
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
2116
+ transfers: ({
2117
+ from: string | undefined;
2118
+ to: string | undefined;
2119
+ price: {
2120
+ cryptoCurrencyId: string;
2121
+ fiatCurrencyId: string;
2122
+ price: {
2123
+ value: bigint;
2124
+ decimals: number;
2125
+ };
2126
+ timestamp: number;
2127
+ } | undefined;
2128
+ asset: {
2129
+ icon: string | undefined;
2130
+ priceDatasourceId: string | undefined;
2131
+ symbol: string;
2132
+ type: "CryptoCurrency";
2133
+ id: string;
2134
+ name: string;
2135
+ market: {
2136
+ coingeckoId: string | undefined;
2137
+ marketCapUsd: {
2138
+ value: bigint;
2139
+ decimals: number;
2140
+ } | undefined;
2141
+ };
2142
+ updatedAt: number;
2143
+ };
2144
+ amount: {
2145
+ value: bigint;
2146
+ decimals: number;
2147
+ };
2148
+ direction: "in";
2149
+ } | {
2150
+ from: string | undefined;
2151
+ to: string | undefined;
2152
+ price: {
2153
+ cryptoCurrencyId: string;
2154
+ fiatCurrencyId: string;
2155
+ price: {
2156
+ value: bigint;
2157
+ decimals: number;
2158
+ };
2159
+ timestamp: number;
2160
+ } | undefined;
2161
+ asset: {
2162
+ name: string | undefined;
2163
+ symbol: string | undefined;
2164
+ image: string | undefined;
2165
+ metadata: string | undefined;
2166
+ type: "Nft";
2167
+ id: string;
2168
+ updatedAt: number;
2169
+ };
2170
+ amount: {
2171
+ value: bigint;
2172
+ decimals: number;
2173
+ };
2174
+ direction: "in";
2175
+ })[];
2176
+ crossId: string;
2177
+ crossType: "start" | "middle" | "end";
2178
+ comment?: string | undefined;
2179
+ app?: {
2180
+ description: string | undefined;
2181
+ website: string | undefined;
2182
+ icon: string | undefined;
2183
+ id: string;
2184
+ name: string;
2185
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2186
+ } | undefined;
2187
+ }, {
2188
+ type: "CrossNormalAction";
2189
+ timestamp: number;
2190
+ action: "bridge-to";
2191
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
2192
+ transfers: ({
2193
+ asset: {
2194
+ symbol: string;
2195
+ type: "CryptoCurrency";
2196
+ id: string;
2197
+ name: string;
2198
+ market: {
2199
+ coingeckoId?: string | undefined;
2200
+ marketCapUsd?: {
2201
+ value: bigint;
2202
+ decimals: number;
2203
+ } | undefined;
2204
+ };
2205
+ updatedAt: number;
2206
+ icon?: string | undefined;
2207
+ priceDatasourceId?: string | undefined;
2208
+ };
2209
+ amount: {
2210
+ value: bigint;
2211
+ decimals: number;
2212
+ };
2213
+ direction: "in";
2214
+ price?: {
2215
+ cryptoCurrencyId: string;
2216
+ fiatCurrencyId: string;
2217
+ price: {
2218
+ value: bigint;
2219
+ decimals: number;
2220
+ };
2221
+ timestamp: number;
2222
+ } | undefined;
2223
+ from?: string | undefined;
2224
+ to?: string | undefined;
2225
+ } | {
2226
+ asset: {
2227
+ type: "Nft";
2228
+ id: string;
2229
+ updatedAt: number;
2230
+ symbol?: string | undefined;
2231
+ name?: string | undefined;
2232
+ image?: string | undefined;
2233
+ metadata?: string | undefined;
2234
+ };
2235
+ amount: {
2236
+ value: bigint;
2237
+ decimals: number;
2238
+ };
2239
+ direction: "in";
2240
+ price?: {
2241
+ cryptoCurrencyId: string;
2242
+ fiatCurrencyId: string;
2243
+ price: {
2244
+ value: bigint;
2245
+ decimals: number;
2246
+ };
2247
+ timestamp: number;
2248
+ } | undefined;
2249
+ from?: string | undefined;
2250
+ to?: string | undefined;
2251
+ })[];
2252
+ crossId: string;
2253
+ crossType: "start" | "middle" | "end";
2254
+ comment?: string | undefined;
2255
+ app?: {
2256
+ id: string;
2257
+ name: string;
2258
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2259
+ icon?: string | undefined;
2260
+ description?: string | undefined;
2261
+ website?: string | undefined;
2262
+ } | undefined;
2263
+ }>, {
2264
+ comment: string | undefined;
2265
+ app: {
2266
+ description: string | undefined;
2267
+ website: string | undefined;
2268
+ icon: string | undefined;
2269
+ id: string;
2270
+ name: string;
2271
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2272
+ } | undefined;
2273
+ type: "CrossNormalAction";
2274
+ timestamp: number;
2275
+ action: "bridge-to";
2276
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
2277
+ transfers: ({
2278
+ from: string | undefined;
2279
+ to: string | undefined;
2280
+ price: {
2281
+ cryptoCurrencyId: string;
2282
+ fiatCurrencyId: string;
2283
+ price: {
2284
+ value: bigint;
2285
+ decimals: number;
2286
+ };
2287
+ timestamp: number;
2288
+ } | undefined;
2289
+ asset: {
2290
+ icon: string | undefined;
2291
+ priceDatasourceId: string | undefined;
2292
+ symbol: string;
2293
+ type: "CryptoCurrency";
2294
+ id: string;
2295
+ name: string;
2296
+ market: {
2297
+ coingeckoId: string | undefined;
2298
+ marketCapUsd: {
2299
+ value: bigint;
2300
+ decimals: number;
2301
+ } | undefined;
2302
+ };
2303
+ updatedAt: number;
2304
+ };
2305
+ amount: {
2306
+ value: bigint;
2307
+ decimals: number;
2308
+ };
2309
+ direction: "in";
2310
+ } | {
2311
+ from: string | undefined;
2312
+ to: string | undefined;
2313
+ price: {
2314
+ cryptoCurrencyId: string;
2315
+ fiatCurrencyId: string;
2316
+ price: {
2317
+ value: bigint;
2318
+ decimals: number;
2319
+ };
2320
+ timestamp: number;
2321
+ } | undefined;
2322
+ asset: {
2323
+ name: string | undefined;
2324
+ symbol: string | undefined;
2325
+ image: string | undefined;
2326
+ metadata: string | undefined;
2327
+ type: "Nft";
2328
+ id: string;
2329
+ updatedAt: number;
2330
+ };
2331
+ amount: {
2332
+ value: bigint;
2333
+ decimals: number;
2334
+ };
2335
+ direction: "in";
2336
+ })[];
2337
+ crossId: string;
2338
+ crossType: "start" | "middle" | "end";
2339
+ }, {
2340
+ type: "CrossNormalAction";
2341
+ timestamp: number;
2342
+ action: "bridge-to";
2343
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
2344
+ transfers: ({
2345
+ asset: {
2346
+ symbol: string;
2347
+ type: "CryptoCurrency";
2348
+ id: string;
2349
+ name: string;
2350
+ market: {
2351
+ coingeckoId?: string | undefined;
2352
+ marketCapUsd?: {
2353
+ value: bigint;
2354
+ decimals: number;
2355
+ } | undefined;
2356
+ };
2357
+ updatedAt: number;
2358
+ icon?: string | undefined;
2359
+ priceDatasourceId?: string | undefined;
2360
+ };
2361
+ amount: {
2362
+ value: bigint;
2363
+ decimals: number;
2364
+ };
2365
+ direction: "in";
508
2366
  price?: {
509
2367
  cryptoCurrencyId: string;
510
2368
  fiatCurrencyId: string;
@@ -516,46 +2374,815 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
516
2374
  } | undefined;
517
2375
  from?: string | undefined;
518
2376
  to?: string | undefined;
519
- }>]>, "many">;
520
- }, "strip", z.ZodTypeAny, {
521
- type: "CrossNormalAction";
522
- timestamp: number;
523
- action: "bridge-to";
524
- evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
525
- transfers: ({
526
- from: string | undefined;
527
- to: string | undefined;
528
- price: {
529
- cryptoCurrencyId: string;
530
- fiatCurrencyId: string;
531
- price: {
532
- value: bigint;
533
- decimals: number;
534
- };
535
- timestamp: number;
536
- } | undefined;
537
- asset: {
538
- icon: string | undefined;
539
- priceDatasourceId: string | undefined;
540
- symbol: string;
541
- type: "CryptoCurrency";
542
- id: string;
543
- name: string;
544
- market: {
545
- coingeckoId: string | undefined;
546
- marketCapUsd: {
547
- value: bigint;
548
- decimals: number;
549
- } | undefined;
550
- };
551
- updatedAt: number;
552
- };
553
- amount: {
554
- value: bigint;
555
- decimals: number;
556
- };
557
- direction: "in";
558
2377
  } | {
2378
+ asset: {
2379
+ type: "Nft";
2380
+ id: string;
2381
+ updatedAt: number;
2382
+ symbol?: string | undefined;
2383
+ name?: string | undefined;
2384
+ image?: string | undefined;
2385
+ metadata?: string | undefined;
2386
+ };
2387
+ amount: {
2388
+ value: bigint;
2389
+ decimals: number;
2390
+ };
2391
+ direction: "in";
2392
+ price?: {
2393
+ cryptoCurrencyId: string;
2394
+ fiatCurrencyId: string;
2395
+ price: {
2396
+ value: bigint;
2397
+ decimals: number;
2398
+ };
2399
+ timestamp: number;
2400
+ } | undefined;
2401
+ from?: string | undefined;
2402
+ to?: string | undefined;
2403
+ })[];
2404
+ crossId: string;
2405
+ crossType: "start" | "middle" | "end";
2406
+ comment?: string | undefined;
2407
+ app?: {
2408
+ id: string;
2409
+ name: string;
2410
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2411
+ icon?: string | undefined;
2412
+ description?: string | undefined;
2413
+ website?: string | undefined;
2414
+ } | undefined;
2415
+ }>;
2416
+ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
2417
+ 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">]>;
2418
+ source: z.ZodString;
2419
+ evidence: z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>;
2420
+ timestamp: z.ZodNumber;
2421
+ order: z.ZodNumber;
2422
+ comment: z.ZodOptional<z.ZodString>;
2423
+ app: z.ZodOptional<z.ZodEffects<z.ZodObject<{
2424
+ id: z.ZodString;
2425
+ 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">;
2426
+ name: z.ZodString;
2427
+ description: z.ZodOptional<z.ZodString>;
2428
+ website: z.ZodOptional<z.ZodString>;
2429
+ icon: z.ZodOptional<z.ZodString>;
2430
+ }, "strip", z.ZodTypeAny, {
2431
+ id: string;
2432
+ name: string;
2433
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2434
+ icon?: string | undefined;
2435
+ description?: string | undefined;
2436
+ website?: string | undefined;
2437
+ }, {
2438
+ id: string;
2439
+ name: string;
2440
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2441
+ icon?: string | undefined;
2442
+ description?: string | undefined;
2443
+ website?: string | undefined;
2444
+ }>, {
2445
+ description: string | undefined;
2446
+ website: string | undefined;
2447
+ icon: string | undefined;
2448
+ id: string;
2449
+ name: string;
2450
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2451
+ }, {
2452
+ id: string;
2453
+ name: string;
2454
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2455
+ icon?: string | undefined;
2456
+ description?: string | undefined;
2457
+ website?: string | undefined;
2458
+ }>>;
2459
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
2460
+ from: z.ZodOptional<z.ZodString>;
2461
+ to: z.ZodOptional<z.ZodString>;
2462
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
2463
+ type: z.ZodLiteral<"CryptoCurrency">;
2464
+ id: z.ZodString;
2465
+ name: z.ZodString;
2466
+ symbol: z.ZodString;
2467
+ icon: z.ZodOptional<z.ZodString>;
2468
+ market: z.ZodEffects<z.ZodObject<{
2469
+ coingeckoId: z.ZodOptional<z.ZodString>;
2470
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
2471
+ value: z.ZodBigInt;
2472
+ decimals: z.ZodNumber;
2473
+ }, "strip", z.ZodTypeAny, {
2474
+ value: bigint;
2475
+ decimals: number;
2476
+ }, {
2477
+ value: bigint;
2478
+ decimals: number;
2479
+ }>>;
2480
+ }, "strip", z.ZodTypeAny, {
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
+ coingeckoId: string | undefined;
2494
+ marketCapUsd: {
2495
+ value: bigint;
2496
+ decimals: number;
2497
+ } | undefined;
2498
+ }, {
2499
+ coingeckoId?: string | undefined;
2500
+ marketCapUsd?: {
2501
+ value: bigint;
2502
+ decimals: number;
2503
+ } | undefined;
2504
+ }>;
2505
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
2506
+ updatedAt: z.ZodNumber;
2507
+ }, "strip", z.ZodTypeAny, {
2508
+ symbol: string;
2509
+ type: "CryptoCurrency";
2510
+ id: string;
2511
+ name: string;
2512
+ market: {
2513
+ coingeckoId: string | undefined;
2514
+ marketCapUsd: {
2515
+ value: bigint;
2516
+ decimals: number;
2517
+ } | undefined;
2518
+ };
2519
+ updatedAt: number;
2520
+ icon?: string | undefined;
2521
+ priceDatasourceId?: string | undefined;
2522
+ }, {
2523
+ symbol: string;
2524
+ type: "CryptoCurrency";
2525
+ id: string;
2526
+ name: string;
2527
+ market: {
2528
+ coingeckoId?: string | undefined;
2529
+ marketCapUsd?: {
2530
+ value: bigint;
2531
+ decimals: number;
2532
+ } | undefined;
2533
+ };
2534
+ updatedAt: number;
2535
+ icon?: string | undefined;
2536
+ priceDatasourceId?: string | undefined;
2537
+ }>, {
2538
+ icon: string | undefined;
2539
+ priceDatasourceId: string | undefined;
2540
+ symbol: string;
2541
+ type: "CryptoCurrency";
2542
+ id: string;
2543
+ name: string;
2544
+ market: {
2545
+ coingeckoId: string | undefined;
2546
+ marketCapUsd: {
2547
+ value: bigint;
2548
+ decimals: number;
2549
+ } | undefined;
2550
+ };
2551
+ updatedAt: number;
2552
+ }, {
2553
+ symbol: string;
2554
+ type: "CryptoCurrency";
2555
+ id: string;
2556
+ name: string;
2557
+ market: {
2558
+ coingeckoId?: string | undefined;
2559
+ marketCapUsd?: {
2560
+ value: bigint;
2561
+ decimals: number;
2562
+ } | undefined;
2563
+ };
2564
+ updatedAt: number;
2565
+ icon?: string | undefined;
2566
+ priceDatasourceId?: string | undefined;
2567
+ }>, z.ZodEffects<z.ZodObject<{
2568
+ type: z.ZodLiteral<"FiatCurrency">;
2569
+ 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">]>;
2570
+ name: z.ZodString;
2571
+ symbol: z.ZodString;
2572
+ icon: z.ZodOptional<z.ZodString>;
2573
+ }, "strip", z.ZodTypeAny, {
2574
+ symbol: string;
2575
+ type: "FiatCurrency";
2576
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2577
+ name: string;
2578
+ icon?: string | undefined;
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
+ }>, {
2586
+ icon: string | undefined;
2587
+ symbol: string;
2588
+ type: "FiatCurrency";
2589
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2590
+ name: string;
2591
+ }, {
2592
+ symbol: string;
2593
+ type: "FiatCurrency";
2594
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2595
+ name: string;
2596
+ icon?: string | undefined;
2597
+ }>, z.ZodEffects<z.ZodObject<{
2598
+ type: z.ZodLiteral<"Nft">;
2599
+ id: z.ZodString;
2600
+ name: z.ZodOptional<z.ZodString>;
2601
+ symbol: z.ZodOptional<z.ZodString>;
2602
+ image: z.ZodOptional<z.ZodString>;
2603
+ metadata: z.ZodOptional<z.ZodString>;
2604
+ updatedAt: z.ZodNumber;
2605
+ }, "strip", z.ZodTypeAny, {
2606
+ type: "Nft";
2607
+ id: string;
2608
+ updatedAt: number;
2609
+ symbol?: string | undefined;
2610
+ name?: string | undefined;
2611
+ image?: string | undefined;
2612
+ metadata?: string | undefined;
2613
+ }, {
2614
+ type: "Nft";
2615
+ id: string;
2616
+ updatedAt: number;
2617
+ symbol?: string | undefined;
2618
+ name?: string | undefined;
2619
+ image?: string | undefined;
2620
+ metadata?: string | undefined;
2621
+ }>, {
2622
+ name: string | undefined;
2623
+ symbol: string | undefined;
2624
+ image: string | undefined;
2625
+ metadata: string | undefined;
2626
+ type: "Nft";
2627
+ id: string;
2628
+ updatedAt: number;
2629
+ }, {
2630
+ type: "Nft";
2631
+ id: string;
2632
+ updatedAt: number;
2633
+ symbol?: string | undefined;
2634
+ name?: string | undefined;
2635
+ image?: string | undefined;
2636
+ metadata?: string | undefined;
2637
+ }>]>;
2638
+ amount: z.ZodObject<{
2639
+ value: z.ZodBigInt;
2640
+ decimals: z.ZodNumber;
2641
+ }, "strip", z.ZodTypeAny, {
2642
+ value: bigint;
2643
+ decimals: number;
2644
+ }, {
2645
+ value: bigint;
2646
+ decimals: number;
2647
+ }>;
2648
+ price: z.ZodOptional<z.ZodObject<{
2649
+ cryptoCurrencyId: z.ZodString;
2650
+ fiatCurrencyId: z.ZodString;
2651
+ price: z.ZodObject<{
2652
+ value: z.ZodBigInt;
2653
+ decimals: z.ZodNumber;
2654
+ }, "strip", z.ZodTypeAny, {
2655
+ value: bigint;
2656
+ decimals: number;
2657
+ }, {
2658
+ value: bigint;
2659
+ decimals: number;
2660
+ }>;
2661
+ timestamp: z.ZodNumber;
2662
+ }, "strip", z.ZodTypeAny, {
2663
+ cryptoCurrencyId: string;
2664
+ fiatCurrencyId: string;
2665
+ price: {
2666
+ value: bigint;
2667
+ decimals: number;
2668
+ };
2669
+ timestamp: number;
2670
+ }, {
2671
+ cryptoCurrencyId: string;
2672
+ fiatCurrencyId: string;
2673
+ price: {
2674
+ value: bigint;
2675
+ decimals: number;
2676
+ };
2677
+ timestamp: number;
2678
+ }>>;
2679
+ }, {
2680
+ direction: z.ZodLiteral<"in">;
2681
+ }>, "strip", z.ZodTypeAny, {
2682
+ asset: {
2683
+ icon: string | undefined;
2684
+ priceDatasourceId: string | undefined;
2685
+ symbol: string;
2686
+ type: "CryptoCurrency";
2687
+ id: string;
2688
+ name: string;
2689
+ market: {
2690
+ coingeckoId: string | undefined;
2691
+ marketCapUsd: {
2692
+ value: bigint;
2693
+ decimals: number;
2694
+ } | undefined;
2695
+ };
2696
+ updatedAt: number;
2697
+ } | {
2698
+ icon: string | undefined;
2699
+ symbol: string;
2700
+ type: "FiatCurrency";
2701
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2702
+ name: string;
2703
+ } | {
2704
+ name: string | undefined;
2705
+ symbol: string | undefined;
2706
+ image: string | undefined;
2707
+ metadata: string | undefined;
2708
+ type: "Nft";
2709
+ id: string;
2710
+ updatedAt: number;
2711
+ };
2712
+ amount: {
2713
+ value: bigint;
2714
+ decimals: number;
2715
+ };
2716
+ direction: "in";
2717
+ price?: {
2718
+ cryptoCurrencyId: string;
2719
+ fiatCurrencyId: string;
2720
+ price: {
2721
+ value: bigint;
2722
+ decimals: number;
2723
+ };
2724
+ timestamp: number;
2725
+ } | undefined;
2726
+ from?: string | undefined;
2727
+ to?: string | undefined;
2728
+ }, {
2729
+ asset: {
2730
+ symbol: string;
2731
+ type: "CryptoCurrency";
2732
+ id: string;
2733
+ name: string;
2734
+ market: {
2735
+ coingeckoId?: string | undefined;
2736
+ marketCapUsd?: {
2737
+ value: bigint;
2738
+ decimals: number;
2739
+ } | undefined;
2740
+ };
2741
+ updatedAt: number;
2742
+ icon?: string | undefined;
2743
+ priceDatasourceId?: string | undefined;
2744
+ } | {
2745
+ symbol: string;
2746
+ type: "FiatCurrency";
2747
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2748
+ name: string;
2749
+ icon?: string | undefined;
2750
+ } | {
2751
+ type: "Nft";
2752
+ id: string;
2753
+ updatedAt: number;
2754
+ symbol?: string | undefined;
2755
+ name?: string | undefined;
2756
+ image?: string | undefined;
2757
+ metadata?: string | undefined;
2758
+ };
2759
+ amount: {
2760
+ value: bigint;
2761
+ decimals: number;
2762
+ };
2763
+ direction: "in";
2764
+ price?: {
2765
+ cryptoCurrencyId: string;
2766
+ fiatCurrencyId: string;
2767
+ price: {
2768
+ value: bigint;
2769
+ decimals: number;
2770
+ };
2771
+ timestamp: number;
2772
+ } | undefined;
2773
+ from?: string | undefined;
2774
+ to?: string | undefined;
2775
+ }>, {
2776
+ from: string | undefined;
2777
+ to: string | undefined;
2778
+ price: {
2779
+ cryptoCurrencyId: string;
2780
+ fiatCurrencyId: string;
2781
+ price: {
2782
+ value: bigint;
2783
+ decimals: number;
2784
+ };
2785
+ timestamp: number;
2786
+ } | undefined;
2787
+ asset: {
2788
+ icon: string | undefined;
2789
+ priceDatasourceId: string | undefined;
2790
+ symbol: string;
2791
+ type: "CryptoCurrency";
2792
+ id: string;
2793
+ name: string;
2794
+ market: {
2795
+ coingeckoId: string | undefined;
2796
+ marketCapUsd: {
2797
+ value: bigint;
2798
+ decimals: number;
2799
+ } | undefined;
2800
+ };
2801
+ updatedAt: number;
2802
+ } | {
2803
+ icon: string | undefined;
2804
+ symbol: string;
2805
+ type: "FiatCurrency";
2806
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2807
+ name: string;
2808
+ } | {
2809
+ name: string | undefined;
2810
+ symbol: string | undefined;
2811
+ image: string | undefined;
2812
+ metadata: string | undefined;
2813
+ type: "Nft";
2814
+ id: string;
2815
+ updatedAt: number;
2816
+ };
2817
+ amount: {
2818
+ value: bigint;
2819
+ decimals: number;
2820
+ };
2821
+ direction: "in";
2822
+ }, {
2823
+ asset: {
2824
+ symbol: string;
2825
+ type: "CryptoCurrency";
2826
+ id: string;
2827
+ name: string;
2828
+ market: {
2829
+ coingeckoId?: string | undefined;
2830
+ marketCapUsd?: {
2831
+ value: bigint;
2832
+ decimals: number;
2833
+ } | undefined;
2834
+ };
2835
+ updatedAt: number;
2836
+ icon?: string | undefined;
2837
+ priceDatasourceId?: string | undefined;
2838
+ } | {
2839
+ symbol: string;
2840
+ type: "FiatCurrency";
2841
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2842
+ name: string;
2843
+ icon?: string | undefined;
2844
+ } | {
2845
+ type: "Nft";
2846
+ id: string;
2847
+ updatedAt: number;
2848
+ symbol?: string | undefined;
2849
+ name?: string | undefined;
2850
+ image?: string | undefined;
2851
+ metadata?: string | undefined;
2852
+ };
2853
+ amount: {
2854
+ value: bigint;
2855
+ decimals: number;
2856
+ };
2857
+ direction: "in";
2858
+ price?: {
2859
+ cryptoCurrencyId: string;
2860
+ fiatCurrencyId: string;
2861
+ price: {
2862
+ value: bigint;
2863
+ decimals: number;
2864
+ };
2865
+ timestamp: number;
2866
+ } | undefined;
2867
+ from?: string | undefined;
2868
+ to?: string | undefined;
2869
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
2870
+ from: z.ZodOptional<z.ZodString>;
2871
+ to: z.ZodOptional<z.ZodString>;
2872
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
2873
+ type: z.ZodLiteral<"CryptoCurrency">;
2874
+ id: z.ZodString;
2875
+ name: z.ZodString;
2876
+ symbol: z.ZodString;
2877
+ icon: z.ZodOptional<z.ZodString>;
2878
+ market: z.ZodEffects<z.ZodObject<{
2879
+ coingeckoId: z.ZodOptional<z.ZodString>;
2880
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
2881
+ value: z.ZodBigInt;
2882
+ decimals: z.ZodNumber;
2883
+ }, "strip", z.ZodTypeAny, {
2884
+ value: bigint;
2885
+ decimals: number;
2886
+ }, {
2887
+ value: bigint;
2888
+ decimals: number;
2889
+ }>>;
2890
+ }, "strip", z.ZodTypeAny, {
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
+ coingeckoId: string | undefined;
2904
+ marketCapUsd: {
2905
+ value: bigint;
2906
+ decimals: number;
2907
+ } | undefined;
2908
+ }, {
2909
+ coingeckoId?: string | undefined;
2910
+ marketCapUsd?: {
2911
+ value: bigint;
2912
+ decimals: number;
2913
+ } | undefined;
2914
+ }>;
2915
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
2916
+ updatedAt: z.ZodNumber;
2917
+ }, "strip", z.ZodTypeAny, {
2918
+ symbol: string;
2919
+ type: "CryptoCurrency";
2920
+ id: string;
2921
+ name: string;
2922
+ market: {
2923
+ coingeckoId: string | undefined;
2924
+ marketCapUsd: {
2925
+ value: bigint;
2926
+ decimals: number;
2927
+ } | undefined;
2928
+ };
2929
+ updatedAt: number;
2930
+ icon?: string | undefined;
2931
+ priceDatasourceId?: string | undefined;
2932
+ }, {
2933
+ symbol: string;
2934
+ type: "CryptoCurrency";
2935
+ id: string;
2936
+ name: string;
2937
+ market: {
2938
+ coingeckoId?: string | undefined;
2939
+ marketCapUsd?: {
2940
+ value: bigint;
2941
+ decimals: number;
2942
+ } | undefined;
2943
+ };
2944
+ updatedAt: number;
2945
+ icon?: string | undefined;
2946
+ priceDatasourceId?: string | undefined;
2947
+ }>, {
2948
+ icon: string | undefined;
2949
+ priceDatasourceId: string | undefined;
2950
+ symbol: string;
2951
+ type: "CryptoCurrency";
2952
+ id: string;
2953
+ name: string;
2954
+ market: {
2955
+ coingeckoId: string | undefined;
2956
+ marketCapUsd: {
2957
+ value: bigint;
2958
+ decimals: number;
2959
+ } | undefined;
2960
+ };
2961
+ updatedAt: number;
2962
+ }, {
2963
+ symbol: string;
2964
+ type: "CryptoCurrency";
2965
+ id: string;
2966
+ name: string;
2967
+ market: {
2968
+ coingeckoId?: string | undefined;
2969
+ marketCapUsd?: {
2970
+ value: bigint;
2971
+ decimals: number;
2972
+ } | undefined;
2973
+ };
2974
+ updatedAt: number;
2975
+ icon?: string | undefined;
2976
+ priceDatasourceId?: string | undefined;
2977
+ }>, z.ZodEffects<z.ZodObject<{
2978
+ type: z.ZodLiteral<"FiatCurrency">;
2979
+ 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">]>;
2980
+ name: z.ZodString;
2981
+ symbol: z.ZodString;
2982
+ icon: z.ZodOptional<z.ZodString>;
2983
+ }, "strip", z.ZodTypeAny, {
2984
+ symbol: string;
2985
+ type: "FiatCurrency";
2986
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2987
+ name: string;
2988
+ icon?: string | undefined;
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
+ }>, {
2996
+ icon: string | undefined;
2997
+ symbol: string;
2998
+ type: "FiatCurrency";
2999
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3000
+ name: string;
3001
+ }, {
3002
+ symbol: string;
3003
+ type: "FiatCurrency";
3004
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3005
+ name: string;
3006
+ icon?: string | undefined;
3007
+ }>, z.ZodEffects<z.ZodObject<{
3008
+ type: z.ZodLiteral<"Nft">;
3009
+ id: z.ZodString;
3010
+ name: z.ZodOptional<z.ZodString>;
3011
+ symbol: z.ZodOptional<z.ZodString>;
3012
+ image: z.ZodOptional<z.ZodString>;
3013
+ metadata: z.ZodOptional<z.ZodString>;
3014
+ updatedAt: z.ZodNumber;
3015
+ }, "strip", z.ZodTypeAny, {
3016
+ type: "Nft";
3017
+ id: string;
3018
+ updatedAt: number;
3019
+ symbol?: string | undefined;
3020
+ name?: string | undefined;
3021
+ image?: string | undefined;
3022
+ metadata?: string | undefined;
3023
+ }, {
3024
+ type: "Nft";
3025
+ id: string;
3026
+ updatedAt: number;
3027
+ symbol?: string | undefined;
3028
+ name?: string | undefined;
3029
+ image?: string | undefined;
3030
+ metadata?: string | undefined;
3031
+ }>, {
3032
+ name: string | undefined;
3033
+ symbol: string | undefined;
3034
+ image: string | undefined;
3035
+ metadata: string | undefined;
3036
+ type: "Nft";
3037
+ id: string;
3038
+ updatedAt: number;
3039
+ }, {
3040
+ type: "Nft";
3041
+ id: string;
3042
+ updatedAt: number;
3043
+ symbol?: string | undefined;
3044
+ name?: string | undefined;
3045
+ image?: string | undefined;
3046
+ metadata?: string | undefined;
3047
+ }>]>;
3048
+ amount: z.ZodObject<{
3049
+ value: z.ZodBigInt;
3050
+ decimals: z.ZodNumber;
3051
+ }, "strip", z.ZodTypeAny, {
3052
+ value: bigint;
3053
+ decimals: number;
3054
+ }, {
3055
+ value: bigint;
3056
+ decimals: number;
3057
+ }>;
3058
+ price: z.ZodOptional<z.ZodObject<{
3059
+ cryptoCurrencyId: z.ZodString;
3060
+ fiatCurrencyId: z.ZodString;
3061
+ price: z.ZodObject<{
3062
+ value: z.ZodBigInt;
3063
+ decimals: z.ZodNumber;
3064
+ }, "strip", z.ZodTypeAny, {
3065
+ value: bigint;
3066
+ decimals: number;
3067
+ }, {
3068
+ value: bigint;
3069
+ decimals: number;
3070
+ }>;
3071
+ timestamp: z.ZodNumber;
3072
+ }, "strip", z.ZodTypeAny, {
3073
+ cryptoCurrencyId: string;
3074
+ fiatCurrencyId: string;
3075
+ price: {
3076
+ value: bigint;
3077
+ decimals: number;
3078
+ };
3079
+ timestamp: number;
3080
+ }, {
3081
+ cryptoCurrencyId: string;
3082
+ fiatCurrencyId: string;
3083
+ price: {
3084
+ value: bigint;
3085
+ decimals: number;
3086
+ };
3087
+ timestamp: number;
3088
+ }>>;
3089
+ }, {
3090
+ direction: z.ZodLiteral<"out">;
3091
+ }>, "strip", z.ZodTypeAny, {
3092
+ asset: {
3093
+ icon: string | undefined;
3094
+ priceDatasourceId: string | undefined;
3095
+ symbol: string;
3096
+ type: "CryptoCurrency";
3097
+ id: string;
3098
+ name: string;
3099
+ market: {
3100
+ coingeckoId: string | undefined;
3101
+ marketCapUsd: {
3102
+ value: bigint;
3103
+ decimals: number;
3104
+ } | undefined;
3105
+ };
3106
+ updatedAt: number;
3107
+ } | {
3108
+ icon: string | undefined;
3109
+ symbol: string;
3110
+ type: "FiatCurrency";
3111
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3112
+ name: string;
3113
+ } | {
3114
+ name: string | undefined;
3115
+ symbol: string | undefined;
3116
+ image: string | undefined;
3117
+ metadata: string | undefined;
3118
+ type: "Nft";
3119
+ id: string;
3120
+ updatedAt: number;
3121
+ };
3122
+ amount: {
3123
+ value: bigint;
3124
+ decimals: number;
3125
+ };
3126
+ direction: "out";
3127
+ price?: {
3128
+ cryptoCurrencyId: string;
3129
+ fiatCurrencyId: string;
3130
+ price: {
3131
+ value: bigint;
3132
+ decimals: number;
3133
+ };
3134
+ timestamp: number;
3135
+ } | undefined;
3136
+ from?: string | undefined;
3137
+ to?: string | undefined;
3138
+ }, {
3139
+ asset: {
3140
+ symbol: string;
3141
+ type: "CryptoCurrency";
3142
+ id: string;
3143
+ name: string;
3144
+ market: {
3145
+ coingeckoId?: string | undefined;
3146
+ marketCapUsd?: {
3147
+ value: bigint;
3148
+ decimals: number;
3149
+ } | undefined;
3150
+ };
3151
+ updatedAt: number;
3152
+ icon?: string | undefined;
3153
+ priceDatasourceId?: string | undefined;
3154
+ } | {
3155
+ symbol: string;
3156
+ type: "FiatCurrency";
3157
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3158
+ name: string;
3159
+ icon?: string | undefined;
3160
+ } | {
3161
+ type: "Nft";
3162
+ id: string;
3163
+ updatedAt: number;
3164
+ symbol?: string | undefined;
3165
+ name?: string | undefined;
3166
+ image?: string | undefined;
3167
+ metadata?: string | undefined;
3168
+ };
3169
+ amount: {
3170
+ value: bigint;
3171
+ decimals: number;
3172
+ };
3173
+ direction: "out";
3174
+ price?: {
3175
+ cryptoCurrencyId: string;
3176
+ fiatCurrencyId: string;
3177
+ price: {
3178
+ value: bigint;
3179
+ decimals: number;
3180
+ };
3181
+ timestamp: number;
3182
+ } | undefined;
3183
+ from?: string | undefined;
3184
+ to?: string | undefined;
3185
+ }>, {
559
3186
  from: string | undefined;
560
3187
  to: string | undefined;
561
3188
  price: {
@@ -565,9 +3192,253 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
565
3192
  value: bigint;
566
3193
  decimals: number;
567
3194
  };
568
- timestamp: number;
569
- } | undefined;
570
- asset: {
3195
+ timestamp: number;
3196
+ } | undefined;
3197
+ asset: {
3198
+ icon: string | undefined;
3199
+ priceDatasourceId: string | undefined;
3200
+ symbol: string;
3201
+ type: "CryptoCurrency";
3202
+ id: string;
3203
+ name: string;
3204
+ market: {
3205
+ coingeckoId: string | undefined;
3206
+ marketCapUsd: {
3207
+ value: bigint;
3208
+ decimals: number;
3209
+ } | undefined;
3210
+ };
3211
+ updatedAt: number;
3212
+ } | {
3213
+ icon: string | undefined;
3214
+ symbol: string;
3215
+ type: "FiatCurrency";
3216
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3217
+ name: string;
3218
+ } | {
3219
+ name: string | undefined;
3220
+ symbol: string | undefined;
3221
+ image: string | undefined;
3222
+ metadata: string | undefined;
3223
+ type: "Nft";
3224
+ id: string;
3225
+ updatedAt: number;
3226
+ };
3227
+ amount: {
3228
+ value: bigint;
3229
+ decimals: number;
3230
+ };
3231
+ direction: "out";
3232
+ }, {
3233
+ asset: {
3234
+ symbol: string;
3235
+ type: "CryptoCurrency";
3236
+ id: string;
3237
+ name: string;
3238
+ market: {
3239
+ coingeckoId?: string | undefined;
3240
+ marketCapUsd?: {
3241
+ value: bigint;
3242
+ decimals: number;
3243
+ } | undefined;
3244
+ };
3245
+ updatedAt: number;
3246
+ icon?: string | undefined;
3247
+ priceDatasourceId?: string | undefined;
3248
+ } | {
3249
+ symbol: string;
3250
+ type: "FiatCurrency";
3251
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3252
+ name: string;
3253
+ icon?: string | undefined;
3254
+ } | {
3255
+ type: "Nft";
3256
+ id: string;
3257
+ updatedAt: number;
3258
+ symbol?: string | undefined;
3259
+ name?: string | undefined;
3260
+ image?: string | undefined;
3261
+ metadata?: string | undefined;
3262
+ };
3263
+ amount: {
3264
+ value: bigint;
3265
+ decimals: number;
3266
+ };
3267
+ direction: "out";
3268
+ price?: {
3269
+ cryptoCurrencyId: string;
3270
+ fiatCurrencyId: string;
3271
+ price: {
3272
+ value: bigint;
3273
+ decimals: number;
3274
+ };
3275
+ timestamp: number;
3276
+ } | undefined;
3277
+ from?: string | undefined;
3278
+ to?: string | undefined;
3279
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
3280
+ from: z.ZodOptional<z.ZodString>;
3281
+ to: z.ZodOptional<z.ZodString>;
3282
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3283
+ type: z.ZodLiteral<"CryptoCurrency">;
3284
+ id: z.ZodString;
3285
+ name: z.ZodString;
3286
+ symbol: z.ZodString;
3287
+ icon: z.ZodOptional<z.ZodString>;
3288
+ market: z.ZodEffects<z.ZodObject<{
3289
+ coingeckoId: z.ZodOptional<z.ZodString>;
3290
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
3291
+ value: z.ZodBigInt;
3292
+ decimals: z.ZodNumber;
3293
+ }, "strip", z.ZodTypeAny, {
3294
+ value: bigint;
3295
+ decimals: number;
3296
+ }, {
3297
+ value: bigint;
3298
+ decimals: number;
3299
+ }>>;
3300
+ }, "strip", z.ZodTypeAny, {
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
+ coingeckoId: string | undefined;
3314
+ marketCapUsd: {
3315
+ value: bigint;
3316
+ decimals: number;
3317
+ } | undefined;
3318
+ }, {
3319
+ coingeckoId?: string | undefined;
3320
+ marketCapUsd?: {
3321
+ value: bigint;
3322
+ decimals: number;
3323
+ } | undefined;
3324
+ }>;
3325
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
3326
+ updatedAt: z.ZodNumber;
3327
+ }, "strip", z.ZodTypeAny, {
3328
+ symbol: string;
3329
+ type: "CryptoCurrency";
3330
+ id: string;
3331
+ name: string;
3332
+ market: {
3333
+ coingeckoId: string | undefined;
3334
+ marketCapUsd: {
3335
+ value: bigint;
3336
+ decimals: number;
3337
+ } | undefined;
3338
+ };
3339
+ updatedAt: number;
3340
+ icon?: string | undefined;
3341
+ priceDatasourceId?: string | undefined;
3342
+ }, {
3343
+ symbol: string;
3344
+ type: "CryptoCurrency";
3345
+ id: string;
3346
+ name: string;
3347
+ market: {
3348
+ coingeckoId?: string | undefined;
3349
+ marketCapUsd?: {
3350
+ value: bigint;
3351
+ decimals: number;
3352
+ } | undefined;
3353
+ };
3354
+ updatedAt: number;
3355
+ icon?: string | undefined;
3356
+ priceDatasourceId?: string | undefined;
3357
+ }>, {
3358
+ icon: string | undefined;
3359
+ priceDatasourceId: string | undefined;
3360
+ symbol: string;
3361
+ type: "CryptoCurrency";
3362
+ id: string;
3363
+ name: string;
3364
+ market: {
3365
+ coingeckoId: string | undefined;
3366
+ marketCapUsd: {
3367
+ value: bigint;
3368
+ decimals: number;
3369
+ } | undefined;
3370
+ };
3371
+ updatedAt: number;
3372
+ }, {
3373
+ symbol: string;
3374
+ type: "CryptoCurrency";
3375
+ id: string;
3376
+ name: string;
3377
+ market: {
3378
+ coingeckoId?: string | undefined;
3379
+ marketCapUsd?: {
3380
+ value: bigint;
3381
+ decimals: number;
3382
+ } | undefined;
3383
+ };
3384
+ updatedAt: number;
3385
+ icon?: string | undefined;
3386
+ priceDatasourceId?: string | undefined;
3387
+ }>, z.ZodEffects<z.ZodObject<{
3388
+ type: z.ZodLiteral<"FiatCurrency">;
3389
+ 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">]>;
3390
+ name: z.ZodString;
3391
+ symbol: z.ZodString;
3392
+ icon: z.ZodOptional<z.ZodString>;
3393
+ }, "strip", z.ZodTypeAny, {
3394
+ symbol: string;
3395
+ type: "FiatCurrency";
3396
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3397
+ name: string;
3398
+ icon?: string | undefined;
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
+ }>, {
3406
+ icon: string | undefined;
3407
+ symbol: string;
3408
+ type: "FiatCurrency";
3409
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3410
+ name: string;
3411
+ }, {
3412
+ symbol: string;
3413
+ type: "FiatCurrency";
3414
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3415
+ name: string;
3416
+ icon?: string | undefined;
3417
+ }>, z.ZodEffects<z.ZodObject<{
3418
+ type: z.ZodLiteral<"Nft">;
3419
+ id: z.ZodString;
3420
+ name: z.ZodOptional<z.ZodString>;
3421
+ symbol: z.ZodOptional<z.ZodString>;
3422
+ image: z.ZodOptional<z.ZodString>;
3423
+ metadata: z.ZodOptional<z.ZodString>;
3424
+ updatedAt: z.ZodNumber;
3425
+ }, "strip", z.ZodTypeAny, {
3426
+ type: "Nft";
3427
+ id: string;
3428
+ updatedAt: number;
3429
+ symbol?: string | undefined;
3430
+ name?: string | undefined;
3431
+ image?: string | undefined;
3432
+ metadata?: string | undefined;
3433
+ }, {
3434
+ type: "Nft";
3435
+ id: string;
3436
+ updatedAt: number;
3437
+ symbol?: string | undefined;
3438
+ name?: string | undefined;
3439
+ image?: string | undefined;
3440
+ metadata?: string | undefined;
3441
+ }>, {
571
3442
  name: string | undefined;
572
3443
  symbol: string | undefined;
573
3444
  image: string | undefined;
@@ -575,51 +3446,94 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
575
3446
  type: "Nft";
576
3447
  id: string;
577
3448
  updatedAt: number;
578
- };
579
- amount: {
3449
+ }, {
3450
+ type: "Nft";
3451
+ id: string;
3452
+ updatedAt: number;
3453
+ symbol?: string | undefined;
3454
+ name?: string | undefined;
3455
+ image?: string | undefined;
3456
+ metadata?: string | undefined;
3457
+ }>]>;
3458
+ amount: z.ZodObject<{
3459
+ value: z.ZodBigInt;
3460
+ decimals: z.ZodNumber;
3461
+ }, "strip", z.ZodTypeAny, {
580
3462
  value: bigint;
581
3463
  decimals: number;
582
- };
583
- direction: "in";
584
- })[];
585
- crossId: string;
586
- crossType: "start" | "middle" | "end";
587
- comment?: string | undefined;
588
- app?: {
589
- description: string | undefined;
590
- website: string | undefined;
591
- icon: string | undefined;
592
- id: string;
593
- name: string;
594
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
595
- } | undefined;
596
- }, {
597
- type: "CrossNormalAction";
598
- timestamp: number;
599
- action: "bridge-to";
600
- evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
601
- transfers: ({
3464
+ }, {
3465
+ value: bigint;
3466
+ decimals: number;
3467
+ }>;
3468
+ price: z.ZodOptional<z.ZodObject<{
3469
+ cryptoCurrencyId: z.ZodString;
3470
+ fiatCurrencyId: z.ZodString;
3471
+ price: z.ZodObject<{
3472
+ value: z.ZodBigInt;
3473
+ decimals: z.ZodNumber;
3474
+ }, "strip", z.ZodTypeAny, {
3475
+ value: bigint;
3476
+ decimals: number;
3477
+ }, {
3478
+ value: bigint;
3479
+ decimals: number;
3480
+ }>;
3481
+ timestamp: z.ZodNumber;
3482
+ }, "strip", z.ZodTypeAny, {
3483
+ cryptoCurrencyId: string;
3484
+ fiatCurrencyId: string;
3485
+ price: {
3486
+ value: bigint;
3487
+ decimals: number;
3488
+ };
3489
+ timestamp: number;
3490
+ }, {
3491
+ cryptoCurrencyId: string;
3492
+ fiatCurrencyId: string;
3493
+ price: {
3494
+ value: bigint;
3495
+ decimals: number;
3496
+ };
3497
+ timestamp: number;
3498
+ }>>;
3499
+ }, {
3500
+ direction: z.ZodLiteral<"none">;
3501
+ }>, "strip", z.ZodTypeAny, {
602
3502
  asset: {
3503
+ icon: string | undefined;
3504
+ priceDatasourceId: string | undefined;
603
3505
  symbol: string;
604
3506
  type: "CryptoCurrency";
605
3507
  id: string;
606
3508
  name: string;
607
3509
  market: {
608
- coingeckoId?: string | undefined;
609
- marketCapUsd?: {
3510
+ coingeckoId: string | undefined;
3511
+ marketCapUsd: {
610
3512
  value: bigint;
611
3513
  decimals: number;
612
3514
  } | undefined;
613
3515
  };
614
3516
  updatedAt: number;
615
- icon?: string | undefined;
616
- priceDatasourceId?: string | undefined;
3517
+ } | {
3518
+ icon: string | undefined;
3519
+ symbol: string;
3520
+ type: "FiatCurrency";
3521
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3522
+ name: string;
3523
+ } | {
3524
+ name: string | undefined;
3525
+ symbol: string | undefined;
3526
+ image: string | undefined;
3527
+ metadata: string | undefined;
3528
+ type: "Nft";
3529
+ id: string;
3530
+ updatedAt: number;
617
3531
  };
618
3532
  amount: {
619
3533
  value: bigint;
620
3534
  decimals: number;
621
3535
  };
622
- direction: "in";
3536
+ direction: "none";
623
3537
  price?: {
624
3538
  cryptoCurrencyId: string;
625
3539
  fiatCurrencyId: string;
@@ -631,13 +3545,34 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
631
3545
  } | undefined;
632
3546
  from?: string | undefined;
633
3547
  to?: string | undefined;
634
- } | {
3548
+ }, {
635
3549
  asset: {
3550
+ symbol: string;
3551
+ type: "CryptoCurrency";
3552
+ id: string;
3553
+ name: string;
3554
+ market: {
3555
+ coingeckoId?: string | undefined;
3556
+ marketCapUsd?: {
3557
+ value: bigint;
3558
+ decimals: number;
3559
+ } | undefined;
3560
+ };
3561
+ updatedAt: number;
3562
+ icon?: string | undefined;
3563
+ priceDatasourceId?: string | undefined;
3564
+ } | {
3565
+ symbol: string;
3566
+ type: "FiatCurrency";
3567
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3568
+ name: string;
3569
+ icon?: string | undefined;
3570
+ } | {
636
3571
  type: "Nft";
637
3572
  id: string;
638
3573
  updatedAt: number;
639
- name?: string | undefined;
640
3574
  symbol?: string | undefined;
3575
+ name?: string | undefined;
641
3576
  image?: string | undefined;
642
3577
  metadata?: string | undefined;
643
3578
  };
@@ -645,7 +3580,7 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
645
3580
  value: bigint;
646
3581
  decimals: number;
647
3582
  };
648
- direction: "in";
3583
+ direction: "none";
649
3584
  price?: {
650
3585
  cryptoCurrencyId: string;
651
3586
  fiatCurrencyId: string;
@@ -657,33 +3592,7 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
657
3592
  } | undefined;
658
3593
  from?: string | undefined;
659
3594
  to?: string | undefined;
660
- })[];
661
- crossId: string;
662
- crossType: "start" | "middle" | "end";
663
- comment?: string | undefined;
664
- app?: {
665
- id: string;
666
- name: string;
667
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
668
- description?: string | undefined;
669
- website?: string | undefined;
670
- icon?: string | undefined;
671
- } | undefined;
672
- }>, {
673
- comment: string | undefined;
674
- app: {
675
- description: string | undefined;
676
- website: string | undefined;
677
- icon: string | undefined;
678
- id: string;
679
- name: string;
680
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
681
- } | undefined;
682
- type: "CrossNormalAction";
683
- timestamp: number;
684
- action: "bridge-to";
685
- evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
686
- transfers: ({
3595
+ }>, {
687
3596
  from: string | undefined;
688
3597
  to: string | undefined;
689
3598
  price: {
@@ -710,25 +3619,13 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
710
3619
  } | undefined;
711
3620
  };
712
3621
  updatedAt: number;
713
- };
714
- amount: {
715
- value: bigint;
716
- decimals: number;
717
- };
718
- direction: "in";
719
- } | {
720
- from: string | undefined;
721
- to: string | undefined;
722
- price: {
723
- cryptoCurrencyId: string;
724
- fiatCurrencyId: string;
725
- price: {
726
- value: bigint;
727
- decimals: number;
728
- };
729
- timestamp: number;
730
- } | undefined;
731
- asset: {
3622
+ } | {
3623
+ icon: string | undefined;
3624
+ symbol: string;
3625
+ type: "FiatCurrency";
3626
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3627
+ name: string;
3628
+ } | {
732
3629
  name: string | undefined;
733
3630
  symbol: string | undefined;
734
3631
  image: string | undefined;
@@ -741,16 +3638,8 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
741
3638
  value: bigint;
742
3639
  decimals: number;
743
3640
  };
744
- direction: "in";
745
- })[];
746
- crossId: string;
747
- crossType: "start" | "middle" | "end";
748
- }, {
749
- type: "CrossNormalAction";
750
- timestamp: number;
751
- action: "bridge-to";
752
- evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
753
- transfers: ({
3641
+ direction: "none";
3642
+ }, {
754
3643
  asset: {
755
3644
  symbol: string;
756
3645
  type: "CryptoCurrency";
@@ -766,30 +3655,18 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
766
3655
  updatedAt: number;
767
3656
  icon?: string | undefined;
768
3657
  priceDatasourceId?: string | undefined;
769
- };
770
- amount: {
771
- value: bigint;
772
- decimals: number;
773
- };
774
- direction: "in";
775
- price?: {
776
- cryptoCurrencyId: string;
777
- fiatCurrencyId: string;
778
- price: {
779
- value: bigint;
780
- decimals: number;
781
- };
782
- timestamp: number;
783
- } | undefined;
784
- from?: string | undefined;
785
- to?: string | undefined;
786
- } | {
787
- asset: {
3658
+ } | {
3659
+ symbol: string;
3660
+ type: "FiatCurrency";
3661
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3662
+ name: string;
3663
+ icon?: string | undefined;
3664
+ } | {
788
3665
  type: "Nft";
789
3666
  id: string;
790
3667
  updatedAt: number;
791
- name?: string | undefined;
792
3668
  symbol?: string | undefined;
3669
+ name?: string | undefined;
793
3670
  image?: string | undefined;
794
3671
  metadata?: string | undefined;
795
3672
  };
@@ -797,7 +3674,7 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
797
3674
  value: bigint;
798
3675
  decimals: number;
799
3676
  };
800
- direction: "in";
3677
+ direction: "none";
801
3678
  price?: {
802
3679
  cryptoCurrencyId: string;
803
3680
  fiatCurrencyId: string;
@@ -809,66 +3686,202 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
809
3686
  } | undefined;
810
3687
  from?: string | undefined;
811
3688
  to?: string | undefined;
812
- })[];
813
- crossId: string;
814
- crossType: "start" | "middle" | "end";
815
- comment?: string | undefined;
816
- app?: {
817
- id: string;
818
- name: string;
819
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
820
- description?: string | undefined;
821
- website?: string | undefined;
822
- icon?: string | undefined;
823
- } | undefined;
824
- }>;
825
- export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
3689
+ }>]>, "many">;
3690
+ }, {
826
3691
  type: z.ZodLiteral<"CrossAccountAction">;
827
- timestamp: z.ZodNumber;
828
- order: z.ZodNumber;
829
- source: z.ZodString;
830
- evidence: z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>;
831
- comment: z.ZodOptional<z.ZodString>;
832
- app: z.ZodOptional<z.ZodEffects<z.ZodObject<{
833
- id: z.ZodString;
834
- 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">;
835
- name: z.ZodString;
836
- description: z.ZodOptional<z.ZodString>;
837
- website: z.ZodOptional<z.ZodString>;
838
- icon: z.ZodOptional<z.ZodString>;
839
- }, "strip", z.ZodTypeAny, {
840
- id: string;
841
- name: string;
842
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
843
- description?: string | undefined;
844
- website?: string | undefined;
845
- icon?: string | undefined;
846
- }, {
847
- id: string;
848
- name: string;
849
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
850
- description?: string | undefined;
851
- website?: string | undefined;
852
- icon?: string | undefined;
853
- }>, {
854
- description: string | undefined;
855
- website: string | undefined;
856
- icon: string | undefined;
857
- id: string;
858
- name: string;
859
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
860
- }, {
861
- id: string;
862
- name: string;
863
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
864
- description?: string | undefined;
865
- website?: string | undefined;
866
- icon?: string | undefined;
867
- }>>;
868
3692
  crossId: z.ZodString;
869
3693
  crossType: z.ZodUnion<[z.ZodLiteral<"start">, z.ZodLiteral<"middle">, z.ZodLiteral<"end">]>;
3694
+ }>, {
870
3695
  action: z.ZodLiteral<"bridge-to">;
871
- transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3696
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3697
+ from: z.ZodOptional<z.ZodString>;
3698
+ to: z.ZodOptional<z.ZodString>;
3699
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3700
+ type: z.ZodLiteral<"CryptoCurrency">;
3701
+ id: z.ZodString;
3702
+ name: z.ZodString;
3703
+ symbol: z.ZodString;
3704
+ icon: z.ZodOptional<z.ZodString>;
3705
+ market: z.ZodEffects<z.ZodObject<{
3706
+ coingeckoId: z.ZodOptional<z.ZodString>;
3707
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
3708
+ value: z.ZodBigInt;
3709
+ decimals: z.ZodNumber;
3710
+ }, "strip", z.ZodTypeAny, {
3711
+ value: bigint;
3712
+ decimals: number;
3713
+ }, {
3714
+ value: bigint;
3715
+ decimals: number;
3716
+ }>>;
3717
+ }, "strip", z.ZodTypeAny, {
3718
+ coingeckoId?: string | undefined;
3719
+ marketCapUsd?: {
3720
+ value: bigint;
3721
+ decimals: number;
3722
+ } | undefined;
3723
+ }, {
3724
+ coingeckoId?: string | undefined;
3725
+ marketCapUsd?: {
3726
+ value: bigint;
3727
+ decimals: number;
3728
+ } | undefined;
3729
+ }>, {
3730
+ coingeckoId: string | undefined;
3731
+ marketCapUsd: {
3732
+ value: bigint;
3733
+ decimals: number;
3734
+ } | undefined;
3735
+ }, {
3736
+ coingeckoId?: string | undefined;
3737
+ marketCapUsd?: {
3738
+ value: bigint;
3739
+ decimals: number;
3740
+ } | undefined;
3741
+ }>;
3742
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
3743
+ updatedAt: z.ZodNumber;
3744
+ }, "strip", z.ZodTypeAny, {
3745
+ symbol: string;
3746
+ type: "CryptoCurrency";
3747
+ id: string;
3748
+ name: string;
3749
+ market: {
3750
+ coingeckoId: string | undefined;
3751
+ marketCapUsd: {
3752
+ value: bigint;
3753
+ decimals: number;
3754
+ } | undefined;
3755
+ };
3756
+ updatedAt: number;
3757
+ icon?: string | undefined;
3758
+ priceDatasourceId?: string | undefined;
3759
+ }, {
3760
+ symbol: string;
3761
+ type: "CryptoCurrency";
3762
+ id: string;
3763
+ name: string;
3764
+ market: {
3765
+ coingeckoId?: string | undefined;
3766
+ marketCapUsd?: {
3767
+ value: bigint;
3768
+ decimals: number;
3769
+ } | undefined;
3770
+ };
3771
+ updatedAt: number;
3772
+ icon?: string | undefined;
3773
+ priceDatasourceId?: string | undefined;
3774
+ }>, {
3775
+ icon: string | undefined;
3776
+ priceDatasourceId: string | undefined;
3777
+ symbol: string;
3778
+ type: "CryptoCurrency";
3779
+ id: string;
3780
+ name: string;
3781
+ market: {
3782
+ coingeckoId: string | undefined;
3783
+ marketCapUsd: {
3784
+ value: bigint;
3785
+ decimals: number;
3786
+ } | undefined;
3787
+ };
3788
+ updatedAt: number;
3789
+ }, {
3790
+ symbol: string;
3791
+ type: "CryptoCurrency";
3792
+ id: string;
3793
+ name: string;
3794
+ market: {
3795
+ coingeckoId?: string | undefined;
3796
+ marketCapUsd?: {
3797
+ value: bigint;
3798
+ decimals: number;
3799
+ } | undefined;
3800
+ };
3801
+ updatedAt: number;
3802
+ icon?: string | undefined;
3803
+ priceDatasourceId?: string | undefined;
3804
+ }>, z.ZodEffects<z.ZodObject<{
3805
+ type: z.ZodLiteral<"FiatCurrency">;
3806
+ 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">]>;
3807
+ name: z.ZodString;
3808
+ symbol: z.ZodString;
3809
+ icon: z.ZodOptional<z.ZodString>;
3810
+ }, "strip", z.ZodTypeAny, {
3811
+ symbol: string;
3812
+ type: "FiatCurrency";
3813
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3814
+ name: string;
3815
+ icon?: string | undefined;
3816
+ }, {
3817
+ symbol: string;
3818
+ type: "FiatCurrency";
3819
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3820
+ name: string;
3821
+ icon?: string | undefined;
3822
+ }>, {
3823
+ icon: string | undefined;
3824
+ symbol: string;
3825
+ type: "FiatCurrency";
3826
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3827
+ name: string;
3828
+ }, {
3829
+ symbol: string;
3830
+ type: "FiatCurrency";
3831
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3832
+ name: string;
3833
+ icon?: string | undefined;
3834
+ }>, z.ZodEffects<z.ZodObject<{
3835
+ type: z.ZodLiteral<"Nft">;
3836
+ id: z.ZodString;
3837
+ name: z.ZodOptional<z.ZodString>;
3838
+ symbol: z.ZodOptional<z.ZodString>;
3839
+ image: z.ZodOptional<z.ZodString>;
3840
+ metadata: z.ZodOptional<z.ZodString>;
3841
+ updatedAt: z.ZodNumber;
3842
+ }, "strip", z.ZodTypeAny, {
3843
+ type: "Nft";
3844
+ id: string;
3845
+ updatedAt: number;
3846
+ symbol?: string | undefined;
3847
+ name?: string | undefined;
3848
+ image?: string | undefined;
3849
+ metadata?: string | undefined;
3850
+ }, {
3851
+ type: "Nft";
3852
+ id: string;
3853
+ updatedAt: number;
3854
+ symbol?: string | undefined;
3855
+ name?: string | undefined;
3856
+ image?: string | undefined;
3857
+ metadata?: string | undefined;
3858
+ }>, {
3859
+ name: string | undefined;
3860
+ symbol: string | undefined;
3861
+ image: string | undefined;
3862
+ metadata: string | undefined;
3863
+ type: "Nft";
3864
+ id: string;
3865
+ updatedAt: number;
3866
+ }, {
3867
+ type: "Nft";
3868
+ id: string;
3869
+ updatedAt: number;
3870
+ symbol?: string | undefined;
3871
+ name?: string | undefined;
3872
+ image?: string | undefined;
3873
+ metadata?: string | undefined;
3874
+ }>]>;
3875
+ amount: z.ZodObject<{
3876
+ value: z.ZodBigInt;
3877
+ decimals: z.ZodNumber;
3878
+ }, "strip", z.ZodTypeAny, {
3879
+ value: bigint;
3880
+ decimals: number;
3881
+ }, {
3882
+ value: bigint;
3883
+ decimals: number;
3884
+ }>;
872
3885
  price: z.ZodOptional<z.ZodObject<{
873
3886
  cryptoCurrencyId: z.ZodString;
874
3887
  fiatCurrencyId: z.ZodString;
@@ -900,19 +3913,9 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
900
3913
  };
901
3914
  timestamp: number;
902
3915
  }>>;
903
- from: z.ZodOptional<z.ZodString>;
904
- to: z.ZodOptional<z.ZodString>;
905
- amount: z.ZodObject<{
906
- value: z.ZodBigInt;
907
- decimals: z.ZodNumber;
908
- }, "strip", z.ZodTypeAny, {
909
- value: bigint;
910
- decimals: number;
911
- }, {
912
- value: bigint;
913
- decimals: number;
914
- }>;
3916
+ }, {
915
3917
  direction: z.ZodLiteral<"in">;
3918
+ }>, {
916
3919
  asset: z.ZodEffects<z.ZodObject<{
917
3920
  type: z.ZodLiteral<"CryptoCurrency">;
918
3921
  id: z.ZodString;
@@ -1019,7 +4022,7 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1019
4022
  icon?: string | undefined;
1020
4023
  priceDatasourceId?: string | undefined;
1021
4024
  }>;
1022
- }, "strip", z.ZodTypeAny, {
4025
+ }>, "strip", z.ZodTypeAny, {
1023
4026
  asset: {
1024
4027
  icon: string | undefined;
1025
4028
  priceDatasourceId: string | undefined;
@@ -1151,7 +4154,195 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1151
4154
  } | undefined;
1152
4155
  from?: string | undefined;
1153
4156
  to?: string | undefined;
1154
- }>, z.ZodEffects<z.ZodObject<{
4157
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
4158
+ from: z.ZodOptional<z.ZodString>;
4159
+ to: z.ZodOptional<z.ZodString>;
4160
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
4161
+ type: z.ZodLiteral<"CryptoCurrency">;
4162
+ id: z.ZodString;
4163
+ name: z.ZodString;
4164
+ symbol: z.ZodString;
4165
+ icon: z.ZodOptional<z.ZodString>;
4166
+ market: z.ZodEffects<z.ZodObject<{
4167
+ coingeckoId: z.ZodOptional<z.ZodString>;
4168
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
4169
+ value: z.ZodBigInt;
4170
+ decimals: z.ZodNumber;
4171
+ }, "strip", z.ZodTypeAny, {
4172
+ value: bigint;
4173
+ decimals: number;
4174
+ }, {
4175
+ value: bigint;
4176
+ decimals: number;
4177
+ }>>;
4178
+ }, "strip", z.ZodTypeAny, {
4179
+ coingeckoId?: string | undefined;
4180
+ marketCapUsd?: {
4181
+ value: bigint;
4182
+ decimals: number;
4183
+ } | undefined;
4184
+ }, {
4185
+ coingeckoId?: string | undefined;
4186
+ marketCapUsd?: {
4187
+ value: bigint;
4188
+ decimals: number;
4189
+ } | undefined;
4190
+ }>, {
4191
+ coingeckoId: string | undefined;
4192
+ marketCapUsd: {
4193
+ value: bigint;
4194
+ decimals: number;
4195
+ } | undefined;
4196
+ }, {
4197
+ coingeckoId?: string | undefined;
4198
+ marketCapUsd?: {
4199
+ value: bigint;
4200
+ decimals: number;
4201
+ } | undefined;
4202
+ }>;
4203
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
4204
+ updatedAt: z.ZodNumber;
4205
+ }, "strip", z.ZodTypeAny, {
4206
+ symbol: string;
4207
+ type: "CryptoCurrency";
4208
+ id: string;
4209
+ name: string;
4210
+ market: {
4211
+ coingeckoId: string | undefined;
4212
+ marketCapUsd: {
4213
+ value: bigint;
4214
+ decimals: number;
4215
+ } | undefined;
4216
+ };
4217
+ updatedAt: number;
4218
+ icon?: string | undefined;
4219
+ priceDatasourceId?: string | undefined;
4220
+ }, {
4221
+ symbol: string;
4222
+ type: "CryptoCurrency";
4223
+ id: string;
4224
+ name: string;
4225
+ market: {
4226
+ coingeckoId?: string | undefined;
4227
+ marketCapUsd?: {
4228
+ value: bigint;
4229
+ decimals: number;
4230
+ } | undefined;
4231
+ };
4232
+ updatedAt: number;
4233
+ icon?: string | undefined;
4234
+ priceDatasourceId?: string | undefined;
4235
+ }>, {
4236
+ icon: string | undefined;
4237
+ priceDatasourceId: string | undefined;
4238
+ symbol: string;
4239
+ type: "CryptoCurrency";
4240
+ id: string;
4241
+ name: string;
4242
+ market: {
4243
+ coingeckoId: string | undefined;
4244
+ marketCapUsd: {
4245
+ value: bigint;
4246
+ decimals: number;
4247
+ } | undefined;
4248
+ };
4249
+ updatedAt: number;
4250
+ }, {
4251
+ symbol: string;
4252
+ type: "CryptoCurrency";
4253
+ id: string;
4254
+ name: string;
4255
+ market: {
4256
+ coingeckoId?: string | undefined;
4257
+ marketCapUsd?: {
4258
+ value: bigint;
4259
+ decimals: number;
4260
+ } | undefined;
4261
+ };
4262
+ updatedAt: number;
4263
+ icon?: string | undefined;
4264
+ priceDatasourceId?: string | undefined;
4265
+ }>, z.ZodEffects<z.ZodObject<{
4266
+ type: z.ZodLiteral<"FiatCurrency">;
4267
+ 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">]>;
4268
+ name: z.ZodString;
4269
+ symbol: z.ZodString;
4270
+ icon: z.ZodOptional<z.ZodString>;
4271
+ }, "strip", z.ZodTypeAny, {
4272
+ symbol: string;
4273
+ type: "FiatCurrency";
4274
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4275
+ name: string;
4276
+ icon?: string | undefined;
4277
+ }, {
4278
+ symbol: string;
4279
+ type: "FiatCurrency";
4280
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4281
+ name: string;
4282
+ icon?: string | undefined;
4283
+ }>, {
4284
+ icon: string | undefined;
4285
+ symbol: string;
4286
+ type: "FiatCurrency";
4287
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4288
+ name: string;
4289
+ }, {
4290
+ symbol: string;
4291
+ type: "FiatCurrency";
4292
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4293
+ name: string;
4294
+ icon?: string | undefined;
4295
+ }>, z.ZodEffects<z.ZodObject<{
4296
+ type: z.ZodLiteral<"Nft">;
4297
+ id: z.ZodString;
4298
+ name: z.ZodOptional<z.ZodString>;
4299
+ symbol: z.ZodOptional<z.ZodString>;
4300
+ image: z.ZodOptional<z.ZodString>;
4301
+ metadata: z.ZodOptional<z.ZodString>;
4302
+ updatedAt: z.ZodNumber;
4303
+ }, "strip", z.ZodTypeAny, {
4304
+ type: "Nft";
4305
+ id: string;
4306
+ updatedAt: number;
4307
+ symbol?: string | undefined;
4308
+ name?: string | undefined;
4309
+ image?: string | undefined;
4310
+ metadata?: string | undefined;
4311
+ }, {
4312
+ type: "Nft";
4313
+ id: string;
4314
+ updatedAt: number;
4315
+ symbol?: string | undefined;
4316
+ name?: string | undefined;
4317
+ image?: string | undefined;
4318
+ metadata?: string | undefined;
4319
+ }>, {
4320
+ name: string | undefined;
4321
+ symbol: string | undefined;
4322
+ image: string | undefined;
4323
+ metadata: string | undefined;
4324
+ type: "Nft";
4325
+ id: string;
4326
+ updatedAt: number;
4327
+ }, {
4328
+ type: "Nft";
4329
+ id: string;
4330
+ updatedAt: number;
4331
+ symbol?: string | undefined;
4332
+ name?: string | undefined;
4333
+ image?: string | undefined;
4334
+ metadata?: string | undefined;
4335
+ }>]>;
4336
+ amount: z.ZodObject<{
4337
+ value: z.ZodBigInt;
4338
+ decimals: z.ZodNumber;
4339
+ }, "strip", z.ZodTypeAny, {
4340
+ value: bigint;
4341
+ decimals: number;
4342
+ }, {
4343
+ value: bigint;
4344
+ decimals: number;
4345
+ }>;
1155
4346
  price: z.ZodOptional<z.ZodObject<{
1156
4347
  cryptoCurrencyId: z.ZodString;
1157
4348
  fiatCurrencyId: z.ZodString;
@@ -1183,19 +4374,9 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1183
4374
  };
1184
4375
  timestamp: number;
1185
4376
  }>>;
1186
- from: z.ZodOptional<z.ZodString>;
1187
- to: z.ZodOptional<z.ZodString>;
1188
- amount: z.ZodObject<{
1189
- value: z.ZodBigInt;
1190
- decimals: z.ZodNumber;
1191
- }, "strip", z.ZodTypeAny, {
1192
- value: bigint;
1193
- decimals: number;
1194
- }, {
1195
- value: bigint;
1196
- decimals: number;
1197
- }>;
4377
+ }, {
1198
4378
  direction: z.ZodLiteral<"in">;
4379
+ }>, {
1199
4380
  asset: z.ZodEffects<z.ZodObject<{
1200
4381
  type: z.ZodLiteral<"Nft">;
1201
4382
  id: z.ZodString;
@@ -1208,16 +4389,16 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1208
4389
  type: "Nft";
1209
4390
  id: string;
1210
4391
  updatedAt: number;
1211
- name?: string | undefined;
1212
4392
  symbol?: string | undefined;
4393
+ name?: string | undefined;
1213
4394
  image?: string | undefined;
1214
4395
  metadata?: string | undefined;
1215
4396
  }, {
1216
4397
  type: "Nft";
1217
4398
  id: string;
1218
4399
  updatedAt: number;
1219
- name?: string | undefined;
1220
4400
  symbol?: string | undefined;
4401
+ name?: string | undefined;
1221
4402
  image?: string | undefined;
1222
4403
  metadata?: string | undefined;
1223
4404
  }>, {
@@ -1232,12 +4413,12 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1232
4413
  type: "Nft";
1233
4414
  id: string;
1234
4415
  updatedAt: number;
1235
- name?: string | undefined;
1236
4416
  symbol?: string | undefined;
4417
+ name?: string | undefined;
1237
4418
  image?: string | undefined;
1238
4419
  metadata?: string | undefined;
1239
4420
  }>;
1240
- }, "strip", z.ZodTypeAny, {
4421
+ }>, "strip", z.ZodTypeAny, {
1241
4422
  asset: {
1242
4423
  name: string | undefined;
1243
4424
  symbol: string | undefined;
@@ -1268,8 +4449,8 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1268
4449
  type: "Nft";
1269
4450
  id: string;
1270
4451
  updatedAt: number;
1271
- name?: string | undefined;
1272
4452
  symbol?: string | undefined;
4453
+ name?: string | undefined;
1273
4454
  image?: string | undefined;
1274
4455
  metadata?: string | undefined;
1275
4456
  };
@@ -1320,8 +4501,8 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1320
4501
  type: "Nft";
1321
4502
  id: string;
1322
4503
  updatedAt: number;
1323
- name?: string | undefined;
1324
4504
  symbol?: string | undefined;
4505
+ name?: string | undefined;
1325
4506
  image?: string | undefined;
1326
4507
  metadata?: string | undefined;
1327
4508
  };
@@ -1342,7 +4523,7 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1342
4523
  from?: string | undefined;
1343
4524
  to?: string | undefined;
1344
4525
  }>]>, "many">;
1345
- }, "strip", z.ZodTypeAny, {
4526
+ }>, "strip", z.ZodTypeAny, {
1346
4527
  type: "CrossAccountAction";
1347
4528
  timestamp: number;
1348
4529
  order: number;
@@ -1465,8 +4646,8 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1465
4646
  type: "Nft";
1466
4647
  id: string;
1467
4648
  updatedAt: number;
1468
- name?: string | undefined;
1469
4649
  symbol?: string | undefined;
4650
+ name?: string | undefined;
1470
4651
  image?: string | undefined;
1471
4652
  metadata?: string | undefined;
1472
4653
  };
@@ -1494,9 +4675,9 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1494
4675
  id: string;
1495
4676
  name: string;
1496
4677
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4678
+ icon?: string | undefined;
1497
4679
  description?: string | undefined;
1498
4680
  website?: string | undefined;
1499
- icon?: string | undefined;
1500
4681
  } | undefined;
1501
4682
  }>, {
1502
4683
  comment: string | undefined;
@@ -1621,8 +4802,8 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1621
4802
  type: "Nft";
1622
4803
  id: string;
1623
4804
  updatedAt: number;
1624
- name?: string | undefined;
1625
4805
  symbol?: string | undefined;
4806
+ name?: string | undefined;
1626
4807
  image?: string | undefined;
1627
4808
  metadata?: string | undefined;
1628
4809
  };
@@ -1650,9 +4831,9 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1650
4831
  id: string;
1651
4832
  name: string;
1652
4833
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
4834
+ icon?: string | undefined;
1653
4835
  description?: string | undefined;
1654
4836
  website?: string | undefined;
1655
- icon?: string | undefined;
1656
4837
  } | undefined;
1657
4838
  }>;
1658
4839
  //# sourceMappingURL=bridgeTo.d.ts.map