@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
@@ -205,15 +205,41 @@ export declare const normalActionTradeSchema: z.ZodEffects<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 normalActionTradeSchema: z.ZodEffects<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 normalActionTradeSchema: z.ZodEffects<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 normalActionTradeSchema: z.ZodEffects<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 normalActionTradeSchema: z.ZodEffects<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 normalActionTradeSchema: z.ZodEffects<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;
613
+ }, {
614
+ type: "Nft";
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;
563
627
  }, {
564
628
  type: "Nft";
565
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 normalActionTradeSchema: z.ZodEffects<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 normalActionTradeSchema: z.ZodEffects<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 normalActionTradeSchema: z.ZodEffects<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 normalActionTradeSchema: z.ZodEffects<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;
@@ -778,6 +862,10 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
778
862
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
779
863
  name: string;
780
864
  } | {
865
+ name: string | undefined;
866
+ symbol: string | undefined;
867
+ image: string | undefined;
868
+ metadata: string | undefined;
781
869
  type: "Nft";
782
870
  id: string;
783
871
  };
@@ -819,6 +907,10 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
819
907
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
820
908
  name: string;
821
909
  } | {
910
+ name: string | undefined;
911
+ symbol: string | undefined;
912
+ image: string | undefined;
913
+ metadata: string | undefined;
822
914
  type: "Nft";
823
915
  id: string;
824
916
  };
@@ -866,6 +958,10 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
866
958
  } | {
867
959
  type: "Nft";
868
960
  id: string;
961
+ name?: string | undefined;
962
+ symbol?: string | undefined;
963
+ image?: string | undefined;
964
+ metadata?: string | undefined;
869
965
  };
870
966
  amount: {
871
967
  value: bigint;
@@ -907,6 +1003,10 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
907
1003
  } | {
908
1004
  type: "Nft";
909
1005
  id: string;
1006
+ name?: string | undefined;
1007
+ symbol?: string | undefined;
1008
+ image?: string | undefined;
1009
+ metadata?: string | undefined;
910
1010
  };
911
1011
  amount: {
912
1012
  value: bigint;
@@ -981,6 +1081,10 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
981
1081
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
982
1082
  name: string;
983
1083
  } | {
1084
+ name: string | undefined;
1085
+ symbol: string | undefined;
1086
+ image: string | undefined;
1087
+ metadata: string | undefined;
984
1088
  type: "Nft";
985
1089
  id: string;
986
1090
  };
@@ -1022,6 +1126,10 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
1022
1126
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1023
1127
  name: string;
1024
1128
  } | {
1129
+ name: string | undefined;
1130
+ symbol: string | undefined;
1131
+ image: string | undefined;
1132
+ metadata: string | undefined;
1025
1133
  type: "Nft";
1026
1134
  id: string;
1027
1135
  };
@@ -1060,6 +1168,10 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
1060
1168
  } | {
1061
1169
  type: "Nft";
1062
1170
  id: string;
1171
+ name?: string | undefined;
1172
+ symbol?: string | undefined;
1173
+ image?: string | undefined;
1174
+ metadata?: string | undefined;
1063
1175
  };
1064
1176
  amount: {
1065
1177
  value: bigint;
@@ -1101,6 +1213,10 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
1101
1213
  } | {
1102
1214
  type: "Nft";
1103
1215
  id: string;
1216
+ name?: string | undefined;
1217
+ symbol?: string | undefined;
1218
+ image?: string | undefined;
1219
+ metadata?: string | undefined;
1104
1220
  };
1105
1221
  amount: {
1106
1222
  value: bigint;
@@ -1337,15 +1453,41 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1337
1453
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1338
1454
  name: string;
1339
1455
  icon?: string | undefined;
1340
- }>, z.ZodObject<{
1456
+ }>, z.ZodEffects<z.ZodObject<{
1341
1457
  type: z.ZodLiteral<"Nft">;
1342
1458
  id: z.ZodString;
1459
+ name: z.ZodOptional<z.ZodString>;
1460
+ symbol: z.ZodOptional<z.ZodString>;
1461
+ image: z.ZodOptional<z.ZodString>;
1462
+ metadata: z.ZodOptional<z.ZodString>;
1343
1463
  }, "strip", z.ZodTypeAny, {
1344
1464
  type: "Nft";
1345
1465
  id: string;
1466
+ name?: string | undefined;
1467
+ symbol?: string | undefined;
1468
+ image?: string | undefined;
1469
+ metadata?: string | undefined;
1470
+ }, {
1471
+ type: "Nft";
1472
+ id: string;
1473
+ name?: string | undefined;
1474
+ symbol?: string | undefined;
1475
+ image?: string | undefined;
1476
+ metadata?: string | undefined;
1477
+ }>, {
1478
+ name: string | undefined;
1479
+ symbol: string | undefined;
1480
+ image: string | undefined;
1481
+ metadata: string | undefined;
1482
+ type: "Nft";
1483
+ id: string;
1346
1484
  }, {
1347
1485
  type: "Nft";
1348
1486
  id: string;
1487
+ name?: string | undefined;
1488
+ symbol?: string | undefined;
1489
+ image?: string | undefined;
1490
+ metadata?: string | undefined;
1349
1491
  }>]>;
1350
1492
  amount: z.ZodObject<{
1351
1493
  value: z.ZodBigInt;
@@ -1380,6 +1522,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1380
1522
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1381
1523
  name: string;
1382
1524
  } | {
1525
+ name: string | undefined;
1526
+ symbol: string | undefined;
1527
+ image: string | undefined;
1528
+ metadata: string | undefined;
1383
1529
  type: "Nft";
1384
1530
  id: string;
1385
1531
  };
@@ -1423,6 +1569,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1423
1569
  } | {
1424
1570
  type: "Nft";
1425
1571
  id: string;
1572
+ name?: string | undefined;
1573
+ symbol?: string | undefined;
1574
+ image?: string | undefined;
1575
+ metadata?: string | undefined;
1426
1576
  };
1427
1577
  amount: {
1428
1578
  value: bigint;
@@ -1473,6 +1623,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1473
1623
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1474
1624
  name: string;
1475
1625
  } | {
1626
+ name: string | undefined;
1627
+ symbol: string | undefined;
1628
+ image: string | undefined;
1629
+ metadata: string | undefined;
1476
1630
  type: "Nft";
1477
1631
  id: string;
1478
1632
  };
@@ -1505,6 +1659,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1505
1659
  } | {
1506
1660
  type: "Nft";
1507
1661
  id: string;
1662
+ name?: string | undefined;
1663
+ symbol?: string | undefined;
1664
+ image?: string | undefined;
1665
+ metadata?: string | undefined;
1508
1666
  };
1509
1667
  amount: {
1510
1668
  value: bigint;
@@ -1686,15 +1844,41 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1686
1844
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1687
1845
  name: string;
1688
1846
  icon?: string | undefined;
1689
- }>, z.ZodObject<{
1847
+ }>, z.ZodEffects<z.ZodObject<{
1690
1848
  type: z.ZodLiteral<"Nft">;
1691
1849
  id: z.ZodString;
1850
+ name: z.ZodOptional<z.ZodString>;
1851
+ symbol: z.ZodOptional<z.ZodString>;
1852
+ image: z.ZodOptional<z.ZodString>;
1853
+ metadata: z.ZodOptional<z.ZodString>;
1692
1854
  }, "strip", z.ZodTypeAny, {
1693
1855
  type: "Nft";
1694
1856
  id: string;
1857
+ name?: string | undefined;
1858
+ symbol?: string | undefined;
1859
+ image?: string | undefined;
1860
+ metadata?: string | undefined;
1861
+ }, {
1862
+ type: "Nft";
1863
+ id: string;
1864
+ name?: string | undefined;
1865
+ symbol?: string | undefined;
1866
+ image?: string | undefined;
1867
+ metadata?: string | undefined;
1868
+ }>, {
1869
+ name: string | undefined;
1870
+ symbol: string | undefined;
1871
+ image: string | undefined;
1872
+ metadata: string | undefined;
1873
+ type: "Nft";
1874
+ id: string;
1695
1875
  }, {
1696
1876
  type: "Nft";
1697
1877
  id: string;
1878
+ name?: string | undefined;
1879
+ symbol?: string | undefined;
1880
+ image?: string | undefined;
1881
+ metadata?: string | undefined;
1698
1882
  }>]>;
1699
1883
  amount: z.ZodObject<{
1700
1884
  value: z.ZodBigInt;
@@ -1729,6 +1913,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1729
1913
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1730
1914
  name: string;
1731
1915
  } | {
1916
+ name: string | undefined;
1917
+ symbol: string | undefined;
1918
+ image: string | undefined;
1919
+ metadata: string | undefined;
1732
1920
  type: "Nft";
1733
1921
  id: string;
1734
1922
  };
@@ -1772,6 +1960,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1772
1960
  } | {
1773
1961
  type: "Nft";
1774
1962
  id: string;
1963
+ name?: string | undefined;
1964
+ symbol?: string | undefined;
1965
+ image?: string | undefined;
1966
+ metadata?: string | undefined;
1775
1967
  };
1776
1968
  amount: {
1777
1969
  value: bigint;
@@ -1822,6 +2014,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1822
2014
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1823
2015
  name: string;
1824
2016
  } | {
2017
+ name: string | undefined;
2018
+ symbol: string | undefined;
2019
+ image: string | undefined;
2020
+ metadata: string | undefined;
1825
2021
  type: "Nft";
1826
2022
  id: string;
1827
2023
  };
@@ -1854,6 +2050,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1854
2050
  } | {
1855
2051
  type: "Nft";
1856
2052
  id: string;
2053
+ name?: string | undefined;
2054
+ symbol?: string | undefined;
2055
+ image?: string | undefined;
2056
+ metadata?: string | undefined;
1857
2057
  };
1858
2058
  amount: {
1859
2059
  value: bigint;
@@ -1912,6 +2112,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1912
2112
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1913
2113
  name: string;
1914
2114
  } | {
2115
+ name: string | undefined;
2116
+ symbol: string | undefined;
2117
+ image: string | undefined;
2118
+ metadata: string | undefined;
1915
2119
  type: "Nft";
1916
2120
  id: string;
1917
2121
  };
@@ -1953,6 +2157,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
1953
2157
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1954
2158
  name: string;
1955
2159
  } | {
2160
+ name: string | undefined;
2161
+ symbol: string | undefined;
2162
+ image: string | undefined;
2163
+ metadata: string | undefined;
1956
2164
  type: "Nft";
1957
2165
  id: string;
1958
2166
  };
@@ -2002,6 +2210,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2002
2210
  } | {
2003
2211
  type: "Nft";
2004
2212
  id: string;
2213
+ name?: string | undefined;
2214
+ symbol?: string | undefined;
2215
+ image?: string | undefined;
2216
+ metadata?: string | undefined;
2005
2217
  };
2006
2218
  amount: {
2007
2219
  value: bigint;
@@ -2043,6 +2255,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2043
2255
  } | {
2044
2256
  type: "Nft";
2045
2257
  id: string;
2258
+ name?: string | undefined;
2259
+ symbol?: string | undefined;
2260
+ image?: string | undefined;
2261
+ metadata?: string | undefined;
2046
2262
  };
2047
2263
  amount: {
2048
2264
  value: bigint;
@@ -2119,6 +2335,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2119
2335
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2120
2336
  name: string;
2121
2337
  } | {
2338
+ name: string | undefined;
2339
+ symbol: string | undefined;
2340
+ image: string | undefined;
2341
+ metadata: string | undefined;
2122
2342
  type: "Nft";
2123
2343
  id: string;
2124
2344
  };
@@ -2160,6 +2380,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2160
2380
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2161
2381
  name: string;
2162
2382
  } | {
2383
+ name: string | undefined;
2384
+ symbol: string | undefined;
2385
+ image: string | undefined;
2386
+ metadata: string | undefined;
2163
2387
  type: "Nft";
2164
2388
  id: string;
2165
2389
  };
@@ -2200,6 +2424,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2200
2424
  } | {
2201
2425
  type: "Nft";
2202
2426
  id: string;
2427
+ name?: string | undefined;
2428
+ symbol?: string | undefined;
2429
+ image?: string | undefined;
2430
+ metadata?: string | undefined;
2203
2431
  };
2204
2432
  amount: {
2205
2433
  value: bigint;
@@ -2241,6 +2469,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
2241
2469
  } | {
2242
2470
  type: "Nft";
2243
2471
  id: string;
2472
+ name?: string | undefined;
2473
+ symbol?: string | undefined;
2474
+ image?: string | undefined;
2475
+ metadata?: string | undefined;
2244
2476
  };
2245
2477
  amount: {
2246
2478
  value: bigint;
@@ -1 +1 @@
1
- {"version":3,"file":"trade.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/trade.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS/B,CAAA;AAEL,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAShC,CAAA"}
1
+ {"version":3,"file":"trade.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/trade.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS/B,CAAA;AAEL,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAShC,CAAA"}
@@ -362,18 +362,48 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
362
362
  decimals: number;
363
363
  }>;
364
364
  direction: z.ZodLiteral<"out">;
365
- asset: z.ZodObject<{
365
+ asset: z.ZodEffects<z.ZodObject<{
366
366
  type: z.ZodLiteral<"Nft">;
367
367
  id: z.ZodString;
368
+ name: z.ZodOptional<z.ZodString>;
369
+ symbol: z.ZodOptional<z.ZodString>;
370
+ image: z.ZodOptional<z.ZodString>;
371
+ metadata: z.ZodOptional<z.ZodString>;
368
372
  }, "strip", z.ZodTypeAny, {
369
373
  type: "Nft";
370
374
  id: string;
375
+ name?: string | undefined;
376
+ symbol?: string | undefined;
377
+ image?: string | undefined;
378
+ metadata?: string | undefined;
379
+ }, {
380
+ type: "Nft";
381
+ id: string;
382
+ name?: string | undefined;
383
+ symbol?: string | undefined;
384
+ image?: string | undefined;
385
+ metadata?: string | undefined;
386
+ }>, {
387
+ name: string | undefined;
388
+ symbol: string | undefined;
389
+ image: string | undefined;
390
+ metadata: string | undefined;
391
+ type: "Nft";
392
+ id: string;
371
393
  }, {
372
394
  type: "Nft";
373
395
  id: string;
396
+ name?: string | undefined;
397
+ symbol?: string | undefined;
398
+ image?: string | undefined;
399
+ metadata?: string | undefined;
374
400
  }>;
375
401
  }, "strip", z.ZodTypeAny, {
376
402
  asset: {
403
+ name: string | undefined;
404
+ symbol: string | undefined;
405
+ image: string | undefined;
406
+ metadata: string | undefined;
377
407
  type: "Nft";
378
408
  id: string;
379
409
  };
@@ -397,6 +427,10 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
397
427
  asset: {
398
428
  type: "Nft";
399
429
  id: string;
430
+ name?: string | undefined;
431
+ symbol?: string | undefined;
432
+ image?: string | undefined;
433
+ metadata?: string | undefined;
400
434
  };
401
435
  amount: {
402
436
  value: bigint;
@@ -427,6 +461,10 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
427
461
  timestamp: number;
428
462
  } | undefined;
429
463
  asset: {
464
+ name: string | undefined;
465
+ symbol: string | undefined;
466
+ image: string | undefined;
467
+ metadata: string | undefined;
430
468
  type: "Nft";
431
469
  id: string;
432
470
  };
@@ -439,6 +477,10 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
439
477
  asset: {
440
478
  type: "Nft";
441
479
  id: string;
480
+ name?: string | undefined;
481
+ symbol?: string | undefined;
482
+ image?: string | undefined;
483
+ metadata?: string | undefined;
442
484
  };
443
485
  amount: {
444
486
  value: bigint;
@@ -509,6 +551,10 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
509
551
  timestamp: number;
510
552
  } | undefined;
511
553
  asset: {
554
+ name: string | undefined;
555
+ symbol: string | undefined;
556
+ image: string | undefined;
557
+ metadata: string | undefined;
512
558
  type: "Nft";
513
559
  id: string;
514
560
  };
@@ -570,6 +616,10 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
570
616
  asset: {
571
617
  type: "Nft";
572
618
  id: string;
619
+ name?: string | undefined;
620
+ symbol?: string | undefined;
621
+ image?: string | undefined;
622
+ metadata?: string | undefined;
573
623
  };
574
624
  amount: {
575
625
  value: bigint;
@@ -658,6 +708,10 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
658
708
  timestamp: number;
659
709
  } | undefined;
660
710
  asset: {
711
+ name: string | undefined;
712
+ symbol: string | undefined;
713
+ image: string | undefined;
714
+ metadata: string | undefined;
661
715
  type: "Nft";
662
716
  id: string;
663
717
  };
@@ -710,6 +764,10 @@ export declare const accountActionSwapTransferSchema: z.ZodEffects<z.ZodObject<{
710
764
  asset: {
711
765
  type: "Nft";
712
766
  id: string;
767
+ name?: string | undefined;
768
+ symbol?: string | undefined;
769
+ image?: string | undefined;
770
+ metadata?: string | undefined;
713
771
  };
714
772
  amount: {
715
773
  value: bigint;
@@ -1 +1 @@
1
- {"version":3,"file":"swapTransfer.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/transfer/swapTransfer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWvC,CAAA"}
1
+ {"version":3,"file":"swapTransfer.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/transfer/swapTransfer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWvC,CAAA"}