@0xtorch/core 0.0.32 → 0.0.34

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 (113) hide show
  1. package/_cjs/actions/schemas/action.js.map +1 -1
  2. package/_cjs/actions/utils/createEvidenceNoneAccountActions.js +4 -2
  3. package/_cjs/actions/utils/createEvidenceNoneAccountActions.js.map +1 -1
  4. package/_esm/actions/schemas/action.js.map +1 -1
  5. package/_esm/actions/utils/createEvidenceNoneAccountActions.js +6 -4
  6. package/_esm/actions/utils/createEvidenceNoneAccountActions.js.map +1 -1
  7. package/_types/actions/schemas/action.d.ts +103 -80694
  8. package/_types/actions/schemas/action.d.ts.map +1 -1
  9. package/_types/actions/schemas/borrow/borrow.d.ts +3523 -342
  10. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  11. package/_types/actions/schemas/crossActionBundle.d.ts +6773 -1121
  12. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  13. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +3528 -347
  14. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  15. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +3525 -344
  16. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  17. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +2862 -389
  18. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  19. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +2862 -389
  20. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  21. package/_types/actions/schemas/default/accountAction.d.ts +387 -375
  22. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  23. package/_types/actions/schemas/default/normalAction.d.ts +382 -369
  24. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  25. package/_types/actions/schemas/default/transfer.d.ts +2932 -1323
  26. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  27. package/_types/actions/schemas/deposit/addLiquidity.d.ts +4667 -774
  28. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  29. package/_types/actions/schemas/deposit/deposit.d.ts +3526 -345
  30. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  31. package/_types/actions/schemas/deposit/depositWithBond.d.ts +4667 -774
  32. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  33. package/_types/actions/schemas/deposit/stake.d.ts +3526 -345
  34. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  35. package/_types/actions/schemas/fee/fee.d.ts +3510 -331
  36. package/_types/actions/schemas/fee/fee.d.ts.map +1 -1
  37. package/_types/actions/schemas/fee/transactionFee.d.ts +3038 -215
  38. package/_types/actions/schemas/fee/transactionFee.d.ts.map +1 -1
  39. package/_types/actions/schemas/ignore/approve.d.ts +2485 -18
  40. package/_types/actions/schemas/ignore/approve.d.ts.map +1 -1
  41. package/_types/actions/schemas/ignore/failTx.d.ts +2485 -18
  42. package/_types/actions/schemas/ignore/failTx.d.ts.map +1 -1
  43. package/_types/actions/schemas/ignore/ignore.d.ts +136 -130
  44. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  45. package/_types/actions/schemas/ignore/move.d.ts +136 -130
  46. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  47. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +3518 -339
  48. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  49. package/_types/actions/schemas/ignore/revoke.d.ts +2485 -18
  50. package/_types/actions/schemas/ignore/revoke.d.ts.map +1 -1
  51. package/_types/actions/schemas/ignore/sendToCex.d.ts +3521 -342
  52. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  53. package/_types/actions/schemas/ignore/spam.d.ts +4663 -772
  54. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  55. package/_types/actions/schemas/income/atomicArbitrage.d.ts +3559 -380
  56. package/_types/actions/schemas/income/atomicArbitrage.d.ts.map +1 -1
  57. package/_types/actions/schemas/income/freeMintNft.d.ts +3014 -191
  58. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  59. package/_types/actions/schemas/income/income.d.ts +2682 -213
  60. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  61. package/_types/actions/schemas/income/nftRoyalty.d.ts +1629 -39
  62. package/_types/actions/schemas/income/nftRoyalty.d.ts.map +1 -1
  63. package/_types/actions/schemas/income/swapIncome.d.ts +1636 -46
  64. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  65. package/_types/actions/schemas/reduce/reduce.d.ts +1636 -46
  66. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  67. package/_types/actions/schemas/repayment/repayment.d.ts +3526 -345
  68. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  69. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +4667 -774
  70. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  71. package/_types/actions/schemas/replace/replace.d.ts +4663 -772
  72. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  73. package/_types/actions/schemas/replace/swapNft.d.ts +3510 -331
  74. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  75. package/_types/actions/schemas/replace/unwrap.d.ts +3559 -380
  76. package/_types/actions/schemas/replace/unwrap.d.ts.map +1 -1
  77. package/_types/actions/schemas/replace/wrap.d.ts +3559 -380
  78. package/_types/actions/schemas/replace/wrap.d.ts.map +1 -1
  79. package/_types/actions/schemas/trade/buyCrypto.d.ts +3506 -327
  80. package/_types/actions/schemas/trade/buyCrypto.d.ts.map +1 -1
  81. package/_types/actions/schemas/trade/buyNft.d.ts +4144 -609
  82. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  83. package/_types/actions/schemas/trade/mintNft.d.ts +4144 -609
  84. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  85. package/_types/actions/schemas/trade/sellCrypto.d.ts +3514 -335
  86. package/_types/actions/schemas/trade/sellCrypto.d.ts.map +1 -1
  87. package/_types/actions/schemas/trade/sellNft.d.ts +4144 -609
  88. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  89. package/_types/actions/schemas/trade/trade.d.ts +2854 -383
  90. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  91. package/_types/actions/schemas/transfer/swapTransfer.d.ts +1636 -46
  92. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  93. package/_types/actions/schemas/transfer/transfer.d.ts +1388 -148
  94. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  95. package/_types/actions/schemas/valuedown/valuedown.d.ts +2756 -287
  96. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  97. package/_types/actions/schemas/valueup/valueup.d.ts +2761 -292
  98. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  99. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +4667 -774
  100. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  101. package/_types/actions/schemas/withdraw/unstake.d.ts +3523 -342
  102. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  103. package/_types/actions/schemas/withdraw/withdraw.d.ts +3523 -342
  104. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  105. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +4667 -774
  106. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  107. package/_types/actions/utils/createEvidenceNoneAccountActions.d.ts.map +1 -1
  108. package/_types/apps/schemas.d.ts +3 -3
  109. package/_types/assets/schemas/asset.d.ts +3 -3
  110. package/_types/assets/schemas/nft.d.ts +3 -3
  111. package/actions/schemas/action.ts +92 -2
  112. package/actions/utils/createEvidenceNoneAccountActions.ts +12 -4
  113. package/package.json +2 -2
@@ -1,8 +1,9 @@
1
1
  import { z } from 'zod';
2
- export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
2
+ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
3
3
  type: z.ZodLiteral<"NormalAction">;
4
- timestamp: z.ZodNumber;
4
+ action: z.ZodUnion<[z.ZodLiteral<"add-liquidity">, z.ZodLiteral<"approve">, z.ZodLiteral<"atomic-arbitrage">, z.ZodLiteral<"borrow">, z.ZodLiteral<"bridge-from">, z.ZodLiteral<"bridge-to">, z.ZodLiteral<"buy-nft">, z.ZodLiteral<"buy-crypto">, z.ZodLiteral<"cross-replace">, z.ZodLiteral<"cross-trade">, z.ZodLiteral<"deposit">, z.ZodLiteral<"deposit-with-bond">, z.ZodLiteral<"fail-tx">, z.ZodLiteral<"fee">, z.ZodLiteral<"free-mint-nft">, z.ZodLiteral<"mint-nft">, z.ZodLiteral<"remove-liquidity">, z.ZodLiteral<"repayment">, z.ZodLiteral<"repayment-with-debt">, z.ZodLiteral<"revoke">, z.ZodLiteral<"sell-crypto">, z.ZodLiteral<"spam">, z.ZodLiteral<"stake">, z.ZodLiteral<"swap-nft">, z.ZodLiteral<"trade">, z.ZodLiteral<"transaction-fee">, z.ZodLiteral<"transfer">, z.ZodLiteral<"unstake">, z.ZodLiteral<"unwrap">, z.ZodLiteral<"valuedown">, z.ZodLiteral<"valueup">, z.ZodLiteral<"withdraw">, z.ZodLiteral<"withdraw-with-bond">, z.ZodLiteral<"wrap">]>;
5
5
  evidence: z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>;
6
+ timestamp: z.ZodNumber;
6
7
  comment: z.ZodOptional<z.ZodString>;
7
8
  app: z.ZodOptional<z.ZodEffects<z.ZodObject<{
8
9
  id: z.ZodString;
@@ -15,16 +16,16 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
15
16
  id: string;
16
17
  name: string;
17
18
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
19
+ icon?: string | undefined;
18
20
  description?: string | undefined;
19
21
  website?: string | undefined;
20
- icon?: string | undefined;
21
22
  }, {
22
23
  id: string;
23
24
  name: string;
24
25
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
26
+ icon?: string | undefined;
25
27
  description?: string | undefined;
26
28
  website?: string | undefined;
27
- icon?: string | undefined;
28
29
  }>, {
29
30
  description: string | undefined;
30
31
  website: string | undefined;
@@ -36,57 +37,149 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
36
37
  id: string;
37
38
  name: string;
38
39
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
40
+ icon?: string | undefined;
39
41
  description?: string | undefined;
40
42
  website?: string | undefined;
41
- icon?: string | undefined;
42
43
  }>>;
43
- action: z.ZodLiteral<"free-mint-nft">;
44
- transfers: z.ZodArray<z.ZodEffects<z.ZodObject<{
45
- price: z.ZodOptional<z.ZodObject<{
46
- cryptoCurrencyId: z.ZodString;
47
- fiatCurrencyId: z.ZodString;
48
- price: z.ZodObject<{
49
- value: z.ZodBigInt;
50
- decimals: z.ZodNumber;
44
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
45
+ from: z.ZodOptional<z.ZodString>;
46
+ to: z.ZodOptional<z.ZodString>;
47
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
48
+ type: z.ZodLiteral<"CryptoCurrency">;
49
+ id: z.ZodString;
50
+ name: z.ZodString;
51
+ symbol: z.ZodString;
52
+ icon: z.ZodOptional<z.ZodString>;
53
+ market: z.ZodEffects<z.ZodObject<{
54
+ coingeckoId: z.ZodOptional<z.ZodString>;
55
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
56
+ value: z.ZodBigInt;
57
+ decimals: z.ZodNumber;
58
+ }, "strip", z.ZodTypeAny, {
59
+ value: bigint;
60
+ decimals: number;
61
+ }, {
62
+ value: bigint;
63
+ decimals: number;
64
+ }>>;
51
65
  }, "strip", z.ZodTypeAny, {
52
- value: bigint;
53
- decimals: number;
66
+ coingeckoId?: string | undefined;
67
+ marketCapUsd?: {
68
+ value: bigint;
69
+ decimals: number;
70
+ } | undefined;
54
71
  }, {
55
- value: bigint;
56
- decimals: number;
72
+ coingeckoId?: string | undefined;
73
+ marketCapUsd?: {
74
+ value: bigint;
75
+ decimals: number;
76
+ } | undefined;
77
+ }>, {
78
+ coingeckoId: string | undefined;
79
+ marketCapUsd: {
80
+ value: bigint;
81
+ decimals: number;
82
+ } | undefined;
83
+ }, {
84
+ coingeckoId?: string | undefined;
85
+ marketCapUsd?: {
86
+ value: bigint;
87
+ decimals: number;
88
+ } | undefined;
57
89
  }>;
58
- timestamp: z.ZodNumber;
90
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
91
+ updatedAt: z.ZodNumber;
59
92
  }, "strip", z.ZodTypeAny, {
60
- cryptoCurrencyId: string;
61
- fiatCurrencyId: string;
62
- price: {
63
- value: bigint;
64
- decimals: number;
93
+ symbol: string;
94
+ type: "CryptoCurrency";
95
+ id: string;
96
+ name: string;
97
+ market: {
98
+ coingeckoId: string | undefined;
99
+ marketCapUsd: {
100
+ value: bigint;
101
+ decimals: number;
102
+ } | undefined;
65
103
  };
66
- timestamp: number;
104
+ updatedAt: number;
105
+ icon?: string | undefined;
106
+ priceDatasourceId?: string | undefined;
67
107
  }, {
68
- cryptoCurrencyId: string;
69
- fiatCurrencyId: string;
70
- price: {
71
- value: bigint;
72
- decimals: number;
108
+ symbol: string;
109
+ type: "CryptoCurrency";
110
+ id: string;
111
+ name: string;
112
+ market: {
113
+ coingeckoId?: string | undefined;
114
+ marketCapUsd?: {
115
+ value: bigint;
116
+ decimals: number;
117
+ } | undefined;
73
118
  };
74
- timestamp: number;
75
- }>>;
76
- from: z.ZodOptional<z.ZodString>;
77
- to: z.ZodOptional<z.ZodString>;
78
- amount: z.ZodObject<{
79
- value: z.ZodBigInt;
80
- decimals: z.ZodNumber;
119
+ updatedAt: number;
120
+ icon?: string | undefined;
121
+ priceDatasourceId?: string | undefined;
122
+ }>, {
123
+ icon: string | undefined;
124
+ priceDatasourceId: string | undefined;
125
+ symbol: string;
126
+ type: "CryptoCurrency";
127
+ id: string;
128
+ name: string;
129
+ market: {
130
+ coingeckoId: string | undefined;
131
+ marketCapUsd: {
132
+ value: bigint;
133
+ decimals: number;
134
+ } | undefined;
135
+ };
136
+ updatedAt: number;
137
+ }, {
138
+ symbol: string;
139
+ type: "CryptoCurrency";
140
+ id: string;
141
+ name: string;
142
+ market: {
143
+ coingeckoId?: string | undefined;
144
+ marketCapUsd?: {
145
+ value: bigint;
146
+ decimals: number;
147
+ } | undefined;
148
+ };
149
+ updatedAt: number;
150
+ icon?: string | undefined;
151
+ priceDatasourceId?: string | undefined;
152
+ }>, z.ZodEffects<z.ZodObject<{
153
+ type: z.ZodLiteral<"FiatCurrency">;
154
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
155
+ name: z.ZodString;
156
+ symbol: z.ZodString;
157
+ icon: z.ZodOptional<z.ZodString>;
81
158
  }, "strip", z.ZodTypeAny, {
82
- value: bigint;
83
- decimals: number;
159
+ symbol: string;
160
+ type: "FiatCurrency";
161
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
162
+ name: string;
163
+ icon?: string | undefined;
84
164
  }, {
85
- value: bigint;
86
- decimals: number;
87
- }>;
88
- direction: z.ZodLiteral<"in">;
89
- asset: z.ZodEffects<z.ZodObject<{
165
+ symbol: string;
166
+ type: "FiatCurrency";
167
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
168
+ name: string;
169
+ icon?: string | undefined;
170
+ }>, {
171
+ icon: string | undefined;
172
+ symbol: string;
173
+ type: "FiatCurrency";
174
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
175
+ name: string;
176
+ }, {
177
+ symbol: string;
178
+ type: "FiatCurrency";
179
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
180
+ name: string;
181
+ icon?: string | undefined;
182
+ }>, z.ZodEffects<z.ZodObject<{
90
183
  type: z.ZodLiteral<"Nft">;
91
184
  id: z.ZodString;
92
185
  name: z.ZodOptional<z.ZodString>;
@@ -98,16 +191,16 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
98
191
  type: "Nft";
99
192
  id: string;
100
193
  updatedAt: number;
101
- name?: string | undefined;
102
194
  symbol?: string | undefined;
195
+ name?: string | undefined;
103
196
  image?: string | undefined;
104
197
  metadata?: string | undefined;
105
198
  }, {
106
199
  type: "Nft";
107
200
  id: string;
108
201
  updatedAt: number;
109
- name?: string | undefined;
110
202
  symbol?: string | undefined;
203
+ name?: string | undefined;
111
204
  image?: string | undefined;
112
205
  metadata?: string | undefined;
113
206
  }>, {
@@ -122,13 +215,77 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
122
215
  type: "Nft";
123
216
  id: string;
124
217
  updatedAt: number;
125
- name?: string | undefined;
126
218
  symbol?: string | undefined;
219
+ name?: string | undefined;
127
220
  image?: string | undefined;
128
221
  metadata?: string | undefined;
222
+ }>]>;
223
+ amount: z.ZodObject<{
224
+ value: z.ZodBigInt;
225
+ decimals: z.ZodNumber;
226
+ }, "strip", z.ZodTypeAny, {
227
+ value: bigint;
228
+ decimals: number;
229
+ }, {
230
+ value: bigint;
231
+ decimals: number;
129
232
  }>;
130
- }, "strip", z.ZodTypeAny, {
233
+ price: z.ZodOptional<z.ZodObject<{
234
+ cryptoCurrencyId: z.ZodString;
235
+ fiatCurrencyId: z.ZodString;
236
+ price: z.ZodObject<{
237
+ value: z.ZodBigInt;
238
+ decimals: z.ZodNumber;
239
+ }, "strip", z.ZodTypeAny, {
240
+ value: bigint;
241
+ decimals: number;
242
+ }, {
243
+ value: bigint;
244
+ decimals: number;
245
+ }>;
246
+ timestamp: z.ZodNumber;
247
+ }, "strip", z.ZodTypeAny, {
248
+ cryptoCurrencyId: string;
249
+ fiatCurrencyId: string;
250
+ price: {
251
+ value: bigint;
252
+ decimals: number;
253
+ };
254
+ timestamp: number;
255
+ }, {
256
+ cryptoCurrencyId: string;
257
+ fiatCurrencyId: string;
258
+ price: {
259
+ value: bigint;
260
+ decimals: number;
261
+ };
262
+ timestamp: number;
263
+ }>>;
264
+ }, {
265
+ direction: z.ZodLiteral<"in">;
266
+ }>, "strip", z.ZodTypeAny, {
131
267
  asset: {
268
+ icon: string | undefined;
269
+ priceDatasourceId: string | undefined;
270
+ symbol: string;
271
+ type: "CryptoCurrency";
272
+ id: string;
273
+ name: string;
274
+ market: {
275
+ coingeckoId: string | undefined;
276
+ marketCapUsd: {
277
+ value: bigint;
278
+ decimals: number;
279
+ } | undefined;
280
+ };
281
+ updatedAt: number;
282
+ } | {
283
+ icon: string | undefined;
284
+ symbol: string;
285
+ type: "FiatCurrency";
286
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
287
+ name: string;
288
+ } | {
132
289
  name: string | undefined;
133
290
  symbol: string | undefined;
134
291
  image: string | undefined;
@@ -155,11 +312,32 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
155
312
  to?: string | undefined;
156
313
  }, {
157
314
  asset: {
315
+ symbol: string;
316
+ type: "CryptoCurrency";
317
+ id: string;
318
+ name: string;
319
+ market: {
320
+ coingeckoId?: string | undefined;
321
+ marketCapUsd?: {
322
+ value: bigint;
323
+ decimals: number;
324
+ } | undefined;
325
+ };
326
+ updatedAt: number;
327
+ icon?: string | undefined;
328
+ priceDatasourceId?: string | undefined;
329
+ } | {
330
+ symbol: string;
331
+ type: "FiatCurrency";
332
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
333
+ name: string;
334
+ icon?: string | undefined;
335
+ } | {
158
336
  type: "Nft";
159
337
  id: string;
160
338
  updatedAt: number;
161
- name?: string | undefined;
162
339
  symbol?: string | undefined;
340
+ name?: string | undefined;
163
341
  image?: string | undefined;
164
342
  metadata?: string | undefined;
165
343
  };
@@ -192,6 +370,27 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
192
370
  timestamp: number;
193
371
  } | undefined;
194
372
  asset: {
373
+ icon: string | undefined;
374
+ priceDatasourceId: string | undefined;
375
+ symbol: string;
376
+ type: "CryptoCurrency";
377
+ id: string;
378
+ name: string;
379
+ market: {
380
+ coingeckoId: string | undefined;
381
+ marketCapUsd: {
382
+ value: bigint;
383
+ decimals: number;
384
+ } | undefined;
385
+ };
386
+ updatedAt: number;
387
+ } | {
388
+ icon: string | undefined;
389
+ symbol: string;
390
+ type: "FiatCurrency";
391
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
392
+ name: string;
393
+ } | {
195
394
  name: string | undefined;
196
395
  symbol: string | undefined;
197
396
  image: string | undefined;
@@ -207,11 +406,32 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
207
406
  direction: "in";
208
407
  }, {
209
408
  asset: {
409
+ symbol: string;
410
+ type: "CryptoCurrency";
411
+ id: string;
412
+ name: string;
413
+ market: {
414
+ coingeckoId?: string | undefined;
415
+ marketCapUsd?: {
416
+ value: bigint;
417
+ decimals: number;
418
+ } | undefined;
419
+ };
420
+ updatedAt: number;
421
+ icon?: string | undefined;
422
+ priceDatasourceId?: string | undefined;
423
+ } | {
424
+ symbol: string;
425
+ type: "FiatCurrency";
426
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
427
+ name: string;
428
+ icon?: string | undefined;
429
+ } | {
210
430
  type: "Nft";
211
431
  id: string;
212
432
  updatedAt: number;
213
- name?: string | undefined;
214
433
  symbol?: string | undefined;
434
+ name?: string | undefined;
215
435
  image?: string | undefined;
216
436
  metadata?: string | undefined;
217
437
  };
@@ -231,16 +451,2438 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
231
451
  } | undefined;
232
452
  from?: string | undefined;
233
453
  to?: string | undefined;
234
- }>, "many">;
235
- }, "strip", z.ZodTypeAny, {
236
- type: "NormalAction";
237
- timestamp: number;
238
- action: "free-mint-nft";
239
- evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
240
- transfers: {
241
- from: string | undefined;
242
- to: string | undefined;
243
- price: {
454
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
455
+ from: z.ZodOptional<z.ZodString>;
456
+ to: z.ZodOptional<z.ZodString>;
457
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
458
+ type: z.ZodLiteral<"CryptoCurrency">;
459
+ id: z.ZodString;
460
+ name: z.ZodString;
461
+ symbol: z.ZodString;
462
+ icon: z.ZodOptional<z.ZodString>;
463
+ market: z.ZodEffects<z.ZodObject<{
464
+ coingeckoId: z.ZodOptional<z.ZodString>;
465
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
466
+ value: z.ZodBigInt;
467
+ decimals: z.ZodNumber;
468
+ }, "strip", z.ZodTypeAny, {
469
+ value: bigint;
470
+ decimals: number;
471
+ }, {
472
+ value: bigint;
473
+ decimals: number;
474
+ }>>;
475
+ }, "strip", z.ZodTypeAny, {
476
+ coingeckoId?: string | undefined;
477
+ marketCapUsd?: {
478
+ value: bigint;
479
+ decimals: number;
480
+ } | undefined;
481
+ }, {
482
+ coingeckoId?: string | undefined;
483
+ marketCapUsd?: {
484
+ value: bigint;
485
+ decimals: number;
486
+ } | undefined;
487
+ }>, {
488
+ coingeckoId: string | undefined;
489
+ marketCapUsd: {
490
+ value: bigint;
491
+ decimals: number;
492
+ } | undefined;
493
+ }, {
494
+ coingeckoId?: string | undefined;
495
+ marketCapUsd?: {
496
+ value: bigint;
497
+ decimals: number;
498
+ } | undefined;
499
+ }>;
500
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
501
+ updatedAt: z.ZodNumber;
502
+ }, "strip", z.ZodTypeAny, {
503
+ symbol: string;
504
+ type: "CryptoCurrency";
505
+ id: string;
506
+ name: string;
507
+ market: {
508
+ coingeckoId: string | undefined;
509
+ marketCapUsd: {
510
+ value: bigint;
511
+ decimals: number;
512
+ } | undefined;
513
+ };
514
+ updatedAt: number;
515
+ icon?: string | undefined;
516
+ priceDatasourceId?: string | undefined;
517
+ }, {
518
+ symbol: string;
519
+ type: "CryptoCurrency";
520
+ id: string;
521
+ name: string;
522
+ market: {
523
+ coingeckoId?: string | undefined;
524
+ marketCapUsd?: {
525
+ value: bigint;
526
+ decimals: number;
527
+ } | undefined;
528
+ };
529
+ updatedAt: number;
530
+ icon?: string | undefined;
531
+ priceDatasourceId?: string | undefined;
532
+ }>, {
533
+ icon: string | undefined;
534
+ priceDatasourceId: string | undefined;
535
+ symbol: string;
536
+ type: "CryptoCurrency";
537
+ id: string;
538
+ name: string;
539
+ market: {
540
+ coingeckoId: string | undefined;
541
+ marketCapUsd: {
542
+ value: bigint;
543
+ decimals: number;
544
+ } | undefined;
545
+ };
546
+ updatedAt: number;
547
+ }, {
548
+ symbol: string;
549
+ type: "CryptoCurrency";
550
+ id: string;
551
+ name: string;
552
+ market: {
553
+ coingeckoId?: string | undefined;
554
+ marketCapUsd?: {
555
+ value: bigint;
556
+ decimals: number;
557
+ } | undefined;
558
+ };
559
+ updatedAt: number;
560
+ icon?: string | undefined;
561
+ priceDatasourceId?: string | undefined;
562
+ }>, z.ZodEffects<z.ZodObject<{
563
+ type: z.ZodLiteral<"FiatCurrency">;
564
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
565
+ name: z.ZodString;
566
+ symbol: z.ZodString;
567
+ icon: z.ZodOptional<z.ZodString>;
568
+ }, "strip", z.ZodTypeAny, {
569
+ symbol: string;
570
+ type: "FiatCurrency";
571
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
572
+ name: string;
573
+ icon?: string | undefined;
574
+ }, {
575
+ symbol: string;
576
+ type: "FiatCurrency";
577
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
578
+ name: string;
579
+ icon?: string | undefined;
580
+ }>, {
581
+ icon: string | undefined;
582
+ symbol: string;
583
+ type: "FiatCurrency";
584
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
585
+ name: string;
586
+ }, {
587
+ symbol: string;
588
+ type: "FiatCurrency";
589
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
590
+ name: string;
591
+ icon?: string | undefined;
592
+ }>, z.ZodEffects<z.ZodObject<{
593
+ type: z.ZodLiteral<"Nft">;
594
+ id: z.ZodString;
595
+ name: z.ZodOptional<z.ZodString>;
596
+ symbol: z.ZodOptional<z.ZodString>;
597
+ image: z.ZodOptional<z.ZodString>;
598
+ metadata: z.ZodOptional<z.ZodString>;
599
+ updatedAt: z.ZodNumber;
600
+ }, "strip", z.ZodTypeAny, {
601
+ type: "Nft";
602
+ id: string;
603
+ updatedAt: number;
604
+ symbol?: string | undefined;
605
+ name?: string | undefined;
606
+ image?: string | undefined;
607
+ metadata?: string | undefined;
608
+ }, {
609
+ type: "Nft";
610
+ id: string;
611
+ updatedAt: number;
612
+ symbol?: string | undefined;
613
+ name?: string | undefined;
614
+ image?: string | undefined;
615
+ metadata?: string | undefined;
616
+ }>, {
617
+ name: string | undefined;
618
+ symbol: string | undefined;
619
+ image: string | undefined;
620
+ metadata: string | undefined;
621
+ type: "Nft";
622
+ id: string;
623
+ updatedAt: number;
624
+ }, {
625
+ type: "Nft";
626
+ id: string;
627
+ updatedAt: number;
628
+ symbol?: string | undefined;
629
+ name?: string | undefined;
630
+ image?: string | undefined;
631
+ metadata?: string | undefined;
632
+ }>]>;
633
+ amount: z.ZodObject<{
634
+ value: z.ZodBigInt;
635
+ decimals: z.ZodNumber;
636
+ }, "strip", z.ZodTypeAny, {
637
+ value: bigint;
638
+ decimals: number;
639
+ }, {
640
+ value: bigint;
641
+ decimals: number;
642
+ }>;
643
+ price: z.ZodOptional<z.ZodObject<{
644
+ cryptoCurrencyId: z.ZodString;
645
+ fiatCurrencyId: z.ZodString;
646
+ price: z.ZodObject<{
647
+ value: z.ZodBigInt;
648
+ decimals: z.ZodNumber;
649
+ }, "strip", z.ZodTypeAny, {
650
+ value: bigint;
651
+ decimals: number;
652
+ }, {
653
+ value: bigint;
654
+ decimals: number;
655
+ }>;
656
+ timestamp: z.ZodNumber;
657
+ }, "strip", z.ZodTypeAny, {
658
+ cryptoCurrencyId: string;
659
+ fiatCurrencyId: string;
660
+ price: {
661
+ value: bigint;
662
+ decimals: number;
663
+ };
664
+ timestamp: number;
665
+ }, {
666
+ cryptoCurrencyId: string;
667
+ fiatCurrencyId: string;
668
+ price: {
669
+ value: bigint;
670
+ decimals: number;
671
+ };
672
+ timestamp: number;
673
+ }>>;
674
+ }, {
675
+ direction: z.ZodLiteral<"out">;
676
+ }>, "strip", z.ZodTypeAny, {
677
+ asset: {
678
+ icon: string | undefined;
679
+ priceDatasourceId: string | undefined;
680
+ symbol: string;
681
+ type: "CryptoCurrency";
682
+ id: string;
683
+ name: string;
684
+ market: {
685
+ coingeckoId: string | undefined;
686
+ marketCapUsd: {
687
+ value: bigint;
688
+ decimals: number;
689
+ } | undefined;
690
+ };
691
+ updatedAt: number;
692
+ } | {
693
+ icon: string | undefined;
694
+ symbol: string;
695
+ type: "FiatCurrency";
696
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
697
+ name: string;
698
+ } | {
699
+ name: string | undefined;
700
+ symbol: string | undefined;
701
+ image: string | undefined;
702
+ metadata: string | undefined;
703
+ type: "Nft";
704
+ id: string;
705
+ updatedAt: number;
706
+ };
707
+ amount: {
708
+ value: bigint;
709
+ decimals: number;
710
+ };
711
+ direction: "out";
712
+ price?: {
713
+ cryptoCurrencyId: string;
714
+ fiatCurrencyId: string;
715
+ price: {
716
+ value: bigint;
717
+ decimals: number;
718
+ };
719
+ timestamp: number;
720
+ } | undefined;
721
+ from?: string | undefined;
722
+ to?: string | undefined;
723
+ }, {
724
+ asset: {
725
+ symbol: string;
726
+ type: "CryptoCurrency";
727
+ id: string;
728
+ name: string;
729
+ market: {
730
+ coingeckoId?: string | undefined;
731
+ marketCapUsd?: {
732
+ value: bigint;
733
+ decimals: number;
734
+ } | undefined;
735
+ };
736
+ updatedAt: number;
737
+ icon?: string | undefined;
738
+ priceDatasourceId?: string | undefined;
739
+ } | {
740
+ symbol: string;
741
+ type: "FiatCurrency";
742
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
743
+ name: string;
744
+ icon?: string | undefined;
745
+ } | {
746
+ type: "Nft";
747
+ id: string;
748
+ updatedAt: number;
749
+ symbol?: string | undefined;
750
+ name?: string | undefined;
751
+ image?: string | undefined;
752
+ metadata?: string | undefined;
753
+ };
754
+ amount: {
755
+ value: bigint;
756
+ decimals: number;
757
+ };
758
+ direction: "out";
759
+ price?: {
760
+ cryptoCurrencyId: string;
761
+ fiatCurrencyId: string;
762
+ price: {
763
+ value: bigint;
764
+ decimals: number;
765
+ };
766
+ timestamp: number;
767
+ } | undefined;
768
+ from?: string | undefined;
769
+ to?: string | undefined;
770
+ }>, {
771
+ from: string | undefined;
772
+ to: string | undefined;
773
+ price: {
774
+ cryptoCurrencyId: string;
775
+ fiatCurrencyId: string;
776
+ price: {
777
+ value: bigint;
778
+ decimals: number;
779
+ };
780
+ timestamp: number;
781
+ } | undefined;
782
+ asset: {
783
+ icon: string | undefined;
784
+ priceDatasourceId: string | undefined;
785
+ symbol: string;
786
+ type: "CryptoCurrency";
787
+ id: string;
788
+ name: string;
789
+ market: {
790
+ coingeckoId: string | undefined;
791
+ marketCapUsd: {
792
+ value: bigint;
793
+ decimals: number;
794
+ } | undefined;
795
+ };
796
+ updatedAt: number;
797
+ } | {
798
+ icon: string | undefined;
799
+ symbol: string;
800
+ type: "FiatCurrency";
801
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
802
+ name: string;
803
+ } | {
804
+ name: string | undefined;
805
+ symbol: string | undefined;
806
+ image: string | undefined;
807
+ metadata: string | undefined;
808
+ type: "Nft";
809
+ id: string;
810
+ updatedAt: number;
811
+ };
812
+ amount: {
813
+ value: bigint;
814
+ decimals: number;
815
+ };
816
+ direction: "out";
817
+ }, {
818
+ asset: {
819
+ symbol: string;
820
+ type: "CryptoCurrency";
821
+ id: string;
822
+ name: string;
823
+ market: {
824
+ coingeckoId?: string | undefined;
825
+ marketCapUsd?: {
826
+ value: bigint;
827
+ decimals: number;
828
+ } | undefined;
829
+ };
830
+ updatedAt: number;
831
+ icon?: string | undefined;
832
+ priceDatasourceId?: string | undefined;
833
+ } | {
834
+ symbol: string;
835
+ type: "FiatCurrency";
836
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
837
+ name: string;
838
+ icon?: string | undefined;
839
+ } | {
840
+ type: "Nft";
841
+ id: string;
842
+ updatedAt: number;
843
+ symbol?: string | undefined;
844
+ name?: string | undefined;
845
+ image?: string | undefined;
846
+ metadata?: string | undefined;
847
+ };
848
+ amount: {
849
+ value: bigint;
850
+ decimals: number;
851
+ };
852
+ direction: "out";
853
+ price?: {
854
+ cryptoCurrencyId: string;
855
+ fiatCurrencyId: string;
856
+ price: {
857
+ value: bigint;
858
+ decimals: number;
859
+ };
860
+ timestamp: number;
861
+ } | undefined;
862
+ from?: string | undefined;
863
+ to?: string | undefined;
864
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
865
+ from: z.ZodOptional<z.ZodString>;
866
+ to: z.ZodOptional<z.ZodString>;
867
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
868
+ type: z.ZodLiteral<"CryptoCurrency">;
869
+ id: z.ZodString;
870
+ name: z.ZodString;
871
+ symbol: z.ZodString;
872
+ icon: z.ZodOptional<z.ZodString>;
873
+ market: z.ZodEffects<z.ZodObject<{
874
+ coingeckoId: z.ZodOptional<z.ZodString>;
875
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
876
+ value: z.ZodBigInt;
877
+ decimals: z.ZodNumber;
878
+ }, "strip", z.ZodTypeAny, {
879
+ value: bigint;
880
+ decimals: number;
881
+ }, {
882
+ value: bigint;
883
+ decimals: number;
884
+ }>>;
885
+ }, "strip", z.ZodTypeAny, {
886
+ coingeckoId?: string | undefined;
887
+ marketCapUsd?: {
888
+ value: bigint;
889
+ decimals: number;
890
+ } | undefined;
891
+ }, {
892
+ coingeckoId?: string | undefined;
893
+ marketCapUsd?: {
894
+ value: bigint;
895
+ decimals: number;
896
+ } | undefined;
897
+ }>, {
898
+ coingeckoId: string | undefined;
899
+ marketCapUsd: {
900
+ value: bigint;
901
+ decimals: number;
902
+ } | undefined;
903
+ }, {
904
+ coingeckoId?: string | undefined;
905
+ marketCapUsd?: {
906
+ value: bigint;
907
+ decimals: number;
908
+ } | undefined;
909
+ }>;
910
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
911
+ updatedAt: z.ZodNumber;
912
+ }, "strip", z.ZodTypeAny, {
913
+ symbol: string;
914
+ type: "CryptoCurrency";
915
+ id: string;
916
+ name: string;
917
+ market: {
918
+ coingeckoId: string | undefined;
919
+ marketCapUsd: {
920
+ value: bigint;
921
+ decimals: number;
922
+ } | undefined;
923
+ };
924
+ updatedAt: number;
925
+ icon?: string | undefined;
926
+ priceDatasourceId?: string | undefined;
927
+ }, {
928
+ symbol: string;
929
+ type: "CryptoCurrency";
930
+ id: string;
931
+ name: string;
932
+ market: {
933
+ coingeckoId?: string | undefined;
934
+ marketCapUsd?: {
935
+ value: bigint;
936
+ decimals: number;
937
+ } | undefined;
938
+ };
939
+ updatedAt: number;
940
+ icon?: string | undefined;
941
+ priceDatasourceId?: string | undefined;
942
+ }>, {
943
+ icon: string | undefined;
944
+ priceDatasourceId: string | undefined;
945
+ symbol: string;
946
+ type: "CryptoCurrency";
947
+ id: string;
948
+ name: string;
949
+ market: {
950
+ coingeckoId: string | undefined;
951
+ marketCapUsd: {
952
+ value: bigint;
953
+ decimals: number;
954
+ } | undefined;
955
+ };
956
+ updatedAt: number;
957
+ }, {
958
+ symbol: string;
959
+ type: "CryptoCurrency";
960
+ id: string;
961
+ name: string;
962
+ market: {
963
+ coingeckoId?: string | undefined;
964
+ marketCapUsd?: {
965
+ value: bigint;
966
+ decimals: number;
967
+ } | undefined;
968
+ };
969
+ updatedAt: number;
970
+ icon?: string | undefined;
971
+ priceDatasourceId?: string | undefined;
972
+ }>, z.ZodEffects<z.ZodObject<{
973
+ type: z.ZodLiteral<"FiatCurrency">;
974
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
975
+ name: z.ZodString;
976
+ symbol: z.ZodString;
977
+ icon: z.ZodOptional<z.ZodString>;
978
+ }, "strip", z.ZodTypeAny, {
979
+ symbol: string;
980
+ type: "FiatCurrency";
981
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
982
+ name: string;
983
+ icon?: string | undefined;
984
+ }, {
985
+ symbol: string;
986
+ type: "FiatCurrency";
987
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
988
+ name: string;
989
+ icon?: string | undefined;
990
+ }>, {
991
+ icon: string | undefined;
992
+ symbol: string;
993
+ type: "FiatCurrency";
994
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
995
+ name: string;
996
+ }, {
997
+ symbol: string;
998
+ type: "FiatCurrency";
999
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1000
+ name: string;
1001
+ icon?: string | undefined;
1002
+ }>, z.ZodEffects<z.ZodObject<{
1003
+ type: z.ZodLiteral<"Nft">;
1004
+ id: z.ZodString;
1005
+ name: z.ZodOptional<z.ZodString>;
1006
+ symbol: z.ZodOptional<z.ZodString>;
1007
+ image: z.ZodOptional<z.ZodString>;
1008
+ metadata: z.ZodOptional<z.ZodString>;
1009
+ updatedAt: z.ZodNumber;
1010
+ }, "strip", z.ZodTypeAny, {
1011
+ type: "Nft";
1012
+ id: string;
1013
+ updatedAt: number;
1014
+ symbol?: string | undefined;
1015
+ name?: string | undefined;
1016
+ image?: string | undefined;
1017
+ metadata?: string | undefined;
1018
+ }, {
1019
+ type: "Nft";
1020
+ id: string;
1021
+ updatedAt: number;
1022
+ symbol?: string | undefined;
1023
+ name?: string | undefined;
1024
+ image?: string | undefined;
1025
+ metadata?: string | undefined;
1026
+ }>, {
1027
+ name: string | undefined;
1028
+ symbol: string | undefined;
1029
+ image: string | undefined;
1030
+ metadata: string | undefined;
1031
+ type: "Nft";
1032
+ id: string;
1033
+ updatedAt: number;
1034
+ }, {
1035
+ type: "Nft";
1036
+ id: string;
1037
+ updatedAt: number;
1038
+ symbol?: string | undefined;
1039
+ name?: string | undefined;
1040
+ image?: string | undefined;
1041
+ metadata?: string | undefined;
1042
+ }>]>;
1043
+ amount: z.ZodObject<{
1044
+ value: z.ZodBigInt;
1045
+ decimals: z.ZodNumber;
1046
+ }, "strip", z.ZodTypeAny, {
1047
+ value: bigint;
1048
+ decimals: number;
1049
+ }, {
1050
+ value: bigint;
1051
+ decimals: number;
1052
+ }>;
1053
+ price: z.ZodOptional<z.ZodObject<{
1054
+ cryptoCurrencyId: z.ZodString;
1055
+ fiatCurrencyId: z.ZodString;
1056
+ price: z.ZodObject<{
1057
+ value: z.ZodBigInt;
1058
+ decimals: z.ZodNumber;
1059
+ }, "strip", z.ZodTypeAny, {
1060
+ value: bigint;
1061
+ decimals: number;
1062
+ }, {
1063
+ value: bigint;
1064
+ decimals: number;
1065
+ }>;
1066
+ timestamp: z.ZodNumber;
1067
+ }, "strip", z.ZodTypeAny, {
1068
+ cryptoCurrencyId: string;
1069
+ fiatCurrencyId: string;
1070
+ price: {
1071
+ value: bigint;
1072
+ decimals: number;
1073
+ };
1074
+ timestamp: number;
1075
+ }, {
1076
+ cryptoCurrencyId: string;
1077
+ fiatCurrencyId: string;
1078
+ price: {
1079
+ value: bigint;
1080
+ decimals: number;
1081
+ };
1082
+ timestamp: number;
1083
+ }>>;
1084
+ }, {
1085
+ direction: z.ZodLiteral<"none">;
1086
+ }>, "strip", z.ZodTypeAny, {
1087
+ asset: {
1088
+ icon: string | undefined;
1089
+ priceDatasourceId: string | undefined;
1090
+ symbol: string;
1091
+ type: "CryptoCurrency";
1092
+ id: string;
1093
+ name: string;
1094
+ market: {
1095
+ coingeckoId: string | undefined;
1096
+ marketCapUsd: {
1097
+ value: bigint;
1098
+ decimals: number;
1099
+ } | undefined;
1100
+ };
1101
+ updatedAt: number;
1102
+ } | {
1103
+ icon: string | undefined;
1104
+ symbol: string;
1105
+ type: "FiatCurrency";
1106
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1107
+ name: string;
1108
+ } | {
1109
+ name: string | undefined;
1110
+ symbol: string | undefined;
1111
+ image: string | undefined;
1112
+ metadata: string | undefined;
1113
+ type: "Nft";
1114
+ id: string;
1115
+ updatedAt: number;
1116
+ };
1117
+ amount: {
1118
+ value: bigint;
1119
+ decimals: number;
1120
+ };
1121
+ direction: "none";
1122
+ price?: {
1123
+ cryptoCurrencyId: string;
1124
+ fiatCurrencyId: string;
1125
+ price: {
1126
+ value: bigint;
1127
+ decimals: number;
1128
+ };
1129
+ timestamp: number;
1130
+ } | undefined;
1131
+ from?: string | undefined;
1132
+ to?: string | undefined;
1133
+ }, {
1134
+ asset: {
1135
+ symbol: string;
1136
+ type: "CryptoCurrency";
1137
+ id: string;
1138
+ name: string;
1139
+ market: {
1140
+ coingeckoId?: string | undefined;
1141
+ marketCapUsd?: {
1142
+ value: bigint;
1143
+ decimals: number;
1144
+ } | undefined;
1145
+ };
1146
+ updatedAt: number;
1147
+ icon?: string | undefined;
1148
+ priceDatasourceId?: string | undefined;
1149
+ } | {
1150
+ symbol: string;
1151
+ type: "FiatCurrency";
1152
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1153
+ name: string;
1154
+ icon?: string | undefined;
1155
+ } | {
1156
+ type: "Nft";
1157
+ id: string;
1158
+ updatedAt: number;
1159
+ symbol?: string | undefined;
1160
+ name?: string | undefined;
1161
+ image?: string | undefined;
1162
+ metadata?: string | undefined;
1163
+ };
1164
+ amount: {
1165
+ value: bigint;
1166
+ decimals: number;
1167
+ };
1168
+ direction: "none";
1169
+ price?: {
1170
+ cryptoCurrencyId: string;
1171
+ fiatCurrencyId: string;
1172
+ price: {
1173
+ value: bigint;
1174
+ decimals: number;
1175
+ };
1176
+ timestamp: number;
1177
+ } | undefined;
1178
+ from?: string | undefined;
1179
+ to?: string | undefined;
1180
+ }>, {
1181
+ from: string | undefined;
1182
+ to: string | undefined;
1183
+ price: {
1184
+ cryptoCurrencyId: string;
1185
+ fiatCurrencyId: string;
1186
+ price: {
1187
+ value: bigint;
1188
+ decimals: number;
1189
+ };
1190
+ timestamp: number;
1191
+ } | undefined;
1192
+ asset: {
1193
+ icon: string | undefined;
1194
+ priceDatasourceId: string | undefined;
1195
+ symbol: string;
1196
+ type: "CryptoCurrency";
1197
+ id: string;
1198
+ name: string;
1199
+ market: {
1200
+ coingeckoId: string | undefined;
1201
+ marketCapUsd: {
1202
+ value: bigint;
1203
+ decimals: number;
1204
+ } | undefined;
1205
+ };
1206
+ updatedAt: number;
1207
+ } | {
1208
+ icon: string | undefined;
1209
+ symbol: string;
1210
+ type: "FiatCurrency";
1211
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1212
+ name: string;
1213
+ } | {
1214
+ name: string | undefined;
1215
+ symbol: string | undefined;
1216
+ image: string | undefined;
1217
+ metadata: string | undefined;
1218
+ type: "Nft";
1219
+ id: string;
1220
+ updatedAt: number;
1221
+ };
1222
+ amount: {
1223
+ value: bigint;
1224
+ decimals: number;
1225
+ };
1226
+ direction: "none";
1227
+ }, {
1228
+ asset: {
1229
+ symbol: string;
1230
+ type: "CryptoCurrency";
1231
+ id: string;
1232
+ name: string;
1233
+ market: {
1234
+ coingeckoId?: string | undefined;
1235
+ marketCapUsd?: {
1236
+ value: bigint;
1237
+ decimals: number;
1238
+ } | undefined;
1239
+ };
1240
+ updatedAt: number;
1241
+ icon?: string | undefined;
1242
+ priceDatasourceId?: string | undefined;
1243
+ } | {
1244
+ symbol: string;
1245
+ type: "FiatCurrency";
1246
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1247
+ name: string;
1248
+ icon?: string | undefined;
1249
+ } | {
1250
+ type: "Nft";
1251
+ id: string;
1252
+ updatedAt: number;
1253
+ symbol?: string | undefined;
1254
+ name?: string | undefined;
1255
+ image?: string | undefined;
1256
+ metadata?: string | undefined;
1257
+ };
1258
+ amount: {
1259
+ value: bigint;
1260
+ decimals: number;
1261
+ };
1262
+ direction: "none";
1263
+ price?: {
1264
+ cryptoCurrencyId: string;
1265
+ fiatCurrencyId: string;
1266
+ price: {
1267
+ value: bigint;
1268
+ decimals: number;
1269
+ };
1270
+ timestamp: number;
1271
+ } | undefined;
1272
+ from?: string | undefined;
1273
+ to?: string | undefined;
1274
+ }>]>, "many">;
1275
+ }, {
1276
+ action: z.ZodLiteral<"free-mint-nft">;
1277
+ transfers: z.ZodArray<z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1278
+ from: z.ZodOptional<z.ZodString>;
1279
+ to: z.ZodOptional<z.ZodString>;
1280
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
1281
+ type: z.ZodLiteral<"CryptoCurrency">;
1282
+ id: z.ZodString;
1283
+ name: z.ZodString;
1284
+ symbol: z.ZodString;
1285
+ icon: z.ZodOptional<z.ZodString>;
1286
+ market: z.ZodEffects<z.ZodObject<{
1287
+ coingeckoId: z.ZodOptional<z.ZodString>;
1288
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1289
+ value: z.ZodBigInt;
1290
+ decimals: z.ZodNumber;
1291
+ }, "strip", z.ZodTypeAny, {
1292
+ value: bigint;
1293
+ decimals: number;
1294
+ }, {
1295
+ value: bigint;
1296
+ decimals: number;
1297
+ }>>;
1298
+ }, "strip", z.ZodTypeAny, {
1299
+ coingeckoId?: string | undefined;
1300
+ marketCapUsd?: {
1301
+ value: bigint;
1302
+ decimals: number;
1303
+ } | undefined;
1304
+ }, {
1305
+ coingeckoId?: string | undefined;
1306
+ marketCapUsd?: {
1307
+ value: bigint;
1308
+ decimals: number;
1309
+ } | undefined;
1310
+ }>, {
1311
+ coingeckoId: string | undefined;
1312
+ marketCapUsd: {
1313
+ value: bigint;
1314
+ decimals: number;
1315
+ } | undefined;
1316
+ }, {
1317
+ coingeckoId?: string | undefined;
1318
+ marketCapUsd?: {
1319
+ value: bigint;
1320
+ decimals: number;
1321
+ } | undefined;
1322
+ }>;
1323
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
1324
+ updatedAt: z.ZodNumber;
1325
+ }, "strip", z.ZodTypeAny, {
1326
+ symbol: string;
1327
+ type: "CryptoCurrency";
1328
+ id: string;
1329
+ name: string;
1330
+ market: {
1331
+ coingeckoId: string | undefined;
1332
+ marketCapUsd: {
1333
+ value: bigint;
1334
+ decimals: number;
1335
+ } | undefined;
1336
+ };
1337
+ updatedAt: number;
1338
+ icon?: string | undefined;
1339
+ priceDatasourceId?: string | undefined;
1340
+ }, {
1341
+ symbol: string;
1342
+ type: "CryptoCurrency";
1343
+ id: string;
1344
+ name: string;
1345
+ market: {
1346
+ coingeckoId?: string | undefined;
1347
+ marketCapUsd?: {
1348
+ value: bigint;
1349
+ decimals: number;
1350
+ } | undefined;
1351
+ };
1352
+ updatedAt: number;
1353
+ icon?: string | undefined;
1354
+ priceDatasourceId?: string | undefined;
1355
+ }>, {
1356
+ icon: string | undefined;
1357
+ priceDatasourceId: string | undefined;
1358
+ symbol: string;
1359
+ type: "CryptoCurrency";
1360
+ id: string;
1361
+ name: string;
1362
+ market: {
1363
+ coingeckoId: string | undefined;
1364
+ marketCapUsd: {
1365
+ value: bigint;
1366
+ decimals: number;
1367
+ } | undefined;
1368
+ };
1369
+ updatedAt: number;
1370
+ }, {
1371
+ symbol: string;
1372
+ type: "CryptoCurrency";
1373
+ id: string;
1374
+ name: string;
1375
+ market: {
1376
+ coingeckoId?: string | undefined;
1377
+ marketCapUsd?: {
1378
+ value: bigint;
1379
+ decimals: number;
1380
+ } | undefined;
1381
+ };
1382
+ updatedAt: number;
1383
+ icon?: string | undefined;
1384
+ priceDatasourceId?: string | undefined;
1385
+ }>, z.ZodEffects<z.ZodObject<{
1386
+ type: z.ZodLiteral<"FiatCurrency">;
1387
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
1388
+ name: z.ZodString;
1389
+ symbol: z.ZodString;
1390
+ icon: z.ZodOptional<z.ZodString>;
1391
+ }, "strip", z.ZodTypeAny, {
1392
+ symbol: string;
1393
+ type: "FiatCurrency";
1394
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1395
+ name: string;
1396
+ icon?: string | undefined;
1397
+ }, {
1398
+ symbol: string;
1399
+ type: "FiatCurrency";
1400
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1401
+ name: string;
1402
+ icon?: string | undefined;
1403
+ }>, {
1404
+ icon: string | undefined;
1405
+ symbol: string;
1406
+ type: "FiatCurrency";
1407
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1408
+ name: string;
1409
+ }, {
1410
+ symbol: string;
1411
+ type: "FiatCurrency";
1412
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1413
+ name: string;
1414
+ icon?: string | undefined;
1415
+ }>, z.ZodEffects<z.ZodObject<{
1416
+ type: z.ZodLiteral<"Nft">;
1417
+ id: z.ZodString;
1418
+ name: z.ZodOptional<z.ZodString>;
1419
+ symbol: z.ZodOptional<z.ZodString>;
1420
+ image: z.ZodOptional<z.ZodString>;
1421
+ metadata: z.ZodOptional<z.ZodString>;
1422
+ updatedAt: z.ZodNumber;
1423
+ }, "strip", z.ZodTypeAny, {
1424
+ type: "Nft";
1425
+ id: string;
1426
+ updatedAt: number;
1427
+ symbol?: string | undefined;
1428
+ name?: string | undefined;
1429
+ image?: string | undefined;
1430
+ metadata?: string | undefined;
1431
+ }, {
1432
+ type: "Nft";
1433
+ id: string;
1434
+ updatedAt: number;
1435
+ symbol?: string | undefined;
1436
+ name?: string | undefined;
1437
+ image?: string | undefined;
1438
+ metadata?: string | undefined;
1439
+ }>, {
1440
+ name: string | undefined;
1441
+ symbol: string | undefined;
1442
+ image: string | undefined;
1443
+ metadata: string | undefined;
1444
+ type: "Nft";
1445
+ id: string;
1446
+ updatedAt: number;
1447
+ }, {
1448
+ type: "Nft";
1449
+ id: string;
1450
+ updatedAt: number;
1451
+ symbol?: string | undefined;
1452
+ name?: string | undefined;
1453
+ image?: string | undefined;
1454
+ metadata?: string | undefined;
1455
+ }>]>;
1456
+ amount: z.ZodObject<{
1457
+ value: z.ZodBigInt;
1458
+ decimals: z.ZodNumber;
1459
+ }, "strip", z.ZodTypeAny, {
1460
+ value: bigint;
1461
+ decimals: number;
1462
+ }, {
1463
+ value: bigint;
1464
+ decimals: number;
1465
+ }>;
1466
+ price: z.ZodOptional<z.ZodObject<{
1467
+ cryptoCurrencyId: z.ZodString;
1468
+ fiatCurrencyId: z.ZodString;
1469
+ price: z.ZodObject<{
1470
+ value: z.ZodBigInt;
1471
+ decimals: z.ZodNumber;
1472
+ }, "strip", z.ZodTypeAny, {
1473
+ value: bigint;
1474
+ decimals: number;
1475
+ }, {
1476
+ value: bigint;
1477
+ decimals: number;
1478
+ }>;
1479
+ timestamp: z.ZodNumber;
1480
+ }, "strip", z.ZodTypeAny, {
1481
+ cryptoCurrencyId: string;
1482
+ fiatCurrencyId: string;
1483
+ price: {
1484
+ value: bigint;
1485
+ decimals: number;
1486
+ };
1487
+ timestamp: number;
1488
+ }, {
1489
+ cryptoCurrencyId: string;
1490
+ fiatCurrencyId: string;
1491
+ price: {
1492
+ value: bigint;
1493
+ decimals: number;
1494
+ };
1495
+ timestamp: number;
1496
+ }>>;
1497
+ }, {
1498
+ direction: z.ZodLiteral<"in">;
1499
+ }>, {
1500
+ asset: z.ZodEffects<z.ZodObject<{
1501
+ type: z.ZodLiteral<"Nft">;
1502
+ id: z.ZodString;
1503
+ name: z.ZodOptional<z.ZodString>;
1504
+ symbol: z.ZodOptional<z.ZodString>;
1505
+ image: z.ZodOptional<z.ZodString>;
1506
+ metadata: z.ZodOptional<z.ZodString>;
1507
+ updatedAt: z.ZodNumber;
1508
+ }, "strip", z.ZodTypeAny, {
1509
+ type: "Nft";
1510
+ id: string;
1511
+ updatedAt: number;
1512
+ symbol?: string | undefined;
1513
+ name?: string | undefined;
1514
+ image?: string | undefined;
1515
+ metadata?: string | undefined;
1516
+ }, {
1517
+ type: "Nft";
1518
+ id: string;
1519
+ updatedAt: number;
1520
+ symbol?: string | undefined;
1521
+ name?: string | undefined;
1522
+ image?: string | undefined;
1523
+ metadata?: string | undefined;
1524
+ }>, {
1525
+ name: string | undefined;
1526
+ symbol: string | undefined;
1527
+ image: string | undefined;
1528
+ metadata: string | undefined;
1529
+ type: "Nft";
1530
+ id: string;
1531
+ updatedAt: number;
1532
+ }, {
1533
+ type: "Nft";
1534
+ id: string;
1535
+ updatedAt: number;
1536
+ symbol?: string | undefined;
1537
+ name?: string | undefined;
1538
+ image?: string | undefined;
1539
+ metadata?: string | undefined;
1540
+ }>;
1541
+ }>, "strip", z.ZodTypeAny, {
1542
+ asset: {
1543
+ name: string | undefined;
1544
+ symbol: string | undefined;
1545
+ image: string | undefined;
1546
+ metadata: string | undefined;
1547
+ type: "Nft";
1548
+ id: string;
1549
+ updatedAt: number;
1550
+ };
1551
+ amount: {
1552
+ value: bigint;
1553
+ decimals: number;
1554
+ };
1555
+ direction: "in";
1556
+ price?: {
1557
+ cryptoCurrencyId: string;
1558
+ fiatCurrencyId: string;
1559
+ price: {
1560
+ value: bigint;
1561
+ decimals: number;
1562
+ };
1563
+ timestamp: number;
1564
+ } | undefined;
1565
+ from?: string | undefined;
1566
+ to?: string | undefined;
1567
+ }, {
1568
+ asset: {
1569
+ type: "Nft";
1570
+ id: string;
1571
+ updatedAt: number;
1572
+ symbol?: string | undefined;
1573
+ name?: string | undefined;
1574
+ image?: string | undefined;
1575
+ metadata?: string | undefined;
1576
+ };
1577
+ amount: {
1578
+ value: bigint;
1579
+ decimals: number;
1580
+ };
1581
+ direction: "in";
1582
+ price?: {
1583
+ cryptoCurrencyId: string;
1584
+ fiatCurrencyId: string;
1585
+ price: {
1586
+ value: bigint;
1587
+ decimals: number;
1588
+ };
1589
+ timestamp: number;
1590
+ } | undefined;
1591
+ from?: string | undefined;
1592
+ to?: string | undefined;
1593
+ }>, {
1594
+ from: string | undefined;
1595
+ to: string | undefined;
1596
+ price: {
1597
+ cryptoCurrencyId: string;
1598
+ fiatCurrencyId: string;
1599
+ price: {
1600
+ value: bigint;
1601
+ decimals: number;
1602
+ };
1603
+ timestamp: number;
1604
+ } | undefined;
1605
+ asset: {
1606
+ name: string | undefined;
1607
+ symbol: string | undefined;
1608
+ image: string | undefined;
1609
+ metadata: string | undefined;
1610
+ type: "Nft";
1611
+ id: string;
1612
+ updatedAt: number;
1613
+ };
1614
+ amount: {
1615
+ value: bigint;
1616
+ decimals: number;
1617
+ };
1618
+ direction: "in";
1619
+ }, {
1620
+ asset: {
1621
+ type: "Nft";
1622
+ id: string;
1623
+ updatedAt: number;
1624
+ symbol?: string | undefined;
1625
+ name?: string | undefined;
1626
+ image?: string | undefined;
1627
+ metadata?: string | undefined;
1628
+ };
1629
+ amount: {
1630
+ value: bigint;
1631
+ decimals: number;
1632
+ };
1633
+ direction: "in";
1634
+ price?: {
1635
+ cryptoCurrencyId: string;
1636
+ fiatCurrencyId: string;
1637
+ price: {
1638
+ value: bigint;
1639
+ decimals: number;
1640
+ };
1641
+ timestamp: number;
1642
+ } | undefined;
1643
+ from?: string | undefined;
1644
+ to?: string | undefined;
1645
+ }>, "many">;
1646
+ }>, "strip", z.ZodTypeAny, {
1647
+ type: "NormalAction";
1648
+ timestamp: number;
1649
+ action: "free-mint-nft";
1650
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
1651
+ transfers: {
1652
+ from: string | undefined;
1653
+ to: string | undefined;
1654
+ price: {
1655
+ cryptoCurrencyId: string;
1656
+ fiatCurrencyId: string;
1657
+ price: {
1658
+ value: bigint;
1659
+ decimals: number;
1660
+ };
1661
+ timestamp: number;
1662
+ } | undefined;
1663
+ asset: {
1664
+ name: string | undefined;
1665
+ symbol: string | undefined;
1666
+ image: string | undefined;
1667
+ metadata: string | undefined;
1668
+ type: "Nft";
1669
+ id: string;
1670
+ updatedAt: number;
1671
+ };
1672
+ amount: {
1673
+ value: bigint;
1674
+ decimals: number;
1675
+ };
1676
+ direction: "in";
1677
+ }[];
1678
+ comment?: string | undefined;
1679
+ app?: {
1680
+ description: string | undefined;
1681
+ website: string | undefined;
1682
+ icon: string | undefined;
1683
+ id: string;
1684
+ name: string;
1685
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1686
+ } | undefined;
1687
+ }, {
1688
+ type: "NormalAction";
1689
+ timestamp: number;
1690
+ action: "free-mint-nft";
1691
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
1692
+ transfers: {
1693
+ asset: {
1694
+ type: "Nft";
1695
+ id: string;
1696
+ updatedAt: number;
1697
+ symbol?: string | undefined;
1698
+ name?: string | undefined;
1699
+ image?: string | undefined;
1700
+ metadata?: string | undefined;
1701
+ };
1702
+ amount: {
1703
+ value: bigint;
1704
+ decimals: number;
1705
+ };
1706
+ direction: "in";
1707
+ price?: {
1708
+ cryptoCurrencyId: string;
1709
+ fiatCurrencyId: string;
1710
+ price: {
1711
+ value: bigint;
1712
+ decimals: number;
1713
+ };
1714
+ timestamp: number;
1715
+ } | undefined;
1716
+ from?: string | undefined;
1717
+ to?: string | undefined;
1718
+ }[];
1719
+ comment?: string | undefined;
1720
+ app?: {
1721
+ id: string;
1722
+ name: string;
1723
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1724
+ icon?: string | undefined;
1725
+ description?: string | undefined;
1726
+ website?: string | undefined;
1727
+ } | undefined;
1728
+ }>, {
1729
+ comment: string | undefined;
1730
+ app: {
1731
+ description: string | undefined;
1732
+ website: string | undefined;
1733
+ icon: string | undefined;
1734
+ id: string;
1735
+ name: string;
1736
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1737
+ } | undefined;
1738
+ type: "NormalAction";
1739
+ timestamp: number;
1740
+ action: "free-mint-nft";
1741
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
1742
+ transfers: {
1743
+ from: string | undefined;
1744
+ to: string | undefined;
1745
+ price: {
1746
+ cryptoCurrencyId: string;
1747
+ fiatCurrencyId: string;
1748
+ price: {
1749
+ value: bigint;
1750
+ decimals: number;
1751
+ };
1752
+ timestamp: number;
1753
+ } | undefined;
1754
+ asset: {
1755
+ name: string | undefined;
1756
+ symbol: string | undefined;
1757
+ image: string | undefined;
1758
+ metadata: string | undefined;
1759
+ type: "Nft";
1760
+ id: string;
1761
+ updatedAt: number;
1762
+ };
1763
+ amount: {
1764
+ value: bigint;
1765
+ decimals: number;
1766
+ };
1767
+ direction: "in";
1768
+ }[];
1769
+ }, {
1770
+ type: "NormalAction";
1771
+ timestamp: number;
1772
+ action: "free-mint-nft";
1773
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
1774
+ transfers: {
1775
+ asset: {
1776
+ type: "Nft";
1777
+ id: string;
1778
+ updatedAt: number;
1779
+ symbol?: string | undefined;
1780
+ name?: string | undefined;
1781
+ image?: string | undefined;
1782
+ metadata?: string | undefined;
1783
+ };
1784
+ amount: {
1785
+ value: bigint;
1786
+ decimals: number;
1787
+ };
1788
+ direction: "in";
1789
+ price?: {
1790
+ cryptoCurrencyId: string;
1791
+ fiatCurrencyId: string;
1792
+ price: {
1793
+ value: bigint;
1794
+ decimals: number;
1795
+ };
1796
+ timestamp: number;
1797
+ } | undefined;
1798
+ from?: string | undefined;
1799
+ to?: string | undefined;
1800
+ }[];
1801
+ comment?: string | undefined;
1802
+ app?: {
1803
+ id: string;
1804
+ name: string;
1805
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1806
+ icon?: string | undefined;
1807
+ description?: string | undefined;
1808
+ website?: string | undefined;
1809
+ } | undefined;
1810
+ }>;
1811
+ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1812
+ action: z.ZodUnion<[z.ZodLiteral<"add-liquidity">, z.ZodLiteral<"approve">, z.ZodLiteral<"atomic-arbitrage">, z.ZodLiteral<"borrow">, z.ZodLiteral<"bridge-from">, z.ZodLiteral<"bridge-to">, z.ZodLiteral<"buy-nft">, z.ZodLiteral<"buy-crypto">, z.ZodLiteral<"cross-replace">, z.ZodLiteral<"cross-trade">, z.ZodLiteral<"deposit">, z.ZodLiteral<"deposit-with-bond">, z.ZodLiteral<"fail-tx">, z.ZodLiteral<"fee">, z.ZodLiteral<"free-mint-nft">, z.ZodLiteral<"ignore">, z.ZodLiteral<"income">, z.ZodLiteral<"mint-nft">, z.ZodLiteral<"move">, z.ZodLiteral<"nft-royalty">, z.ZodLiteral<"receive-from-cex">, z.ZodLiteral<"reduce">, z.ZodLiteral<"remove-liquidity">, z.ZodLiteral<"repayment">, z.ZodLiteral<"repayment-with-debt">, z.ZodLiteral<"revoke">, z.ZodLiteral<"sell-crypto">, z.ZodLiteral<"sell-nft">, z.ZodLiteral<"send-to-cex">, z.ZodLiteral<"spam">, z.ZodLiteral<"stake">, z.ZodLiteral<"swap-income">, z.ZodLiteral<"swap-nft">, z.ZodLiteral<"swap-transfer">, z.ZodLiteral<"trade">, z.ZodLiteral<"transaction-fee">, z.ZodLiteral<"transfer">, z.ZodLiteral<"unstake">, z.ZodLiteral<"unwrap">, z.ZodLiteral<"valuedown">, z.ZodLiteral<"valueup">, z.ZodLiteral<"withdraw">, z.ZodLiteral<"withdraw-with-bond">, z.ZodLiteral<"wrap">]>;
1813
+ source: z.ZodString;
1814
+ evidence: z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>;
1815
+ timestamp: z.ZodNumber;
1816
+ order: z.ZodNumber;
1817
+ comment: z.ZodOptional<z.ZodString>;
1818
+ app: z.ZodOptional<z.ZodEffects<z.ZodObject<{
1819
+ id: z.ZodString;
1820
+ categories: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"bridge">, z.ZodLiteral<"cex">, z.ZodLiteral<"cross-chain">, z.ZodLiteral<"dex">, z.ZodLiteral<"gaming">, z.ZodLiteral<"lending">, z.ZodLiteral<"nft-marketplace">, z.ZodLiteral<"other">]>, "many">;
1821
+ name: z.ZodString;
1822
+ description: z.ZodOptional<z.ZodString>;
1823
+ website: z.ZodOptional<z.ZodString>;
1824
+ icon: z.ZodOptional<z.ZodString>;
1825
+ }, "strip", z.ZodTypeAny, {
1826
+ id: string;
1827
+ name: string;
1828
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1829
+ icon?: string | undefined;
1830
+ description?: string | undefined;
1831
+ website?: string | undefined;
1832
+ }, {
1833
+ id: string;
1834
+ name: string;
1835
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1836
+ icon?: string | undefined;
1837
+ description?: string | undefined;
1838
+ website?: string | undefined;
1839
+ }>, {
1840
+ description: string | undefined;
1841
+ website: string | undefined;
1842
+ icon: string | undefined;
1843
+ id: string;
1844
+ name: string;
1845
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1846
+ }, {
1847
+ id: string;
1848
+ name: string;
1849
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1850
+ icon?: string | undefined;
1851
+ description?: string | undefined;
1852
+ website?: string | undefined;
1853
+ }>>;
1854
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
1855
+ from: z.ZodOptional<z.ZodString>;
1856
+ to: z.ZodOptional<z.ZodString>;
1857
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
1858
+ type: z.ZodLiteral<"CryptoCurrency">;
1859
+ id: z.ZodString;
1860
+ name: z.ZodString;
1861
+ symbol: z.ZodString;
1862
+ icon: z.ZodOptional<z.ZodString>;
1863
+ market: z.ZodEffects<z.ZodObject<{
1864
+ coingeckoId: z.ZodOptional<z.ZodString>;
1865
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1866
+ value: z.ZodBigInt;
1867
+ decimals: z.ZodNumber;
1868
+ }, "strip", z.ZodTypeAny, {
1869
+ value: bigint;
1870
+ decimals: number;
1871
+ }, {
1872
+ value: bigint;
1873
+ decimals: number;
1874
+ }>>;
1875
+ }, "strip", z.ZodTypeAny, {
1876
+ coingeckoId?: string | undefined;
1877
+ marketCapUsd?: {
1878
+ value: bigint;
1879
+ decimals: number;
1880
+ } | undefined;
1881
+ }, {
1882
+ coingeckoId?: string | undefined;
1883
+ marketCapUsd?: {
1884
+ value: bigint;
1885
+ decimals: number;
1886
+ } | undefined;
1887
+ }>, {
1888
+ coingeckoId: string | undefined;
1889
+ marketCapUsd: {
1890
+ value: bigint;
1891
+ decimals: number;
1892
+ } | undefined;
1893
+ }, {
1894
+ coingeckoId?: string | undefined;
1895
+ marketCapUsd?: {
1896
+ value: bigint;
1897
+ decimals: number;
1898
+ } | undefined;
1899
+ }>;
1900
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
1901
+ updatedAt: z.ZodNumber;
1902
+ }, "strip", z.ZodTypeAny, {
1903
+ symbol: string;
1904
+ type: "CryptoCurrency";
1905
+ id: string;
1906
+ name: string;
1907
+ market: {
1908
+ coingeckoId: string | undefined;
1909
+ marketCapUsd: {
1910
+ value: bigint;
1911
+ decimals: number;
1912
+ } | undefined;
1913
+ };
1914
+ updatedAt: number;
1915
+ icon?: string | undefined;
1916
+ priceDatasourceId?: string | undefined;
1917
+ }, {
1918
+ symbol: string;
1919
+ type: "CryptoCurrency";
1920
+ id: string;
1921
+ name: string;
1922
+ market: {
1923
+ coingeckoId?: string | undefined;
1924
+ marketCapUsd?: {
1925
+ value: bigint;
1926
+ decimals: number;
1927
+ } | undefined;
1928
+ };
1929
+ updatedAt: number;
1930
+ icon?: string | undefined;
1931
+ priceDatasourceId?: string | undefined;
1932
+ }>, {
1933
+ icon: string | undefined;
1934
+ priceDatasourceId: string | undefined;
1935
+ symbol: string;
1936
+ type: "CryptoCurrency";
1937
+ id: string;
1938
+ name: string;
1939
+ market: {
1940
+ coingeckoId: string | undefined;
1941
+ marketCapUsd: {
1942
+ value: bigint;
1943
+ decimals: number;
1944
+ } | undefined;
1945
+ };
1946
+ updatedAt: number;
1947
+ }, {
1948
+ symbol: string;
1949
+ type: "CryptoCurrency";
1950
+ id: string;
1951
+ name: string;
1952
+ market: {
1953
+ coingeckoId?: string | undefined;
1954
+ marketCapUsd?: {
1955
+ value: bigint;
1956
+ decimals: number;
1957
+ } | undefined;
1958
+ };
1959
+ updatedAt: number;
1960
+ icon?: string | undefined;
1961
+ priceDatasourceId?: string | undefined;
1962
+ }>, z.ZodEffects<z.ZodObject<{
1963
+ type: z.ZodLiteral<"FiatCurrency">;
1964
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
1965
+ name: z.ZodString;
1966
+ symbol: z.ZodString;
1967
+ icon: z.ZodOptional<z.ZodString>;
1968
+ }, "strip", z.ZodTypeAny, {
1969
+ symbol: string;
1970
+ type: "FiatCurrency";
1971
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1972
+ name: string;
1973
+ icon?: string | undefined;
1974
+ }, {
1975
+ symbol: string;
1976
+ type: "FiatCurrency";
1977
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1978
+ name: string;
1979
+ icon?: string | undefined;
1980
+ }>, {
1981
+ icon: string | undefined;
1982
+ symbol: string;
1983
+ type: "FiatCurrency";
1984
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1985
+ name: string;
1986
+ }, {
1987
+ symbol: string;
1988
+ type: "FiatCurrency";
1989
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1990
+ name: string;
1991
+ icon?: string | undefined;
1992
+ }>, z.ZodEffects<z.ZodObject<{
1993
+ type: z.ZodLiteral<"Nft">;
1994
+ id: z.ZodString;
1995
+ name: z.ZodOptional<z.ZodString>;
1996
+ symbol: z.ZodOptional<z.ZodString>;
1997
+ image: z.ZodOptional<z.ZodString>;
1998
+ metadata: z.ZodOptional<z.ZodString>;
1999
+ updatedAt: z.ZodNumber;
2000
+ }, "strip", z.ZodTypeAny, {
2001
+ type: "Nft";
2002
+ id: string;
2003
+ updatedAt: number;
2004
+ symbol?: string | undefined;
2005
+ name?: string | undefined;
2006
+ image?: string | undefined;
2007
+ metadata?: string | undefined;
2008
+ }, {
2009
+ type: "Nft";
2010
+ id: string;
2011
+ updatedAt: number;
2012
+ symbol?: string | undefined;
2013
+ name?: string | undefined;
2014
+ image?: string | undefined;
2015
+ metadata?: string | undefined;
2016
+ }>, {
2017
+ name: string | undefined;
2018
+ symbol: string | undefined;
2019
+ image: string | undefined;
2020
+ metadata: string | undefined;
2021
+ type: "Nft";
2022
+ id: string;
2023
+ updatedAt: number;
2024
+ }, {
2025
+ type: "Nft";
2026
+ id: string;
2027
+ updatedAt: number;
2028
+ symbol?: string | undefined;
2029
+ name?: string | undefined;
2030
+ image?: string | undefined;
2031
+ metadata?: string | undefined;
2032
+ }>]>;
2033
+ amount: z.ZodObject<{
2034
+ value: z.ZodBigInt;
2035
+ decimals: z.ZodNumber;
2036
+ }, "strip", z.ZodTypeAny, {
2037
+ value: bigint;
2038
+ decimals: number;
2039
+ }, {
2040
+ value: bigint;
2041
+ decimals: number;
2042
+ }>;
2043
+ price: z.ZodOptional<z.ZodObject<{
2044
+ cryptoCurrencyId: z.ZodString;
2045
+ fiatCurrencyId: z.ZodString;
2046
+ price: z.ZodObject<{
2047
+ value: z.ZodBigInt;
2048
+ decimals: z.ZodNumber;
2049
+ }, "strip", z.ZodTypeAny, {
2050
+ value: bigint;
2051
+ decimals: number;
2052
+ }, {
2053
+ value: bigint;
2054
+ decimals: number;
2055
+ }>;
2056
+ timestamp: z.ZodNumber;
2057
+ }, "strip", z.ZodTypeAny, {
2058
+ cryptoCurrencyId: string;
2059
+ fiatCurrencyId: string;
2060
+ price: {
2061
+ value: bigint;
2062
+ decimals: number;
2063
+ };
2064
+ timestamp: number;
2065
+ }, {
2066
+ cryptoCurrencyId: string;
2067
+ fiatCurrencyId: string;
2068
+ price: {
2069
+ value: bigint;
2070
+ decimals: number;
2071
+ };
2072
+ timestamp: number;
2073
+ }>>;
2074
+ }, {
2075
+ direction: z.ZodLiteral<"in">;
2076
+ }>, "strip", z.ZodTypeAny, {
2077
+ asset: {
2078
+ icon: string | undefined;
2079
+ priceDatasourceId: string | undefined;
2080
+ symbol: string;
2081
+ type: "CryptoCurrency";
2082
+ id: string;
2083
+ name: string;
2084
+ market: {
2085
+ coingeckoId: string | undefined;
2086
+ marketCapUsd: {
2087
+ value: bigint;
2088
+ decimals: number;
2089
+ } | undefined;
2090
+ };
2091
+ updatedAt: number;
2092
+ } | {
2093
+ icon: string | undefined;
2094
+ symbol: string;
2095
+ type: "FiatCurrency";
2096
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2097
+ name: string;
2098
+ } | {
2099
+ name: string | undefined;
2100
+ symbol: string | undefined;
2101
+ image: string | undefined;
2102
+ metadata: string | undefined;
2103
+ type: "Nft";
2104
+ id: string;
2105
+ updatedAt: number;
2106
+ };
2107
+ amount: {
2108
+ value: bigint;
2109
+ decimals: number;
2110
+ };
2111
+ direction: "in";
2112
+ price?: {
2113
+ cryptoCurrencyId: string;
2114
+ fiatCurrencyId: string;
2115
+ price: {
2116
+ value: bigint;
2117
+ decimals: number;
2118
+ };
2119
+ timestamp: number;
2120
+ } | undefined;
2121
+ from?: string | undefined;
2122
+ to?: string | undefined;
2123
+ }, {
2124
+ asset: {
2125
+ symbol: string;
2126
+ type: "CryptoCurrency";
2127
+ id: string;
2128
+ name: string;
2129
+ market: {
2130
+ coingeckoId?: string | undefined;
2131
+ marketCapUsd?: {
2132
+ value: bigint;
2133
+ decimals: number;
2134
+ } | undefined;
2135
+ };
2136
+ updatedAt: number;
2137
+ icon?: string | undefined;
2138
+ priceDatasourceId?: string | undefined;
2139
+ } | {
2140
+ symbol: string;
2141
+ type: "FiatCurrency";
2142
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2143
+ name: string;
2144
+ icon?: string | undefined;
2145
+ } | {
2146
+ type: "Nft";
2147
+ id: string;
2148
+ updatedAt: number;
2149
+ symbol?: string | undefined;
2150
+ name?: string | undefined;
2151
+ image?: string | undefined;
2152
+ metadata?: string | undefined;
2153
+ };
2154
+ amount: {
2155
+ value: bigint;
2156
+ decimals: number;
2157
+ };
2158
+ direction: "in";
2159
+ price?: {
2160
+ cryptoCurrencyId: string;
2161
+ fiatCurrencyId: string;
2162
+ price: {
2163
+ value: bigint;
2164
+ decimals: number;
2165
+ };
2166
+ timestamp: number;
2167
+ } | undefined;
2168
+ from?: string | undefined;
2169
+ to?: string | undefined;
2170
+ }>, {
2171
+ from: string | undefined;
2172
+ to: string | undefined;
2173
+ price: {
2174
+ cryptoCurrencyId: string;
2175
+ fiatCurrencyId: string;
2176
+ price: {
2177
+ value: bigint;
2178
+ decimals: number;
2179
+ };
2180
+ timestamp: number;
2181
+ } | undefined;
2182
+ asset: {
2183
+ icon: string | undefined;
2184
+ priceDatasourceId: string | undefined;
2185
+ symbol: string;
2186
+ type: "CryptoCurrency";
2187
+ id: string;
2188
+ name: string;
2189
+ market: {
2190
+ coingeckoId: string | undefined;
2191
+ marketCapUsd: {
2192
+ value: bigint;
2193
+ decimals: number;
2194
+ } | undefined;
2195
+ };
2196
+ updatedAt: number;
2197
+ } | {
2198
+ icon: string | undefined;
2199
+ symbol: string;
2200
+ type: "FiatCurrency";
2201
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2202
+ name: string;
2203
+ } | {
2204
+ name: string | undefined;
2205
+ symbol: string | undefined;
2206
+ image: string | undefined;
2207
+ metadata: string | undefined;
2208
+ type: "Nft";
2209
+ id: string;
2210
+ updatedAt: number;
2211
+ };
2212
+ amount: {
2213
+ value: bigint;
2214
+ decimals: number;
2215
+ };
2216
+ direction: "in";
2217
+ }, {
2218
+ asset: {
2219
+ symbol: string;
2220
+ type: "CryptoCurrency";
2221
+ id: string;
2222
+ name: string;
2223
+ market: {
2224
+ coingeckoId?: string | undefined;
2225
+ marketCapUsd?: {
2226
+ value: bigint;
2227
+ decimals: number;
2228
+ } | undefined;
2229
+ };
2230
+ updatedAt: number;
2231
+ icon?: string | undefined;
2232
+ priceDatasourceId?: string | undefined;
2233
+ } | {
2234
+ symbol: string;
2235
+ type: "FiatCurrency";
2236
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2237
+ name: string;
2238
+ icon?: string | undefined;
2239
+ } | {
2240
+ type: "Nft";
2241
+ id: string;
2242
+ updatedAt: number;
2243
+ symbol?: string | undefined;
2244
+ name?: string | undefined;
2245
+ image?: string | undefined;
2246
+ metadata?: string | undefined;
2247
+ };
2248
+ amount: {
2249
+ value: bigint;
2250
+ decimals: number;
2251
+ };
2252
+ direction: "in";
2253
+ price?: {
2254
+ cryptoCurrencyId: string;
2255
+ fiatCurrencyId: string;
2256
+ price: {
2257
+ value: bigint;
2258
+ decimals: number;
2259
+ };
2260
+ timestamp: number;
2261
+ } | undefined;
2262
+ from?: string | undefined;
2263
+ to?: string | undefined;
2264
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
2265
+ from: z.ZodOptional<z.ZodString>;
2266
+ to: z.ZodOptional<z.ZodString>;
2267
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
2268
+ type: z.ZodLiteral<"CryptoCurrency">;
2269
+ id: z.ZodString;
2270
+ name: z.ZodString;
2271
+ symbol: z.ZodString;
2272
+ icon: z.ZodOptional<z.ZodString>;
2273
+ market: z.ZodEffects<z.ZodObject<{
2274
+ coingeckoId: z.ZodOptional<z.ZodString>;
2275
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
2276
+ value: z.ZodBigInt;
2277
+ decimals: z.ZodNumber;
2278
+ }, "strip", z.ZodTypeAny, {
2279
+ value: bigint;
2280
+ decimals: number;
2281
+ }, {
2282
+ value: bigint;
2283
+ decimals: number;
2284
+ }>>;
2285
+ }, "strip", z.ZodTypeAny, {
2286
+ coingeckoId?: string | undefined;
2287
+ marketCapUsd?: {
2288
+ value: bigint;
2289
+ decimals: number;
2290
+ } | undefined;
2291
+ }, {
2292
+ coingeckoId?: string | undefined;
2293
+ marketCapUsd?: {
2294
+ value: bigint;
2295
+ decimals: number;
2296
+ } | undefined;
2297
+ }>, {
2298
+ coingeckoId: string | undefined;
2299
+ marketCapUsd: {
2300
+ value: bigint;
2301
+ decimals: number;
2302
+ } | undefined;
2303
+ }, {
2304
+ coingeckoId?: string | undefined;
2305
+ marketCapUsd?: {
2306
+ value: bigint;
2307
+ decimals: number;
2308
+ } | undefined;
2309
+ }>;
2310
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
2311
+ updatedAt: z.ZodNumber;
2312
+ }, "strip", z.ZodTypeAny, {
2313
+ symbol: string;
2314
+ type: "CryptoCurrency";
2315
+ id: string;
2316
+ name: string;
2317
+ market: {
2318
+ coingeckoId: string | undefined;
2319
+ marketCapUsd: {
2320
+ value: bigint;
2321
+ decimals: number;
2322
+ } | undefined;
2323
+ };
2324
+ updatedAt: number;
2325
+ icon?: string | undefined;
2326
+ priceDatasourceId?: string | undefined;
2327
+ }, {
2328
+ symbol: string;
2329
+ type: "CryptoCurrency";
2330
+ id: string;
2331
+ name: string;
2332
+ market: {
2333
+ coingeckoId?: string | undefined;
2334
+ marketCapUsd?: {
2335
+ value: bigint;
2336
+ decimals: number;
2337
+ } | undefined;
2338
+ };
2339
+ updatedAt: number;
2340
+ icon?: string | undefined;
2341
+ priceDatasourceId?: string | undefined;
2342
+ }>, {
2343
+ icon: string | undefined;
2344
+ priceDatasourceId: string | undefined;
2345
+ symbol: string;
2346
+ type: "CryptoCurrency";
2347
+ id: string;
2348
+ name: string;
2349
+ market: {
2350
+ coingeckoId: string | undefined;
2351
+ marketCapUsd: {
2352
+ value: bigint;
2353
+ decimals: number;
2354
+ } | undefined;
2355
+ };
2356
+ updatedAt: number;
2357
+ }, {
2358
+ symbol: string;
2359
+ type: "CryptoCurrency";
2360
+ id: string;
2361
+ name: string;
2362
+ market: {
2363
+ coingeckoId?: string | undefined;
2364
+ marketCapUsd?: {
2365
+ value: bigint;
2366
+ decimals: number;
2367
+ } | undefined;
2368
+ };
2369
+ updatedAt: number;
2370
+ icon?: string | undefined;
2371
+ priceDatasourceId?: string | undefined;
2372
+ }>, z.ZodEffects<z.ZodObject<{
2373
+ type: z.ZodLiteral<"FiatCurrency">;
2374
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
2375
+ name: z.ZodString;
2376
+ symbol: z.ZodString;
2377
+ icon: z.ZodOptional<z.ZodString>;
2378
+ }, "strip", z.ZodTypeAny, {
2379
+ symbol: string;
2380
+ type: "FiatCurrency";
2381
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2382
+ name: string;
2383
+ icon?: string | undefined;
2384
+ }, {
2385
+ symbol: string;
2386
+ type: "FiatCurrency";
2387
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2388
+ name: string;
2389
+ icon?: string | undefined;
2390
+ }>, {
2391
+ icon: string | undefined;
2392
+ symbol: string;
2393
+ type: "FiatCurrency";
2394
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2395
+ name: string;
2396
+ }, {
2397
+ symbol: string;
2398
+ type: "FiatCurrency";
2399
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2400
+ name: string;
2401
+ icon?: string | undefined;
2402
+ }>, z.ZodEffects<z.ZodObject<{
2403
+ type: z.ZodLiteral<"Nft">;
2404
+ id: z.ZodString;
2405
+ name: z.ZodOptional<z.ZodString>;
2406
+ symbol: z.ZodOptional<z.ZodString>;
2407
+ image: z.ZodOptional<z.ZodString>;
2408
+ metadata: z.ZodOptional<z.ZodString>;
2409
+ updatedAt: z.ZodNumber;
2410
+ }, "strip", z.ZodTypeAny, {
2411
+ type: "Nft";
2412
+ id: string;
2413
+ updatedAt: number;
2414
+ symbol?: string | undefined;
2415
+ name?: string | undefined;
2416
+ image?: string | undefined;
2417
+ metadata?: string | undefined;
2418
+ }, {
2419
+ type: "Nft";
2420
+ id: string;
2421
+ updatedAt: number;
2422
+ symbol?: string | undefined;
2423
+ name?: string | undefined;
2424
+ image?: string | undefined;
2425
+ metadata?: string | undefined;
2426
+ }>, {
2427
+ name: string | undefined;
2428
+ symbol: string | undefined;
2429
+ image: string | undefined;
2430
+ metadata: string | undefined;
2431
+ type: "Nft";
2432
+ id: string;
2433
+ updatedAt: number;
2434
+ }, {
2435
+ type: "Nft";
2436
+ id: string;
2437
+ updatedAt: number;
2438
+ symbol?: string | undefined;
2439
+ name?: string | undefined;
2440
+ image?: string | undefined;
2441
+ metadata?: string | undefined;
2442
+ }>]>;
2443
+ amount: z.ZodObject<{
2444
+ value: z.ZodBigInt;
2445
+ decimals: z.ZodNumber;
2446
+ }, "strip", z.ZodTypeAny, {
2447
+ value: bigint;
2448
+ decimals: number;
2449
+ }, {
2450
+ value: bigint;
2451
+ decimals: number;
2452
+ }>;
2453
+ price: z.ZodOptional<z.ZodObject<{
2454
+ cryptoCurrencyId: z.ZodString;
2455
+ fiatCurrencyId: z.ZodString;
2456
+ price: z.ZodObject<{
2457
+ value: z.ZodBigInt;
2458
+ decimals: z.ZodNumber;
2459
+ }, "strip", z.ZodTypeAny, {
2460
+ value: bigint;
2461
+ decimals: number;
2462
+ }, {
2463
+ value: bigint;
2464
+ decimals: number;
2465
+ }>;
2466
+ timestamp: z.ZodNumber;
2467
+ }, "strip", z.ZodTypeAny, {
2468
+ cryptoCurrencyId: string;
2469
+ fiatCurrencyId: string;
2470
+ price: {
2471
+ value: bigint;
2472
+ decimals: number;
2473
+ };
2474
+ timestamp: number;
2475
+ }, {
2476
+ cryptoCurrencyId: string;
2477
+ fiatCurrencyId: string;
2478
+ price: {
2479
+ value: bigint;
2480
+ decimals: number;
2481
+ };
2482
+ timestamp: number;
2483
+ }>>;
2484
+ }, {
2485
+ direction: z.ZodLiteral<"out">;
2486
+ }>, "strip", z.ZodTypeAny, {
2487
+ asset: {
2488
+ icon: string | undefined;
2489
+ priceDatasourceId: string | undefined;
2490
+ symbol: string;
2491
+ type: "CryptoCurrency";
2492
+ id: string;
2493
+ name: string;
2494
+ market: {
2495
+ coingeckoId: string | undefined;
2496
+ marketCapUsd: {
2497
+ value: bigint;
2498
+ decimals: number;
2499
+ } | undefined;
2500
+ };
2501
+ updatedAt: number;
2502
+ } | {
2503
+ icon: string | undefined;
2504
+ symbol: string;
2505
+ type: "FiatCurrency";
2506
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2507
+ name: string;
2508
+ } | {
2509
+ name: string | undefined;
2510
+ symbol: string | undefined;
2511
+ image: string | undefined;
2512
+ metadata: string | undefined;
2513
+ type: "Nft";
2514
+ id: string;
2515
+ updatedAt: number;
2516
+ };
2517
+ amount: {
2518
+ value: bigint;
2519
+ decimals: number;
2520
+ };
2521
+ direction: "out";
2522
+ price?: {
2523
+ cryptoCurrencyId: string;
2524
+ fiatCurrencyId: string;
2525
+ price: {
2526
+ value: bigint;
2527
+ decimals: number;
2528
+ };
2529
+ timestamp: number;
2530
+ } | undefined;
2531
+ from?: string | undefined;
2532
+ to?: string | undefined;
2533
+ }, {
2534
+ asset: {
2535
+ symbol: string;
2536
+ type: "CryptoCurrency";
2537
+ id: string;
2538
+ name: string;
2539
+ market: {
2540
+ coingeckoId?: string | undefined;
2541
+ marketCapUsd?: {
2542
+ value: bigint;
2543
+ decimals: number;
2544
+ } | undefined;
2545
+ };
2546
+ updatedAt: number;
2547
+ icon?: string | undefined;
2548
+ priceDatasourceId?: string | undefined;
2549
+ } | {
2550
+ symbol: string;
2551
+ type: "FiatCurrency";
2552
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2553
+ name: string;
2554
+ icon?: string | undefined;
2555
+ } | {
2556
+ type: "Nft";
2557
+ id: string;
2558
+ updatedAt: number;
2559
+ symbol?: string | undefined;
2560
+ name?: string | undefined;
2561
+ image?: string | undefined;
2562
+ metadata?: string | undefined;
2563
+ };
2564
+ amount: {
2565
+ value: bigint;
2566
+ decimals: number;
2567
+ };
2568
+ direction: "out";
2569
+ price?: {
2570
+ cryptoCurrencyId: string;
2571
+ fiatCurrencyId: string;
2572
+ price: {
2573
+ value: bigint;
2574
+ decimals: number;
2575
+ };
2576
+ timestamp: number;
2577
+ } | undefined;
2578
+ from?: string | undefined;
2579
+ to?: string | undefined;
2580
+ }>, {
2581
+ from: string | undefined;
2582
+ to: string | undefined;
2583
+ price: {
2584
+ cryptoCurrencyId: string;
2585
+ fiatCurrencyId: string;
2586
+ price: {
2587
+ value: bigint;
2588
+ decimals: number;
2589
+ };
2590
+ timestamp: number;
2591
+ } | undefined;
2592
+ asset: {
2593
+ icon: string | undefined;
2594
+ priceDatasourceId: string | undefined;
2595
+ symbol: string;
2596
+ type: "CryptoCurrency";
2597
+ id: string;
2598
+ name: string;
2599
+ market: {
2600
+ coingeckoId: string | undefined;
2601
+ marketCapUsd: {
2602
+ value: bigint;
2603
+ decimals: number;
2604
+ } | undefined;
2605
+ };
2606
+ updatedAt: number;
2607
+ } | {
2608
+ icon: string | undefined;
2609
+ symbol: string;
2610
+ type: "FiatCurrency";
2611
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2612
+ name: string;
2613
+ } | {
2614
+ name: string | undefined;
2615
+ symbol: string | undefined;
2616
+ image: string | undefined;
2617
+ metadata: string | undefined;
2618
+ type: "Nft";
2619
+ id: string;
2620
+ updatedAt: number;
2621
+ };
2622
+ amount: {
2623
+ value: bigint;
2624
+ decimals: number;
2625
+ };
2626
+ direction: "out";
2627
+ }, {
2628
+ asset: {
2629
+ symbol: string;
2630
+ type: "CryptoCurrency";
2631
+ id: string;
2632
+ name: string;
2633
+ market: {
2634
+ coingeckoId?: string | undefined;
2635
+ marketCapUsd?: {
2636
+ value: bigint;
2637
+ decimals: number;
2638
+ } | undefined;
2639
+ };
2640
+ updatedAt: number;
2641
+ icon?: string | undefined;
2642
+ priceDatasourceId?: string | undefined;
2643
+ } | {
2644
+ symbol: string;
2645
+ type: "FiatCurrency";
2646
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2647
+ name: string;
2648
+ icon?: string | undefined;
2649
+ } | {
2650
+ type: "Nft";
2651
+ id: string;
2652
+ updatedAt: number;
2653
+ symbol?: string | undefined;
2654
+ name?: string | undefined;
2655
+ image?: string | undefined;
2656
+ metadata?: string | undefined;
2657
+ };
2658
+ amount: {
2659
+ value: bigint;
2660
+ decimals: number;
2661
+ };
2662
+ direction: "out";
2663
+ price?: {
2664
+ cryptoCurrencyId: string;
2665
+ fiatCurrencyId: string;
2666
+ price: {
2667
+ value: bigint;
2668
+ decimals: number;
2669
+ };
2670
+ timestamp: number;
2671
+ } | undefined;
2672
+ from?: string | undefined;
2673
+ to?: string | undefined;
2674
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
2675
+ from: z.ZodOptional<z.ZodString>;
2676
+ to: z.ZodOptional<z.ZodString>;
2677
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
2678
+ type: z.ZodLiteral<"CryptoCurrency">;
2679
+ id: z.ZodString;
2680
+ name: z.ZodString;
2681
+ symbol: z.ZodString;
2682
+ icon: z.ZodOptional<z.ZodString>;
2683
+ market: z.ZodEffects<z.ZodObject<{
2684
+ coingeckoId: z.ZodOptional<z.ZodString>;
2685
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
2686
+ value: z.ZodBigInt;
2687
+ decimals: z.ZodNumber;
2688
+ }, "strip", z.ZodTypeAny, {
2689
+ value: bigint;
2690
+ decimals: number;
2691
+ }, {
2692
+ value: bigint;
2693
+ decimals: number;
2694
+ }>>;
2695
+ }, "strip", z.ZodTypeAny, {
2696
+ coingeckoId?: string | undefined;
2697
+ marketCapUsd?: {
2698
+ value: bigint;
2699
+ decimals: number;
2700
+ } | undefined;
2701
+ }, {
2702
+ coingeckoId?: string | undefined;
2703
+ marketCapUsd?: {
2704
+ value: bigint;
2705
+ decimals: number;
2706
+ } | undefined;
2707
+ }>, {
2708
+ coingeckoId: string | undefined;
2709
+ marketCapUsd: {
2710
+ value: bigint;
2711
+ decimals: number;
2712
+ } | undefined;
2713
+ }, {
2714
+ coingeckoId?: string | undefined;
2715
+ marketCapUsd?: {
2716
+ value: bigint;
2717
+ decimals: number;
2718
+ } | undefined;
2719
+ }>;
2720
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
2721
+ updatedAt: z.ZodNumber;
2722
+ }, "strip", z.ZodTypeAny, {
2723
+ symbol: string;
2724
+ type: "CryptoCurrency";
2725
+ id: string;
2726
+ name: string;
2727
+ market: {
2728
+ coingeckoId: string | undefined;
2729
+ marketCapUsd: {
2730
+ value: bigint;
2731
+ decimals: number;
2732
+ } | undefined;
2733
+ };
2734
+ updatedAt: number;
2735
+ icon?: string | undefined;
2736
+ priceDatasourceId?: string | undefined;
2737
+ }, {
2738
+ symbol: string;
2739
+ type: "CryptoCurrency";
2740
+ id: string;
2741
+ name: string;
2742
+ market: {
2743
+ coingeckoId?: string | undefined;
2744
+ marketCapUsd?: {
2745
+ value: bigint;
2746
+ decimals: number;
2747
+ } | undefined;
2748
+ };
2749
+ updatedAt: number;
2750
+ icon?: string | undefined;
2751
+ priceDatasourceId?: string | undefined;
2752
+ }>, {
2753
+ icon: string | undefined;
2754
+ priceDatasourceId: string | undefined;
2755
+ symbol: string;
2756
+ type: "CryptoCurrency";
2757
+ id: string;
2758
+ name: string;
2759
+ market: {
2760
+ coingeckoId: string | undefined;
2761
+ marketCapUsd: {
2762
+ value: bigint;
2763
+ decimals: number;
2764
+ } | undefined;
2765
+ };
2766
+ updatedAt: number;
2767
+ }, {
2768
+ symbol: string;
2769
+ type: "CryptoCurrency";
2770
+ id: string;
2771
+ name: string;
2772
+ market: {
2773
+ coingeckoId?: string | undefined;
2774
+ marketCapUsd?: {
2775
+ value: bigint;
2776
+ decimals: number;
2777
+ } | undefined;
2778
+ };
2779
+ updatedAt: number;
2780
+ icon?: string | undefined;
2781
+ priceDatasourceId?: string | undefined;
2782
+ }>, z.ZodEffects<z.ZodObject<{
2783
+ type: z.ZodLiteral<"FiatCurrency">;
2784
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
2785
+ name: z.ZodString;
2786
+ symbol: z.ZodString;
2787
+ icon: z.ZodOptional<z.ZodString>;
2788
+ }, "strip", z.ZodTypeAny, {
2789
+ symbol: string;
2790
+ type: "FiatCurrency";
2791
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2792
+ name: string;
2793
+ icon?: string | undefined;
2794
+ }, {
2795
+ symbol: string;
2796
+ type: "FiatCurrency";
2797
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2798
+ name: string;
2799
+ icon?: string | undefined;
2800
+ }>, {
2801
+ icon: string | undefined;
2802
+ symbol: string;
2803
+ type: "FiatCurrency";
2804
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2805
+ name: string;
2806
+ }, {
2807
+ symbol: string;
2808
+ type: "FiatCurrency";
2809
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2810
+ name: string;
2811
+ icon?: string | undefined;
2812
+ }>, z.ZodEffects<z.ZodObject<{
2813
+ type: z.ZodLiteral<"Nft">;
2814
+ id: z.ZodString;
2815
+ name: z.ZodOptional<z.ZodString>;
2816
+ symbol: z.ZodOptional<z.ZodString>;
2817
+ image: z.ZodOptional<z.ZodString>;
2818
+ metadata: z.ZodOptional<z.ZodString>;
2819
+ updatedAt: z.ZodNumber;
2820
+ }, "strip", z.ZodTypeAny, {
2821
+ type: "Nft";
2822
+ id: string;
2823
+ updatedAt: number;
2824
+ symbol?: string | undefined;
2825
+ name?: string | undefined;
2826
+ image?: string | undefined;
2827
+ metadata?: string | undefined;
2828
+ }, {
2829
+ type: "Nft";
2830
+ id: string;
2831
+ updatedAt: number;
2832
+ symbol?: string | undefined;
2833
+ name?: string | undefined;
2834
+ image?: string | undefined;
2835
+ metadata?: string | undefined;
2836
+ }>, {
2837
+ name: string | undefined;
2838
+ symbol: string | undefined;
2839
+ image: string | undefined;
2840
+ metadata: string | undefined;
2841
+ type: "Nft";
2842
+ id: string;
2843
+ updatedAt: number;
2844
+ }, {
2845
+ type: "Nft";
2846
+ id: string;
2847
+ updatedAt: number;
2848
+ symbol?: string | undefined;
2849
+ name?: string | undefined;
2850
+ image?: string | undefined;
2851
+ metadata?: string | undefined;
2852
+ }>]>;
2853
+ amount: z.ZodObject<{
2854
+ value: z.ZodBigInt;
2855
+ decimals: z.ZodNumber;
2856
+ }, "strip", z.ZodTypeAny, {
2857
+ value: bigint;
2858
+ decimals: number;
2859
+ }, {
2860
+ value: bigint;
2861
+ decimals: number;
2862
+ }>;
2863
+ price: z.ZodOptional<z.ZodObject<{
2864
+ cryptoCurrencyId: z.ZodString;
2865
+ fiatCurrencyId: z.ZodString;
2866
+ price: z.ZodObject<{
2867
+ value: z.ZodBigInt;
2868
+ decimals: z.ZodNumber;
2869
+ }, "strip", z.ZodTypeAny, {
2870
+ value: bigint;
2871
+ decimals: number;
2872
+ }, {
2873
+ value: bigint;
2874
+ decimals: number;
2875
+ }>;
2876
+ timestamp: z.ZodNumber;
2877
+ }, "strip", z.ZodTypeAny, {
2878
+ cryptoCurrencyId: string;
2879
+ fiatCurrencyId: string;
2880
+ price: {
2881
+ value: bigint;
2882
+ decimals: number;
2883
+ };
2884
+ timestamp: number;
2885
+ }, {
244
2886
  cryptoCurrencyId: string;
245
2887
  fiatCurrencyId: string;
246
2888
  price: {
@@ -248,8 +2890,32 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
248
2890
  decimals: number;
249
2891
  };
250
2892
  timestamp: number;
251
- } | undefined;
2893
+ }>>;
2894
+ }, {
2895
+ direction: z.ZodLiteral<"none">;
2896
+ }>, "strip", z.ZodTypeAny, {
252
2897
  asset: {
2898
+ icon: string | undefined;
2899
+ priceDatasourceId: string | undefined;
2900
+ symbol: string;
2901
+ type: "CryptoCurrency";
2902
+ id: string;
2903
+ name: string;
2904
+ market: {
2905
+ coingeckoId: string | undefined;
2906
+ marketCapUsd: {
2907
+ value: bigint;
2908
+ decimals: number;
2909
+ } | undefined;
2910
+ };
2911
+ updatedAt: number;
2912
+ } | {
2913
+ icon: string | undefined;
2914
+ symbol: string;
2915
+ type: "FiatCurrency";
2916
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2917
+ name: string;
2918
+ } | {
253
2919
  name: string | undefined;
254
2920
  symbol: string | undefined;
255
2921
  image: string | undefined;
@@ -262,29 +2928,46 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
262
2928
  value: bigint;
263
2929
  decimals: number;
264
2930
  };
265
- direction: "in";
266
- }[];
267
- comment?: string | undefined;
268
- app?: {
269
- description: string | undefined;
270
- website: string | undefined;
271
- icon: string | undefined;
272
- id: string;
273
- name: string;
274
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
275
- } | undefined;
276
- }, {
277
- type: "NormalAction";
278
- timestamp: number;
279
- action: "free-mint-nft";
280
- evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
281
- transfers: {
2931
+ direction: "none";
2932
+ price?: {
2933
+ cryptoCurrencyId: string;
2934
+ fiatCurrencyId: string;
2935
+ price: {
2936
+ value: bigint;
2937
+ decimals: number;
2938
+ };
2939
+ timestamp: number;
2940
+ } | undefined;
2941
+ from?: string | undefined;
2942
+ to?: string | undefined;
2943
+ }, {
282
2944
  asset: {
2945
+ symbol: string;
2946
+ type: "CryptoCurrency";
2947
+ id: string;
2948
+ name: string;
2949
+ market: {
2950
+ coingeckoId?: string | undefined;
2951
+ marketCapUsd?: {
2952
+ value: bigint;
2953
+ decimals: number;
2954
+ } | undefined;
2955
+ };
2956
+ updatedAt: number;
2957
+ icon?: string | undefined;
2958
+ priceDatasourceId?: string | undefined;
2959
+ } | {
2960
+ symbol: string;
2961
+ type: "FiatCurrency";
2962
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2963
+ name: string;
2964
+ icon?: string | undefined;
2965
+ } | {
283
2966
  type: "Nft";
284
2967
  id: string;
285
2968
  updatedAt: number;
286
- name?: string | undefined;
287
2969
  symbol?: string | undefined;
2970
+ name?: string | undefined;
288
2971
  image?: string | undefined;
289
2972
  metadata?: string | undefined;
290
2973
  };
@@ -292,7 +2975,7 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
292
2975
  value: bigint;
293
2976
  decimals: number;
294
2977
  };
295
- direction: "in";
2978
+ direction: "none";
296
2979
  price?: {
297
2980
  cryptoCurrencyId: string;
298
2981
  fiatCurrencyId: string;
@@ -304,31 +2987,7 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
304
2987
  } | undefined;
305
2988
  from?: string | undefined;
306
2989
  to?: string | undefined;
307
- }[];
308
- comment?: string | undefined;
309
- app?: {
310
- id: string;
311
- name: string;
312
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
313
- description?: string | undefined;
314
- website?: string | undefined;
315
- icon?: string | undefined;
316
- } | undefined;
317
- }>, {
318
- comment: string | undefined;
319
- app: {
320
- description: string | undefined;
321
- website: string | undefined;
322
- icon: string | undefined;
323
- id: string;
324
- name: string;
325
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
326
- } | undefined;
327
- type: "NormalAction";
328
- timestamp: number;
329
- action: "free-mint-nft";
330
- evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
331
- transfers: {
2990
+ }>, {
332
2991
  from: string | undefined;
333
2992
  to: string | undefined;
334
2993
  price: {
@@ -341,6 +3000,27 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
341
3000
  timestamp: number;
342
3001
  } | undefined;
343
3002
  asset: {
3003
+ icon: string | undefined;
3004
+ priceDatasourceId: string | undefined;
3005
+ symbol: string;
3006
+ type: "CryptoCurrency";
3007
+ id: string;
3008
+ name: string;
3009
+ market: {
3010
+ coingeckoId: string | undefined;
3011
+ marketCapUsd: {
3012
+ value: bigint;
3013
+ decimals: number;
3014
+ } | undefined;
3015
+ };
3016
+ updatedAt: number;
3017
+ } | {
3018
+ icon: string | undefined;
3019
+ symbol: string;
3020
+ type: "FiatCurrency";
3021
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3022
+ name: string;
3023
+ } | {
344
3024
  name: string | undefined;
345
3025
  symbol: string | undefined;
346
3026
  image: string | undefined;
@@ -353,20 +3033,35 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
353
3033
  value: bigint;
354
3034
  decimals: number;
355
3035
  };
356
- direction: "in";
357
- }[];
358
- }, {
359
- type: "NormalAction";
360
- timestamp: number;
361
- action: "free-mint-nft";
362
- evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
363
- transfers: {
3036
+ direction: "none";
3037
+ }, {
364
3038
  asset: {
3039
+ symbol: string;
3040
+ type: "CryptoCurrency";
3041
+ id: string;
3042
+ name: string;
3043
+ market: {
3044
+ coingeckoId?: string | undefined;
3045
+ marketCapUsd?: {
3046
+ value: bigint;
3047
+ decimals: number;
3048
+ } | undefined;
3049
+ };
3050
+ updatedAt: number;
3051
+ icon?: string | undefined;
3052
+ priceDatasourceId?: string | undefined;
3053
+ } | {
3054
+ symbol: string;
3055
+ type: "FiatCurrency";
3056
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3057
+ name: string;
3058
+ icon?: string | undefined;
3059
+ } | {
365
3060
  type: "Nft";
366
3061
  id: string;
367
3062
  updatedAt: number;
368
- name?: string | undefined;
369
3063
  symbol?: string | undefined;
3064
+ name?: string | undefined;
370
3065
  image?: string | undefined;
371
3066
  metadata?: string | undefined;
372
3067
  };
@@ -374,7 +3069,7 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
374
3069
  value: bigint;
375
3070
  decimals: number;
376
3071
  };
377
- direction: "in";
3072
+ direction: "none";
378
3073
  price?: {
379
3074
  cryptoCurrencyId: string;
380
3075
  fiatCurrencyId: string;
@@ -386,62 +3081,200 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
386
3081
  } | undefined;
387
3082
  from?: string | undefined;
388
3083
  to?: string | undefined;
389
- }[];
390
- comment?: string | undefined;
391
- app?: {
392
- id: string;
393
- name: string;
394
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
395
- description?: string | undefined;
396
- website?: string | undefined;
397
- icon?: string | undefined;
398
- } | undefined;
399
- }>;
400
- export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
3084
+ }>]>, "many">;
3085
+ }, {
401
3086
  type: z.ZodLiteral<"NormalAccountAction">;
402
- timestamp: z.ZodNumber;
403
- order: z.ZodNumber;
404
- source: z.ZodString;
405
- evidence: z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>;
406
- comment: z.ZodOptional<z.ZodString>;
407
- app: z.ZodOptional<z.ZodEffects<z.ZodObject<{
408
- id: z.ZodString;
409
- categories: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"bridge">, z.ZodLiteral<"cex">, z.ZodLiteral<"cross-chain">, z.ZodLiteral<"dex">, z.ZodLiteral<"gaming">, z.ZodLiteral<"lending">, z.ZodLiteral<"nft-marketplace">, z.ZodLiteral<"other">]>, "many">;
410
- name: z.ZodString;
411
- description: z.ZodOptional<z.ZodString>;
412
- website: z.ZodOptional<z.ZodString>;
413
- icon: z.ZodOptional<z.ZodString>;
414
- }, "strip", z.ZodTypeAny, {
415
- id: string;
416
- name: string;
417
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
418
- description?: string | undefined;
419
- website?: string | undefined;
420
- icon?: string | undefined;
421
- }, {
422
- id: string;
423
- name: string;
424
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
425
- description?: string | undefined;
426
- website?: string | undefined;
427
- icon?: string | undefined;
428
- }>, {
429
- description: string | undefined;
430
- website: string | undefined;
431
- icon: string | undefined;
432
- id: string;
433
- name: string;
434
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
435
- }, {
436
- id: string;
437
- name: string;
438
- categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
439
- description?: string | undefined;
440
- website?: string | undefined;
441
- icon?: string | undefined;
442
- }>>;
3087
+ }>, {
443
3088
  action: z.ZodLiteral<"free-mint-nft">;
444
- transfers: z.ZodArray<z.ZodEffects<z.ZodObject<{
3089
+ transfers: z.ZodArray<z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3090
+ from: z.ZodOptional<z.ZodString>;
3091
+ to: z.ZodOptional<z.ZodString>;
3092
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3093
+ type: z.ZodLiteral<"CryptoCurrency">;
3094
+ id: z.ZodString;
3095
+ name: z.ZodString;
3096
+ symbol: z.ZodString;
3097
+ icon: z.ZodOptional<z.ZodString>;
3098
+ market: z.ZodEffects<z.ZodObject<{
3099
+ coingeckoId: z.ZodOptional<z.ZodString>;
3100
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
3101
+ value: z.ZodBigInt;
3102
+ decimals: z.ZodNumber;
3103
+ }, "strip", z.ZodTypeAny, {
3104
+ value: bigint;
3105
+ decimals: number;
3106
+ }, {
3107
+ value: bigint;
3108
+ decimals: number;
3109
+ }>>;
3110
+ }, "strip", z.ZodTypeAny, {
3111
+ coingeckoId?: string | undefined;
3112
+ marketCapUsd?: {
3113
+ value: bigint;
3114
+ decimals: number;
3115
+ } | undefined;
3116
+ }, {
3117
+ coingeckoId?: string | undefined;
3118
+ marketCapUsd?: {
3119
+ value: bigint;
3120
+ decimals: number;
3121
+ } | undefined;
3122
+ }>, {
3123
+ coingeckoId: string | undefined;
3124
+ marketCapUsd: {
3125
+ value: bigint;
3126
+ decimals: number;
3127
+ } | undefined;
3128
+ }, {
3129
+ coingeckoId?: string | undefined;
3130
+ marketCapUsd?: {
3131
+ value: bigint;
3132
+ decimals: number;
3133
+ } | undefined;
3134
+ }>;
3135
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
3136
+ updatedAt: z.ZodNumber;
3137
+ }, "strip", z.ZodTypeAny, {
3138
+ symbol: string;
3139
+ type: "CryptoCurrency";
3140
+ id: string;
3141
+ name: string;
3142
+ market: {
3143
+ coingeckoId: string | undefined;
3144
+ marketCapUsd: {
3145
+ value: bigint;
3146
+ decimals: number;
3147
+ } | undefined;
3148
+ };
3149
+ updatedAt: number;
3150
+ icon?: string | undefined;
3151
+ priceDatasourceId?: string | undefined;
3152
+ }, {
3153
+ symbol: string;
3154
+ type: "CryptoCurrency";
3155
+ id: string;
3156
+ name: string;
3157
+ market: {
3158
+ coingeckoId?: string | undefined;
3159
+ marketCapUsd?: {
3160
+ value: bigint;
3161
+ decimals: number;
3162
+ } | undefined;
3163
+ };
3164
+ updatedAt: number;
3165
+ icon?: string | undefined;
3166
+ priceDatasourceId?: string | undefined;
3167
+ }>, {
3168
+ icon: string | undefined;
3169
+ priceDatasourceId: string | undefined;
3170
+ symbol: string;
3171
+ type: "CryptoCurrency";
3172
+ id: string;
3173
+ name: string;
3174
+ market: {
3175
+ coingeckoId: string | undefined;
3176
+ marketCapUsd: {
3177
+ value: bigint;
3178
+ decimals: number;
3179
+ } | undefined;
3180
+ };
3181
+ updatedAt: number;
3182
+ }, {
3183
+ symbol: string;
3184
+ type: "CryptoCurrency";
3185
+ id: string;
3186
+ name: string;
3187
+ market: {
3188
+ coingeckoId?: string | undefined;
3189
+ marketCapUsd?: {
3190
+ value: bigint;
3191
+ decimals: number;
3192
+ } | undefined;
3193
+ };
3194
+ updatedAt: number;
3195
+ icon?: string | undefined;
3196
+ priceDatasourceId?: string | undefined;
3197
+ }>, z.ZodEffects<z.ZodObject<{
3198
+ type: z.ZodLiteral<"FiatCurrency">;
3199
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
3200
+ name: z.ZodString;
3201
+ symbol: z.ZodString;
3202
+ icon: z.ZodOptional<z.ZodString>;
3203
+ }, "strip", z.ZodTypeAny, {
3204
+ symbol: string;
3205
+ type: "FiatCurrency";
3206
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3207
+ name: string;
3208
+ icon?: string | undefined;
3209
+ }, {
3210
+ symbol: string;
3211
+ type: "FiatCurrency";
3212
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3213
+ name: string;
3214
+ icon?: string | undefined;
3215
+ }>, {
3216
+ icon: string | undefined;
3217
+ symbol: string;
3218
+ type: "FiatCurrency";
3219
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3220
+ name: string;
3221
+ }, {
3222
+ symbol: string;
3223
+ type: "FiatCurrency";
3224
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3225
+ name: string;
3226
+ icon?: string | undefined;
3227
+ }>, z.ZodEffects<z.ZodObject<{
3228
+ type: z.ZodLiteral<"Nft">;
3229
+ id: z.ZodString;
3230
+ name: z.ZodOptional<z.ZodString>;
3231
+ symbol: z.ZodOptional<z.ZodString>;
3232
+ image: z.ZodOptional<z.ZodString>;
3233
+ metadata: z.ZodOptional<z.ZodString>;
3234
+ updatedAt: z.ZodNumber;
3235
+ }, "strip", z.ZodTypeAny, {
3236
+ type: "Nft";
3237
+ id: string;
3238
+ updatedAt: number;
3239
+ symbol?: string | undefined;
3240
+ name?: string | undefined;
3241
+ image?: string | undefined;
3242
+ metadata?: string | undefined;
3243
+ }, {
3244
+ type: "Nft";
3245
+ id: string;
3246
+ updatedAt: number;
3247
+ symbol?: string | undefined;
3248
+ name?: string | undefined;
3249
+ image?: string | undefined;
3250
+ metadata?: string | undefined;
3251
+ }>, {
3252
+ name: string | undefined;
3253
+ symbol: string | undefined;
3254
+ image: string | undefined;
3255
+ metadata: string | undefined;
3256
+ type: "Nft";
3257
+ id: string;
3258
+ updatedAt: number;
3259
+ }, {
3260
+ type: "Nft";
3261
+ id: string;
3262
+ updatedAt: number;
3263
+ symbol?: string | undefined;
3264
+ name?: string | undefined;
3265
+ image?: string | undefined;
3266
+ metadata?: string | undefined;
3267
+ }>]>;
3268
+ amount: z.ZodObject<{
3269
+ value: z.ZodBigInt;
3270
+ decimals: z.ZodNumber;
3271
+ }, "strip", z.ZodTypeAny, {
3272
+ value: bigint;
3273
+ decimals: number;
3274
+ }, {
3275
+ value: bigint;
3276
+ decimals: number;
3277
+ }>;
445
3278
  price: z.ZodOptional<z.ZodObject<{
446
3279
  cryptoCurrencyId: z.ZodString;
447
3280
  fiatCurrencyId: z.ZodString;
@@ -473,19 +3306,9 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
473
3306
  };
474
3307
  timestamp: number;
475
3308
  }>>;
476
- from: z.ZodOptional<z.ZodString>;
477
- to: z.ZodOptional<z.ZodString>;
478
- amount: z.ZodObject<{
479
- value: z.ZodBigInt;
480
- decimals: z.ZodNumber;
481
- }, "strip", z.ZodTypeAny, {
482
- value: bigint;
483
- decimals: number;
484
- }, {
485
- value: bigint;
486
- decimals: number;
487
- }>;
3309
+ }, {
488
3310
  direction: z.ZodLiteral<"in">;
3311
+ }>, {
489
3312
  asset: z.ZodEffects<z.ZodObject<{
490
3313
  type: z.ZodLiteral<"Nft">;
491
3314
  id: z.ZodString;
@@ -498,16 +3321,16 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
498
3321
  type: "Nft";
499
3322
  id: string;
500
3323
  updatedAt: number;
501
- name?: string | undefined;
502
3324
  symbol?: string | undefined;
3325
+ name?: string | undefined;
503
3326
  image?: string | undefined;
504
3327
  metadata?: string | undefined;
505
3328
  }, {
506
3329
  type: "Nft";
507
3330
  id: string;
508
3331
  updatedAt: number;
509
- name?: string | undefined;
510
3332
  symbol?: string | undefined;
3333
+ name?: string | undefined;
511
3334
  image?: string | undefined;
512
3335
  metadata?: string | undefined;
513
3336
  }>, {
@@ -522,12 +3345,12 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
522
3345
  type: "Nft";
523
3346
  id: string;
524
3347
  updatedAt: number;
525
- name?: string | undefined;
526
3348
  symbol?: string | undefined;
3349
+ name?: string | undefined;
527
3350
  image?: string | undefined;
528
3351
  metadata?: string | undefined;
529
3352
  }>;
530
- }, "strip", z.ZodTypeAny, {
3353
+ }>, "strip", z.ZodTypeAny, {
531
3354
  asset: {
532
3355
  name: string | undefined;
533
3356
  symbol: string | undefined;
@@ -558,8 +3381,8 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
558
3381
  type: "Nft";
559
3382
  id: string;
560
3383
  updatedAt: number;
561
- name?: string | undefined;
562
3384
  symbol?: string | undefined;
3385
+ name?: string | undefined;
563
3386
  image?: string | undefined;
564
3387
  metadata?: string | undefined;
565
3388
  };
@@ -610,8 +3433,8 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
610
3433
  type: "Nft";
611
3434
  id: string;
612
3435
  updatedAt: number;
613
- name?: string | undefined;
614
3436
  symbol?: string | undefined;
3437
+ name?: string | undefined;
615
3438
  image?: string | undefined;
616
3439
  metadata?: string | undefined;
617
3440
  };
@@ -632,7 +3455,7 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
632
3455
  from?: string | undefined;
633
3456
  to?: string | undefined;
634
3457
  }>, "many">;
635
- }, "strip", z.ZodTypeAny, {
3458
+ }>, "strip", z.ZodTypeAny, {
636
3459
  type: "NormalAccountAction";
637
3460
  timestamp: number;
638
3461
  order: number;
@@ -687,8 +3510,8 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
687
3510
  type: "Nft";
688
3511
  id: string;
689
3512
  updatedAt: number;
690
- name?: string | undefined;
691
3513
  symbol?: string | undefined;
3514
+ name?: string | undefined;
692
3515
  image?: string | undefined;
693
3516
  metadata?: string | undefined;
694
3517
  };
@@ -714,9 +3537,9 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
714
3537
  id: string;
715
3538
  name: string;
716
3539
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3540
+ icon?: string | undefined;
717
3541
  description?: string | undefined;
718
3542
  website?: string | undefined;
719
- icon?: string | undefined;
720
3543
  } | undefined;
721
3544
  }>, {
722
3545
  comment: string | undefined;
@@ -773,8 +3596,8 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
773
3596
  type: "Nft";
774
3597
  id: string;
775
3598
  updatedAt: number;
776
- name?: string | undefined;
777
3599
  symbol?: string | undefined;
3600
+ name?: string | undefined;
778
3601
  image?: string | undefined;
779
3602
  metadata?: string | undefined;
780
3603
  };
@@ -800,9 +3623,9 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
800
3623
  id: string;
801
3624
  name: string;
802
3625
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
3626
+ icon?: string | undefined;
803
3627
  description?: string | undefined;
804
3628
  website?: string | undefined;
805
- icon?: string | undefined;
806
3629
  } | undefined;
807
3630
  }>;
808
3631
  //# sourceMappingURL=freeMintNft.d.ts.map