@0xtorch/core 0.0.21 → 0.0.22

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 (98) hide show
  1. package/_cjs/actions/parsers/default.js +1 -0
  2. package/_cjs/actions/parsers/default.js.map +1 -1
  3. package/_cjs/assets/schemas/nft.js +14 -2
  4. package/_cjs/assets/schemas/nft.js.map +1 -1
  5. package/_esm/actions/parsers/default.js +1 -0
  6. package/_esm/actions/parsers/default.js.map +1 -1
  7. package/_esm/assets/schemas/nft.js +14 -2
  8. package/_esm/assets/schemas/nft.js.map +1 -1
  9. package/_types/actions/parsers/default.d.ts.map +1 -1
  10. package/_types/actions/schemas/action.d.ts +5541 -95
  11. package/_types/actions/schemas/action.d.ts.map +1 -1
  12. package/_types/actions/schemas/borrow/borrow.d.ts +118 -2
  13. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  14. package/_types/actions/schemas/crossActionBundle.d.ts +402 -6
  15. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  16. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +118 -2
  17. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  18. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +118 -2
  19. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  20. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +236 -4
  21. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  22. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +236 -4
  23. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  24. package/_types/actions/schemas/default/accountAction.d.ts +459 -9
  25. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  26. package/_types/actions/schemas/default/normalAction.d.ts +459 -9
  27. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  28. package/_types/actions/schemas/default/transfer.d.ts +422 -10
  29. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  30. package/_types/actions/schemas/deposit/addLiquidity.d.ts +236 -4
  31. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  32. package/_types/actions/schemas/deposit/deposit.d.ts +118 -2
  33. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  34. package/_types/actions/schemas/deposit/depositWithBond.d.ts +236 -4
  35. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  36. package/_types/actions/schemas/deposit/stake.d.ts +118 -2
  37. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  38. package/_types/actions/schemas/ignore/ignore.d.ts +177 -3
  39. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  40. package/_types/actions/schemas/ignore/move.d.ts +177 -3
  41. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  42. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +118 -2
  43. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  44. package/_types/actions/schemas/ignore/sendToCex.d.ts +118 -2
  45. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  46. package/_types/actions/schemas/ignore/spam.d.ts +236 -4
  47. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  48. package/_types/actions/schemas/income/freeMintNft.d.ts +118 -2
  49. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  50. package/_types/actions/schemas/income/income.d.ts +118 -2
  51. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  52. package/_types/actions/schemas/income/swapIncome.d.ts +59 -1
  53. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  54. package/_types/actions/schemas/reduce/reduce.d.ts +59 -1
  55. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  56. package/_types/actions/schemas/repayment/repayment.d.ts +118 -2
  57. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  58. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +236 -4
  59. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  60. package/_types/actions/schemas/replace/replace.d.ts +236 -4
  61. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  62. package/_types/actions/schemas/replace/swapNft.d.ts +236 -4
  63. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  64. package/_types/actions/schemas/trade/buyNft.d.ts +118 -2
  65. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  66. package/_types/actions/schemas/trade/mintNft.d.ts +118 -2
  67. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  68. package/_types/actions/schemas/trade/sellNft.d.ts +118 -2
  69. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  70. package/_types/actions/schemas/trade/trade.d.ts +236 -4
  71. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  72. package/_types/actions/schemas/transfer/swapTransfer.d.ts +59 -1
  73. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  74. package/_types/actions/schemas/transfer/transfer.d.ts +236 -4
  75. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  76. package/_types/actions/schemas/valuedown/valuedown.d.ts +204 -4
  77. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  78. package/_types/actions/schemas/valueup/valueup.d.ts +204 -4
  79. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  80. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +236 -4
  81. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  82. package/_types/actions/schemas/withdraw/unstake.d.ts +118 -2
  83. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  84. package/_types/actions/schemas/withdraw/withdraw.d.ts +118 -2
  85. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  86. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +236 -4
  87. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  88. package/_types/actions/utils.d.ts +12 -0
  89. package/_types/actions/utils.d.ts.map +1 -1
  90. package/_types/assets/schemas/asset.d.ts +27 -1
  91. package/_types/assets/schemas/asset.d.ts.map +1 -1
  92. package/_types/assets/schemas/nft.d.ts +27 -1
  93. package/_types/assets/schemas/nft.d.ts.map +1 -1
  94. package/_types/setAccountActionPrices.d.ts +204 -0
  95. package/_types/setAccountActionPrices.d.ts.map +1 -1
  96. package/actions/parsers/default.ts +1 -0
  97. package/assets/schemas/nft.ts +16 -4
  98. package/package.json +1 -1
@@ -205,15 +205,41 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
205
205
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
206
206
  name: string;
207
207
  icon?: string | undefined;
208
- }>, z.ZodObject<{
208
+ }>, z.ZodEffects<z.ZodObject<{
209
209
  type: z.ZodLiteral<"Nft">;
210
210
  id: z.ZodString;
211
+ name: z.ZodOptional<z.ZodString>;
212
+ symbol: z.ZodOptional<z.ZodString>;
213
+ image: z.ZodOptional<z.ZodString>;
214
+ metadata: z.ZodOptional<z.ZodString>;
211
215
  }, "strip", z.ZodTypeAny, {
212
216
  type: "Nft";
213
217
  id: string;
218
+ name?: string | undefined;
219
+ symbol?: string | undefined;
220
+ image?: string | undefined;
221
+ metadata?: string | undefined;
222
+ }, {
223
+ type: "Nft";
224
+ id: string;
225
+ name?: string | undefined;
226
+ symbol?: string | undefined;
227
+ image?: string | undefined;
228
+ metadata?: string | undefined;
229
+ }>, {
230
+ name: string | undefined;
231
+ symbol: string | undefined;
232
+ image: string | undefined;
233
+ metadata: string | undefined;
234
+ type: "Nft";
235
+ id: string;
214
236
  }, {
215
237
  type: "Nft";
216
238
  id: string;
239
+ name?: string | undefined;
240
+ symbol?: string | undefined;
241
+ image?: string | undefined;
242
+ metadata?: string | undefined;
217
243
  }>]>;
218
244
  amount: z.ZodObject<{
219
245
  value: z.ZodBigInt;
@@ -248,6 +274,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
248
274
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
249
275
  name: string;
250
276
  } | {
277
+ name: string | undefined;
278
+ symbol: string | undefined;
279
+ image: string | undefined;
280
+ metadata: string | undefined;
251
281
  type: "Nft";
252
282
  id: string;
253
283
  };
@@ -291,6 +321,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
291
321
  } | {
292
322
  type: "Nft";
293
323
  id: string;
324
+ name?: string | undefined;
325
+ symbol?: string | undefined;
326
+ image?: string | undefined;
327
+ metadata?: string | undefined;
294
328
  };
295
329
  amount: {
296
330
  value: bigint;
@@ -341,6 +375,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
341
375
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
342
376
  name: string;
343
377
  } | {
378
+ name: string | undefined;
379
+ symbol: string | undefined;
380
+ image: string | undefined;
381
+ metadata: string | undefined;
344
382
  type: "Nft";
345
383
  id: string;
346
384
  };
@@ -373,6 +411,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
373
411
  } | {
374
412
  type: "Nft";
375
413
  id: string;
414
+ name?: string | undefined;
415
+ symbol?: string | undefined;
416
+ image?: string | undefined;
417
+ metadata?: string | undefined;
376
418
  };
377
419
  amount: {
378
420
  value: bigint;
@@ -554,15 +596,41 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
554
596
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
555
597
  name: string;
556
598
  icon?: string | undefined;
557
- }>, z.ZodObject<{
599
+ }>, z.ZodEffects<z.ZodObject<{
558
600
  type: z.ZodLiteral<"Nft">;
559
601
  id: z.ZodString;
602
+ name: z.ZodOptional<z.ZodString>;
603
+ symbol: z.ZodOptional<z.ZodString>;
604
+ image: z.ZodOptional<z.ZodString>;
605
+ metadata: z.ZodOptional<z.ZodString>;
560
606
  }, "strip", z.ZodTypeAny, {
561
607
  type: "Nft";
562
608
  id: string;
609
+ name?: string | undefined;
610
+ symbol?: string | undefined;
611
+ image?: string | undefined;
612
+ metadata?: string | undefined;
563
613
  }, {
564
614
  type: "Nft";
565
615
  id: string;
616
+ name?: string | undefined;
617
+ symbol?: string | undefined;
618
+ image?: string | undefined;
619
+ metadata?: string | undefined;
620
+ }>, {
621
+ name: string | undefined;
622
+ symbol: string | undefined;
623
+ image: string | undefined;
624
+ metadata: string | undefined;
625
+ type: "Nft";
626
+ id: string;
627
+ }, {
628
+ type: "Nft";
629
+ id: string;
630
+ name?: string | undefined;
631
+ symbol?: string | undefined;
632
+ image?: string | undefined;
633
+ metadata?: string | undefined;
566
634
  }>]>;
567
635
  amount: z.ZodObject<{
568
636
  value: z.ZodBigInt;
@@ -597,6 +665,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
597
665
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
598
666
  name: string;
599
667
  } | {
668
+ name: string | undefined;
669
+ symbol: string | undefined;
670
+ image: string | undefined;
671
+ metadata: string | undefined;
600
672
  type: "Nft";
601
673
  id: string;
602
674
  };
@@ -640,6 +712,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
640
712
  } | {
641
713
  type: "Nft";
642
714
  id: string;
715
+ name?: string | undefined;
716
+ symbol?: string | undefined;
717
+ image?: string | undefined;
718
+ metadata?: string | undefined;
643
719
  };
644
720
  amount: {
645
721
  value: bigint;
@@ -690,6 +766,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
690
766
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
691
767
  name: string;
692
768
  } | {
769
+ name: string | undefined;
770
+ symbol: string | undefined;
771
+ image: string | undefined;
772
+ metadata: string | undefined;
693
773
  type: "Nft";
694
774
  id: string;
695
775
  };
@@ -722,6 +802,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
722
802
  } | {
723
803
  type: "Nft";
724
804
  id: string;
805
+ name?: string | undefined;
806
+ symbol?: string | undefined;
807
+ image?: string | undefined;
808
+ metadata?: string | undefined;
725
809
  };
726
810
  amount: {
727
811
  value: bigint;
@@ -903,15 +987,41 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
903
987
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
904
988
  name: string;
905
989
  icon?: string | undefined;
906
- }>, z.ZodObject<{
990
+ }>, z.ZodEffects<z.ZodObject<{
907
991
  type: z.ZodLiteral<"Nft">;
908
992
  id: z.ZodString;
993
+ name: z.ZodOptional<z.ZodString>;
994
+ symbol: z.ZodOptional<z.ZodString>;
995
+ image: z.ZodOptional<z.ZodString>;
996
+ metadata: z.ZodOptional<z.ZodString>;
909
997
  }, "strip", z.ZodTypeAny, {
910
998
  type: "Nft";
911
999
  id: string;
1000
+ name?: string | undefined;
1001
+ symbol?: string | undefined;
1002
+ image?: string | undefined;
1003
+ metadata?: string | undefined;
1004
+ }, {
1005
+ type: "Nft";
1006
+ id: string;
1007
+ name?: string | undefined;
1008
+ symbol?: string | undefined;
1009
+ image?: string | undefined;
1010
+ metadata?: string | undefined;
1011
+ }>, {
1012
+ name: string | undefined;
1013
+ symbol: string | undefined;
1014
+ image: string | undefined;
1015
+ metadata: string | undefined;
1016
+ type: "Nft";
1017
+ id: string;
912
1018
  }, {
913
1019
  type: "Nft";
914
1020
  id: string;
1021
+ name?: string | undefined;
1022
+ symbol?: string | undefined;
1023
+ image?: string | undefined;
1024
+ metadata?: string | undefined;
915
1025
  }>]>;
916
1026
  amount: z.ZodObject<{
917
1027
  value: z.ZodBigInt;
@@ -946,6 +1056,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
946
1056
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
947
1057
  name: string;
948
1058
  } | {
1059
+ name: string | undefined;
1060
+ symbol: string | undefined;
1061
+ image: string | undefined;
1062
+ metadata: string | undefined;
949
1063
  type: "Nft";
950
1064
  id: string;
951
1065
  };
@@ -989,6 +1103,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
989
1103
  } | {
990
1104
  type: "Nft";
991
1105
  id: string;
1106
+ name?: string | undefined;
1107
+ symbol?: string | undefined;
1108
+ image?: string | undefined;
1109
+ metadata?: string | undefined;
992
1110
  };
993
1111
  amount: {
994
1112
  value: bigint;
@@ -1039,6 +1157,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1039
1157
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1040
1158
  name: string;
1041
1159
  } | {
1160
+ name: string | undefined;
1161
+ symbol: string | undefined;
1162
+ image: string | undefined;
1163
+ metadata: string | undefined;
1042
1164
  type: "Nft";
1043
1165
  id: string;
1044
1166
  };
@@ -1071,6 +1193,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1071
1193
  } | {
1072
1194
  type: "Nft";
1073
1195
  id: string;
1196
+ name?: string | undefined;
1197
+ symbol?: string | undefined;
1198
+ image?: string | undefined;
1199
+ metadata?: string | undefined;
1074
1200
  };
1075
1201
  amount: {
1076
1202
  value: bigint;
@@ -1127,6 +1253,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1127
1253
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1128
1254
  name: string;
1129
1255
  } | {
1256
+ name: string | undefined;
1257
+ symbol: string | undefined;
1258
+ image: string | undefined;
1259
+ metadata: string | undefined;
1130
1260
  type: "Nft";
1131
1261
  id: string;
1132
1262
  };
@@ -1168,6 +1298,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1168
1298
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1169
1299
  name: string;
1170
1300
  } | {
1301
+ name: string | undefined;
1302
+ symbol: string | undefined;
1303
+ image: string | undefined;
1304
+ metadata: string | undefined;
1171
1305
  type: "Nft";
1172
1306
  id: string;
1173
1307
  };
@@ -1209,6 +1343,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1209
1343
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1210
1344
  name: string;
1211
1345
  } | {
1346
+ name: string | undefined;
1347
+ symbol: string | undefined;
1348
+ image: string | undefined;
1349
+ metadata: string | undefined;
1212
1350
  type: "Nft";
1213
1351
  id: string;
1214
1352
  };
@@ -1256,6 +1394,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1256
1394
  } | {
1257
1395
  type: "Nft";
1258
1396
  id: string;
1397
+ name?: string | undefined;
1398
+ symbol?: string | undefined;
1399
+ image?: string | undefined;
1400
+ metadata?: string | undefined;
1259
1401
  };
1260
1402
  amount: {
1261
1403
  value: bigint;
@@ -1297,6 +1439,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1297
1439
  } | {
1298
1440
  type: "Nft";
1299
1441
  id: string;
1442
+ name?: string | undefined;
1443
+ symbol?: string | undefined;
1444
+ image?: string | undefined;
1445
+ metadata?: string | undefined;
1300
1446
  };
1301
1447
  amount: {
1302
1448
  value: bigint;
@@ -1338,6 +1484,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
1338
1484
  } | {
1339
1485
  type: "Nft";
1340
1486
  id: string;
1487
+ name?: string | undefined;
1488
+ symbol?: string | undefined;
1489
+ image?: string | undefined;
1490
+ metadata?: string | undefined;
1341
1491
  };
1342
1492
  amount: {
1343
1493
  value: bigint;
@@ -1571,15 +1721,41 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1571
1721
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1572
1722
  name: string;
1573
1723
  icon?: string | undefined;
1574
- }>, z.ZodObject<{
1724
+ }>, z.ZodEffects<z.ZodObject<{
1575
1725
  type: z.ZodLiteral<"Nft">;
1576
1726
  id: z.ZodString;
1727
+ name: z.ZodOptional<z.ZodString>;
1728
+ symbol: z.ZodOptional<z.ZodString>;
1729
+ image: z.ZodOptional<z.ZodString>;
1730
+ metadata: z.ZodOptional<z.ZodString>;
1577
1731
  }, "strip", z.ZodTypeAny, {
1578
1732
  type: "Nft";
1579
1733
  id: string;
1734
+ name?: string | undefined;
1735
+ symbol?: string | undefined;
1736
+ image?: string | undefined;
1737
+ metadata?: string | undefined;
1738
+ }, {
1739
+ type: "Nft";
1740
+ id: string;
1741
+ name?: string | undefined;
1742
+ symbol?: string | undefined;
1743
+ image?: string | undefined;
1744
+ metadata?: string | undefined;
1745
+ }>, {
1746
+ name: string | undefined;
1747
+ symbol: string | undefined;
1748
+ image: string | undefined;
1749
+ metadata: string | undefined;
1750
+ type: "Nft";
1751
+ id: string;
1580
1752
  }, {
1581
1753
  type: "Nft";
1582
1754
  id: string;
1755
+ name?: string | undefined;
1756
+ symbol?: string | undefined;
1757
+ image?: string | undefined;
1758
+ metadata?: string | undefined;
1583
1759
  }>]>;
1584
1760
  amount: z.ZodObject<{
1585
1761
  value: z.ZodBigInt;
@@ -1614,6 +1790,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1614
1790
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1615
1791
  name: string;
1616
1792
  } | {
1793
+ name: string | undefined;
1794
+ symbol: string | undefined;
1795
+ image: string | undefined;
1796
+ metadata: string | undefined;
1617
1797
  type: "Nft";
1618
1798
  id: string;
1619
1799
  };
@@ -1657,6 +1837,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1657
1837
  } | {
1658
1838
  type: "Nft";
1659
1839
  id: string;
1840
+ name?: string | undefined;
1841
+ symbol?: string | undefined;
1842
+ image?: string | undefined;
1843
+ metadata?: string | undefined;
1660
1844
  };
1661
1845
  amount: {
1662
1846
  value: bigint;
@@ -1707,6 +1891,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1707
1891
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1708
1892
  name: string;
1709
1893
  } | {
1894
+ name: string | undefined;
1895
+ symbol: string | undefined;
1896
+ image: string | undefined;
1897
+ metadata: string | undefined;
1710
1898
  type: "Nft";
1711
1899
  id: string;
1712
1900
  };
@@ -1739,6 +1927,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1739
1927
  } | {
1740
1928
  type: "Nft";
1741
1929
  id: string;
1930
+ name?: string | undefined;
1931
+ symbol?: string | undefined;
1932
+ image?: string | undefined;
1933
+ metadata?: string | undefined;
1742
1934
  };
1743
1935
  amount: {
1744
1936
  value: bigint;
@@ -1920,15 +2112,41 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1920
2112
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1921
2113
  name: string;
1922
2114
  icon?: string | undefined;
1923
- }>, z.ZodObject<{
2115
+ }>, z.ZodEffects<z.ZodObject<{
1924
2116
  type: z.ZodLiteral<"Nft">;
1925
2117
  id: z.ZodString;
2118
+ name: z.ZodOptional<z.ZodString>;
2119
+ symbol: z.ZodOptional<z.ZodString>;
2120
+ image: z.ZodOptional<z.ZodString>;
2121
+ metadata: z.ZodOptional<z.ZodString>;
1926
2122
  }, "strip", z.ZodTypeAny, {
1927
2123
  type: "Nft";
1928
2124
  id: string;
2125
+ name?: string | undefined;
2126
+ symbol?: string | undefined;
2127
+ image?: string | undefined;
2128
+ metadata?: string | undefined;
1929
2129
  }, {
1930
2130
  type: "Nft";
1931
2131
  id: string;
2132
+ name?: string | undefined;
2133
+ symbol?: string | undefined;
2134
+ image?: string | undefined;
2135
+ metadata?: string | undefined;
2136
+ }>, {
2137
+ name: string | undefined;
2138
+ symbol: string | undefined;
2139
+ image: string | undefined;
2140
+ metadata: string | undefined;
2141
+ type: "Nft";
2142
+ id: string;
2143
+ }, {
2144
+ type: "Nft";
2145
+ id: string;
2146
+ name?: string | undefined;
2147
+ symbol?: string | undefined;
2148
+ image?: string | undefined;
2149
+ metadata?: string | undefined;
1932
2150
  }>]>;
1933
2151
  amount: z.ZodObject<{
1934
2152
  value: z.ZodBigInt;
@@ -1963,6 +2181,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
1963
2181
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1964
2182
  name: string;
1965
2183
  } | {
2184
+ name: string | undefined;
2185
+ symbol: string | undefined;
2186
+ image: string | undefined;
2187
+ metadata: string | undefined;
1966
2188
  type: "Nft";
1967
2189
  id: string;
1968
2190
  };
@@ -2006,6 +2228,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2006
2228
  } | {
2007
2229
  type: "Nft";
2008
2230
  id: string;
2231
+ name?: string | undefined;
2232
+ symbol?: string | undefined;
2233
+ image?: string | undefined;
2234
+ metadata?: string | undefined;
2009
2235
  };
2010
2236
  amount: {
2011
2237
  value: bigint;
@@ -2056,6 +2282,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2056
2282
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2057
2283
  name: string;
2058
2284
  } | {
2285
+ name: string | undefined;
2286
+ symbol: string | undefined;
2287
+ image: string | undefined;
2288
+ metadata: string | undefined;
2059
2289
  type: "Nft";
2060
2290
  id: string;
2061
2291
  };
@@ -2088,6 +2318,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2088
2318
  } | {
2089
2319
  type: "Nft";
2090
2320
  id: string;
2321
+ name?: string | undefined;
2322
+ symbol?: string | undefined;
2323
+ image?: string | undefined;
2324
+ metadata?: string | undefined;
2091
2325
  };
2092
2326
  amount: {
2093
2327
  value: bigint;
@@ -2269,15 +2503,41 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2269
2503
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2270
2504
  name: string;
2271
2505
  icon?: string | undefined;
2272
- }>, z.ZodObject<{
2506
+ }>, z.ZodEffects<z.ZodObject<{
2273
2507
  type: z.ZodLiteral<"Nft">;
2274
2508
  id: z.ZodString;
2509
+ name: z.ZodOptional<z.ZodString>;
2510
+ symbol: z.ZodOptional<z.ZodString>;
2511
+ image: z.ZodOptional<z.ZodString>;
2512
+ metadata: z.ZodOptional<z.ZodString>;
2275
2513
  }, "strip", z.ZodTypeAny, {
2276
2514
  type: "Nft";
2277
2515
  id: string;
2516
+ name?: string | undefined;
2517
+ symbol?: string | undefined;
2518
+ image?: string | undefined;
2519
+ metadata?: string | undefined;
2520
+ }, {
2521
+ type: "Nft";
2522
+ id: string;
2523
+ name?: string | undefined;
2524
+ symbol?: string | undefined;
2525
+ image?: string | undefined;
2526
+ metadata?: string | undefined;
2527
+ }>, {
2528
+ name: string | undefined;
2529
+ symbol: string | undefined;
2530
+ image: string | undefined;
2531
+ metadata: string | undefined;
2532
+ type: "Nft";
2533
+ id: string;
2278
2534
  }, {
2279
2535
  type: "Nft";
2280
2536
  id: string;
2537
+ name?: string | undefined;
2538
+ symbol?: string | undefined;
2539
+ image?: string | undefined;
2540
+ metadata?: string | undefined;
2281
2541
  }>]>;
2282
2542
  amount: z.ZodObject<{
2283
2543
  value: z.ZodBigInt;
@@ -2312,6 +2572,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2312
2572
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2313
2573
  name: string;
2314
2574
  } | {
2575
+ name: string | undefined;
2576
+ symbol: string | undefined;
2577
+ image: string | undefined;
2578
+ metadata: string | undefined;
2315
2579
  type: "Nft";
2316
2580
  id: string;
2317
2581
  };
@@ -2355,6 +2619,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2355
2619
  } | {
2356
2620
  type: "Nft";
2357
2621
  id: string;
2622
+ name?: string | undefined;
2623
+ symbol?: string | undefined;
2624
+ image?: string | undefined;
2625
+ metadata?: string | undefined;
2358
2626
  };
2359
2627
  amount: {
2360
2628
  value: bigint;
@@ -2405,6 +2673,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2405
2673
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2406
2674
  name: string;
2407
2675
  } | {
2676
+ name: string | undefined;
2677
+ symbol: string | undefined;
2678
+ image: string | undefined;
2679
+ metadata: string | undefined;
2408
2680
  type: "Nft";
2409
2681
  id: string;
2410
2682
  };
@@ -2437,6 +2709,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2437
2709
  } | {
2438
2710
  type: "Nft";
2439
2711
  id: string;
2712
+ name?: string | undefined;
2713
+ symbol?: string | undefined;
2714
+ image?: string | undefined;
2715
+ metadata?: string | undefined;
2440
2716
  };
2441
2717
  amount: {
2442
2718
  value: bigint;
@@ -2496,6 +2772,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2496
2772
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2497
2773
  name: string;
2498
2774
  } | {
2775
+ name: string | undefined;
2776
+ symbol: string | undefined;
2777
+ image: string | undefined;
2778
+ metadata: string | undefined;
2499
2779
  type: "Nft";
2500
2780
  id: string;
2501
2781
  };
@@ -2537,6 +2817,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2537
2817
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2538
2818
  name: string;
2539
2819
  } | {
2820
+ name: string | undefined;
2821
+ symbol: string | undefined;
2822
+ image: string | undefined;
2823
+ metadata: string | undefined;
2540
2824
  type: "Nft";
2541
2825
  id: string;
2542
2826
  };
@@ -2578,6 +2862,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2578
2862
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2579
2863
  name: string;
2580
2864
  } | {
2865
+ name: string | undefined;
2866
+ symbol: string | undefined;
2867
+ image: string | undefined;
2868
+ metadata: string | undefined;
2581
2869
  type: "Nft";
2582
2870
  id: string;
2583
2871
  };
@@ -2627,6 +2915,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2627
2915
  } | {
2628
2916
  type: "Nft";
2629
2917
  id: string;
2918
+ name?: string | undefined;
2919
+ symbol?: string | undefined;
2920
+ image?: string | undefined;
2921
+ metadata?: string | undefined;
2630
2922
  };
2631
2923
  amount: {
2632
2924
  value: bigint;
@@ -2668,6 +2960,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2668
2960
  } | {
2669
2961
  type: "Nft";
2670
2962
  id: string;
2963
+ name?: string | undefined;
2964
+ symbol?: string | undefined;
2965
+ image?: string | undefined;
2966
+ metadata?: string | undefined;
2671
2967
  };
2672
2968
  amount: {
2673
2969
  value: bigint;
@@ -2709,6 +3005,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
2709
3005
  } | {
2710
3006
  type: "Nft";
2711
3007
  id: string;
3008
+ name?: string | undefined;
3009
+ symbol?: string | undefined;
3010
+ image?: string | undefined;
3011
+ metadata?: string | undefined;
2712
3012
  };
2713
3013
  amount: {
2714
3014
  value: bigint;
@@ -2944,15 +3244,41 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
2944
3244
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2945
3245
  name: string;
2946
3246
  icon?: string | undefined;
2947
- }>, z.ZodObject<{
3247
+ }>, z.ZodEffects<z.ZodObject<{
2948
3248
  type: z.ZodLiteral<"Nft">;
2949
3249
  id: z.ZodString;
3250
+ name: z.ZodOptional<z.ZodString>;
3251
+ symbol: z.ZodOptional<z.ZodString>;
3252
+ image: z.ZodOptional<z.ZodString>;
3253
+ metadata: z.ZodOptional<z.ZodString>;
2950
3254
  }, "strip", z.ZodTypeAny, {
2951
3255
  type: "Nft";
2952
3256
  id: string;
3257
+ name?: string | undefined;
3258
+ symbol?: string | undefined;
3259
+ image?: string | undefined;
3260
+ metadata?: string | undefined;
2953
3261
  }, {
2954
3262
  type: "Nft";
2955
3263
  id: string;
3264
+ name?: string | undefined;
3265
+ symbol?: string | undefined;
3266
+ image?: string | undefined;
3267
+ metadata?: string | undefined;
3268
+ }>, {
3269
+ name: string | undefined;
3270
+ symbol: string | undefined;
3271
+ image: string | undefined;
3272
+ metadata: string | undefined;
3273
+ type: "Nft";
3274
+ id: string;
3275
+ }, {
3276
+ type: "Nft";
3277
+ id: string;
3278
+ name?: string | undefined;
3279
+ symbol?: string | undefined;
3280
+ image?: string | undefined;
3281
+ metadata?: string | undefined;
2956
3282
  }>]>;
2957
3283
  amount: z.ZodObject<{
2958
3284
  value: z.ZodBigInt;
@@ -2987,6 +3313,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
2987
3313
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2988
3314
  name: string;
2989
3315
  } | {
3316
+ name: string | undefined;
3317
+ symbol: string | undefined;
3318
+ image: string | undefined;
3319
+ metadata: string | undefined;
2990
3320
  type: "Nft";
2991
3321
  id: string;
2992
3322
  };
@@ -3030,6 +3360,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3030
3360
  } | {
3031
3361
  type: "Nft";
3032
3362
  id: string;
3363
+ name?: string | undefined;
3364
+ symbol?: string | undefined;
3365
+ image?: string | undefined;
3366
+ metadata?: string | undefined;
3033
3367
  };
3034
3368
  amount: {
3035
3369
  value: bigint;
@@ -3080,6 +3414,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3080
3414
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3081
3415
  name: string;
3082
3416
  } | {
3417
+ name: string | undefined;
3418
+ symbol: string | undefined;
3419
+ image: string | undefined;
3420
+ metadata: string | undefined;
3083
3421
  type: "Nft";
3084
3422
  id: string;
3085
3423
  };
@@ -3112,6 +3450,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3112
3450
  } | {
3113
3451
  type: "Nft";
3114
3452
  id: string;
3453
+ name?: string | undefined;
3454
+ symbol?: string | undefined;
3455
+ image?: string | undefined;
3456
+ metadata?: string | undefined;
3115
3457
  };
3116
3458
  amount: {
3117
3459
  value: bigint;
@@ -3293,15 +3635,41 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3293
3635
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3294
3636
  name: string;
3295
3637
  icon?: string | undefined;
3296
- }>, z.ZodObject<{
3638
+ }>, z.ZodEffects<z.ZodObject<{
3297
3639
  type: z.ZodLiteral<"Nft">;
3298
3640
  id: z.ZodString;
3641
+ name: z.ZodOptional<z.ZodString>;
3642
+ symbol: z.ZodOptional<z.ZodString>;
3643
+ image: z.ZodOptional<z.ZodString>;
3644
+ metadata: z.ZodOptional<z.ZodString>;
3299
3645
  }, "strip", z.ZodTypeAny, {
3300
3646
  type: "Nft";
3301
3647
  id: string;
3648
+ name?: string | undefined;
3649
+ symbol?: string | undefined;
3650
+ image?: string | undefined;
3651
+ metadata?: string | undefined;
3652
+ }, {
3653
+ type: "Nft";
3654
+ id: string;
3655
+ name?: string | undefined;
3656
+ symbol?: string | undefined;
3657
+ image?: string | undefined;
3658
+ metadata?: string | undefined;
3659
+ }>, {
3660
+ name: string | undefined;
3661
+ symbol: string | undefined;
3662
+ image: string | undefined;
3663
+ metadata: string | undefined;
3664
+ type: "Nft";
3665
+ id: string;
3302
3666
  }, {
3303
3667
  type: "Nft";
3304
3668
  id: string;
3669
+ name?: string | undefined;
3670
+ symbol?: string | undefined;
3671
+ image?: string | undefined;
3672
+ metadata?: string | undefined;
3305
3673
  }>]>;
3306
3674
  amount: z.ZodObject<{
3307
3675
  value: z.ZodBigInt;
@@ -3336,6 +3704,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3336
3704
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3337
3705
  name: string;
3338
3706
  } | {
3707
+ name: string | undefined;
3708
+ symbol: string | undefined;
3709
+ image: string | undefined;
3710
+ metadata: string | undefined;
3339
3711
  type: "Nft";
3340
3712
  id: string;
3341
3713
  };
@@ -3379,6 +3751,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3379
3751
  } | {
3380
3752
  type: "Nft";
3381
3753
  id: string;
3754
+ name?: string | undefined;
3755
+ symbol?: string | undefined;
3756
+ image?: string | undefined;
3757
+ metadata?: string | undefined;
3382
3758
  };
3383
3759
  amount: {
3384
3760
  value: bigint;
@@ -3429,6 +3805,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3429
3805
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3430
3806
  name: string;
3431
3807
  } | {
3808
+ name: string | undefined;
3809
+ symbol: string | undefined;
3810
+ image: string | undefined;
3811
+ metadata: string | undefined;
3432
3812
  type: "Nft";
3433
3813
  id: string;
3434
3814
  };
@@ -3461,6 +3841,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3461
3841
  } | {
3462
3842
  type: "Nft";
3463
3843
  id: string;
3844
+ name?: string | undefined;
3845
+ symbol?: string | undefined;
3846
+ image?: string | undefined;
3847
+ metadata?: string | undefined;
3464
3848
  };
3465
3849
  amount: {
3466
3850
  value: bigint;
@@ -3642,15 +4026,41 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3642
4026
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3643
4027
  name: string;
3644
4028
  icon?: string | undefined;
3645
- }>, z.ZodObject<{
4029
+ }>, z.ZodEffects<z.ZodObject<{
3646
4030
  type: z.ZodLiteral<"Nft">;
3647
4031
  id: z.ZodString;
4032
+ name: z.ZodOptional<z.ZodString>;
4033
+ symbol: z.ZodOptional<z.ZodString>;
4034
+ image: z.ZodOptional<z.ZodString>;
4035
+ metadata: z.ZodOptional<z.ZodString>;
3648
4036
  }, "strip", z.ZodTypeAny, {
3649
4037
  type: "Nft";
3650
4038
  id: string;
4039
+ name?: string | undefined;
4040
+ symbol?: string | undefined;
4041
+ image?: string | undefined;
4042
+ metadata?: string | undefined;
4043
+ }, {
4044
+ type: "Nft";
4045
+ id: string;
4046
+ name?: string | undefined;
4047
+ symbol?: string | undefined;
4048
+ image?: string | undefined;
4049
+ metadata?: string | undefined;
4050
+ }>, {
4051
+ name: string | undefined;
4052
+ symbol: string | undefined;
4053
+ image: string | undefined;
4054
+ metadata: string | undefined;
4055
+ type: "Nft";
4056
+ id: string;
3651
4057
  }, {
3652
4058
  type: "Nft";
3653
4059
  id: string;
4060
+ name?: string | undefined;
4061
+ symbol?: string | undefined;
4062
+ image?: string | undefined;
4063
+ metadata?: string | undefined;
3654
4064
  }>]>;
3655
4065
  amount: z.ZodObject<{
3656
4066
  value: z.ZodBigInt;
@@ -3685,6 +4095,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3685
4095
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3686
4096
  name: string;
3687
4097
  } | {
4098
+ name: string | undefined;
4099
+ symbol: string | undefined;
4100
+ image: string | undefined;
4101
+ metadata: string | undefined;
3688
4102
  type: "Nft";
3689
4103
  id: string;
3690
4104
  };
@@ -3728,6 +4142,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3728
4142
  } | {
3729
4143
  type: "Nft";
3730
4144
  id: string;
4145
+ name?: string | undefined;
4146
+ symbol?: string | undefined;
4147
+ image?: string | undefined;
4148
+ metadata?: string | undefined;
3731
4149
  };
3732
4150
  amount: {
3733
4151
  value: bigint;
@@ -3778,6 +4196,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3778
4196
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3779
4197
  name: string;
3780
4198
  } | {
4199
+ name: string | undefined;
4200
+ symbol: string | undefined;
4201
+ image: string | undefined;
4202
+ metadata: string | undefined;
3781
4203
  type: "Nft";
3782
4204
  id: string;
3783
4205
  };
@@ -3810,6 +4232,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3810
4232
  } | {
3811
4233
  type: "Nft";
3812
4234
  id: string;
4235
+ name?: string | undefined;
4236
+ symbol?: string | undefined;
4237
+ image?: string | undefined;
4238
+ metadata?: string | undefined;
3813
4239
  };
3814
4240
  amount: {
3815
4241
  value: bigint;
@@ -3868,6 +4294,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3868
4294
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3869
4295
  name: string;
3870
4296
  } | {
4297
+ name: string | undefined;
4298
+ symbol: string | undefined;
4299
+ image: string | undefined;
4300
+ metadata: string | undefined;
3871
4301
  type: "Nft";
3872
4302
  id: string;
3873
4303
  };
@@ -3909,6 +4339,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3909
4339
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3910
4340
  name: string;
3911
4341
  } | {
4342
+ name: string | undefined;
4343
+ symbol: string | undefined;
4344
+ image: string | undefined;
4345
+ metadata: string | undefined;
3912
4346
  type: "Nft";
3913
4347
  id: string;
3914
4348
  };
@@ -3950,6 +4384,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3950
4384
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3951
4385
  name: string;
3952
4386
  } | {
4387
+ name: string | undefined;
4388
+ symbol: string | undefined;
4389
+ image: string | undefined;
4390
+ metadata: string | undefined;
3953
4391
  type: "Nft";
3954
4392
  id: string;
3955
4393
  };
@@ -3998,6 +4436,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
3998
4436
  } | {
3999
4437
  type: "Nft";
4000
4438
  id: string;
4439
+ name?: string | undefined;
4440
+ symbol?: string | undefined;
4441
+ image?: string | undefined;
4442
+ metadata?: string | undefined;
4001
4443
  };
4002
4444
  amount: {
4003
4445
  value: bigint;
@@ -4039,6 +4481,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4039
4481
  } | {
4040
4482
  type: "Nft";
4041
4483
  id: string;
4484
+ name?: string | undefined;
4485
+ symbol?: string | undefined;
4486
+ image?: string | undefined;
4487
+ metadata?: string | undefined;
4042
4488
  };
4043
4489
  amount: {
4044
4490
  value: bigint;
@@ -4080,6 +4526,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
4080
4526
  } | {
4081
4527
  type: "Nft";
4082
4528
  id: string;
4529
+ name?: string | undefined;
4530
+ symbol?: string | undefined;
4531
+ image?: string | undefined;
4532
+ metadata?: string | undefined;
4083
4533
  };
4084
4534
  amount: {
4085
4535
  value: bigint;