@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
@@ -204,15 +204,41 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
204
204
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
205
205
  name: string;
206
206
  icon?: string | undefined;
207
- }>, z.ZodObject<{
207
+ }>, z.ZodEffects<z.ZodObject<{
208
208
  type: z.ZodLiteral<"Nft">;
209
209
  id: z.ZodString;
210
+ name: z.ZodOptional<z.ZodString>;
211
+ symbol: z.ZodOptional<z.ZodString>;
212
+ image: z.ZodOptional<z.ZodString>;
213
+ metadata: z.ZodOptional<z.ZodString>;
210
214
  }, "strip", z.ZodTypeAny, {
211
215
  type: "Nft";
212
216
  id: string;
217
+ name?: string | undefined;
218
+ symbol?: string | undefined;
219
+ image?: string | undefined;
220
+ metadata?: string | undefined;
221
+ }, {
222
+ type: "Nft";
223
+ id: string;
224
+ name?: string | undefined;
225
+ symbol?: string | undefined;
226
+ image?: string | undefined;
227
+ metadata?: string | undefined;
228
+ }>, {
229
+ name: string | undefined;
230
+ symbol: string | undefined;
231
+ image: string | undefined;
232
+ metadata: string | undefined;
233
+ type: "Nft";
234
+ id: string;
213
235
  }, {
214
236
  type: "Nft";
215
237
  id: string;
238
+ name?: string | undefined;
239
+ symbol?: string | undefined;
240
+ image?: string | undefined;
241
+ metadata?: string | undefined;
216
242
  }>]>;
217
243
  amount: z.ZodObject<{
218
244
  value: z.ZodBigInt;
@@ -247,6 +273,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
247
273
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
248
274
  name: string;
249
275
  } | {
276
+ name: string | undefined;
277
+ symbol: string | undefined;
278
+ image: string | undefined;
279
+ metadata: string | undefined;
250
280
  type: "Nft";
251
281
  id: string;
252
282
  };
@@ -290,6 +320,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
290
320
  } | {
291
321
  type: "Nft";
292
322
  id: string;
323
+ name?: string | undefined;
324
+ symbol?: string | undefined;
325
+ image?: string | undefined;
326
+ metadata?: string | undefined;
293
327
  };
294
328
  amount: {
295
329
  value: bigint;
@@ -340,6 +374,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
340
374
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
341
375
  name: string;
342
376
  } | {
377
+ name: string | undefined;
378
+ symbol: string | undefined;
379
+ image: string | undefined;
380
+ metadata: string | undefined;
343
381
  type: "Nft";
344
382
  id: string;
345
383
  };
@@ -372,6 +410,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
372
410
  } | {
373
411
  type: "Nft";
374
412
  id: string;
413
+ name?: string | undefined;
414
+ symbol?: string | undefined;
415
+ image?: string | undefined;
416
+ metadata?: string | undefined;
375
417
  };
376
418
  amount: {
377
419
  value: bigint;
@@ -553,15 +595,41 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
553
595
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
554
596
  name: string;
555
597
  icon?: string | undefined;
556
- }>, z.ZodObject<{
598
+ }>, z.ZodEffects<z.ZodObject<{
557
599
  type: z.ZodLiteral<"Nft">;
558
600
  id: z.ZodString;
601
+ name: z.ZodOptional<z.ZodString>;
602
+ symbol: z.ZodOptional<z.ZodString>;
603
+ image: z.ZodOptional<z.ZodString>;
604
+ metadata: z.ZodOptional<z.ZodString>;
559
605
  }, "strip", z.ZodTypeAny, {
560
606
  type: "Nft";
561
607
  id: string;
608
+ name?: string | undefined;
609
+ symbol?: string | undefined;
610
+ image?: string | undefined;
611
+ metadata?: string | undefined;
612
+ }, {
613
+ type: "Nft";
614
+ id: string;
615
+ name?: string | undefined;
616
+ symbol?: string | undefined;
617
+ image?: string | undefined;
618
+ metadata?: string | undefined;
619
+ }>, {
620
+ name: string | undefined;
621
+ symbol: string | undefined;
622
+ image: string | undefined;
623
+ metadata: string | undefined;
624
+ type: "Nft";
625
+ id: string;
562
626
  }, {
563
627
  type: "Nft";
564
628
  id: string;
629
+ name?: string | undefined;
630
+ symbol?: string | undefined;
631
+ image?: string | undefined;
632
+ metadata?: string | undefined;
565
633
  }>]>;
566
634
  amount: z.ZodObject<{
567
635
  value: z.ZodBigInt;
@@ -596,6 +664,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
596
664
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
597
665
  name: string;
598
666
  } | {
667
+ name: string | undefined;
668
+ symbol: string | undefined;
669
+ image: string | undefined;
670
+ metadata: string | undefined;
599
671
  type: "Nft";
600
672
  id: string;
601
673
  };
@@ -639,6 +711,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
639
711
  } | {
640
712
  type: "Nft";
641
713
  id: string;
714
+ name?: string | undefined;
715
+ symbol?: string | undefined;
716
+ image?: string | undefined;
717
+ metadata?: string | undefined;
642
718
  };
643
719
  amount: {
644
720
  value: bigint;
@@ -689,6 +765,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
689
765
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
690
766
  name: string;
691
767
  } | {
768
+ name: string | undefined;
769
+ symbol: string | undefined;
770
+ image: string | undefined;
771
+ metadata: string | undefined;
692
772
  type: "Nft";
693
773
  id: string;
694
774
  };
@@ -721,6 +801,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
721
801
  } | {
722
802
  type: "Nft";
723
803
  id: string;
804
+ name?: string | undefined;
805
+ symbol?: string | undefined;
806
+ image?: string | undefined;
807
+ metadata?: string | undefined;
724
808
  };
725
809
  amount: {
726
810
  value: bigint;
@@ -902,15 +986,41 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
902
986
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
903
987
  name: string;
904
988
  icon?: string | undefined;
905
- }>, z.ZodObject<{
989
+ }>, z.ZodEffects<z.ZodObject<{
906
990
  type: z.ZodLiteral<"Nft">;
907
991
  id: z.ZodString;
992
+ name: z.ZodOptional<z.ZodString>;
993
+ symbol: z.ZodOptional<z.ZodString>;
994
+ image: z.ZodOptional<z.ZodString>;
995
+ metadata: z.ZodOptional<z.ZodString>;
908
996
  }, "strip", z.ZodTypeAny, {
909
997
  type: "Nft";
910
998
  id: string;
999
+ name?: string | undefined;
1000
+ symbol?: string | undefined;
1001
+ image?: string | undefined;
1002
+ metadata?: string | undefined;
1003
+ }, {
1004
+ type: "Nft";
1005
+ id: string;
1006
+ name?: string | undefined;
1007
+ symbol?: string | undefined;
1008
+ image?: string | undefined;
1009
+ metadata?: string | undefined;
1010
+ }>, {
1011
+ name: string | undefined;
1012
+ symbol: string | undefined;
1013
+ image: string | undefined;
1014
+ metadata: string | undefined;
1015
+ type: "Nft";
1016
+ id: string;
911
1017
  }, {
912
1018
  type: "Nft";
913
1019
  id: string;
1020
+ name?: string | undefined;
1021
+ symbol?: string | undefined;
1022
+ image?: string | undefined;
1023
+ metadata?: string | undefined;
914
1024
  }>]>;
915
1025
  amount: z.ZodObject<{
916
1026
  value: z.ZodBigInt;
@@ -945,6 +1055,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
945
1055
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
946
1056
  name: string;
947
1057
  } | {
1058
+ name: string | undefined;
1059
+ symbol: string | undefined;
1060
+ image: string | undefined;
1061
+ metadata: string | undefined;
948
1062
  type: "Nft";
949
1063
  id: string;
950
1064
  };
@@ -988,6 +1102,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
988
1102
  } | {
989
1103
  type: "Nft";
990
1104
  id: string;
1105
+ name?: string | undefined;
1106
+ symbol?: string | undefined;
1107
+ image?: string | undefined;
1108
+ metadata?: string | undefined;
991
1109
  };
992
1110
  amount: {
993
1111
  value: bigint;
@@ -1038,6 +1156,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
1038
1156
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1039
1157
  name: string;
1040
1158
  } | {
1159
+ name: string | undefined;
1160
+ symbol: string | undefined;
1161
+ image: string | undefined;
1162
+ metadata: string | undefined;
1041
1163
  type: "Nft";
1042
1164
  id: string;
1043
1165
  };
@@ -1070,6 +1192,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
1070
1192
  } | {
1071
1193
  type: "Nft";
1072
1194
  id: string;
1195
+ name?: string | undefined;
1196
+ symbol?: string | undefined;
1197
+ image?: string | undefined;
1198
+ metadata?: string | undefined;
1073
1199
  };
1074
1200
  amount: {
1075
1201
  value: bigint;
@@ -1127,6 +1253,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
1127
1253
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1128
1254
  name: string;
1129
1255
  } | {
1256
+ name: string | undefined;
1257
+ symbol: string | undefined;
1258
+ image: string | undefined;
1259
+ metadata: string | undefined;
1130
1260
  type: "Nft";
1131
1261
  id: string;
1132
1262
  };
@@ -1168,6 +1298,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
1168
1298
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1169
1299
  name: string;
1170
1300
  } | {
1301
+ name: string | undefined;
1302
+ symbol: string | undefined;
1303
+ image: string | undefined;
1304
+ metadata: string | undefined;
1171
1305
  type: "Nft";
1172
1306
  id: string;
1173
1307
  };
@@ -1209,6 +1343,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
1209
1343
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1210
1344
  name: string;
1211
1345
  } | {
1346
+ name: string | undefined;
1347
+ symbol: string | undefined;
1348
+ image: string | undefined;
1349
+ metadata: string | undefined;
1212
1350
  type: "Nft";
1213
1351
  id: string;
1214
1352
  };
@@ -1256,6 +1394,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
1256
1394
  } | {
1257
1395
  type: "Nft";
1258
1396
  id: string;
1397
+ name?: string | undefined;
1398
+ symbol?: string | undefined;
1399
+ image?: string | undefined;
1400
+ metadata?: string | undefined;
1259
1401
  };
1260
1402
  amount: {
1261
1403
  value: bigint;
@@ -1297,6 +1439,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
1297
1439
  } | {
1298
1440
  type: "Nft";
1299
1441
  id: string;
1442
+ name?: string | undefined;
1443
+ symbol?: string | undefined;
1444
+ image?: string | undefined;
1445
+ metadata?: string | undefined;
1300
1446
  };
1301
1447
  amount: {
1302
1448
  value: bigint;
@@ -1338,6 +1484,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
1338
1484
  } | {
1339
1485
  type: "Nft";
1340
1486
  id: string;
1487
+ name?: string | undefined;
1488
+ symbol?: string | undefined;
1489
+ image?: string | undefined;
1490
+ metadata?: string | undefined;
1341
1491
  };
1342
1492
  amount: {
1343
1493
  value: bigint;
@@ -1412,6 +1562,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
1412
1562
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1413
1563
  name: string;
1414
1564
  } | {
1565
+ name: string | undefined;
1566
+ symbol: string | undefined;
1567
+ image: string | undefined;
1568
+ metadata: string | undefined;
1415
1569
  type: "Nft";
1416
1570
  id: string;
1417
1571
  };
@@ -1453,6 +1607,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
1453
1607
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1454
1608
  name: string;
1455
1609
  } | {
1610
+ name: string | undefined;
1611
+ symbol: string | undefined;
1612
+ image: string | undefined;
1613
+ metadata: string | undefined;
1456
1614
  type: "Nft";
1457
1615
  id: string;
1458
1616
  };
@@ -1494,6 +1652,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
1494
1652
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1495
1653
  name: string;
1496
1654
  } | {
1655
+ name: string | undefined;
1656
+ symbol: string | undefined;
1657
+ image: string | undefined;
1658
+ metadata: string | undefined;
1497
1659
  type: "Nft";
1498
1660
  id: string;
1499
1661
  };
@@ -1532,6 +1694,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
1532
1694
  } | {
1533
1695
  type: "Nft";
1534
1696
  id: string;
1697
+ name?: string | undefined;
1698
+ symbol?: string | undefined;
1699
+ image?: string | undefined;
1700
+ metadata?: string | undefined;
1535
1701
  };
1536
1702
  amount: {
1537
1703
  value: bigint;
@@ -1573,6 +1739,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
1573
1739
  } | {
1574
1740
  type: "Nft";
1575
1741
  id: string;
1742
+ name?: string | undefined;
1743
+ symbol?: string | undefined;
1744
+ image?: string | undefined;
1745
+ metadata?: string | undefined;
1576
1746
  };
1577
1747
  amount: {
1578
1748
  value: bigint;
@@ -1614,6 +1784,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
1614
1784
  } | {
1615
1785
  type: "Nft";
1616
1786
  id: string;
1787
+ name?: string | undefined;
1788
+ symbol?: string | undefined;
1789
+ image?: string | undefined;
1790
+ metadata?: string | undefined;
1617
1791
  };
1618
1792
  amount: {
1619
1793
  value: bigint;
@@ -1850,15 +2024,41 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
1850
2024
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1851
2025
  name: string;
1852
2026
  icon?: string | undefined;
1853
- }>, z.ZodObject<{
2027
+ }>, z.ZodEffects<z.ZodObject<{
1854
2028
  type: z.ZodLiteral<"Nft">;
1855
2029
  id: z.ZodString;
2030
+ name: z.ZodOptional<z.ZodString>;
2031
+ symbol: z.ZodOptional<z.ZodString>;
2032
+ image: z.ZodOptional<z.ZodString>;
2033
+ metadata: z.ZodOptional<z.ZodString>;
1856
2034
  }, "strip", z.ZodTypeAny, {
1857
2035
  type: "Nft";
1858
2036
  id: string;
2037
+ name?: string | undefined;
2038
+ symbol?: string | undefined;
2039
+ image?: string | undefined;
2040
+ metadata?: string | undefined;
2041
+ }, {
2042
+ type: "Nft";
2043
+ id: string;
2044
+ name?: string | undefined;
2045
+ symbol?: string | undefined;
2046
+ image?: string | undefined;
2047
+ metadata?: string | undefined;
2048
+ }>, {
2049
+ name: string | undefined;
2050
+ symbol: string | undefined;
2051
+ image: string | undefined;
2052
+ metadata: string | undefined;
2053
+ type: "Nft";
2054
+ id: string;
1859
2055
  }, {
1860
2056
  type: "Nft";
1861
2057
  id: string;
2058
+ name?: string | undefined;
2059
+ symbol?: string | undefined;
2060
+ image?: string | undefined;
2061
+ metadata?: string | undefined;
1862
2062
  }>]>;
1863
2063
  amount: z.ZodObject<{
1864
2064
  value: z.ZodBigInt;
@@ -1893,6 +2093,10 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
1893
2093
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1894
2094
  name: string;
1895
2095
  } | {
2096
+ name: string | undefined;
2097
+ symbol: string | undefined;
2098
+ image: string | undefined;
2099
+ metadata: string | undefined;
1896
2100
  type: "Nft";
1897
2101
  id: string;
1898
2102
  };
@@ -1936,6 +2140,10 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
1936
2140
  } | {
1937
2141
  type: "Nft";
1938
2142
  id: string;
2143
+ name?: string | undefined;
2144
+ symbol?: string | undefined;
2145
+ image?: string | undefined;
2146
+ metadata?: string | undefined;
1939
2147
  };
1940
2148
  amount: {
1941
2149
  value: bigint;
@@ -1986,6 +2194,10 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
1986
2194
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1987
2195
  name: string;
1988
2196
  } | {
2197
+ name: string | undefined;
2198
+ symbol: string | undefined;
2199
+ image: string | undefined;
2200
+ metadata: string | undefined;
1989
2201
  type: "Nft";
1990
2202
  id: string;
1991
2203
  };
@@ -2018,6 +2230,10 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
2018
2230
  } | {
2019
2231
  type: "Nft";
2020
2232
  id: string;
2233
+ name?: string | undefined;
2234
+ symbol?: string | undefined;
2235
+ image?: string | undefined;
2236
+ metadata?: string | undefined;
2021
2237
  };
2022
2238
  amount: {
2023
2239
  value: bigint;
@@ -2076,6 +2292,10 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
2076
2292
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2077
2293
  name: string;
2078
2294
  } | {
2295
+ name: string | undefined;
2296
+ symbol: string | undefined;
2297
+ image: string | undefined;
2298
+ metadata: string | undefined;
2079
2299
  type: "Nft";
2080
2300
  id: string;
2081
2301
  };
@@ -2125,6 +2345,10 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
2125
2345
  } | {
2126
2346
  type: "Nft";
2127
2347
  id: string;
2348
+ name?: string | undefined;
2349
+ symbol?: string | undefined;
2350
+ image?: string | undefined;
2351
+ metadata?: string | undefined;
2128
2352
  };
2129
2353
  amount: {
2130
2354
  value: bigint;
@@ -2201,6 +2425,10 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
2201
2425
  id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2202
2426
  name: string;
2203
2427
  } | {
2428
+ name: string | undefined;
2429
+ symbol: string | undefined;
2430
+ image: string | undefined;
2431
+ metadata: string | undefined;
2204
2432
  type: "Nft";
2205
2433
  id: string;
2206
2434
  };
@@ -2241,6 +2469,10 @@ export declare const accountActionTransferSchema: 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":"transfer.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/transfer/transfer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQlC,CAAA;AAEL,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASnC,CAAA"}
1
+ {"version":3,"file":"transfer.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/transfer/transfer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQlC,CAAA;AAEL,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASnC,CAAA"}