@0xtorch/core 0.0.20 → 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 (129) hide show
  1. package/.DS_Store +0 -0
  2. package/_cjs/actions/parsers/default.js +1 -0
  3. package/_cjs/actions/parsers/default.js.map +1 -1
  4. package/_cjs/assets/definitions/index.js +3 -1
  5. package/_cjs/assets/definitions/index.js.map +1 -1
  6. package/_cjs/assets/definitions/oasys.js +17 -0
  7. package/_cjs/assets/definitions/oasys.js.map +1 -0
  8. package/_cjs/assets/index.js +2 -1
  9. package/_cjs/assets/index.js.map +1 -1
  10. package/_cjs/assets/schemas/nft.js +14 -2
  11. package/_cjs/assets/schemas/nft.js.map +1 -1
  12. package/_cjs/index.js +2 -1
  13. package/_cjs/index.js.map +1 -1
  14. package/_esm/actions/parsers/default.js +1 -0
  15. package/_esm/actions/parsers/default.js.map +1 -1
  16. package/_esm/assets/definitions/index.js +1 -0
  17. package/_esm/assets/definitions/index.js.map +1 -1
  18. package/_esm/assets/definitions/oasys.js +14 -0
  19. package/_esm/assets/definitions/oasys.js.map +1 -0
  20. package/_esm/assets/index.js +1 -1
  21. package/_esm/assets/index.js.map +1 -1
  22. package/_esm/assets/schemas/nft.js +14 -2
  23. package/_esm/assets/schemas/nft.js.map +1 -1
  24. package/_esm/index.js +1 -1
  25. package/_esm/index.js.map +1 -1
  26. package/_types/actions/parsers/default.d.ts.map +1 -1
  27. package/_types/actions/schemas/action.d.ts +5541 -95
  28. package/_types/actions/schemas/action.d.ts.map +1 -1
  29. package/_types/actions/schemas/borrow/borrow.d.ts +118 -2
  30. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  31. package/_types/actions/schemas/crossActionBundle.d.ts +402 -6
  32. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  33. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +118 -2
  34. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  35. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +118 -2
  36. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  37. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +236 -4
  38. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  39. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +236 -4
  40. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  41. package/_types/actions/schemas/default/accountAction.d.ts +459 -9
  42. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  43. package/_types/actions/schemas/default/normalAction.d.ts +459 -9
  44. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  45. package/_types/actions/schemas/default/transfer.d.ts +422 -10
  46. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  47. package/_types/actions/schemas/deposit/addLiquidity.d.ts +236 -4
  48. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  49. package/_types/actions/schemas/deposit/deposit.d.ts +118 -2
  50. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  51. package/_types/actions/schemas/deposit/depositWithBond.d.ts +236 -4
  52. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  53. package/_types/actions/schemas/deposit/stake.d.ts +118 -2
  54. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  55. package/_types/actions/schemas/ignore/ignore.d.ts +177 -3
  56. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  57. package/_types/actions/schemas/ignore/move.d.ts +177 -3
  58. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  59. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +118 -2
  60. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  61. package/_types/actions/schemas/ignore/sendToCex.d.ts +118 -2
  62. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  63. package/_types/actions/schemas/ignore/spam.d.ts +236 -4
  64. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  65. package/_types/actions/schemas/income/freeMintNft.d.ts +118 -2
  66. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  67. package/_types/actions/schemas/income/income.d.ts +118 -2
  68. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  69. package/_types/actions/schemas/income/swapIncome.d.ts +59 -1
  70. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  71. package/_types/actions/schemas/reduce/reduce.d.ts +59 -1
  72. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  73. package/_types/actions/schemas/repayment/repayment.d.ts +118 -2
  74. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  75. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +236 -4
  76. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  77. package/_types/actions/schemas/replace/replace.d.ts +236 -4
  78. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  79. package/_types/actions/schemas/replace/swapNft.d.ts +236 -4
  80. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  81. package/_types/actions/schemas/trade/buyNft.d.ts +118 -2
  82. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  83. package/_types/actions/schemas/trade/mintNft.d.ts +118 -2
  84. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  85. package/_types/actions/schemas/trade/sellNft.d.ts +118 -2
  86. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  87. package/_types/actions/schemas/trade/trade.d.ts +236 -4
  88. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  89. package/_types/actions/schemas/transfer/swapTransfer.d.ts +59 -1
  90. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  91. package/_types/actions/schemas/transfer/transfer.d.ts +236 -4
  92. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  93. package/_types/actions/schemas/valuedown/valuedown.d.ts +204 -4
  94. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  95. package/_types/actions/schemas/valueup/valueup.d.ts +204 -4
  96. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  97. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +236 -4
  98. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  99. package/_types/actions/schemas/withdraw/unstake.d.ts +118 -2
  100. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  101. package/_types/actions/schemas/withdraw/withdraw.d.ts +118 -2
  102. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  103. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +236 -4
  104. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  105. package/_types/actions/utils.d.ts +12 -0
  106. package/_types/actions/utils.d.ts.map +1 -1
  107. package/_types/assets/definitions/index.d.ts +1 -0
  108. package/_types/assets/definitions/index.d.ts.map +1 -1
  109. package/_types/assets/definitions/oasys.d.ts +13 -0
  110. package/_types/assets/definitions/oasys.d.ts.map +1 -0
  111. package/_types/assets/index.d.ts +1 -1
  112. package/_types/assets/index.d.ts.map +1 -1
  113. package/_types/assets/schemas/asset.d.ts +27 -1
  114. package/_types/assets/schemas/asset.d.ts.map +1 -1
  115. package/_types/assets/schemas/nft.d.ts +27 -1
  116. package/_types/assets/schemas/nft.d.ts.map +1 -1
  117. package/_types/index.d.ts +1 -1
  118. package/_types/index.d.ts.map +1 -1
  119. package/_types/setAccountActionPrices.d.ts +204 -0
  120. package/_types/setAccountActionPrices.d.ts.map +1 -1
  121. package/actions/.DS_Store +0 -0
  122. package/actions/parsers/default.ts +1 -0
  123. package/assets/.DS_Store +0 -0
  124. package/assets/definitions/index.ts +1 -0
  125. package/assets/definitions/oasys.ts +14 -0
  126. package/assets/index.ts +1 -0
  127. package/assets/schemas/nft.ts +16 -4
  128. package/index.ts +1 -0
  129. package/package.json +1 -1
@@ -207,15 +207,41 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
207
207
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
208
208
  name: string;
209
209
  icon?: string | undefined;
210
- }>, z.ZodObject<{
210
+ }>, z.ZodEffects<z.ZodObject<{
211
211
  type: z.ZodLiteral<"Nft">;
212
212
  id: z.ZodString;
213
+ name: z.ZodOptional<z.ZodString>;
214
+ symbol: z.ZodOptional<z.ZodString>;
215
+ image: z.ZodOptional<z.ZodString>;
216
+ metadata: z.ZodOptional<z.ZodString>;
213
217
  }, "strip", z.ZodTypeAny, {
214
218
  type: "Nft";
215
219
  id: string;
220
+ name?: string | undefined;
221
+ symbol?: string | undefined;
222
+ image?: string | undefined;
223
+ metadata?: string | undefined;
224
+ }, {
225
+ type: "Nft";
226
+ id: string;
227
+ name?: string | undefined;
228
+ symbol?: string | undefined;
229
+ image?: string | undefined;
230
+ metadata?: string | undefined;
231
+ }>, {
232
+ name: string | undefined;
233
+ symbol: string | undefined;
234
+ image: string | undefined;
235
+ metadata: string | undefined;
236
+ type: "Nft";
237
+ id: string;
216
238
  }, {
217
239
  type: "Nft";
218
240
  id: string;
241
+ name?: string | undefined;
242
+ symbol?: string | undefined;
243
+ image?: string | undefined;
244
+ metadata?: string | undefined;
219
245
  }>]>;
220
246
  amount: z.ZodObject<{
221
247
  value: z.ZodBigInt;
@@ -250,6 +276,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
250
276
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
251
277
  name: string;
252
278
  } | {
279
+ name: string | undefined;
280
+ symbol: string | undefined;
281
+ image: string | undefined;
282
+ metadata: string | undefined;
253
283
  type: "Nft";
254
284
  id: string;
255
285
  };
@@ -293,6 +323,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
293
323
  } | {
294
324
  type: "Nft";
295
325
  id: string;
326
+ name?: string | undefined;
327
+ symbol?: string | undefined;
328
+ image?: string | undefined;
329
+ metadata?: string | undefined;
296
330
  };
297
331
  amount: {
298
332
  value: bigint;
@@ -343,6 +377,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
343
377
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
344
378
  name: string;
345
379
  } | {
380
+ name: string | undefined;
381
+ symbol: string | undefined;
382
+ image: string | undefined;
383
+ metadata: string | undefined;
346
384
  type: "Nft";
347
385
  id: string;
348
386
  };
@@ -375,6 +413,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
375
413
  } | {
376
414
  type: "Nft";
377
415
  id: string;
416
+ name?: string | undefined;
417
+ symbol?: string | undefined;
418
+ image?: string | undefined;
419
+ metadata?: string | undefined;
378
420
  };
379
421
  amount: {
380
422
  value: bigint;
@@ -556,15 +598,41 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
556
598
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
557
599
  name: string;
558
600
  icon?: string | undefined;
559
- }>, z.ZodObject<{
601
+ }>, z.ZodEffects<z.ZodObject<{
560
602
  type: z.ZodLiteral<"Nft">;
561
603
  id: z.ZodString;
604
+ name: z.ZodOptional<z.ZodString>;
605
+ symbol: z.ZodOptional<z.ZodString>;
606
+ image: z.ZodOptional<z.ZodString>;
607
+ metadata: z.ZodOptional<z.ZodString>;
562
608
  }, "strip", z.ZodTypeAny, {
563
609
  type: "Nft";
564
610
  id: string;
611
+ name?: string | undefined;
612
+ symbol?: string | undefined;
613
+ image?: string | undefined;
614
+ metadata?: string | undefined;
615
+ }, {
616
+ type: "Nft";
617
+ id: string;
618
+ name?: string | undefined;
619
+ symbol?: string | undefined;
620
+ image?: string | undefined;
621
+ metadata?: string | undefined;
622
+ }>, {
623
+ name: string | undefined;
624
+ symbol: string | undefined;
625
+ image: string | undefined;
626
+ metadata: string | undefined;
627
+ type: "Nft";
628
+ id: string;
565
629
  }, {
566
630
  type: "Nft";
567
631
  id: string;
632
+ name?: string | undefined;
633
+ symbol?: string | undefined;
634
+ image?: string | undefined;
635
+ metadata?: string | undefined;
568
636
  }>]>;
569
637
  amount: z.ZodObject<{
570
638
  value: z.ZodBigInt;
@@ -599,6 +667,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
599
667
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
600
668
  name: string;
601
669
  } | {
670
+ name: string | undefined;
671
+ symbol: string | undefined;
672
+ image: string | undefined;
673
+ metadata: string | undefined;
602
674
  type: "Nft";
603
675
  id: string;
604
676
  };
@@ -642,6 +714,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
642
714
  } | {
643
715
  type: "Nft";
644
716
  id: string;
717
+ name?: string | undefined;
718
+ symbol?: string | undefined;
719
+ image?: string | undefined;
720
+ metadata?: string | undefined;
645
721
  };
646
722
  amount: {
647
723
  value: bigint;
@@ -692,6 +768,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
692
768
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
693
769
  name: string;
694
770
  } | {
771
+ name: string | undefined;
772
+ symbol: string | undefined;
773
+ image: string | undefined;
774
+ metadata: string | undefined;
695
775
  type: "Nft";
696
776
  id: string;
697
777
  };
@@ -724,6 +804,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
724
804
  } | {
725
805
  type: "Nft";
726
806
  id: string;
807
+ name?: string | undefined;
808
+ symbol?: string | undefined;
809
+ image?: string | undefined;
810
+ metadata?: string | undefined;
727
811
  };
728
812
  amount: {
729
813
  value: bigint;
@@ -780,6 +864,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
780
864
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
781
865
  name: string;
782
866
  } | {
867
+ name: string | undefined;
868
+ symbol: string | undefined;
869
+ image: string | undefined;
870
+ metadata: string | undefined;
783
871
  type: "Nft";
784
872
  id: string;
785
873
  };
@@ -821,6 +909,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
821
909
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
822
910
  name: string;
823
911
  } | {
912
+ name: string | undefined;
913
+ symbol: string | undefined;
914
+ image: string | undefined;
915
+ metadata: string | undefined;
824
916
  type: "Nft";
825
917
  id: string;
826
918
  };
@@ -870,6 +962,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
870
962
  } | {
871
963
  type: "Nft";
872
964
  id: string;
965
+ name?: string | undefined;
966
+ symbol?: string | undefined;
967
+ image?: string | undefined;
968
+ metadata?: string | undefined;
873
969
  };
874
970
  amount: {
875
971
  value: bigint;
@@ -911,6 +1007,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
911
1007
  } | {
912
1008
  type: "Nft";
913
1009
  id: string;
1010
+ name?: string | undefined;
1011
+ symbol?: string | undefined;
1012
+ image?: string | undefined;
1013
+ metadata?: string | undefined;
914
1014
  };
915
1015
  amount: {
916
1016
  value: bigint;
@@ -987,6 +1087,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
987
1087
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
988
1088
  name: string;
989
1089
  } | {
1090
+ name: string | undefined;
1091
+ symbol: string | undefined;
1092
+ image: string | undefined;
1093
+ metadata: string | undefined;
990
1094
  type: "Nft";
991
1095
  id: string;
992
1096
  };
@@ -1028,6 +1132,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1028
1132
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1029
1133
  name: string;
1030
1134
  } | {
1135
+ name: string | undefined;
1136
+ symbol: string | undefined;
1137
+ image: string | undefined;
1138
+ metadata: string | undefined;
1031
1139
  type: "Nft";
1032
1140
  id: string;
1033
1141
  };
@@ -1068,6 +1176,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1068
1176
  } | {
1069
1177
  type: "Nft";
1070
1178
  id: string;
1179
+ name?: string | undefined;
1180
+ symbol?: string | undefined;
1181
+ image?: string | undefined;
1182
+ metadata?: string | undefined;
1071
1183
  };
1072
1184
  amount: {
1073
1185
  value: bigint;
@@ -1109,6 +1221,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1109
1221
  } | {
1110
1222
  type: "Nft";
1111
1223
  id: string;
1224
+ name?: string | undefined;
1225
+ symbol?: string | undefined;
1226
+ image?: string | undefined;
1227
+ metadata?: string | undefined;
1112
1228
  };
1113
1229
  amount: {
1114
1230
  value: bigint;
@@ -1349,15 +1465,41 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1349
1465
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1350
1466
  name: string;
1351
1467
  icon?: string | undefined;
1352
- }>, z.ZodObject<{
1468
+ }>, z.ZodEffects<z.ZodObject<{
1353
1469
  type: z.ZodLiteral<"Nft">;
1354
1470
  id: z.ZodString;
1471
+ name: z.ZodOptional<z.ZodString>;
1472
+ symbol: z.ZodOptional<z.ZodString>;
1473
+ image: z.ZodOptional<z.ZodString>;
1474
+ metadata: z.ZodOptional<z.ZodString>;
1355
1475
  }, "strip", z.ZodTypeAny, {
1356
1476
  type: "Nft";
1357
1477
  id: string;
1478
+ name?: string | undefined;
1479
+ symbol?: string | undefined;
1480
+ image?: string | undefined;
1481
+ metadata?: string | undefined;
1482
+ }, {
1483
+ type: "Nft";
1484
+ id: string;
1485
+ name?: string | undefined;
1486
+ symbol?: string | undefined;
1487
+ image?: string | undefined;
1488
+ metadata?: string | undefined;
1489
+ }>, {
1490
+ name: string | undefined;
1491
+ symbol: string | undefined;
1492
+ image: string | undefined;
1493
+ metadata: string | undefined;
1494
+ type: "Nft";
1495
+ id: string;
1358
1496
  }, {
1359
1497
  type: "Nft";
1360
1498
  id: string;
1499
+ name?: string | undefined;
1500
+ symbol?: string | undefined;
1501
+ image?: string | undefined;
1502
+ metadata?: string | undefined;
1361
1503
  }>]>;
1362
1504
  amount: z.ZodObject<{
1363
1505
  value: z.ZodBigInt;
@@ -1392,6 +1534,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1392
1534
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1393
1535
  name: string;
1394
1536
  } | {
1537
+ name: string | undefined;
1538
+ symbol: string | undefined;
1539
+ image: string | undefined;
1540
+ metadata: string | undefined;
1395
1541
  type: "Nft";
1396
1542
  id: string;
1397
1543
  };
@@ -1435,6 +1581,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1435
1581
  } | {
1436
1582
  type: "Nft";
1437
1583
  id: string;
1584
+ name?: string | undefined;
1585
+ symbol?: string | undefined;
1586
+ image?: string | undefined;
1587
+ metadata?: string | undefined;
1438
1588
  };
1439
1589
  amount: {
1440
1590
  value: bigint;
@@ -1485,6 +1635,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1485
1635
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1486
1636
  name: string;
1487
1637
  } | {
1638
+ name: string | undefined;
1639
+ symbol: string | undefined;
1640
+ image: string | undefined;
1641
+ metadata: string | undefined;
1488
1642
  type: "Nft";
1489
1643
  id: string;
1490
1644
  };
@@ -1517,6 +1671,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1517
1671
  } | {
1518
1672
  type: "Nft";
1519
1673
  id: string;
1674
+ name?: string | undefined;
1675
+ symbol?: string | undefined;
1676
+ image?: string | undefined;
1677
+ metadata?: string | undefined;
1520
1678
  };
1521
1679
  amount: {
1522
1680
  value: bigint;
@@ -1698,15 +1856,41 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1698
1856
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1699
1857
  name: string;
1700
1858
  icon?: string | undefined;
1701
- }>, z.ZodObject<{
1859
+ }>, z.ZodEffects<z.ZodObject<{
1702
1860
  type: z.ZodLiteral<"Nft">;
1703
1861
  id: z.ZodString;
1862
+ name: z.ZodOptional<z.ZodString>;
1863
+ symbol: z.ZodOptional<z.ZodString>;
1864
+ image: z.ZodOptional<z.ZodString>;
1865
+ metadata: z.ZodOptional<z.ZodString>;
1704
1866
  }, "strip", z.ZodTypeAny, {
1705
1867
  type: "Nft";
1706
1868
  id: string;
1869
+ name?: string | undefined;
1870
+ symbol?: string | undefined;
1871
+ image?: string | undefined;
1872
+ metadata?: string | undefined;
1873
+ }, {
1874
+ type: "Nft";
1875
+ id: string;
1876
+ name?: string | undefined;
1877
+ symbol?: string | undefined;
1878
+ image?: string | undefined;
1879
+ metadata?: string | undefined;
1880
+ }>, {
1881
+ name: string | undefined;
1882
+ symbol: string | undefined;
1883
+ image: string | undefined;
1884
+ metadata: string | undefined;
1885
+ type: "Nft";
1886
+ id: string;
1707
1887
  }, {
1708
1888
  type: "Nft";
1709
1889
  id: string;
1890
+ name?: string | undefined;
1891
+ symbol?: string | undefined;
1892
+ image?: string | undefined;
1893
+ metadata?: string | undefined;
1710
1894
  }>]>;
1711
1895
  amount: z.ZodObject<{
1712
1896
  value: z.ZodBigInt;
@@ -1741,6 +1925,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1741
1925
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1742
1926
  name: string;
1743
1927
  } | {
1928
+ name: string | undefined;
1929
+ symbol: string | undefined;
1930
+ image: string | undefined;
1931
+ metadata: string | undefined;
1744
1932
  type: "Nft";
1745
1933
  id: string;
1746
1934
  };
@@ -1784,6 +1972,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1784
1972
  } | {
1785
1973
  type: "Nft";
1786
1974
  id: string;
1975
+ name?: string | undefined;
1976
+ symbol?: string | undefined;
1977
+ image?: string | undefined;
1978
+ metadata?: string | undefined;
1787
1979
  };
1788
1980
  amount: {
1789
1981
  value: bigint;
@@ -1834,6 +2026,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1834
2026
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1835
2027
  name: string;
1836
2028
  } | {
2029
+ name: string | undefined;
2030
+ symbol: string | undefined;
2031
+ image: string | undefined;
2032
+ metadata: string | undefined;
1837
2033
  type: "Nft";
1838
2034
  id: string;
1839
2035
  };
@@ -1866,6 +2062,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1866
2062
  } | {
1867
2063
  type: "Nft";
1868
2064
  id: string;
2065
+ name?: string | undefined;
2066
+ symbol?: string | undefined;
2067
+ image?: string | undefined;
2068
+ metadata?: string | undefined;
1869
2069
  };
1870
2070
  amount: {
1871
2071
  value: bigint;
@@ -1924,6 +2124,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1924
2124
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1925
2125
  name: string;
1926
2126
  } | {
2127
+ name: string | undefined;
2128
+ symbol: string | undefined;
2129
+ image: string | undefined;
2130
+ metadata: string | undefined;
1927
2131
  type: "Nft";
1928
2132
  id: string;
1929
2133
  };
@@ -1965,6 +2169,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
1965
2169
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1966
2170
  name: string;
1967
2171
  } | {
2172
+ name: string | undefined;
2173
+ symbol: string | undefined;
2174
+ image: string | undefined;
2175
+ metadata: string | undefined;
1968
2176
  type: "Nft";
1969
2177
  id: string;
1970
2178
  };
@@ -2016,6 +2224,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2016
2224
  } | {
2017
2225
  type: "Nft";
2018
2226
  id: string;
2227
+ name?: string | undefined;
2228
+ symbol?: string | undefined;
2229
+ image?: string | undefined;
2230
+ metadata?: string | undefined;
2019
2231
  };
2020
2232
  amount: {
2021
2233
  value: bigint;
@@ -2057,6 +2269,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2057
2269
  } | {
2058
2270
  type: "Nft";
2059
2271
  id: string;
2272
+ name?: string | undefined;
2273
+ symbol?: string | undefined;
2274
+ image?: string | undefined;
2275
+ metadata?: string | undefined;
2060
2276
  };
2061
2277
  amount: {
2062
2278
  value: bigint;
@@ -2135,6 +2351,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2135
2351
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2136
2352
  name: string;
2137
2353
  } | {
2354
+ name: string | undefined;
2355
+ symbol: string | undefined;
2356
+ image: string | undefined;
2357
+ metadata: string | undefined;
2138
2358
  type: "Nft";
2139
2359
  id: string;
2140
2360
  };
@@ -2176,6 +2396,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2176
2396
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2177
2397
  name: string;
2178
2398
  } | {
2399
+ name: string | undefined;
2400
+ symbol: string | undefined;
2401
+ image: string | undefined;
2402
+ metadata: string | undefined;
2179
2403
  type: "Nft";
2180
2404
  id: string;
2181
2405
  };
@@ -2218,6 +2442,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2218
2442
  } | {
2219
2443
  type: "Nft";
2220
2444
  id: string;
2445
+ name?: string | undefined;
2446
+ symbol?: string | undefined;
2447
+ image?: string | undefined;
2448
+ metadata?: string | undefined;
2221
2449
  };
2222
2450
  amount: {
2223
2451
  value: bigint;
@@ -2259,6 +2487,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
2259
2487
  } | {
2260
2488
  type: "Nft";
2261
2489
  id: string;
2490
+ name?: string | undefined;
2491
+ symbol?: string | undefined;
2492
+ image?: string | undefined;
2493
+ metadata?: string | undefined;
2262
2494
  };
2263
2495
  amount: {
2264
2496
  value: bigint;
@@ -1 +1 @@
1
- {"version":3,"file":"crossReplace.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/crossReplace/crossReplace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStC,CAAA;AAEL,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASvC,CAAA"}
1
+ {"version":3,"file":"crossReplace.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/crossReplace/crossReplace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStC,CAAA;AAEL,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASvC,CAAA"}