@0xtorch/core 0.0.14 → 0.0.16

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 (86) hide show
  1. package/_cjs/actions/index.js +3 -1
  2. package/_cjs/actions/index.js.map +1 -1
  3. package/_cjs/actions/schemas/crossActionBundle.js +8 -2
  4. package/_cjs/actions/schemas/crossActionBundle.js.map +1 -1
  5. package/_cjs/actions/utils.js +1318 -1
  6. package/_cjs/actions/utils.js.map +1 -1
  7. package/_cjs/index.js +3 -1
  8. package/_cjs/index.js.map +1 -1
  9. package/_esm/actions/index.js +1 -1
  10. package/_esm/actions/index.js.map +1 -1
  11. package/_esm/actions/schemas/crossActionBundle.js +8 -2
  12. package/_esm/actions/schemas/crossActionBundle.js.map +1 -1
  13. package/_esm/actions/utils.js +1389 -0
  14. package/_esm/actions/utils.js.map +1 -1
  15. package/_esm/index.js +1 -1
  16. package/_esm/index.js.map +1 -1
  17. package/_types/actions/index.d.ts +2 -2
  18. package/_types/actions/index.d.ts.map +1 -1
  19. package/_types/actions/parsers/default.d.ts +1 -1
  20. package/_types/actions/schemas/action.d.ts +950 -950
  21. package/_types/actions/schemas/borrow/borrow.d.ts +16 -16
  22. package/_types/actions/schemas/borrow/borrowWithDebt.d.ts +16 -16
  23. package/_types/actions/schemas/crossActionBundle.d.ts +1578 -45107
  24. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  25. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +16 -16
  26. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +16 -16
  27. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +16 -16
  28. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +16 -16
  29. package/_types/actions/schemas/default/accountAction.d.ts +18 -18
  30. package/_types/actions/schemas/default/normalAction.d.ts +18 -18
  31. package/_types/actions/schemas/deposit/addLiquidity.d.ts +16 -16
  32. package/_types/actions/schemas/deposit/deposit.d.ts +16 -16
  33. package/_types/actions/schemas/deposit/depositWithBond.d.ts +16 -16
  34. package/_types/actions/schemas/deposit/stake.d.ts +16 -16
  35. package/_types/actions/schemas/fee/fee.d.ts +16 -16
  36. package/_types/actions/schemas/fee/transactionFee.d.ts +16 -16
  37. package/_types/actions/schemas/ignore/approve.d.ts +16 -16
  38. package/_types/actions/schemas/ignore/failTx.d.ts +16 -16
  39. package/_types/actions/schemas/ignore/ignore.d.ts +8 -8
  40. package/_types/actions/schemas/ignore/move.d.ts +8 -8
  41. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +16 -16
  42. package/_types/actions/schemas/ignore/revoke.d.ts +16 -16
  43. package/_types/actions/schemas/ignore/sendToCex.d.ts +16 -16
  44. package/_types/actions/schemas/ignore/spam.d.ts +16 -16
  45. package/_types/actions/schemas/income/atomicArbitrage.d.ts +16 -16
  46. package/_types/actions/schemas/income/freeMintNft.d.ts +16 -16
  47. package/_types/actions/schemas/income/income.d.ts +16 -16
  48. package/_types/actions/schemas/income/nftRoyalty.d.ts +8 -8
  49. package/_types/actions/schemas/income/swapIncome.d.ts +8 -8
  50. package/_types/actions/schemas/reduce/reduce.d.ts +8 -8
  51. package/_types/actions/schemas/repayment/repayment.d.ts +16 -16
  52. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +16 -16
  53. package/_types/actions/schemas/replace/replace.d.ts +16 -16
  54. package/_types/actions/schemas/replace/swapNft.d.ts +16 -16
  55. package/_types/actions/schemas/replace/unwrap.d.ts +16 -16
  56. package/_types/actions/schemas/replace/wrap.d.ts +16 -16
  57. package/_types/actions/schemas/trade/buyCrypto.d.ts +16 -16
  58. package/_types/actions/schemas/trade/buyNft.d.ts +16 -16
  59. package/_types/actions/schemas/trade/mintNft.d.ts +16 -16
  60. package/_types/actions/schemas/trade/sellCrypto.d.ts +16 -16
  61. package/_types/actions/schemas/trade/sellNft.d.ts +16 -16
  62. package/_types/actions/schemas/trade/trade.d.ts +16 -16
  63. package/_types/actions/schemas/transfer/swapTransfer.d.ts +8 -8
  64. package/_types/actions/schemas/transfer/transfer.d.ts +16 -16
  65. package/_types/actions/schemas/valuedown/valuedown.d.ts +16 -16
  66. package/_types/actions/schemas/valueup/valueup.d.ts +16 -16
  67. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +16 -16
  68. package/_types/actions/schemas/withdraw/unstake.d.ts +16 -16
  69. package/_types/actions/schemas/withdraw/withdraw.d.ts +16 -16
  70. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +16 -16
  71. package/_types/actions/types/action.d.ts +17 -1
  72. package/_types/actions/types/action.d.ts.map +1 -1
  73. package/_types/actions/types/index.d.ts +1 -1
  74. package/_types/actions/types/index.d.ts.map +1 -1
  75. package/_types/actions/utils.d.ts +3 -0
  76. package/_types/actions/utils.d.ts.map +1 -1
  77. package/_types/apps/schemas.d.ts +4 -4
  78. package/_types/index.d.ts +2 -2
  79. package/_types/index.d.ts.map +1 -1
  80. package/actions/index.ts +4 -0
  81. package/actions/schemas/crossActionBundle.ts +14 -2
  82. package/actions/types/action.ts +26 -1
  83. package/actions/types/index.ts +2 -0
  84. package/actions/utils.ts +1951 -0
  85. package/index.ts +4 -0
  86. package/package.json +1 -1
@@ -13,15 +13,15 @@ export declare const normalActionUnwrapSchema: z.ZodEffects<z.ZodObject<{
13
13
  icon: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  id: string;
16
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
16
  name: string;
17
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
18
  description?: string | undefined;
19
19
  website?: string | undefined;
20
20
  icon?: string | undefined;
21
21
  }, {
22
22
  id: string;
23
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
23
  name: string;
24
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
25
  description?: string | undefined;
26
26
  website?: string | undefined;
27
27
  icon?: string | undefined;
@@ -30,12 +30,12 @@ export declare const normalActionUnwrapSchema: z.ZodEffects<z.ZodObject<{
30
30
  website: string | undefined;
31
31
  icon: string | undefined;
32
32
  id: string;
33
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
33
  name: string;
34
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
35
  }, {
36
36
  id: string;
37
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
37
  name: string;
38
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
39
  description?: string | undefined;
40
40
  website?: string | undefined;
41
41
  icon?: string | undefined;
@@ -666,8 +666,8 @@ export declare const normalActionUnwrapSchema: z.ZodEffects<z.ZodObject<{
666
666
  website: string | undefined;
667
667
  icon: string | undefined;
668
668
  id: string;
669
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
670
669
  name: string;
670
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
671
671
  } | undefined;
672
672
  }, {
673
673
  type: "NormalAction";
@@ -742,8 +742,8 @@ export declare const normalActionUnwrapSchema: z.ZodEffects<z.ZodObject<{
742
742
  comment?: string | undefined;
743
743
  app?: {
744
744
  id: string;
745
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
746
745
  name: string;
746
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
747
747
  description?: string | undefined;
748
748
  website?: string | undefined;
749
749
  icon?: string | undefined;
@@ -755,8 +755,8 @@ export declare const normalActionUnwrapSchema: z.ZodEffects<z.ZodObject<{
755
755
  website: string | undefined;
756
756
  icon: string | undefined;
757
757
  id: string;
758
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
759
758
  name: string;
759
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
760
760
  } | undefined;
761
761
  type: "NormalAction";
762
762
  timestamp: number;
@@ -900,8 +900,8 @@ export declare const normalActionUnwrapSchema: z.ZodEffects<z.ZodObject<{
900
900
  comment?: string | undefined;
901
901
  app?: {
902
902
  id: string;
903
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
904
903
  name: string;
904
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
905
905
  description?: string | undefined;
906
906
  website?: string | undefined;
907
907
  icon?: string | undefined;
@@ -923,15 +923,15 @@ export declare const accountActionUnwrapSchema: z.ZodEffects<z.ZodObject<{
923
923
  icon: z.ZodOptional<z.ZodString>;
924
924
  }, "strip", z.ZodTypeAny, {
925
925
  id: string;
926
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
927
926
  name: string;
927
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
928
928
  description?: string | undefined;
929
929
  website?: string | undefined;
930
930
  icon?: string | undefined;
931
931
  }, {
932
932
  id: string;
933
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
934
933
  name: string;
934
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
935
935
  description?: string | undefined;
936
936
  website?: string | undefined;
937
937
  icon?: string | undefined;
@@ -940,12 +940,12 @@ export declare const accountActionUnwrapSchema: z.ZodEffects<z.ZodObject<{
940
940
  website: string | undefined;
941
941
  icon: string | undefined;
942
942
  id: string;
943
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
944
943
  name: string;
944
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
945
945
  }, {
946
946
  id: string;
947
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
948
947
  name: string;
948
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
949
949
  description?: string | undefined;
950
950
  website?: string | undefined;
951
951
  icon?: string | undefined;
@@ -1578,8 +1578,8 @@ export declare const accountActionUnwrapSchema: z.ZodEffects<z.ZodObject<{
1578
1578
  website: string | undefined;
1579
1579
  icon: string | undefined;
1580
1580
  id: string;
1581
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1582
1581
  name: string;
1582
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1583
1583
  } | undefined;
1584
1584
  }, {
1585
1585
  type: "NormalAccountAction";
@@ -1656,8 +1656,8 @@ export declare const accountActionUnwrapSchema: z.ZodEffects<z.ZodObject<{
1656
1656
  comment?: string | undefined;
1657
1657
  app?: {
1658
1658
  id: string;
1659
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1660
1659
  name: string;
1660
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1661
1661
  description?: string | undefined;
1662
1662
  website?: string | undefined;
1663
1663
  icon?: string | undefined;
@@ -1669,8 +1669,8 @@ export declare const accountActionUnwrapSchema: z.ZodEffects<z.ZodObject<{
1669
1669
  website: string | undefined;
1670
1670
  icon: string | undefined;
1671
1671
  id: string;
1672
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1673
1672
  name: string;
1673
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1674
1674
  } | undefined;
1675
1675
  type: "NormalAccountAction";
1676
1676
  timestamp: number;
@@ -1818,8 +1818,8 @@ export declare const accountActionUnwrapSchema: z.ZodEffects<z.ZodObject<{
1818
1818
  comment?: string | undefined;
1819
1819
  app?: {
1820
1820
  id: string;
1821
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1822
1821
  name: string;
1822
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1823
1823
  description?: string | undefined;
1824
1824
  website?: string | undefined;
1825
1825
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionWrapSchema: z.ZodEffects<z.ZodObject<{
13
13
  icon: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  id: string;
16
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
16
  name: string;
17
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
18
  description?: string | undefined;
19
19
  website?: string | undefined;
20
20
  icon?: string | undefined;
21
21
  }, {
22
22
  id: string;
23
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
23
  name: string;
24
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
25
  description?: string | undefined;
26
26
  website?: string | undefined;
27
27
  icon?: string | undefined;
@@ -30,12 +30,12 @@ export declare const normalActionWrapSchema: z.ZodEffects<z.ZodObject<{
30
30
  website: string | undefined;
31
31
  icon: string | undefined;
32
32
  id: string;
33
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
33
  name: string;
34
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
35
  }, {
36
36
  id: string;
37
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
37
  name: string;
38
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
39
  description?: string | undefined;
40
40
  website?: string | undefined;
41
41
  icon?: string | undefined;
@@ -666,8 +666,8 @@ export declare const normalActionWrapSchema: z.ZodEffects<z.ZodObject<{
666
666
  website: string | undefined;
667
667
  icon: string | undefined;
668
668
  id: string;
669
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
670
669
  name: string;
670
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
671
671
  } | undefined;
672
672
  }, {
673
673
  type: "NormalAction";
@@ -742,8 +742,8 @@ export declare const normalActionWrapSchema: z.ZodEffects<z.ZodObject<{
742
742
  comment?: string | undefined;
743
743
  app?: {
744
744
  id: string;
745
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
746
745
  name: string;
746
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
747
747
  description?: string | undefined;
748
748
  website?: string | undefined;
749
749
  icon?: string | undefined;
@@ -755,8 +755,8 @@ export declare const normalActionWrapSchema: z.ZodEffects<z.ZodObject<{
755
755
  website: string | undefined;
756
756
  icon: string | undefined;
757
757
  id: string;
758
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
759
758
  name: string;
759
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
760
760
  } | undefined;
761
761
  type: "NormalAction";
762
762
  timestamp: number;
@@ -900,8 +900,8 @@ export declare const normalActionWrapSchema: z.ZodEffects<z.ZodObject<{
900
900
  comment?: string | undefined;
901
901
  app?: {
902
902
  id: string;
903
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
904
903
  name: string;
904
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
905
905
  description?: string | undefined;
906
906
  website?: string | undefined;
907
907
  icon?: string | undefined;
@@ -923,15 +923,15 @@ export declare const accountActionWrapSchema: z.ZodEffects<z.ZodObject<{
923
923
  icon: z.ZodOptional<z.ZodString>;
924
924
  }, "strip", z.ZodTypeAny, {
925
925
  id: string;
926
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
927
926
  name: string;
927
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
928
928
  description?: string | undefined;
929
929
  website?: string | undefined;
930
930
  icon?: string | undefined;
931
931
  }, {
932
932
  id: string;
933
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
934
933
  name: string;
934
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
935
935
  description?: string | undefined;
936
936
  website?: string | undefined;
937
937
  icon?: string | undefined;
@@ -940,12 +940,12 @@ export declare const accountActionWrapSchema: z.ZodEffects<z.ZodObject<{
940
940
  website: string | undefined;
941
941
  icon: string | undefined;
942
942
  id: string;
943
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
944
943
  name: string;
944
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
945
945
  }, {
946
946
  id: string;
947
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
948
947
  name: string;
948
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
949
949
  description?: string | undefined;
950
950
  website?: string | undefined;
951
951
  icon?: string | undefined;
@@ -1578,8 +1578,8 @@ export declare const accountActionWrapSchema: z.ZodEffects<z.ZodObject<{
1578
1578
  website: string | undefined;
1579
1579
  icon: string | undefined;
1580
1580
  id: string;
1581
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1582
1581
  name: string;
1582
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1583
1583
  } | undefined;
1584
1584
  }, {
1585
1585
  type: "NormalAccountAction";
@@ -1656,8 +1656,8 @@ export declare const accountActionWrapSchema: z.ZodEffects<z.ZodObject<{
1656
1656
  comment?: string | undefined;
1657
1657
  app?: {
1658
1658
  id: string;
1659
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1660
1659
  name: string;
1660
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1661
1661
  description?: string | undefined;
1662
1662
  website?: string | undefined;
1663
1663
  icon?: string | undefined;
@@ -1669,8 +1669,8 @@ export declare const accountActionWrapSchema: z.ZodEffects<z.ZodObject<{
1669
1669
  website: string | undefined;
1670
1670
  icon: string | undefined;
1671
1671
  id: string;
1672
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1673
1672
  name: string;
1673
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1674
1674
  } | undefined;
1675
1675
  type: "NormalAccountAction";
1676
1676
  timestamp: number;
@@ -1818,8 +1818,8 @@ export declare const accountActionWrapSchema: z.ZodEffects<z.ZodObject<{
1818
1818
  comment?: string | undefined;
1819
1819
  app?: {
1820
1820
  id: string;
1821
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1822
1821
  name: string;
1822
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1823
1823
  description?: string | undefined;
1824
1824
  website?: string | undefined;
1825
1825
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
13
13
  icon: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  id: string;
16
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
16
  name: string;
17
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
18
  description?: string | undefined;
19
19
  website?: string | undefined;
20
20
  icon?: string | undefined;
21
21
  }, {
22
22
  id: string;
23
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
23
  name: string;
24
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
25
  description?: string | undefined;
26
26
  website?: string | undefined;
27
27
  icon?: string | undefined;
@@ -30,12 +30,12 @@ export declare const normalActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
30
30
  website: string | undefined;
31
31
  icon: string | undefined;
32
32
  id: string;
33
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
33
  name: string;
34
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
35
  }, {
36
36
  id: string;
37
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
37
  name: string;
38
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
39
  description?: string | undefined;
40
40
  website?: string | undefined;
41
41
  icon?: string | undefined;
@@ -556,8 +556,8 @@ export declare const normalActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
556
556
  website: string | undefined;
557
557
  icon: string | undefined;
558
558
  id: string;
559
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
560
559
  name: string;
560
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
561
561
  } | undefined;
562
562
  }, {
563
563
  type: "NormalAction";
@@ -624,8 +624,8 @@ export declare const normalActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
624
624
  comment?: string | undefined;
625
625
  app?: {
626
626
  id: string;
627
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
628
627
  name: string;
628
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
629
629
  description?: string | undefined;
630
630
  website?: string | undefined;
631
631
  icon?: string | undefined;
@@ -637,8 +637,8 @@ export declare const normalActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
637
637
  website: string | undefined;
638
638
  icon: string | undefined;
639
639
  id: string;
640
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
641
640
  name: string;
641
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
642
642
  } | undefined;
643
643
  type: "NormalAction";
644
644
  timestamp: number;
@@ -766,8 +766,8 @@ export declare const normalActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
766
766
  comment?: string | undefined;
767
767
  app?: {
768
768
  id: string;
769
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
770
769
  name: string;
770
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
771
771
  description?: string | undefined;
772
772
  website?: string | undefined;
773
773
  icon?: string | undefined;
@@ -789,15 +789,15 @@ export declare const accountActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
789
789
  icon: z.ZodOptional<z.ZodString>;
790
790
  }, "strip", z.ZodTypeAny, {
791
791
  id: string;
792
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
793
792
  name: string;
793
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
794
794
  description?: string | undefined;
795
795
  website?: string | undefined;
796
796
  icon?: string | undefined;
797
797
  }, {
798
798
  id: string;
799
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
800
799
  name: string;
800
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
801
801
  description?: string | undefined;
802
802
  website?: string | undefined;
803
803
  icon?: string | undefined;
@@ -806,12 +806,12 @@ export declare const accountActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
806
806
  website: string | undefined;
807
807
  icon: string | undefined;
808
808
  id: string;
809
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
810
809
  name: string;
810
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
811
811
  }, {
812
812
  id: string;
813
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
814
813
  name: string;
814
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
815
815
  description?: string | undefined;
816
816
  website?: string | undefined;
817
817
  icon?: string | undefined;
@@ -1334,8 +1334,8 @@ export declare const accountActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
1334
1334
  website: string | undefined;
1335
1335
  icon: string | undefined;
1336
1336
  id: string;
1337
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1338
1337
  name: string;
1338
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1339
1339
  } | undefined;
1340
1340
  }, {
1341
1341
  type: "NormalAccountAction";
@@ -1404,8 +1404,8 @@ export declare const accountActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
1404
1404
  comment?: string | undefined;
1405
1405
  app?: {
1406
1406
  id: string;
1407
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1408
1407
  name: string;
1408
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1409
1409
  description?: string | undefined;
1410
1410
  website?: string | undefined;
1411
1411
  icon?: string | undefined;
@@ -1417,8 +1417,8 @@ export declare const accountActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
1417
1417
  website: string | undefined;
1418
1418
  icon: string | undefined;
1419
1419
  id: string;
1420
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1421
1420
  name: string;
1421
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1422
1422
  } | undefined;
1423
1423
  type: "NormalAccountAction";
1424
1424
  timestamp: number;
@@ -1550,8 +1550,8 @@ export declare const accountActionBuyCryptoSchema: z.ZodEffects<z.ZodObject<{
1550
1550
  comment?: string | undefined;
1551
1551
  app?: {
1552
1552
  id: string;
1553
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1554
1553
  name: string;
1554
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1555
1555
  description?: string | undefined;
1556
1556
  website?: string | undefined;
1557
1557
  icon?: string | undefined;
@@ -13,15 +13,15 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
13
13
  icon: z.ZodOptional<z.ZodString>;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  id: string;
16
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
16
  name: string;
17
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
18
18
  description?: string | undefined;
19
19
  website?: string | undefined;
20
20
  icon?: string | undefined;
21
21
  }, {
22
22
  id: string;
23
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
23
  name: string;
24
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
25
25
  description?: string | undefined;
26
26
  website?: string | undefined;
27
27
  icon?: string | undefined;
@@ -30,12 +30,12 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
30
30
  website: string | undefined;
31
31
  icon: string | undefined;
32
32
  id: string;
33
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
33
  name: string;
34
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
35
35
  }, {
36
36
  id: string;
37
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
37
  name: string;
38
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
39
39
  description?: string | undefined;
40
40
  website?: string | undefined;
41
41
  icon?: string | undefined;
@@ -716,8 +716,8 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
716
716
  website: string | undefined;
717
717
  icon: string | undefined;
718
718
  id: string;
719
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
720
719
  name: string;
720
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
721
721
  } | undefined;
722
722
  }, {
723
723
  type: "NormalAction";
@@ -805,8 +805,8 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
805
805
  comment?: string | undefined;
806
806
  app?: {
807
807
  id: string;
808
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
809
808
  name: string;
809
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
810
810
  description?: string | undefined;
811
811
  website?: string | undefined;
812
812
  icon?: string | undefined;
@@ -818,8 +818,8 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
818
818
  website: string | undefined;
819
819
  icon: string | undefined;
820
820
  id: string;
821
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
822
821
  name: string;
822
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
823
823
  } | undefined;
824
824
  type: "NormalAction";
825
825
  timestamp: number;
@@ -989,8 +989,8 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
989
989
  comment?: string | undefined;
990
990
  app?: {
991
991
  id: string;
992
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
993
992
  name: string;
993
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
994
994
  description?: string | undefined;
995
995
  website?: string | undefined;
996
996
  icon?: string | undefined;
@@ -1012,15 +1012,15 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
1012
1012
  icon: z.ZodOptional<z.ZodString>;
1013
1013
  }, "strip", z.ZodTypeAny, {
1014
1014
  id: string;
1015
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1016
1015
  name: string;
1016
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1017
1017
  description?: string | undefined;
1018
1018
  website?: string | undefined;
1019
1019
  icon?: string | undefined;
1020
1020
  }, {
1021
1021
  id: string;
1022
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1023
1022
  name: string;
1023
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1024
1024
  description?: string | undefined;
1025
1025
  website?: string | undefined;
1026
1026
  icon?: string | undefined;
@@ -1029,12 +1029,12 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
1029
1029
  website: string | undefined;
1030
1030
  icon: string | undefined;
1031
1031
  id: string;
1032
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1033
1032
  name: string;
1033
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1034
1034
  }, {
1035
1035
  id: string;
1036
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1037
1036
  name: string;
1037
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1038
1038
  description?: string | undefined;
1039
1039
  website?: string | undefined;
1040
1040
  icon?: string | undefined;
@@ -1717,8 +1717,8 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
1717
1717
  website: string | undefined;
1718
1718
  icon: string | undefined;
1719
1719
  id: string;
1720
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1721
1720
  name: string;
1721
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1722
1722
  } | undefined;
1723
1723
  }, {
1724
1724
  type: "NormalAccountAction";
@@ -1808,8 +1808,8 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
1808
1808
  comment?: string | undefined;
1809
1809
  app?: {
1810
1810
  id: string;
1811
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1812
1811
  name: string;
1812
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1813
1813
  description?: string | undefined;
1814
1814
  website?: string | undefined;
1815
1815
  icon?: string | undefined;
@@ -1821,8 +1821,8 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
1821
1821
  website: string | undefined;
1822
1822
  icon: string | undefined;
1823
1823
  id: string;
1824
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1825
1824
  name: string;
1825
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1826
1826
  } | undefined;
1827
1827
  type: "NormalAccountAction";
1828
1828
  timestamp: number;
@@ -1996,8 +1996,8 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
1996
1996
  comment?: string | undefined;
1997
1997
  app?: {
1998
1998
  id: string;
1999
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2000
1999
  name: string;
2000
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2001
2001
  description?: string | undefined;
2002
2002
  website?: string | undefined;
2003
2003
  icon?: string | undefined;