@0xtorch/core 0.0.27 → 0.0.28

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 (92) hide show
  1. package/_cjs/assets/schemas/nft.js +1 -0
  2. package/_cjs/assets/schemas/nft.js.map +1 -1
  3. package/_esm/assets/schemas/nft.js +1 -0
  4. package/_esm/assets/schemas/nft.js.map +1 -1
  5. package/_types/actions/schemas/action.d.ts +1219 -0
  6. package/_types/actions/schemas/action.d.ts.map +1 -1
  7. package/_types/actions/schemas/borrow/borrow.d.ts +26 -0
  8. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  9. package/_types/actions/schemas/crossActionBundle.d.ts +90 -0
  10. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  11. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +26 -0
  12. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  13. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +26 -0
  14. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  15. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +52 -0
  16. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  17. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +52 -0
  18. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  19. package/_types/actions/schemas/default/accountAction.d.ts +99 -0
  20. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  21. package/_types/actions/schemas/default/normalAction.d.ts +99 -0
  22. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  23. package/_types/actions/schemas/default/transfer.d.ts +88 -0
  24. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  25. package/_types/actions/schemas/deposit/addLiquidity.d.ts +52 -0
  26. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  27. package/_types/actions/schemas/deposit/deposit.d.ts +26 -0
  28. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  29. package/_types/actions/schemas/deposit/depositWithBond.d.ts +52 -0
  30. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  31. package/_types/actions/schemas/deposit/stake.d.ts +26 -0
  32. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  33. package/_types/actions/schemas/ignore/ignore.d.ts +39 -0
  34. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  35. package/_types/actions/schemas/ignore/move.d.ts +39 -0
  36. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  37. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +26 -0
  38. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  39. package/_types/actions/schemas/ignore/sendToCex.d.ts +26 -0
  40. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  41. package/_types/actions/schemas/ignore/spam.d.ts +52 -0
  42. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  43. package/_types/actions/schemas/income/freeMintNft.d.ts +26 -0
  44. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  45. package/_types/actions/schemas/income/income.d.ts +26 -0
  46. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  47. package/_types/actions/schemas/income/swapIncome.d.ts +13 -0
  48. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  49. package/_types/actions/schemas/reduce/reduce.d.ts +13 -0
  50. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  51. package/_types/actions/schemas/repayment/repayment.d.ts +26 -0
  52. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  53. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +52 -0
  54. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  55. package/_types/actions/schemas/replace/replace.d.ts +52 -0
  56. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  57. package/_types/actions/schemas/replace/swapNft.d.ts +52 -0
  58. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  59. package/_types/actions/schemas/trade/buyNft.d.ts +26 -0
  60. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  61. package/_types/actions/schemas/trade/mintNft.d.ts +26 -0
  62. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  63. package/_types/actions/schemas/trade/sellNft.d.ts +26 -0
  64. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  65. package/_types/actions/schemas/trade/trade.d.ts +52 -0
  66. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  67. package/_types/actions/schemas/transfer/swapTransfer.d.ts +13 -0
  68. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  69. package/_types/actions/schemas/transfer/transfer.d.ts +52 -0
  70. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  71. package/_types/actions/schemas/valuedown/valuedown.d.ts +44 -0
  72. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  73. package/_types/actions/schemas/valueup/valueup.d.ts +44 -0
  74. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  75. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +52 -0
  76. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  77. package/_types/actions/schemas/withdraw/unstake.d.ts +26 -0
  78. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  79. package/_types/actions/schemas/withdraw/withdraw.d.ts +26 -0
  80. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  81. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +52 -0
  82. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  83. package/_types/actions/utils.d.ts +3 -0
  84. package/_types/actions/utils.d.ts.map +1 -1
  85. package/_types/assets/schemas/asset.d.ts +5 -0
  86. package/_types/assets/schemas/asset.d.ts.map +1 -1
  87. package/_types/assets/schemas/nft.d.ts +5 -0
  88. package/_types/assets/schemas/nft.d.ts.map +1 -1
  89. package/_types/setAccountActionPrices.d.ts +51 -0
  90. package/_types/setAccountActionPrices.d.ts.map +1 -1
  91. package/assets/schemas/nft.ts +1 -0
  92. package/package.json +1 -1
@@ -212,9 +212,11 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
212
212
  symbol: z.ZodOptional<z.ZodString>;
213
213
  image: z.ZodOptional<z.ZodString>;
214
214
  metadata: z.ZodOptional<z.ZodString>;
215
+ updatedAt: z.ZodNumber;
215
216
  }, "strip", z.ZodTypeAny, {
216
217
  type: "Nft";
217
218
  id: string;
219
+ updatedAt: number;
218
220
  name?: string | undefined;
219
221
  symbol?: string | undefined;
220
222
  image?: string | undefined;
@@ -222,6 +224,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
222
224
  }, {
223
225
  type: "Nft";
224
226
  id: string;
227
+ updatedAt: number;
225
228
  name?: string | undefined;
226
229
  symbol?: string | undefined;
227
230
  image?: string | undefined;
@@ -233,9 +236,11 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
233
236
  metadata: string | undefined;
234
237
  type: "Nft";
235
238
  id: string;
239
+ updatedAt: number;
236
240
  }, {
237
241
  type: "Nft";
238
242
  id: string;
243
+ updatedAt: number;
239
244
  name?: string | undefined;
240
245
  symbol?: string | undefined;
241
246
  image?: string | undefined;
@@ -280,6 +285,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
280
285
  metadata: string | undefined;
281
286
  type: "Nft";
282
287
  id: string;
288
+ updatedAt: number;
283
289
  };
284
290
  amount: {
285
291
  value: bigint;
@@ -321,6 +327,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
321
327
  } | {
322
328
  type: "Nft";
323
329
  id: string;
330
+ updatedAt: number;
324
331
  name?: string | undefined;
325
332
  symbol?: string | undefined;
326
333
  image?: string | undefined;
@@ -381,6 +388,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
381
388
  metadata: string | undefined;
382
389
  type: "Nft";
383
390
  id: string;
391
+ updatedAt: number;
384
392
  };
385
393
  amount: {
386
394
  value: bigint;
@@ -411,6 +419,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
411
419
  } | {
412
420
  type: "Nft";
413
421
  id: string;
422
+ updatedAt: number;
414
423
  name?: string | undefined;
415
424
  symbol?: string | undefined;
416
425
  image?: string | undefined;
@@ -603,9 +612,11 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
603
612
  symbol: z.ZodOptional<z.ZodString>;
604
613
  image: z.ZodOptional<z.ZodString>;
605
614
  metadata: z.ZodOptional<z.ZodString>;
615
+ updatedAt: z.ZodNumber;
606
616
  }, "strip", z.ZodTypeAny, {
607
617
  type: "Nft";
608
618
  id: string;
619
+ updatedAt: number;
609
620
  name?: string | undefined;
610
621
  symbol?: string | undefined;
611
622
  image?: string | undefined;
@@ -613,6 +624,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
613
624
  }, {
614
625
  type: "Nft";
615
626
  id: string;
627
+ updatedAt: number;
616
628
  name?: string | undefined;
617
629
  symbol?: string | undefined;
618
630
  image?: string | undefined;
@@ -624,9 +636,11 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
624
636
  metadata: string | undefined;
625
637
  type: "Nft";
626
638
  id: string;
639
+ updatedAt: number;
627
640
  }, {
628
641
  type: "Nft";
629
642
  id: string;
643
+ updatedAt: number;
630
644
  name?: string | undefined;
631
645
  symbol?: string | undefined;
632
646
  image?: string | undefined;
@@ -671,6 +685,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
671
685
  metadata: string | undefined;
672
686
  type: "Nft";
673
687
  id: string;
688
+ updatedAt: number;
674
689
  };
675
690
  amount: {
676
691
  value: bigint;
@@ -712,6 +727,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
712
727
  } | {
713
728
  type: "Nft";
714
729
  id: string;
730
+ updatedAt: number;
715
731
  name?: string | undefined;
716
732
  symbol?: string | undefined;
717
733
  image?: string | undefined;
@@ -772,6 +788,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
772
788
  metadata: string | undefined;
773
789
  type: "Nft";
774
790
  id: string;
791
+ updatedAt: number;
775
792
  };
776
793
  amount: {
777
794
  value: bigint;
@@ -802,6 +819,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
802
819
  } | {
803
820
  type: "Nft";
804
821
  id: string;
822
+ updatedAt: number;
805
823
  name?: string | undefined;
806
824
  symbol?: string | undefined;
807
825
  image?: string | undefined;
@@ -994,9 +1012,11 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
994
1012
  symbol: z.ZodOptional<z.ZodString>;
995
1013
  image: z.ZodOptional<z.ZodString>;
996
1014
  metadata: z.ZodOptional<z.ZodString>;
1015
+ updatedAt: z.ZodNumber;
997
1016
  }, "strip", z.ZodTypeAny, {
998
1017
  type: "Nft";
999
1018
  id: string;
1019
+ updatedAt: number;
1000
1020
  name?: string | undefined;
1001
1021
  symbol?: string | undefined;
1002
1022
  image?: string | undefined;
@@ -1004,6 +1024,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1004
1024
  }, {
1005
1025
  type: "Nft";
1006
1026
  id: string;
1027
+ updatedAt: number;
1007
1028
  name?: string | undefined;
1008
1029
  symbol?: string | undefined;
1009
1030
  image?: string | undefined;
@@ -1015,9 +1036,11 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1015
1036
  metadata: string | undefined;
1016
1037
  type: "Nft";
1017
1038
  id: string;
1039
+ updatedAt: number;
1018
1040
  }, {
1019
1041
  type: "Nft";
1020
1042
  id: string;
1043
+ updatedAt: number;
1021
1044
  name?: string | undefined;
1022
1045
  symbol?: string | undefined;
1023
1046
  image?: string | undefined;
@@ -1062,6 +1085,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1062
1085
  metadata: string | undefined;
1063
1086
  type: "Nft";
1064
1087
  id: string;
1088
+ updatedAt: number;
1065
1089
  };
1066
1090
  amount: {
1067
1091
  value: bigint;
@@ -1103,6 +1127,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1103
1127
  } | {
1104
1128
  type: "Nft";
1105
1129
  id: string;
1130
+ updatedAt: number;
1106
1131
  name?: string | undefined;
1107
1132
  symbol?: string | undefined;
1108
1133
  image?: string | undefined;
@@ -1163,6 +1188,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1163
1188
  metadata: string | undefined;
1164
1189
  type: "Nft";
1165
1190
  id: string;
1191
+ updatedAt: number;
1166
1192
  };
1167
1193
  amount: {
1168
1194
  value: bigint;
@@ -1193,6 +1219,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1193
1219
  } | {
1194
1220
  type: "Nft";
1195
1221
  id: string;
1222
+ updatedAt: number;
1196
1223
  name?: string | undefined;
1197
1224
  symbol?: string | undefined;
1198
1225
  image?: string | undefined;
@@ -1259,6 +1286,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1259
1286
  metadata: string | undefined;
1260
1287
  type: "Nft";
1261
1288
  id: string;
1289
+ updatedAt: number;
1262
1290
  };
1263
1291
  amount: {
1264
1292
  value: bigint;
@@ -1304,6 +1332,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1304
1332
  metadata: string | undefined;
1305
1333
  type: "Nft";
1306
1334
  id: string;
1335
+ updatedAt: number;
1307
1336
  };
1308
1337
  amount: {
1309
1338
  value: bigint;
@@ -1349,6 +1378,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1349
1378
  metadata: string | undefined;
1350
1379
  type: "Nft";
1351
1380
  id: string;
1381
+ updatedAt: number;
1352
1382
  };
1353
1383
  amount: {
1354
1384
  value: bigint;
@@ -1394,6 +1424,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1394
1424
  } | {
1395
1425
  type: "Nft";
1396
1426
  id: string;
1427
+ updatedAt: number;
1397
1428
  name?: string | undefined;
1398
1429
  symbol?: string | undefined;
1399
1430
  image?: string | undefined;
@@ -1439,6 +1470,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1439
1470
  } | {
1440
1471
  type: "Nft";
1441
1472
  id: string;
1473
+ updatedAt: number;
1442
1474
  name?: string | undefined;
1443
1475
  symbol?: string | undefined;
1444
1476
  image?: string | undefined;
@@ -1484,6 +1516,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1484
1516
  } | {
1485
1517
  type: "Nft";
1486
1518
  id: string;
1519
+ updatedAt: number;
1487
1520
  name?: string | undefined;
1488
1521
  symbol?: string | undefined;
1489
1522
  image?: string | undefined;
@@ -1728,9 +1761,11 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1728
1761
  symbol: z.ZodOptional<z.ZodString>;
1729
1762
  image: z.ZodOptional<z.ZodString>;
1730
1763
  metadata: z.ZodOptional<z.ZodString>;
1764
+ updatedAt: z.ZodNumber;
1731
1765
  }, "strip", z.ZodTypeAny, {
1732
1766
  type: "Nft";
1733
1767
  id: string;
1768
+ updatedAt: number;
1734
1769
  name?: string | undefined;
1735
1770
  symbol?: string | undefined;
1736
1771
  image?: string | undefined;
@@ -1738,6 +1773,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1738
1773
  }, {
1739
1774
  type: "Nft";
1740
1775
  id: string;
1776
+ updatedAt: number;
1741
1777
  name?: string | undefined;
1742
1778
  symbol?: string | undefined;
1743
1779
  image?: string | undefined;
@@ -1749,9 +1785,11 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1749
1785
  metadata: string | undefined;
1750
1786
  type: "Nft";
1751
1787
  id: string;
1788
+ updatedAt: number;
1752
1789
  }, {
1753
1790
  type: "Nft";
1754
1791
  id: string;
1792
+ updatedAt: number;
1755
1793
  name?: string | undefined;
1756
1794
  symbol?: string | undefined;
1757
1795
  image?: string | undefined;
@@ -1796,6 +1834,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1796
1834
  metadata: string | undefined;
1797
1835
  type: "Nft";
1798
1836
  id: string;
1837
+ updatedAt: number;
1799
1838
  };
1800
1839
  amount: {
1801
1840
  value: bigint;
@@ -1837,6 +1876,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1837
1876
  } | {
1838
1877
  type: "Nft";
1839
1878
  id: string;
1879
+ updatedAt: number;
1840
1880
  name?: string | undefined;
1841
1881
  symbol?: string | undefined;
1842
1882
  image?: string | undefined;
@@ -1897,6 +1937,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1897
1937
  metadata: string | undefined;
1898
1938
  type: "Nft";
1899
1939
  id: string;
1940
+ updatedAt: number;
1900
1941
  };
1901
1942
  amount: {
1902
1943
  value: bigint;
@@ -1927,6 +1968,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1927
1968
  } | {
1928
1969
  type: "Nft";
1929
1970
  id: string;
1971
+ updatedAt: number;
1930
1972
  name?: string | undefined;
1931
1973
  symbol?: string | undefined;
1932
1974
  image?: string | undefined;
@@ -2119,9 +2161,11 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2119
2161
  symbol: z.ZodOptional<z.ZodString>;
2120
2162
  image: z.ZodOptional<z.ZodString>;
2121
2163
  metadata: z.ZodOptional<z.ZodString>;
2164
+ updatedAt: z.ZodNumber;
2122
2165
  }, "strip", z.ZodTypeAny, {
2123
2166
  type: "Nft";
2124
2167
  id: string;
2168
+ updatedAt: number;
2125
2169
  name?: string | undefined;
2126
2170
  symbol?: string | undefined;
2127
2171
  image?: string | undefined;
@@ -2129,6 +2173,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2129
2173
  }, {
2130
2174
  type: "Nft";
2131
2175
  id: string;
2176
+ updatedAt: number;
2132
2177
  name?: string | undefined;
2133
2178
  symbol?: string | undefined;
2134
2179
  image?: string | undefined;
@@ -2140,9 +2185,11 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2140
2185
  metadata: string | undefined;
2141
2186
  type: "Nft";
2142
2187
  id: string;
2188
+ updatedAt: number;
2143
2189
  }, {
2144
2190
  type: "Nft";
2145
2191
  id: string;
2192
+ updatedAt: number;
2146
2193
  name?: string | undefined;
2147
2194
  symbol?: string | undefined;
2148
2195
  image?: string | undefined;
@@ -2187,6 +2234,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2187
2234
  metadata: string | undefined;
2188
2235
  type: "Nft";
2189
2236
  id: string;
2237
+ updatedAt: number;
2190
2238
  };
2191
2239
  amount: {
2192
2240
  value: bigint;
@@ -2228,6 +2276,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2228
2276
  } | {
2229
2277
  type: "Nft";
2230
2278
  id: string;
2279
+ updatedAt: number;
2231
2280
  name?: string | undefined;
2232
2281
  symbol?: string | undefined;
2233
2282
  image?: string | undefined;
@@ -2288,6 +2337,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2288
2337
  metadata: string | undefined;
2289
2338
  type: "Nft";
2290
2339
  id: string;
2340
+ updatedAt: number;
2291
2341
  };
2292
2342
  amount: {
2293
2343
  value: bigint;
@@ -2318,6 +2368,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2318
2368
  } | {
2319
2369
  type: "Nft";
2320
2370
  id: string;
2371
+ updatedAt: number;
2321
2372
  name?: string | undefined;
2322
2373
  symbol?: string | undefined;
2323
2374
  image?: string | undefined;
@@ -2510,9 +2561,11 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2510
2561
  symbol: z.ZodOptional<z.ZodString>;
2511
2562
  image: z.ZodOptional<z.ZodString>;
2512
2563
  metadata: z.ZodOptional<z.ZodString>;
2564
+ updatedAt: z.ZodNumber;
2513
2565
  }, "strip", z.ZodTypeAny, {
2514
2566
  type: "Nft";
2515
2567
  id: string;
2568
+ updatedAt: number;
2516
2569
  name?: string | undefined;
2517
2570
  symbol?: string | undefined;
2518
2571
  image?: string | undefined;
@@ -2520,6 +2573,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2520
2573
  }, {
2521
2574
  type: "Nft";
2522
2575
  id: string;
2576
+ updatedAt: number;
2523
2577
  name?: string | undefined;
2524
2578
  symbol?: string | undefined;
2525
2579
  image?: string | undefined;
@@ -2531,9 +2585,11 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2531
2585
  metadata: string | undefined;
2532
2586
  type: "Nft";
2533
2587
  id: string;
2588
+ updatedAt: number;
2534
2589
  }, {
2535
2590
  type: "Nft";
2536
2591
  id: string;
2592
+ updatedAt: number;
2537
2593
  name?: string | undefined;
2538
2594
  symbol?: string | undefined;
2539
2595
  image?: string | undefined;
@@ -2578,6 +2634,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2578
2634
  metadata: string | undefined;
2579
2635
  type: "Nft";
2580
2636
  id: string;
2637
+ updatedAt: number;
2581
2638
  };
2582
2639
  amount: {
2583
2640
  value: bigint;
@@ -2619,6 +2676,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2619
2676
  } | {
2620
2677
  type: "Nft";
2621
2678
  id: string;
2679
+ updatedAt: number;
2622
2680
  name?: string | undefined;
2623
2681
  symbol?: string | undefined;
2624
2682
  image?: string | undefined;
@@ -2679,6 +2737,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2679
2737
  metadata: string | undefined;
2680
2738
  type: "Nft";
2681
2739
  id: string;
2740
+ updatedAt: number;
2682
2741
  };
2683
2742
  amount: {
2684
2743
  value: bigint;
@@ -2709,6 +2768,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2709
2768
  } | {
2710
2769
  type: "Nft";
2711
2770
  id: string;
2771
+ updatedAt: number;
2712
2772
  name?: string | undefined;
2713
2773
  symbol?: string | undefined;
2714
2774
  image?: string | undefined;
@@ -2778,6 +2838,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2778
2838
  metadata: string | undefined;
2779
2839
  type: "Nft";
2780
2840
  id: string;
2841
+ updatedAt: number;
2781
2842
  };
2782
2843
  amount: {
2783
2844
  value: bigint;
@@ -2823,6 +2884,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2823
2884
  metadata: string | undefined;
2824
2885
  type: "Nft";
2825
2886
  id: string;
2887
+ updatedAt: number;
2826
2888
  };
2827
2889
  amount: {
2828
2890
  value: bigint;
@@ -2868,6 +2930,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2868
2930
  metadata: string | undefined;
2869
2931
  type: "Nft";
2870
2932
  id: string;
2933
+ updatedAt: number;
2871
2934
  };
2872
2935
  amount: {
2873
2936
  value: bigint;
@@ -2915,6 +2978,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2915
2978
  } | {
2916
2979
  type: "Nft";
2917
2980
  id: string;
2981
+ updatedAt: number;
2918
2982
  name?: string | undefined;
2919
2983
  symbol?: string | undefined;
2920
2984
  image?: string | undefined;
@@ -2960,6 +3024,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2960
3024
  } | {
2961
3025
  type: "Nft";
2962
3026
  id: string;
3027
+ updatedAt: number;
2963
3028
  name?: string | undefined;
2964
3029
  symbol?: string | undefined;
2965
3030
  image?: string | undefined;
@@ -3005,6 +3070,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
3005
3070
  } | {
3006
3071
  type: "Nft";
3007
3072
  id: string;
3073
+ updatedAt: number;
3008
3074
  name?: string | undefined;
3009
3075
  symbol?: string | undefined;
3010
3076
  image?: string | undefined;
@@ -3251,9 +3317,11 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3251
3317
  symbol: z.ZodOptional<z.ZodString>;
3252
3318
  image: z.ZodOptional<z.ZodString>;
3253
3319
  metadata: z.ZodOptional<z.ZodString>;
3320
+ updatedAt: z.ZodNumber;
3254
3321
  }, "strip", z.ZodTypeAny, {
3255
3322
  type: "Nft";
3256
3323
  id: string;
3324
+ updatedAt: number;
3257
3325
  name?: string | undefined;
3258
3326
  symbol?: string | undefined;
3259
3327
  image?: string | undefined;
@@ -3261,6 +3329,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3261
3329
  }, {
3262
3330
  type: "Nft";
3263
3331
  id: string;
3332
+ updatedAt: number;
3264
3333
  name?: string | undefined;
3265
3334
  symbol?: string | undefined;
3266
3335
  image?: string | undefined;
@@ -3272,9 +3341,11 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3272
3341
  metadata: string | undefined;
3273
3342
  type: "Nft";
3274
3343
  id: string;
3344
+ updatedAt: number;
3275
3345
  }, {
3276
3346
  type: "Nft";
3277
3347
  id: string;
3348
+ updatedAt: number;
3278
3349
  name?: string | undefined;
3279
3350
  symbol?: string | undefined;
3280
3351
  image?: string | undefined;
@@ -3319,6 +3390,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3319
3390
  metadata: string | undefined;
3320
3391
  type: "Nft";
3321
3392
  id: string;
3393
+ updatedAt: number;
3322
3394
  };
3323
3395
  amount: {
3324
3396
  value: bigint;
@@ -3360,6 +3432,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3360
3432
  } | {
3361
3433
  type: "Nft";
3362
3434
  id: string;
3435
+ updatedAt: number;
3363
3436
  name?: string | undefined;
3364
3437
  symbol?: string | undefined;
3365
3438
  image?: string | undefined;
@@ -3420,6 +3493,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3420
3493
  metadata: string | undefined;
3421
3494
  type: "Nft";
3422
3495
  id: string;
3496
+ updatedAt: number;
3423
3497
  };
3424
3498
  amount: {
3425
3499
  value: bigint;
@@ -3450,6 +3524,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3450
3524
  } | {
3451
3525
  type: "Nft";
3452
3526
  id: string;
3527
+ updatedAt: number;
3453
3528
  name?: string | undefined;
3454
3529
  symbol?: string | undefined;
3455
3530
  image?: string | undefined;
@@ -3642,9 +3717,11 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3642
3717
  symbol: z.ZodOptional<z.ZodString>;
3643
3718
  image: z.ZodOptional<z.ZodString>;
3644
3719
  metadata: z.ZodOptional<z.ZodString>;
3720
+ updatedAt: z.ZodNumber;
3645
3721
  }, "strip", z.ZodTypeAny, {
3646
3722
  type: "Nft";
3647
3723
  id: string;
3724
+ updatedAt: number;
3648
3725
  name?: string | undefined;
3649
3726
  symbol?: string | undefined;
3650
3727
  image?: string | undefined;
@@ -3652,6 +3729,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3652
3729
  }, {
3653
3730
  type: "Nft";
3654
3731
  id: string;
3732
+ updatedAt: number;
3655
3733
  name?: string | undefined;
3656
3734
  symbol?: string | undefined;
3657
3735
  image?: string | undefined;
@@ -3663,9 +3741,11 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3663
3741
  metadata: string | undefined;
3664
3742
  type: "Nft";
3665
3743
  id: string;
3744
+ updatedAt: number;
3666
3745
  }, {
3667
3746
  type: "Nft";
3668
3747
  id: string;
3748
+ updatedAt: number;
3669
3749
  name?: string | undefined;
3670
3750
  symbol?: string | undefined;
3671
3751
  image?: string | undefined;
@@ -3710,6 +3790,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3710
3790
  metadata: string | undefined;
3711
3791
  type: "Nft";
3712
3792
  id: string;
3793
+ updatedAt: number;
3713
3794
  };
3714
3795
  amount: {
3715
3796
  value: bigint;
@@ -3751,6 +3832,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3751
3832
  } | {
3752
3833
  type: "Nft";
3753
3834
  id: string;
3835
+ updatedAt: number;
3754
3836
  name?: string | undefined;
3755
3837
  symbol?: string | undefined;
3756
3838
  image?: string | undefined;
@@ -3811,6 +3893,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3811
3893
  metadata: string | undefined;
3812
3894
  type: "Nft";
3813
3895
  id: string;
3896
+ updatedAt: number;
3814
3897
  };
3815
3898
  amount: {
3816
3899
  value: bigint;
@@ -3841,6 +3924,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3841
3924
  } | {
3842
3925
  type: "Nft";
3843
3926
  id: string;
3927
+ updatedAt: number;
3844
3928
  name?: string | undefined;
3845
3929
  symbol?: string | undefined;
3846
3930
  image?: string | undefined;
@@ -4033,9 +4117,11 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4033
4117
  symbol: z.ZodOptional<z.ZodString>;
4034
4118
  image: z.ZodOptional<z.ZodString>;
4035
4119
  metadata: z.ZodOptional<z.ZodString>;
4120
+ updatedAt: z.ZodNumber;
4036
4121
  }, "strip", z.ZodTypeAny, {
4037
4122
  type: "Nft";
4038
4123
  id: string;
4124
+ updatedAt: number;
4039
4125
  name?: string | undefined;
4040
4126
  symbol?: string | undefined;
4041
4127
  image?: string | undefined;
@@ -4043,6 +4129,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4043
4129
  }, {
4044
4130
  type: "Nft";
4045
4131
  id: string;
4132
+ updatedAt: number;
4046
4133
  name?: string | undefined;
4047
4134
  symbol?: string | undefined;
4048
4135
  image?: string | undefined;
@@ -4054,9 +4141,11 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4054
4141
  metadata: string | undefined;
4055
4142
  type: "Nft";
4056
4143
  id: string;
4144
+ updatedAt: number;
4057
4145
  }, {
4058
4146
  type: "Nft";
4059
4147
  id: string;
4148
+ updatedAt: number;
4060
4149
  name?: string | undefined;
4061
4150
  symbol?: string | undefined;
4062
4151
  image?: string | undefined;
@@ -4101,6 +4190,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4101
4190
  metadata: string | undefined;
4102
4191
  type: "Nft";
4103
4192
  id: string;
4193
+ updatedAt: number;
4104
4194
  };
4105
4195
  amount: {
4106
4196
  value: bigint;
@@ -4142,6 +4232,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4142
4232
  } | {
4143
4233
  type: "Nft";
4144
4234
  id: string;
4235
+ updatedAt: number;
4145
4236
  name?: string | undefined;
4146
4237
  symbol?: string | undefined;
4147
4238
  image?: string | undefined;
@@ -4202,6 +4293,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4202
4293
  metadata: string | undefined;
4203
4294
  type: "Nft";
4204
4295
  id: string;
4296
+ updatedAt: number;
4205
4297
  };
4206
4298
  amount: {
4207
4299
  value: bigint;
@@ -4232,6 +4324,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4232
4324
  } | {
4233
4325
  type: "Nft";
4234
4326
  id: string;
4327
+ updatedAt: number;
4235
4328
  name?: string | undefined;
4236
4329
  symbol?: string | undefined;
4237
4330
  image?: string | undefined;
@@ -4300,6 +4393,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4300
4393
  metadata: string | undefined;
4301
4394
  type: "Nft";
4302
4395
  id: string;
4396
+ updatedAt: number;
4303
4397
  };
4304
4398
  amount: {
4305
4399
  value: bigint;
@@ -4345,6 +4439,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4345
4439
  metadata: string | undefined;
4346
4440
  type: "Nft";
4347
4441
  id: string;
4442
+ updatedAt: number;
4348
4443
  };
4349
4444
  amount: {
4350
4445
  value: bigint;
@@ -4390,6 +4485,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4390
4485
  metadata: string | undefined;
4391
4486
  type: "Nft";
4392
4487
  id: string;
4488
+ updatedAt: number;
4393
4489
  };
4394
4490
  amount: {
4395
4491
  value: bigint;
@@ -4436,6 +4532,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4436
4532
  } | {
4437
4533
  type: "Nft";
4438
4534
  id: string;
4535
+ updatedAt: number;
4439
4536
  name?: string | undefined;
4440
4537
  symbol?: string | undefined;
4441
4538
  image?: string | undefined;
@@ -4481,6 +4578,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4481
4578
  } | {
4482
4579
  type: "Nft";
4483
4580
  id: string;
4581
+ updatedAt: number;
4484
4582
  name?: string | undefined;
4485
4583
  symbol?: string | undefined;
4486
4584
  image?: string | undefined;
@@ -4526,6 +4624,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4526
4624
  } | {
4527
4625
  type: "Nft";
4528
4626
  id: string;
4627
+ updatedAt: number;
4529
4628
  name?: string | undefined;
4530
4629
  symbol?: string | undefined;
4531
4630
  image?: string | undefined;