@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
@@ -206,15 +206,41 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
206
206
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
207
207
  name: string;
208
208
  icon?: string | undefined;
209
- }>, z.ZodObject<{
209
+ }>, z.ZodEffects<z.ZodObject<{
210
210
  type: z.ZodLiteral<"Nft">;
211
211
  id: z.ZodString;
212
+ name: z.ZodOptional<z.ZodString>;
213
+ symbol: z.ZodOptional<z.ZodString>;
214
+ image: z.ZodOptional<z.ZodString>;
215
+ metadata: z.ZodOptional<z.ZodString>;
212
216
  }, "strip", z.ZodTypeAny, {
213
217
  type: "Nft";
214
218
  id: string;
219
+ name?: string | undefined;
220
+ symbol?: string | undefined;
221
+ image?: string | undefined;
222
+ metadata?: string | undefined;
223
+ }, {
224
+ type: "Nft";
225
+ id: string;
226
+ name?: string | undefined;
227
+ symbol?: string | undefined;
228
+ image?: string | undefined;
229
+ metadata?: string | undefined;
230
+ }>, {
231
+ name: string | undefined;
232
+ symbol: string | undefined;
233
+ image: string | undefined;
234
+ metadata: string | undefined;
235
+ type: "Nft";
236
+ id: string;
215
237
  }, {
216
238
  type: "Nft";
217
239
  id: string;
240
+ name?: string | undefined;
241
+ symbol?: string | undefined;
242
+ image?: string | undefined;
243
+ metadata?: string | undefined;
218
244
  }>]>;
219
245
  amount: z.ZodObject<{
220
246
  value: z.ZodBigInt;
@@ -249,6 +275,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
249
275
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
250
276
  name: string;
251
277
  } | {
278
+ name: string | undefined;
279
+ symbol: string | undefined;
280
+ image: string | undefined;
281
+ metadata: string | undefined;
252
282
  type: "Nft";
253
283
  id: string;
254
284
  };
@@ -292,6 +322,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
292
322
  } | {
293
323
  type: "Nft";
294
324
  id: string;
325
+ name?: string | undefined;
326
+ symbol?: string | undefined;
327
+ image?: string | undefined;
328
+ metadata?: string | undefined;
295
329
  };
296
330
  amount: {
297
331
  value: bigint;
@@ -342,6 +376,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
342
376
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
343
377
  name: string;
344
378
  } | {
379
+ name: string | undefined;
380
+ symbol: string | undefined;
381
+ image: string | undefined;
382
+ metadata: string | undefined;
345
383
  type: "Nft";
346
384
  id: string;
347
385
  };
@@ -374,6 +412,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
374
412
  } | {
375
413
  type: "Nft";
376
414
  id: string;
415
+ name?: string | undefined;
416
+ symbol?: string | undefined;
417
+ image?: string | undefined;
418
+ metadata?: string | undefined;
377
419
  };
378
420
  amount: {
379
421
  value: bigint;
@@ -555,15 +597,41 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
555
597
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
556
598
  name: string;
557
599
  icon?: string | undefined;
558
- }>, z.ZodObject<{
600
+ }>, z.ZodEffects<z.ZodObject<{
559
601
  type: z.ZodLiteral<"Nft">;
560
602
  id: z.ZodString;
603
+ name: z.ZodOptional<z.ZodString>;
604
+ symbol: z.ZodOptional<z.ZodString>;
605
+ image: z.ZodOptional<z.ZodString>;
606
+ metadata: z.ZodOptional<z.ZodString>;
561
607
  }, "strip", z.ZodTypeAny, {
562
608
  type: "Nft";
563
609
  id: string;
610
+ name?: string | undefined;
611
+ symbol?: string | undefined;
612
+ image?: string | undefined;
613
+ metadata?: string | undefined;
564
614
  }, {
565
615
  type: "Nft";
566
616
  id: string;
617
+ name?: string | undefined;
618
+ symbol?: string | undefined;
619
+ image?: string | undefined;
620
+ metadata?: string | undefined;
621
+ }>, {
622
+ name: string | undefined;
623
+ symbol: string | undefined;
624
+ image: string | undefined;
625
+ metadata: string | undefined;
626
+ type: "Nft";
627
+ id: string;
628
+ }, {
629
+ type: "Nft";
630
+ id: string;
631
+ name?: string | undefined;
632
+ symbol?: string | undefined;
633
+ image?: string | undefined;
634
+ metadata?: string | undefined;
567
635
  }>]>;
568
636
  amount: z.ZodObject<{
569
637
  value: z.ZodBigInt;
@@ -598,6 +666,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
598
666
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
599
667
  name: string;
600
668
  } | {
669
+ name: string | undefined;
670
+ symbol: string | undefined;
671
+ image: string | undefined;
672
+ metadata: string | undefined;
601
673
  type: "Nft";
602
674
  id: string;
603
675
  };
@@ -641,6 +713,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
641
713
  } | {
642
714
  type: "Nft";
643
715
  id: string;
716
+ name?: string | undefined;
717
+ symbol?: string | undefined;
718
+ image?: string | undefined;
719
+ metadata?: string | undefined;
644
720
  };
645
721
  amount: {
646
722
  value: bigint;
@@ -691,6 +767,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
691
767
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
692
768
  name: string;
693
769
  } | {
770
+ name: string | undefined;
771
+ symbol: string | undefined;
772
+ image: string | undefined;
773
+ metadata: string | undefined;
694
774
  type: "Nft";
695
775
  id: string;
696
776
  };
@@ -723,6 +803,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
723
803
  } | {
724
804
  type: "Nft";
725
805
  id: string;
806
+ name?: string | undefined;
807
+ symbol?: string | undefined;
808
+ image?: string | undefined;
809
+ metadata?: string | undefined;
726
810
  };
727
811
  amount: {
728
812
  value: bigint;
@@ -904,15 +988,41 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
904
988
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
905
989
  name: string;
906
990
  icon?: string | undefined;
907
- }>, z.ZodObject<{
991
+ }>, z.ZodEffects<z.ZodObject<{
908
992
  type: z.ZodLiteral<"Nft">;
909
993
  id: z.ZodString;
994
+ name: z.ZodOptional<z.ZodString>;
995
+ symbol: z.ZodOptional<z.ZodString>;
996
+ image: z.ZodOptional<z.ZodString>;
997
+ metadata: z.ZodOptional<z.ZodString>;
910
998
  }, "strip", z.ZodTypeAny, {
911
999
  type: "Nft";
912
1000
  id: string;
1001
+ name?: string | undefined;
1002
+ symbol?: string | undefined;
1003
+ image?: string | undefined;
1004
+ metadata?: string | undefined;
1005
+ }, {
1006
+ type: "Nft";
1007
+ id: string;
1008
+ name?: string | undefined;
1009
+ symbol?: string | undefined;
1010
+ image?: string | undefined;
1011
+ metadata?: string | undefined;
1012
+ }>, {
1013
+ name: string | undefined;
1014
+ symbol: string | undefined;
1015
+ image: string | undefined;
1016
+ metadata: string | undefined;
1017
+ type: "Nft";
1018
+ id: string;
913
1019
  }, {
914
1020
  type: "Nft";
915
1021
  id: string;
1022
+ name?: string | undefined;
1023
+ symbol?: string | undefined;
1024
+ image?: string | undefined;
1025
+ metadata?: string | undefined;
916
1026
  }>]>;
917
1027
  amount: z.ZodObject<{
918
1028
  value: z.ZodBigInt;
@@ -947,6 +1057,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
947
1057
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
948
1058
  name: string;
949
1059
  } | {
1060
+ name: string | undefined;
1061
+ symbol: string | undefined;
1062
+ image: string | undefined;
1063
+ metadata: string | undefined;
950
1064
  type: "Nft";
951
1065
  id: string;
952
1066
  };
@@ -990,6 +1104,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
990
1104
  } | {
991
1105
  type: "Nft";
992
1106
  id: string;
1107
+ name?: string | undefined;
1108
+ symbol?: string | undefined;
1109
+ image?: string | undefined;
1110
+ metadata?: string | undefined;
993
1111
  };
994
1112
  amount: {
995
1113
  value: bigint;
@@ -1040,6 +1158,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1040
1158
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1041
1159
  name: string;
1042
1160
  } | {
1161
+ name: string | undefined;
1162
+ symbol: string | undefined;
1163
+ image: string | undefined;
1164
+ metadata: string | undefined;
1043
1165
  type: "Nft";
1044
1166
  id: string;
1045
1167
  };
@@ -1072,6 +1194,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1072
1194
  } | {
1073
1195
  type: "Nft";
1074
1196
  id: string;
1197
+ name?: string | undefined;
1198
+ symbol?: string | undefined;
1199
+ image?: string | undefined;
1200
+ metadata?: string | undefined;
1075
1201
  };
1076
1202
  amount: {
1077
1203
  value: bigint;
@@ -1131,6 +1257,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1131
1257
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1132
1258
  name: string;
1133
1259
  } | {
1260
+ name: string | undefined;
1261
+ symbol: string | undefined;
1262
+ image: string | undefined;
1263
+ metadata: string | undefined;
1134
1264
  type: "Nft";
1135
1265
  id: string;
1136
1266
  };
@@ -1172,6 +1302,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1172
1302
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1173
1303
  name: string;
1174
1304
  } | {
1305
+ name: string | undefined;
1306
+ symbol: string | undefined;
1307
+ image: string | undefined;
1308
+ metadata: string | undefined;
1175
1309
  type: "Nft";
1176
1310
  id: string;
1177
1311
  };
@@ -1213,6 +1347,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1213
1347
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1214
1348
  name: string;
1215
1349
  } | {
1350
+ name: string | undefined;
1351
+ symbol: string | undefined;
1352
+ image: string | undefined;
1353
+ metadata: string | undefined;
1216
1354
  type: "Nft";
1217
1355
  id: string;
1218
1356
  };
@@ -1262,6 +1400,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1262
1400
  } | {
1263
1401
  type: "Nft";
1264
1402
  id: string;
1403
+ name?: string | undefined;
1404
+ symbol?: string | undefined;
1405
+ image?: string | undefined;
1406
+ metadata?: string | undefined;
1265
1407
  };
1266
1408
  amount: {
1267
1409
  value: bigint;
@@ -1303,6 +1445,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1303
1445
  } | {
1304
1446
  type: "Nft";
1305
1447
  id: string;
1448
+ name?: string | undefined;
1449
+ symbol?: string | undefined;
1450
+ image?: string | undefined;
1451
+ metadata?: string | undefined;
1306
1452
  };
1307
1453
  amount: {
1308
1454
  value: bigint;
@@ -1344,6 +1490,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
1344
1490
  } | {
1345
1491
  type: "Nft";
1346
1492
  id: string;
1493
+ name?: string | undefined;
1494
+ symbol?: string | undefined;
1495
+ image?: string | undefined;
1496
+ metadata?: string | undefined;
1347
1497
  };
1348
1498
  amount: {
1349
1499
  value: bigint;
@@ -1579,15 +1729,41 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1579
1729
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1580
1730
  name: string;
1581
1731
  icon?: string | undefined;
1582
- }>, z.ZodObject<{
1732
+ }>, z.ZodEffects<z.ZodObject<{
1583
1733
  type: z.ZodLiteral<"Nft">;
1584
1734
  id: z.ZodString;
1735
+ name: z.ZodOptional<z.ZodString>;
1736
+ symbol: z.ZodOptional<z.ZodString>;
1737
+ image: z.ZodOptional<z.ZodString>;
1738
+ metadata: z.ZodOptional<z.ZodString>;
1585
1739
  }, "strip", z.ZodTypeAny, {
1586
1740
  type: "Nft";
1587
1741
  id: string;
1742
+ name?: string | undefined;
1743
+ symbol?: string | undefined;
1744
+ image?: string | undefined;
1745
+ metadata?: string | undefined;
1746
+ }, {
1747
+ type: "Nft";
1748
+ id: string;
1749
+ name?: string | undefined;
1750
+ symbol?: string | undefined;
1751
+ image?: string | undefined;
1752
+ metadata?: string | undefined;
1753
+ }>, {
1754
+ name: string | undefined;
1755
+ symbol: string | undefined;
1756
+ image: string | undefined;
1757
+ metadata: string | undefined;
1758
+ type: "Nft";
1759
+ id: string;
1588
1760
  }, {
1589
1761
  type: "Nft";
1590
1762
  id: string;
1763
+ name?: string | undefined;
1764
+ symbol?: string | undefined;
1765
+ image?: string | undefined;
1766
+ metadata?: string | undefined;
1591
1767
  }>]>;
1592
1768
  amount: z.ZodObject<{
1593
1769
  value: z.ZodBigInt;
@@ -1622,6 +1798,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1622
1798
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1623
1799
  name: string;
1624
1800
  } | {
1801
+ name: string | undefined;
1802
+ symbol: string | undefined;
1803
+ image: string | undefined;
1804
+ metadata: string | undefined;
1625
1805
  type: "Nft";
1626
1806
  id: string;
1627
1807
  };
@@ -1665,6 +1845,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1665
1845
  } | {
1666
1846
  type: "Nft";
1667
1847
  id: string;
1848
+ name?: string | undefined;
1849
+ symbol?: string | undefined;
1850
+ image?: string | undefined;
1851
+ metadata?: string | undefined;
1668
1852
  };
1669
1853
  amount: {
1670
1854
  value: bigint;
@@ -1715,6 +1899,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1715
1899
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1716
1900
  name: string;
1717
1901
  } | {
1902
+ name: string | undefined;
1903
+ symbol: string | undefined;
1904
+ image: string | undefined;
1905
+ metadata: string | undefined;
1718
1906
  type: "Nft";
1719
1907
  id: string;
1720
1908
  };
@@ -1747,6 +1935,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1747
1935
  } | {
1748
1936
  type: "Nft";
1749
1937
  id: string;
1938
+ name?: string | undefined;
1939
+ symbol?: string | undefined;
1940
+ image?: string | undefined;
1941
+ metadata?: string | undefined;
1750
1942
  };
1751
1943
  amount: {
1752
1944
  value: bigint;
@@ -1928,15 +2120,41 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1928
2120
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1929
2121
  name: string;
1930
2122
  icon?: string | undefined;
1931
- }>, z.ZodObject<{
2123
+ }>, z.ZodEffects<z.ZodObject<{
1932
2124
  type: z.ZodLiteral<"Nft">;
1933
2125
  id: z.ZodString;
2126
+ name: z.ZodOptional<z.ZodString>;
2127
+ symbol: z.ZodOptional<z.ZodString>;
2128
+ image: z.ZodOptional<z.ZodString>;
2129
+ metadata: z.ZodOptional<z.ZodString>;
1934
2130
  }, "strip", z.ZodTypeAny, {
1935
2131
  type: "Nft";
1936
2132
  id: string;
2133
+ name?: string | undefined;
2134
+ symbol?: string | undefined;
2135
+ image?: string | undefined;
2136
+ metadata?: string | undefined;
1937
2137
  }, {
1938
2138
  type: "Nft";
1939
2139
  id: string;
2140
+ name?: string | undefined;
2141
+ symbol?: string | undefined;
2142
+ image?: string | undefined;
2143
+ metadata?: string | undefined;
2144
+ }>, {
2145
+ name: string | undefined;
2146
+ symbol: string | undefined;
2147
+ image: string | undefined;
2148
+ metadata: string | undefined;
2149
+ type: "Nft";
2150
+ id: string;
2151
+ }, {
2152
+ type: "Nft";
2153
+ id: string;
2154
+ name?: string | undefined;
2155
+ symbol?: string | undefined;
2156
+ image?: string | undefined;
2157
+ metadata?: string | undefined;
1940
2158
  }>]>;
1941
2159
  amount: z.ZodObject<{
1942
2160
  value: z.ZodBigInt;
@@ -1971,6 +2189,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
1971
2189
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1972
2190
  name: string;
1973
2191
  } | {
2192
+ name: string | undefined;
2193
+ symbol: string | undefined;
2194
+ image: string | undefined;
2195
+ metadata: string | undefined;
1974
2196
  type: "Nft";
1975
2197
  id: string;
1976
2198
  };
@@ -2014,6 +2236,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2014
2236
  } | {
2015
2237
  type: "Nft";
2016
2238
  id: string;
2239
+ name?: string | undefined;
2240
+ symbol?: string | undefined;
2241
+ image?: string | undefined;
2242
+ metadata?: string | undefined;
2017
2243
  };
2018
2244
  amount: {
2019
2245
  value: bigint;
@@ -2064,6 +2290,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2064
2290
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2065
2291
  name: string;
2066
2292
  } | {
2293
+ name: string | undefined;
2294
+ symbol: string | undefined;
2295
+ image: string | undefined;
2296
+ metadata: string | undefined;
2067
2297
  type: "Nft";
2068
2298
  id: string;
2069
2299
  };
@@ -2096,6 +2326,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2096
2326
  } | {
2097
2327
  type: "Nft";
2098
2328
  id: string;
2329
+ name?: string | undefined;
2330
+ symbol?: string | undefined;
2331
+ image?: string | undefined;
2332
+ metadata?: string | undefined;
2099
2333
  };
2100
2334
  amount: {
2101
2335
  value: bigint;
@@ -2277,15 +2511,41 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2277
2511
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2278
2512
  name: string;
2279
2513
  icon?: string | undefined;
2280
- }>, z.ZodObject<{
2514
+ }>, z.ZodEffects<z.ZodObject<{
2281
2515
  type: z.ZodLiteral<"Nft">;
2282
2516
  id: z.ZodString;
2517
+ name: z.ZodOptional<z.ZodString>;
2518
+ symbol: z.ZodOptional<z.ZodString>;
2519
+ image: z.ZodOptional<z.ZodString>;
2520
+ metadata: z.ZodOptional<z.ZodString>;
2283
2521
  }, "strip", z.ZodTypeAny, {
2284
2522
  type: "Nft";
2285
2523
  id: string;
2524
+ name?: string | undefined;
2525
+ symbol?: string | undefined;
2526
+ image?: string | undefined;
2527
+ metadata?: string | undefined;
2528
+ }, {
2529
+ type: "Nft";
2530
+ id: string;
2531
+ name?: string | undefined;
2532
+ symbol?: string | undefined;
2533
+ image?: string | undefined;
2534
+ metadata?: string | undefined;
2535
+ }>, {
2536
+ name: string | undefined;
2537
+ symbol: string | undefined;
2538
+ image: string | undefined;
2539
+ metadata: string | undefined;
2540
+ type: "Nft";
2541
+ id: string;
2286
2542
  }, {
2287
2543
  type: "Nft";
2288
2544
  id: string;
2545
+ name?: string | undefined;
2546
+ symbol?: string | undefined;
2547
+ image?: string | undefined;
2548
+ metadata?: string | undefined;
2289
2549
  }>]>;
2290
2550
  amount: z.ZodObject<{
2291
2551
  value: z.ZodBigInt;
@@ -2320,6 +2580,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2320
2580
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2321
2581
  name: string;
2322
2582
  } | {
2583
+ name: string | undefined;
2584
+ symbol: string | undefined;
2585
+ image: string | undefined;
2586
+ metadata: string | undefined;
2323
2587
  type: "Nft";
2324
2588
  id: string;
2325
2589
  };
@@ -2363,6 +2627,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2363
2627
  } | {
2364
2628
  type: "Nft";
2365
2629
  id: string;
2630
+ name?: string | undefined;
2631
+ symbol?: string | undefined;
2632
+ image?: string | undefined;
2633
+ metadata?: string | undefined;
2366
2634
  };
2367
2635
  amount: {
2368
2636
  value: bigint;
@@ -2413,6 +2681,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2413
2681
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2414
2682
  name: string;
2415
2683
  } | {
2684
+ name: string | undefined;
2685
+ symbol: string | undefined;
2686
+ image: string | undefined;
2687
+ metadata: string | undefined;
2416
2688
  type: "Nft";
2417
2689
  id: string;
2418
2690
  };
@@ -2445,6 +2717,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2445
2717
  } | {
2446
2718
  type: "Nft";
2447
2719
  id: string;
2720
+ name?: string | undefined;
2721
+ symbol?: string | undefined;
2722
+ image?: string | undefined;
2723
+ metadata?: string | undefined;
2448
2724
  };
2449
2725
  amount: {
2450
2726
  value: bigint;
@@ -2506,6 +2782,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2506
2782
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2507
2783
  name: string;
2508
2784
  } | {
2785
+ name: string | undefined;
2786
+ symbol: string | undefined;
2787
+ image: string | undefined;
2788
+ metadata: string | undefined;
2509
2789
  type: "Nft";
2510
2790
  id: string;
2511
2791
  };
@@ -2547,6 +2827,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2547
2827
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2548
2828
  name: string;
2549
2829
  } | {
2830
+ name: string | undefined;
2831
+ symbol: string | undefined;
2832
+ image: string | undefined;
2833
+ metadata: string | undefined;
2550
2834
  type: "Nft";
2551
2835
  id: string;
2552
2836
  };
@@ -2588,6 +2872,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2588
2872
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2589
2873
  name: string;
2590
2874
  } | {
2875
+ name: string | undefined;
2876
+ symbol: string | undefined;
2877
+ image: string | undefined;
2878
+ metadata: string | undefined;
2591
2879
  type: "Nft";
2592
2880
  id: string;
2593
2881
  };
@@ -2639,6 +2927,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2639
2927
  } | {
2640
2928
  type: "Nft";
2641
2929
  id: string;
2930
+ name?: string | undefined;
2931
+ symbol?: string | undefined;
2932
+ image?: string | undefined;
2933
+ metadata?: string | undefined;
2642
2934
  };
2643
2935
  amount: {
2644
2936
  value: bigint;
@@ -2680,6 +2972,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2680
2972
  } | {
2681
2973
  type: "Nft";
2682
2974
  id: string;
2975
+ name?: string | undefined;
2976
+ symbol?: string | undefined;
2977
+ image?: string | undefined;
2978
+ metadata?: string | undefined;
2683
2979
  };
2684
2980
  amount: {
2685
2981
  value: bigint;
@@ -2721,6 +3017,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
2721
3017
  } | {
2722
3018
  type: "Nft";
2723
3019
  id: string;
3020
+ name?: string | undefined;
3021
+ symbol?: string | undefined;
3022
+ image?: string | undefined;
3023
+ metadata?: string | undefined;
2724
3024
  };
2725
3025
  amount: {
2726
3026
  value: bigint;
@@ -2958,15 +3258,41 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
2958
3258
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2959
3259
  name: string;
2960
3260
  icon?: string | undefined;
2961
- }>, z.ZodObject<{
3261
+ }>, z.ZodEffects<z.ZodObject<{
2962
3262
  type: z.ZodLiteral<"Nft">;
2963
3263
  id: z.ZodString;
3264
+ name: z.ZodOptional<z.ZodString>;
3265
+ symbol: z.ZodOptional<z.ZodString>;
3266
+ image: z.ZodOptional<z.ZodString>;
3267
+ metadata: z.ZodOptional<z.ZodString>;
2964
3268
  }, "strip", z.ZodTypeAny, {
2965
3269
  type: "Nft";
2966
3270
  id: string;
3271
+ name?: string | undefined;
3272
+ symbol?: string | undefined;
3273
+ image?: string | undefined;
3274
+ metadata?: string | undefined;
2967
3275
  }, {
2968
3276
  type: "Nft";
2969
3277
  id: string;
3278
+ name?: string | undefined;
3279
+ symbol?: string | undefined;
3280
+ image?: string | undefined;
3281
+ metadata?: string | undefined;
3282
+ }>, {
3283
+ name: string | undefined;
3284
+ symbol: string | undefined;
3285
+ image: string | undefined;
3286
+ metadata: string | undefined;
3287
+ type: "Nft";
3288
+ id: string;
3289
+ }, {
3290
+ type: "Nft";
3291
+ id: string;
3292
+ name?: string | undefined;
3293
+ symbol?: string | undefined;
3294
+ image?: string | undefined;
3295
+ metadata?: string | undefined;
2970
3296
  }>]>;
2971
3297
  amount: z.ZodObject<{
2972
3298
  value: z.ZodBigInt;
@@ -3001,6 +3327,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3001
3327
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3002
3328
  name: string;
3003
3329
  } | {
3330
+ name: string | undefined;
3331
+ symbol: string | undefined;
3332
+ image: string | undefined;
3333
+ metadata: string | undefined;
3004
3334
  type: "Nft";
3005
3335
  id: string;
3006
3336
  };
@@ -3044,6 +3374,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3044
3374
  } | {
3045
3375
  type: "Nft";
3046
3376
  id: string;
3377
+ name?: string | undefined;
3378
+ symbol?: string | undefined;
3379
+ image?: string | undefined;
3380
+ metadata?: string | undefined;
3047
3381
  };
3048
3382
  amount: {
3049
3383
  value: bigint;
@@ -3094,6 +3428,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3094
3428
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3095
3429
  name: string;
3096
3430
  } | {
3431
+ name: string | undefined;
3432
+ symbol: string | undefined;
3433
+ image: string | undefined;
3434
+ metadata: string | undefined;
3097
3435
  type: "Nft";
3098
3436
  id: string;
3099
3437
  };
@@ -3126,6 +3464,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3126
3464
  } | {
3127
3465
  type: "Nft";
3128
3466
  id: string;
3467
+ name?: string | undefined;
3468
+ symbol?: string | undefined;
3469
+ image?: string | undefined;
3470
+ metadata?: string | undefined;
3129
3471
  };
3130
3472
  amount: {
3131
3473
  value: bigint;
@@ -3307,15 +3649,41 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3307
3649
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3308
3650
  name: string;
3309
3651
  icon?: string | undefined;
3310
- }>, z.ZodObject<{
3652
+ }>, z.ZodEffects<z.ZodObject<{
3311
3653
  type: z.ZodLiteral<"Nft">;
3312
3654
  id: z.ZodString;
3655
+ name: z.ZodOptional<z.ZodString>;
3656
+ symbol: z.ZodOptional<z.ZodString>;
3657
+ image: z.ZodOptional<z.ZodString>;
3658
+ metadata: z.ZodOptional<z.ZodString>;
3313
3659
  }, "strip", z.ZodTypeAny, {
3314
3660
  type: "Nft";
3315
3661
  id: string;
3662
+ name?: string | undefined;
3663
+ symbol?: string | undefined;
3664
+ image?: string | undefined;
3665
+ metadata?: string | undefined;
3666
+ }, {
3667
+ type: "Nft";
3668
+ id: string;
3669
+ name?: string | undefined;
3670
+ symbol?: string | undefined;
3671
+ image?: string | undefined;
3672
+ metadata?: string | undefined;
3673
+ }>, {
3674
+ name: string | undefined;
3675
+ symbol: string | undefined;
3676
+ image: string | undefined;
3677
+ metadata: string | undefined;
3678
+ type: "Nft";
3679
+ id: string;
3316
3680
  }, {
3317
3681
  type: "Nft";
3318
3682
  id: string;
3683
+ name?: string | undefined;
3684
+ symbol?: string | undefined;
3685
+ image?: string | undefined;
3686
+ metadata?: string | undefined;
3319
3687
  }>]>;
3320
3688
  amount: z.ZodObject<{
3321
3689
  value: z.ZodBigInt;
@@ -3350,6 +3718,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3350
3718
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3351
3719
  name: string;
3352
3720
  } | {
3721
+ name: string | undefined;
3722
+ symbol: string | undefined;
3723
+ image: string | undefined;
3724
+ metadata: string | undefined;
3353
3725
  type: "Nft";
3354
3726
  id: string;
3355
3727
  };
@@ -3393,6 +3765,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3393
3765
  } | {
3394
3766
  type: "Nft";
3395
3767
  id: string;
3768
+ name?: string | undefined;
3769
+ symbol?: string | undefined;
3770
+ image?: string | undefined;
3771
+ metadata?: string | undefined;
3396
3772
  };
3397
3773
  amount: {
3398
3774
  value: bigint;
@@ -3443,6 +3819,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3443
3819
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3444
3820
  name: string;
3445
3821
  } | {
3822
+ name: string | undefined;
3823
+ symbol: string | undefined;
3824
+ image: string | undefined;
3825
+ metadata: string | undefined;
3446
3826
  type: "Nft";
3447
3827
  id: string;
3448
3828
  };
@@ -3475,6 +3855,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3475
3855
  } | {
3476
3856
  type: "Nft";
3477
3857
  id: string;
3858
+ name?: string | undefined;
3859
+ symbol?: string | undefined;
3860
+ image?: string | undefined;
3861
+ metadata?: string | undefined;
3478
3862
  };
3479
3863
  amount: {
3480
3864
  value: bigint;
@@ -3656,15 +4040,41 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3656
4040
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3657
4041
  name: string;
3658
4042
  icon?: string | undefined;
3659
- }>, z.ZodObject<{
4043
+ }>, z.ZodEffects<z.ZodObject<{
3660
4044
  type: z.ZodLiteral<"Nft">;
3661
4045
  id: z.ZodString;
4046
+ name: z.ZodOptional<z.ZodString>;
4047
+ symbol: z.ZodOptional<z.ZodString>;
4048
+ image: z.ZodOptional<z.ZodString>;
4049
+ metadata: z.ZodOptional<z.ZodString>;
3662
4050
  }, "strip", z.ZodTypeAny, {
3663
4051
  type: "Nft";
3664
4052
  id: string;
4053
+ name?: string | undefined;
4054
+ symbol?: string | undefined;
4055
+ image?: string | undefined;
4056
+ metadata?: string | undefined;
4057
+ }, {
4058
+ type: "Nft";
4059
+ id: string;
4060
+ name?: string | undefined;
4061
+ symbol?: string | undefined;
4062
+ image?: string | undefined;
4063
+ metadata?: string | undefined;
4064
+ }>, {
4065
+ name: string | undefined;
4066
+ symbol: string | undefined;
4067
+ image: string | undefined;
4068
+ metadata: string | undefined;
4069
+ type: "Nft";
4070
+ id: string;
3665
4071
  }, {
3666
4072
  type: "Nft";
3667
4073
  id: string;
4074
+ name?: string | undefined;
4075
+ symbol?: string | undefined;
4076
+ image?: string | undefined;
4077
+ metadata?: string | undefined;
3668
4078
  }>]>;
3669
4079
  amount: z.ZodObject<{
3670
4080
  value: z.ZodBigInt;
@@ -3699,6 +4109,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3699
4109
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3700
4110
  name: string;
3701
4111
  } | {
4112
+ name: string | undefined;
4113
+ symbol: string | undefined;
4114
+ image: string | undefined;
4115
+ metadata: string | undefined;
3702
4116
  type: "Nft";
3703
4117
  id: string;
3704
4118
  };
@@ -3742,6 +4156,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3742
4156
  } | {
3743
4157
  type: "Nft";
3744
4158
  id: string;
4159
+ name?: string | undefined;
4160
+ symbol?: string | undefined;
4161
+ image?: string | undefined;
4162
+ metadata?: string | undefined;
3745
4163
  };
3746
4164
  amount: {
3747
4165
  value: bigint;
@@ -3792,6 +4210,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3792
4210
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3793
4211
  name: string;
3794
4212
  } | {
4213
+ name: string | undefined;
4214
+ symbol: string | undefined;
4215
+ image: string | undefined;
4216
+ metadata: string | undefined;
3795
4217
  type: "Nft";
3796
4218
  id: string;
3797
4219
  };
@@ -3824,6 +4246,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3824
4246
  } | {
3825
4247
  type: "Nft";
3826
4248
  id: string;
4249
+ name?: string | undefined;
4250
+ symbol?: string | undefined;
4251
+ image?: string | undefined;
4252
+ metadata?: string | undefined;
3827
4253
  };
3828
4254
  amount: {
3829
4255
  value: bigint;
@@ -3884,6 +4310,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3884
4310
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3885
4311
  name: string;
3886
4312
  } | {
4313
+ name: string | undefined;
4314
+ symbol: string | undefined;
4315
+ image: string | undefined;
4316
+ metadata: string | undefined;
3887
4317
  type: "Nft";
3888
4318
  id: string;
3889
4319
  };
@@ -3925,6 +4355,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3925
4355
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3926
4356
  name: string;
3927
4357
  } | {
4358
+ name: string | undefined;
4359
+ symbol: string | undefined;
4360
+ image: string | undefined;
4361
+ metadata: string | undefined;
3928
4362
  type: "Nft";
3929
4363
  id: string;
3930
4364
  };
@@ -3966,6 +4400,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
3966
4400
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3967
4401
  name: string;
3968
4402
  } | {
4403
+ name: string | undefined;
4404
+ symbol: string | undefined;
4405
+ image: string | undefined;
4406
+ metadata: string | undefined;
3969
4407
  type: "Nft";
3970
4408
  id: string;
3971
4409
  };
@@ -4016,6 +4454,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4016
4454
  } | {
4017
4455
  type: "Nft";
4018
4456
  id: string;
4457
+ name?: string | undefined;
4458
+ symbol?: string | undefined;
4459
+ image?: string | undefined;
4460
+ metadata?: string | undefined;
4019
4461
  };
4020
4462
  amount: {
4021
4463
  value: bigint;
@@ -4057,6 +4499,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4057
4499
  } | {
4058
4500
  type: "Nft";
4059
4501
  id: string;
4502
+ name?: string | undefined;
4503
+ symbol?: string | undefined;
4504
+ image?: string | undefined;
4505
+ metadata?: string | undefined;
4060
4506
  };
4061
4507
  amount: {
4062
4508
  value: bigint;
@@ -4098,6 +4544,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
4098
4544
  } | {
4099
4545
  type: "Nft";
4100
4546
  id: string;
4547
+ name?: string | undefined;
4548
+ symbol?: string | undefined;
4549
+ image?: string | undefined;
4550
+ metadata?: string | undefined;
4101
4551
  };
4102
4552
  amount: {
4103
4553
  value: bigint;