@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,10 +1,10 @@
1
1
  import { z } from 'zod';
2
- export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
3
- type: z.ZodLiteral<"NormalAccountAction">;
4
- timestamp: z.ZodNumber;
5
- order: z.ZodNumber;
2
+ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3
+ 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">]>;
6
4
  source: z.ZodString;
7
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;
7
+ order: z.ZodNumber;
8
8
  comment: z.ZodOptional<z.ZodString>;
9
9
  app: z.ZodOptional<z.ZodEffects<z.ZodObject<{
10
10
  id: z.ZodString;
@@ -17,16 +17,16 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
17
17
  id: string;
18
18
  name: string;
19
19
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
20
+ icon?: string | undefined;
20
21
  description?: string | undefined;
21
22
  website?: string | undefined;
22
- icon?: string | undefined;
23
23
  }, {
24
24
  id: string;
25
25
  name: string;
26
26
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
27
+ icon?: string | undefined;
27
28
  description?: string | undefined;
28
29
  website?: string | undefined;
29
- icon?: string | undefined;
30
30
  }>, {
31
31
  description: string | undefined;
32
32
  website: string | undefined;
@@ -38,12 +38,1434 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
38
38
  id: string;
39
39
  name: string;
40
40
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
41
+ icon?: string | undefined;
41
42
  description?: string | undefined;
42
43
  website?: string | undefined;
43
- icon?: string | undefined;
44
44
  }>>;
45
- action: z.ZodLiteral<"nft-royalty">;
46
- transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
45
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
46
+ from: z.ZodOptional<z.ZodString>;
47
+ to: z.ZodOptional<z.ZodString>;
48
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
49
+ type: z.ZodLiteral<"CryptoCurrency">;
50
+ id: z.ZodString;
51
+ name: z.ZodString;
52
+ symbol: z.ZodString;
53
+ icon: z.ZodOptional<z.ZodString>;
54
+ market: z.ZodEffects<z.ZodObject<{
55
+ coingeckoId: z.ZodOptional<z.ZodString>;
56
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
57
+ value: z.ZodBigInt;
58
+ decimals: z.ZodNumber;
59
+ }, "strip", z.ZodTypeAny, {
60
+ value: bigint;
61
+ decimals: number;
62
+ }, {
63
+ value: bigint;
64
+ decimals: number;
65
+ }>>;
66
+ }, "strip", z.ZodTypeAny, {
67
+ coingeckoId?: string | undefined;
68
+ marketCapUsd?: {
69
+ value: bigint;
70
+ decimals: number;
71
+ } | undefined;
72
+ }, {
73
+ coingeckoId?: string | undefined;
74
+ marketCapUsd?: {
75
+ value: bigint;
76
+ decimals: number;
77
+ } | undefined;
78
+ }>, {
79
+ coingeckoId: string | undefined;
80
+ marketCapUsd: {
81
+ value: bigint;
82
+ decimals: number;
83
+ } | undefined;
84
+ }, {
85
+ coingeckoId?: string | undefined;
86
+ marketCapUsd?: {
87
+ value: bigint;
88
+ decimals: number;
89
+ } | undefined;
90
+ }>;
91
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
92
+ updatedAt: z.ZodNumber;
93
+ }, "strip", z.ZodTypeAny, {
94
+ symbol: string;
95
+ type: "CryptoCurrency";
96
+ id: string;
97
+ name: string;
98
+ market: {
99
+ coingeckoId: string | undefined;
100
+ marketCapUsd: {
101
+ value: bigint;
102
+ decimals: number;
103
+ } | undefined;
104
+ };
105
+ updatedAt: number;
106
+ icon?: string | undefined;
107
+ priceDatasourceId?: string | undefined;
108
+ }, {
109
+ symbol: string;
110
+ type: "CryptoCurrency";
111
+ id: string;
112
+ name: string;
113
+ market: {
114
+ coingeckoId?: string | undefined;
115
+ marketCapUsd?: {
116
+ value: bigint;
117
+ decimals: number;
118
+ } | undefined;
119
+ };
120
+ updatedAt: number;
121
+ icon?: string | undefined;
122
+ priceDatasourceId?: string | undefined;
123
+ }>, {
124
+ icon: string | undefined;
125
+ priceDatasourceId: string | undefined;
126
+ symbol: string;
127
+ type: "CryptoCurrency";
128
+ id: string;
129
+ name: string;
130
+ market: {
131
+ coingeckoId: string | undefined;
132
+ marketCapUsd: {
133
+ value: bigint;
134
+ decimals: number;
135
+ } | undefined;
136
+ };
137
+ updatedAt: number;
138
+ }, {
139
+ symbol: string;
140
+ type: "CryptoCurrency";
141
+ id: string;
142
+ name: string;
143
+ market: {
144
+ coingeckoId?: string | undefined;
145
+ marketCapUsd?: {
146
+ value: bigint;
147
+ decimals: number;
148
+ } | undefined;
149
+ };
150
+ updatedAt: number;
151
+ icon?: string | undefined;
152
+ priceDatasourceId?: string | undefined;
153
+ }>, z.ZodEffects<z.ZodObject<{
154
+ type: z.ZodLiteral<"FiatCurrency">;
155
+ 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">]>;
156
+ name: z.ZodString;
157
+ symbol: z.ZodString;
158
+ icon: z.ZodOptional<z.ZodString>;
159
+ }, "strip", z.ZodTypeAny, {
160
+ symbol: string;
161
+ type: "FiatCurrency";
162
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
163
+ name: string;
164
+ icon?: string | undefined;
165
+ }, {
166
+ symbol: string;
167
+ type: "FiatCurrency";
168
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
169
+ name: string;
170
+ icon?: string | undefined;
171
+ }>, {
172
+ icon: string | undefined;
173
+ symbol: string;
174
+ type: "FiatCurrency";
175
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
176
+ name: string;
177
+ }, {
178
+ symbol: string;
179
+ type: "FiatCurrency";
180
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
181
+ name: string;
182
+ icon?: string | undefined;
183
+ }>, z.ZodEffects<z.ZodObject<{
184
+ type: z.ZodLiteral<"Nft">;
185
+ id: z.ZodString;
186
+ name: z.ZodOptional<z.ZodString>;
187
+ symbol: z.ZodOptional<z.ZodString>;
188
+ image: z.ZodOptional<z.ZodString>;
189
+ metadata: z.ZodOptional<z.ZodString>;
190
+ updatedAt: z.ZodNumber;
191
+ }, "strip", z.ZodTypeAny, {
192
+ type: "Nft";
193
+ id: string;
194
+ updatedAt: number;
195
+ symbol?: string | undefined;
196
+ name?: string | undefined;
197
+ image?: string | undefined;
198
+ metadata?: string | undefined;
199
+ }, {
200
+ type: "Nft";
201
+ id: string;
202
+ updatedAt: number;
203
+ symbol?: string | undefined;
204
+ name?: string | undefined;
205
+ image?: string | undefined;
206
+ metadata?: string | undefined;
207
+ }>, {
208
+ name: string | undefined;
209
+ symbol: string | undefined;
210
+ image: string | undefined;
211
+ metadata: string | undefined;
212
+ type: "Nft";
213
+ id: string;
214
+ updatedAt: number;
215
+ }, {
216
+ type: "Nft";
217
+ id: string;
218
+ updatedAt: number;
219
+ symbol?: string | undefined;
220
+ name?: string | undefined;
221
+ image?: string | undefined;
222
+ metadata?: string | undefined;
223
+ }>]>;
224
+ amount: z.ZodObject<{
225
+ value: z.ZodBigInt;
226
+ decimals: z.ZodNumber;
227
+ }, "strip", z.ZodTypeAny, {
228
+ value: bigint;
229
+ decimals: number;
230
+ }, {
231
+ value: bigint;
232
+ decimals: number;
233
+ }>;
234
+ price: z.ZodOptional<z.ZodObject<{
235
+ cryptoCurrencyId: z.ZodString;
236
+ fiatCurrencyId: z.ZodString;
237
+ price: z.ZodObject<{
238
+ value: z.ZodBigInt;
239
+ decimals: z.ZodNumber;
240
+ }, "strip", z.ZodTypeAny, {
241
+ value: bigint;
242
+ decimals: number;
243
+ }, {
244
+ value: bigint;
245
+ decimals: number;
246
+ }>;
247
+ timestamp: z.ZodNumber;
248
+ }, "strip", z.ZodTypeAny, {
249
+ cryptoCurrencyId: string;
250
+ fiatCurrencyId: string;
251
+ price: {
252
+ value: bigint;
253
+ decimals: number;
254
+ };
255
+ timestamp: number;
256
+ }, {
257
+ cryptoCurrencyId: string;
258
+ fiatCurrencyId: string;
259
+ price: {
260
+ value: bigint;
261
+ decimals: number;
262
+ };
263
+ timestamp: number;
264
+ }>>;
265
+ }, {
266
+ direction: z.ZodLiteral<"in">;
267
+ }>, "strip", z.ZodTypeAny, {
268
+ asset: {
269
+ icon: string | undefined;
270
+ priceDatasourceId: string | undefined;
271
+ symbol: string;
272
+ type: "CryptoCurrency";
273
+ id: string;
274
+ name: string;
275
+ market: {
276
+ coingeckoId: string | undefined;
277
+ marketCapUsd: {
278
+ value: bigint;
279
+ decimals: number;
280
+ } | undefined;
281
+ };
282
+ updatedAt: number;
283
+ } | {
284
+ icon: string | undefined;
285
+ symbol: string;
286
+ type: "FiatCurrency";
287
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
288
+ name: string;
289
+ } | {
290
+ name: string | undefined;
291
+ symbol: string | undefined;
292
+ image: string | undefined;
293
+ metadata: string | undefined;
294
+ type: "Nft";
295
+ id: string;
296
+ updatedAt: number;
297
+ };
298
+ amount: {
299
+ value: bigint;
300
+ decimals: number;
301
+ };
302
+ direction: "in";
303
+ price?: {
304
+ cryptoCurrencyId: string;
305
+ fiatCurrencyId: string;
306
+ price: {
307
+ value: bigint;
308
+ decimals: number;
309
+ };
310
+ timestamp: number;
311
+ } | undefined;
312
+ from?: string | undefined;
313
+ to?: string | undefined;
314
+ }, {
315
+ asset: {
316
+ symbol: string;
317
+ type: "CryptoCurrency";
318
+ id: string;
319
+ name: string;
320
+ market: {
321
+ coingeckoId?: string | undefined;
322
+ marketCapUsd?: {
323
+ value: bigint;
324
+ decimals: number;
325
+ } | undefined;
326
+ };
327
+ updatedAt: number;
328
+ icon?: string | undefined;
329
+ priceDatasourceId?: string | undefined;
330
+ } | {
331
+ symbol: string;
332
+ type: "FiatCurrency";
333
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
334
+ name: string;
335
+ icon?: string | undefined;
336
+ } | {
337
+ type: "Nft";
338
+ id: string;
339
+ updatedAt: number;
340
+ symbol?: string | undefined;
341
+ name?: string | undefined;
342
+ image?: string | undefined;
343
+ metadata?: string | undefined;
344
+ };
345
+ amount: {
346
+ value: bigint;
347
+ decimals: number;
348
+ };
349
+ direction: "in";
350
+ price?: {
351
+ cryptoCurrencyId: string;
352
+ fiatCurrencyId: string;
353
+ price: {
354
+ value: bigint;
355
+ decimals: number;
356
+ };
357
+ timestamp: number;
358
+ } | undefined;
359
+ from?: string | undefined;
360
+ to?: string | undefined;
361
+ }>, {
362
+ from: string | undefined;
363
+ to: string | undefined;
364
+ price: {
365
+ cryptoCurrencyId: string;
366
+ fiatCurrencyId: string;
367
+ price: {
368
+ value: bigint;
369
+ decimals: number;
370
+ };
371
+ timestamp: number;
372
+ } | undefined;
373
+ asset: {
374
+ icon: string | undefined;
375
+ priceDatasourceId: string | undefined;
376
+ symbol: string;
377
+ type: "CryptoCurrency";
378
+ id: string;
379
+ name: string;
380
+ market: {
381
+ coingeckoId: string | undefined;
382
+ marketCapUsd: {
383
+ value: bigint;
384
+ decimals: number;
385
+ } | undefined;
386
+ };
387
+ updatedAt: number;
388
+ } | {
389
+ icon: string | undefined;
390
+ symbol: string;
391
+ type: "FiatCurrency";
392
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
393
+ name: string;
394
+ } | {
395
+ name: string | undefined;
396
+ symbol: string | undefined;
397
+ image: string | undefined;
398
+ metadata: string | undefined;
399
+ type: "Nft";
400
+ id: string;
401
+ updatedAt: number;
402
+ };
403
+ amount: {
404
+ value: bigint;
405
+ decimals: number;
406
+ };
407
+ direction: "in";
408
+ }, {
409
+ asset: {
410
+ symbol: string;
411
+ type: "CryptoCurrency";
412
+ id: string;
413
+ name: string;
414
+ market: {
415
+ coingeckoId?: string | undefined;
416
+ marketCapUsd?: {
417
+ value: bigint;
418
+ decimals: number;
419
+ } | undefined;
420
+ };
421
+ updatedAt: number;
422
+ icon?: string | undefined;
423
+ priceDatasourceId?: string | undefined;
424
+ } | {
425
+ symbol: string;
426
+ type: "FiatCurrency";
427
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
428
+ name: string;
429
+ icon?: string | undefined;
430
+ } | {
431
+ type: "Nft";
432
+ id: string;
433
+ updatedAt: number;
434
+ symbol?: string | undefined;
435
+ name?: string | undefined;
436
+ image?: string | undefined;
437
+ metadata?: string | undefined;
438
+ };
439
+ amount: {
440
+ value: bigint;
441
+ decimals: number;
442
+ };
443
+ direction: "in";
444
+ price?: {
445
+ cryptoCurrencyId: string;
446
+ fiatCurrencyId: string;
447
+ price: {
448
+ value: bigint;
449
+ decimals: number;
450
+ };
451
+ timestamp: number;
452
+ } | undefined;
453
+ from?: string | undefined;
454
+ to?: string | undefined;
455
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
456
+ from: z.ZodOptional<z.ZodString>;
457
+ to: z.ZodOptional<z.ZodString>;
458
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
459
+ type: z.ZodLiteral<"CryptoCurrency">;
460
+ id: z.ZodString;
461
+ name: z.ZodString;
462
+ symbol: z.ZodString;
463
+ icon: z.ZodOptional<z.ZodString>;
464
+ market: z.ZodEffects<z.ZodObject<{
465
+ coingeckoId: z.ZodOptional<z.ZodString>;
466
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
467
+ value: z.ZodBigInt;
468
+ decimals: z.ZodNumber;
469
+ }, "strip", z.ZodTypeAny, {
470
+ value: bigint;
471
+ decimals: number;
472
+ }, {
473
+ value: bigint;
474
+ decimals: number;
475
+ }>>;
476
+ }, "strip", z.ZodTypeAny, {
477
+ coingeckoId?: string | undefined;
478
+ marketCapUsd?: {
479
+ value: bigint;
480
+ decimals: number;
481
+ } | undefined;
482
+ }, {
483
+ coingeckoId?: string | undefined;
484
+ marketCapUsd?: {
485
+ value: bigint;
486
+ decimals: number;
487
+ } | undefined;
488
+ }>, {
489
+ coingeckoId: string | undefined;
490
+ marketCapUsd: {
491
+ value: bigint;
492
+ decimals: number;
493
+ } | undefined;
494
+ }, {
495
+ coingeckoId?: string | undefined;
496
+ marketCapUsd?: {
497
+ value: bigint;
498
+ decimals: number;
499
+ } | undefined;
500
+ }>;
501
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
502
+ updatedAt: z.ZodNumber;
503
+ }, "strip", z.ZodTypeAny, {
504
+ symbol: string;
505
+ type: "CryptoCurrency";
506
+ id: string;
507
+ name: string;
508
+ market: {
509
+ coingeckoId: string | undefined;
510
+ marketCapUsd: {
511
+ value: bigint;
512
+ decimals: number;
513
+ } | undefined;
514
+ };
515
+ updatedAt: number;
516
+ icon?: string | undefined;
517
+ priceDatasourceId?: string | undefined;
518
+ }, {
519
+ symbol: string;
520
+ type: "CryptoCurrency";
521
+ id: string;
522
+ name: string;
523
+ market: {
524
+ coingeckoId?: string | undefined;
525
+ marketCapUsd?: {
526
+ value: bigint;
527
+ decimals: number;
528
+ } | undefined;
529
+ };
530
+ updatedAt: number;
531
+ icon?: string | undefined;
532
+ priceDatasourceId?: string | undefined;
533
+ }>, {
534
+ icon: string | undefined;
535
+ priceDatasourceId: string | undefined;
536
+ symbol: string;
537
+ type: "CryptoCurrency";
538
+ id: string;
539
+ name: string;
540
+ market: {
541
+ coingeckoId: string | undefined;
542
+ marketCapUsd: {
543
+ value: bigint;
544
+ decimals: number;
545
+ } | undefined;
546
+ };
547
+ updatedAt: number;
548
+ }, {
549
+ symbol: string;
550
+ type: "CryptoCurrency";
551
+ id: string;
552
+ name: string;
553
+ market: {
554
+ coingeckoId?: string | undefined;
555
+ marketCapUsd?: {
556
+ value: bigint;
557
+ decimals: number;
558
+ } | undefined;
559
+ };
560
+ updatedAt: number;
561
+ icon?: string | undefined;
562
+ priceDatasourceId?: string | undefined;
563
+ }>, z.ZodEffects<z.ZodObject<{
564
+ type: z.ZodLiteral<"FiatCurrency">;
565
+ 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">]>;
566
+ name: z.ZodString;
567
+ symbol: z.ZodString;
568
+ icon: z.ZodOptional<z.ZodString>;
569
+ }, "strip", z.ZodTypeAny, {
570
+ symbol: string;
571
+ type: "FiatCurrency";
572
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
573
+ name: string;
574
+ icon?: string | undefined;
575
+ }, {
576
+ symbol: string;
577
+ type: "FiatCurrency";
578
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
579
+ name: string;
580
+ icon?: string | undefined;
581
+ }>, {
582
+ icon: string | undefined;
583
+ symbol: string;
584
+ type: "FiatCurrency";
585
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
586
+ name: string;
587
+ }, {
588
+ symbol: string;
589
+ type: "FiatCurrency";
590
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
591
+ name: string;
592
+ icon?: string | undefined;
593
+ }>, z.ZodEffects<z.ZodObject<{
594
+ type: z.ZodLiteral<"Nft">;
595
+ id: z.ZodString;
596
+ name: z.ZodOptional<z.ZodString>;
597
+ symbol: z.ZodOptional<z.ZodString>;
598
+ image: z.ZodOptional<z.ZodString>;
599
+ metadata: z.ZodOptional<z.ZodString>;
600
+ updatedAt: z.ZodNumber;
601
+ }, "strip", z.ZodTypeAny, {
602
+ type: "Nft";
603
+ id: string;
604
+ updatedAt: number;
605
+ symbol?: string | undefined;
606
+ name?: string | undefined;
607
+ image?: string | undefined;
608
+ metadata?: string | undefined;
609
+ }, {
610
+ type: "Nft";
611
+ id: string;
612
+ updatedAt: number;
613
+ symbol?: string | undefined;
614
+ name?: string | undefined;
615
+ image?: string | undefined;
616
+ metadata?: string | undefined;
617
+ }>, {
618
+ name: string | undefined;
619
+ symbol: string | undefined;
620
+ image: string | undefined;
621
+ metadata: string | undefined;
622
+ type: "Nft";
623
+ id: string;
624
+ updatedAt: number;
625
+ }, {
626
+ type: "Nft";
627
+ id: string;
628
+ updatedAt: number;
629
+ symbol?: string | undefined;
630
+ name?: string | undefined;
631
+ image?: string | undefined;
632
+ metadata?: string | undefined;
633
+ }>]>;
634
+ amount: z.ZodObject<{
635
+ value: z.ZodBigInt;
636
+ decimals: z.ZodNumber;
637
+ }, "strip", z.ZodTypeAny, {
638
+ value: bigint;
639
+ decimals: number;
640
+ }, {
641
+ value: bigint;
642
+ decimals: number;
643
+ }>;
644
+ price: z.ZodOptional<z.ZodObject<{
645
+ cryptoCurrencyId: z.ZodString;
646
+ fiatCurrencyId: z.ZodString;
647
+ price: z.ZodObject<{
648
+ value: z.ZodBigInt;
649
+ decimals: z.ZodNumber;
650
+ }, "strip", z.ZodTypeAny, {
651
+ value: bigint;
652
+ decimals: number;
653
+ }, {
654
+ value: bigint;
655
+ decimals: number;
656
+ }>;
657
+ timestamp: z.ZodNumber;
658
+ }, "strip", z.ZodTypeAny, {
659
+ cryptoCurrencyId: string;
660
+ fiatCurrencyId: string;
661
+ price: {
662
+ value: bigint;
663
+ decimals: number;
664
+ };
665
+ timestamp: number;
666
+ }, {
667
+ cryptoCurrencyId: string;
668
+ fiatCurrencyId: string;
669
+ price: {
670
+ value: bigint;
671
+ decimals: number;
672
+ };
673
+ timestamp: number;
674
+ }>>;
675
+ }, {
676
+ direction: z.ZodLiteral<"out">;
677
+ }>, "strip", z.ZodTypeAny, {
678
+ asset: {
679
+ icon: string | undefined;
680
+ priceDatasourceId: string | undefined;
681
+ symbol: string;
682
+ type: "CryptoCurrency";
683
+ id: string;
684
+ name: string;
685
+ market: {
686
+ coingeckoId: string | undefined;
687
+ marketCapUsd: {
688
+ value: bigint;
689
+ decimals: number;
690
+ } | undefined;
691
+ };
692
+ updatedAt: number;
693
+ } | {
694
+ icon: string | undefined;
695
+ symbol: string;
696
+ type: "FiatCurrency";
697
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
698
+ name: string;
699
+ } | {
700
+ name: string | undefined;
701
+ symbol: string | undefined;
702
+ image: string | undefined;
703
+ metadata: string | undefined;
704
+ type: "Nft";
705
+ id: string;
706
+ updatedAt: number;
707
+ };
708
+ amount: {
709
+ value: bigint;
710
+ decimals: number;
711
+ };
712
+ direction: "out";
713
+ price?: {
714
+ cryptoCurrencyId: string;
715
+ fiatCurrencyId: string;
716
+ price: {
717
+ value: bigint;
718
+ decimals: number;
719
+ };
720
+ timestamp: number;
721
+ } | undefined;
722
+ from?: string | undefined;
723
+ to?: string | undefined;
724
+ }, {
725
+ asset: {
726
+ symbol: string;
727
+ type: "CryptoCurrency";
728
+ id: string;
729
+ name: string;
730
+ market: {
731
+ coingeckoId?: string | undefined;
732
+ marketCapUsd?: {
733
+ value: bigint;
734
+ decimals: number;
735
+ } | undefined;
736
+ };
737
+ updatedAt: number;
738
+ icon?: string | undefined;
739
+ priceDatasourceId?: string | undefined;
740
+ } | {
741
+ symbol: string;
742
+ type: "FiatCurrency";
743
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
744
+ name: string;
745
+ icon?: string | undefined;
746
+ } | {
747
+ type: "Nft";
748
+ id: string;
749
+ updatedAt: number;
750
+ symbol?: string | undefined;
751
+ name?: string | undefined;
752
+ image?: string | undefined;
753
+ metadata?: string | undefined;
754
+ };
755
+ amount: {
756
+ value: bigint;
757
+ decimals: number;
758
+ };
759
+ direction: "out";
760
+ price?: {
761
+ cryptoCurrencyId: string;
762
+ fiatCurrencyId: string;
763
+ price: {
764
+ value: bigint;
765
+ decimals: number;
766
+ };
767
+ timestamp: number;
768
+ } | undefined;
769
+ from?: string | undefined;
770
+ to?: string | undefined;
771
+ }>, {
772
+ from: string | undefined;
773
+ to: string | undefined;
774
+ price: {
775
+ cryptoCurrencyId: string;
776
+ fiatCurrencyId: string;
777
+ price: {
778
+ value: bigint;
779
+ decimals: number;
780
+ };
781
+ timestamp: number;
782
+ } | undefined;
783
+ asset: {
784
+ icon: string | undefined;
785
+ priceDatasourceId: string | undefined;
786
+ symbol: string;
787
+ type: "CryptoCurrency";
788
+ id: string;
789
+ name: string;
790
+ market: {
791
+ coingeckoId: string | undefined;
792
+ marketCapUsd: {
793
+ value: bigint;
794
+ decimals: number;
795
+ } | undefined;
796
+ };
797
+ updatedAt: number;
798
+ } | {
799
+ icon: string | undefined;
800
+ symbol: string;
801
+ type: "FiatCurrency";
802
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
803
+ name: string;
804
+ } | {
805
+ name: string | undefined;
806
+ symbol: string | undefined;
807
+ image: string | undefined;
808
+ metadata: string | undefined;
809
+ type: "Nft";
810
+ id: string;
811
+ updatedAt: number;
812
+ };
813
+ amount: {
814
+ value: bigint;
815
+ decimals: number;
816
+ };
817
+ direction: "out";
818
+ }, {
819
+ asset: {
820
+ symbol: string;
821
+ type: "CryptoCurrency";
822
+ id: string;
823
+ name: string;
824
+ market: {
825
+ coingeckoId?: string | undefined;
826
+ marketCapUsd?: {
827
+ value: bigint;
828
+ decimals: number;
829
+ } | undefined;
830
+ };
831
+ updatedAt: number;
832
+ icon?: string | undefined;
833
+ priceDatasourceId?: string | undefined;
834
+ } | {
835
+ symbol: string;
836
+ type: "FiatCurrency";
837
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
838
+ name: string;
839
+ icon?: string | undefined;
840
+ } | {
841
+ type: "Nft";
842
+ id: string;
843
+ updatedAt: number;
844
+ symbol?: string | undefined;
845
+ name?: string | undefined;
846
+ image?: string | undefined;
847
+ metadata?: string | undefined;
848
+ };
849
+ amount: {
850
+ value: bigint;
851
+ decimals: number;
852
+ };
853
+ direction: "out";
854
+ price?: {
855
+ cryptoCurrencyId: string;
856
+ fiatCurrencyId: string;
857
+ price: {
858
+ value: bigint;
859
+ decimals: number;
860
+ };
861
+ timestamp: number;
862
+ } | undefined;
863
+ from?: string | undefined;
864
+ to?: string | undefined;
865
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<{
866
+ from: z.ZodOptional<z.ZodString>;
867
+ to: z.ZodOptional<z.ZodString>;
868
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
869
+ type: z.ZodLiteral<"CryptoCurrency">;
870
+ id: z.ZodString;
871
+ name: z.ZodString;
872
+ symbol: z.ZodString;
873
+ icon: z.ZodOptional<z.ZodString>;
874
+ market: z.ZodEffects<z.ZodObject<{
875
+ coingeckoId: z.ZodOptional<z.ZodString>;
876
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
877
+ value: z.ZodBigInt;
878
+ decimals: z.ZodNumber;
879
+ }, "strip", z.ZodTypeAny, {
880
+ value: bigint;
881
+ decimals: number;
882
+ }, {
883
+ value: bigint;
884
+ decimals: number;
885
+ }>>;
886
+ }, "strip", z.ZodTypeAny, {
887
+ coingeckoId?: string | undefined;
888
+ marketCapUsd?: {
889
+ value: bigint;
890
+ decimals: number;
891
+ } | undefined;
892
+ }, {
893
+ coingeckoId?: string | undefined;
894
+ marketCapUsd?: {
895
+ value: bigint;
896
+ decimals: number;
897
+ } | undefined;
898
+ }>, {
899
+ coingeckoId: string | undefined;
900
+ marketCapUsd: {
901
+ value: bigint;
902
+ decimals: number;
903
+ } | undefined;
904
+ }, {
905
+ coingeckoId?: string | undefined;
906
+ marketCapUsd?: {
907
+ value: bigint;
908
+ decimals: number;
909
+ } | undefined;
910
+ }>;
911
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
912
+ updatedAt: z.ZodNumber;
913
+ }, "strip", z.ZodTypeAny, {
914
+ symbol: string;
915
+ type: "CryptoCurrency";
916
+ id: string;
917
+ name: string;
918
+ market: {
919
+ coingeckoId: string | undefined;
920
+ marketCapUsd: {
921
+ value: bigint;
922
+ decimals: number;
923
+ } | undefined;
924
+ };
925
+ updatedAt: number;
926
+ icon?: string | undefined;
927
+ priceDatasourceId?: string | undefined;
928
+ }, {
929
+ symbol: string;
930
+ type: "CryptoCurrency";
931
+ id: string;
932
+ name: string;
933
+ market: {
934
+ coingeckoId?: string | undefined;
935
+ marketCapUsd?: {
936
+ value: bigint;
937
+ decimals: number;
938
+ } | undefined;
939
+ };
940
+ updatedAt: number;
941
+ icon?: string | undefined;
942
+ priceDatasourceId?: string | undefined;
943
+ }>, {
944
+ icon: string | undefined;
945
+ priceDatasourceId: string | undefined;
946
+ symbol: string;
947
+ type: "CryptoCurrency";
948
+ id: string;
949
+ name: string;
950
+ market: {
951
+ coingeckoId: string | undefined;
952
+ marketCapUsd: {
953
+ value: bigint;
954
+ decimals: number;
955
+ } | undefined;
956
+ };
957
+ updatedAt: number;
958
+ }, {
959
+ symbol: string;
960
+ type: "CryptoCurrency";
961
+ id: string;
962
+ name: string;
963
+ market: {
964
+ coingeckoId?: string | undefined;
965
+ marketCapUsd?: {
966
+ value: bigint;
967
+ decimals: number;
968
+ } | undefined;
969
+ };
970
+ updatedAt: number;
971
+ icon?: string | undefined;
972
+ priceDatasourceId?: string | undefined;
973
+ }>, z.ZodEffects<z.ZodObject<{
974
+ type: z.ZodLiteral<"FiatCurrency">;
975
+ 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">]>;
976
+ name: z.ZodString;
977
+ symbol: z.ZodString;
978
+ icon: z.ZodOptional<z.ZodString>;
979
+ }, "strip", z.ZodTypeAny, {
980
+ symbol: string;
981
+ type: "FiatCurrency";
982
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
983
+ name: string;
984
+ icon?: string | undefined;
985
+ }, {
986
+ symbol: string;
987
+ type: "FiatCurrency";
988
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
989
+ name: string;
990
+ icon?: string | undefined;
991
+ }>, {
992
+ icon: string | undefined;
993
+ symbol: string;
994
+ type: "FiatCurrency";
995
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
996
+ name: string;
997
+ }, {
998
+ symbol: string;
999
+ type: "FiatCurrency";
1000
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1001
+ name: string;
1002
+ icon?: string | undefined;
1003
+ }>, z.ZodEffects<z.ZodObject<{
1004
+ type: z.ZodLiteral<"Nft">;
1005
+ id: z.ZodString;
1006
+ name: z.ZodOptional<z.ZodString>;
1007
+ symbol: z.ZodOptional<z.ZodString>;
1008
+ image: z.ZodOptional<z.ZodString>;
1009
+ metadata: z.ZodOptional<z.ZodString>;
1010
+ updatedAt: z.ZodNumber;
1011
+ }, "strip", z.ZodTypeAny, {
1012
+ type: "Nft";
1013
+ id: string;
1014
+ updatedAt: number;
1015
+ symbol?: string | undefined;
1016
+ name?: string | undefined;
1017
+ image?: string | undefined;
1018
+ metadata?: string | undefined;
1019
+ }, {
1020
+ type: "Nft";
1021
+ id: string;
1022
+ updatedAt: number;
1023
+ symbol?: string | undefined;
1024
+ name?: string | undefined;
1025
+ image?: string | undefined;
1026
+ metadata?: string | undefined;
1027
+ }>, {
1028
+ name: string | undefined;
1029
+ symbol: string | undefined;
1030
+ image: string | undefined;
1031
+ metadata: string | undefined;
1032
+ type: "Nft";
1033
+ id: string;
1034
+ updatedAt: number;
1035
+ }, {
1036
+ type: "Nft";
1037
+ id: string;
1038
+ updatedAt: number;
1039
+ symbol?: string | undefined;
1040
+ name?: string | undefined;
1041
+ image?: string | undefined;
1042
+ metadata?: string | undefined;
1043
+ }>]>;
1044
+ amount: z.ZodObject<{
1045
+ value: z.ZodBigInt;
1046
+ decimals: z.ZodNumber;
1047
+ }, "strip", z.ZodTypeAny, {
1048
+ value: bigint;
1049
+ decimals: number;
1050
+ }, {
1051
+ value: bigint;
1052
+ decimals: number;
1053
+ }>;
1054
+ price: z.ZodOptional<z.ZodObject<{
1055
+ cryptoCurrencyId: z.ZodString;
1056
+ fiatCurrencyId: z.ZodString;
1057
+ price: z.ZodObject<{
1058
+ value: z.ZodBigInt;
1059
+ decimals: z.ZodNumber;
1060
+ }, "strip", z.ZodTypeAny, {
1061
+ value: bigint;
1062
+ decimals: number;
1063
+ }, {
1064
+ value: bigint;
1065
+ decimals: number;
1066
+ }>;
1067
+ timestamp: z.ZodNumber;
1068
+ }, "strip", z.ZodTypeAny, {
1069
+ cryptoCurrencyId: string;
1070
+ fiatCurrencyId: string;
1071
+ price: {
1072
+ value: bigint;
1073
+ decimals: number;
1074
+ };
1075
+ timestamp: number;
1076
+ }, {
1077
+ cryptoCurrencyId: string;
1078
+ fiatCurrencyId: string;
1079
+ price: {
1080
+ value: bigint;
1081
+ decimals: number;
1082
+ };
1083
+ timestamp: number;
1084
+ }>>;
1085
+ }, {
1086
+ direction: z.ZodLiteral<"none">;
1087
+ }>, "strip", z.ZodTypeAny, {
1088
+ asset: {
1089
+ icon: string | undefined;
1090
+ priceDatasourceId: string | undefined;
1091
+ symbol: string;
1092
+ type: "CryptoCurrency";
1093
+ id: string;
1094
+ name: string;
1095
+ market: {
1096
+ coingeckoId: string | undefined;
1097
+ marketCapUsd: {
1098
+ value: bigint;
1099
+ decimals: number;
1100
+ } | undefined;
1101
+ };
1102
+ updatedAt: number;
1103
+ } | {
1104
+ icon: string | undefined;
1105
+ symbol: string;
1106
+ type: "FiatCurrency";
1107
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1108
+ name: string;
1109
+ } | {
1110
+ name: string | undefined;
1111
+ symbol: string | undefined;
1112
+ image: string | undefined;
1113
+ metadata: string | undefined;
1114
+ type: "Nft";
1115
+ id: string;
1116
+ updatedAt: number;
1117
+ };
1118
+ amount: {
1119
+ value: bigint;
1120
+ decimals: number;
1121
+ };
1122
+ direction: "none";
1123
+ price?: {
1124
+ cryptoCurrencyId: string;
1125
+ fiatCurrencyId: string;
1126
+ price: {
1127
+ value: bigint;
1128
+ decimals: number;
1129
+ };
1130
+ timestamp: number;
1131
+ } | undefined;
1132
+ from?: string | undefined;
1133
+ to?: string | undefined;
1134
+ }, {
1135
+ asset: {
1136
+ symbol: string;
1137
+ type: "CryptoCurrency";
1138
+ id: string;
1139
+ name: string;
1140
+ market: {
1141
+ coingeckoId?: string | undefined;
1142
+ marketCapUsd?: {
1143
+ value: bigint;
1144
+ decimals: number;
1145
+ } | undefined;
1146
+ };
1147
+ updatedAt: number;
1148
+ icon?: string | undefined;
1149
+ priceDatasourceId?: string | undefined;
1150
+ } | {
1151
+ symbol: string;
1152
+ type: "FiatCurrency";
1153
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1154
+ name: string;
1155
+ icon?: string | undefined;
1156
+ } | {
1157
+ type: "Nft";
1158
+ id: string;
1159
+ updatedAt: number;
1160
+ symbol?: string | undefined;
1161
+ name?: string | undefined;
1162
+ image?: string | undefined;
1163
+ metadata?: string | undefined;
1164
+ };
1165
+ amount: {
1166
+ value: bigint;
1167
+ decimals: number;
1168
+ };
1169
+ direction: "none";
1170
+ price?: {
1171
+ cryptoCurrencyId: string;
1172
+ fiatCurrencyId: string;
1173
+ price: {
1174
+ value: bigint;
1175
+ decimals: number;
1176
+ };
1177
+ timestamp: number;
1178
+ } | undefined;
1179
+ from?: string | undefined;
1180
+ to?: string | undefined;
1181
+ }>, {
1182
+ from: string | undefined;
1183
+ to: string | undefined;
1184
+ price: {
1185
+ cryptoCurrencyId: string;
1186
+ fiatCurrencyId: string;
1187
+ price: {
1188
+ value: bigint;
1189
+ decimals: number;
1190
+ };
1191
+ timestamp: number;
1192
+ } | undefined;
1193
+ asset: {
1194
+ icon: string | undefined;
1195
+ priceDatasourceId: string | undefined;
1196
+ symbol: string;
1197
+ type: "CryptoCurrency";
1198
+ id: string;
1199
+ name: string;
1200
+ market: {
1201
+ coingeckoId: string | undefined;
1202
+ marketCapUsd: {
1203
+ value: bigint;
1204
+ decimals: number;
1205
+ } | undefined;
1206
+ };
1207
+ updatedAt: number;
1208
+ } | {
1209
+ icon: string | undefined;
1210
+ symbol: string;
1211
+ type: "FiatCurrency";
1212
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1213
+ name: string;
1214
+ } | {
1215
+ name: string | undefined;
1216
+ symbol: string | undefined;
1217
+ image: string | undefined;
1218
+ metadata: string | undefined;
1219
+ type: "Nft";
1220
+ id: string;
1221
+ updatedAt: number;
1222
+ };
1223
+ amount: {
1224
+ value: bigint;
1225
+ decimals: number;
1226
+ };
1227
+ direction: "none";
1228
+ }, {
1229
+ asset: {
1230
+ symbol: string;
1231
+ type: "CryptoCurrency";
1232
+ id: string;
1233
+ name: string;
1234
+ market: {
1235
+ coingeckoId?: string | undefined;
1236
+ marketCapUsd?: {
1237
+ value: bigint;
1238
+ decimals: number;
1239
+ } | undefined;
1240
+ };
1241
+ updatedAt: number;
1242
+ icon?: string | undefined;
1243
+ priceDatasourceId?: string | undefined;
1244
+ } | {
1245
+ symbol: string;
1246
+ type: "FiatCurrency";
1247
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1248
+ name: string;
1249
+ icon?: string | undefined;
1250
+ } | {
1251
+ type: "Nft";
1252
+ id: string;
1253
+ updatedAt: number;
1254
+ symbol?: string | undefined;
1255
+ name?: string | undefined;
1256
+ image?: string | undefined;
1257
+ metadata?: string | undefined;
1258
+ };
1259
+ amount: {
1260
+ value: bigint;
1261
+ decimals: number;
1262
+ };
1263
+ direction: "none";
1264
+ price?: {
1265
+ cryptoCurrencyId: string;
1266
+ fiatCurrencyId: string;
1267
+ price: {
1268
+ value: bigint;
1269
+ decimals: number;
1270
+ };
1271
+ timestamp: number;
1272
+ } | undefined;
1273
+ from?: string | undefined;
1274
+ to?: string | undefined;
1275
+ }>]>, "many">;
1276
+ }, {
1277
+ type: z.ZodLiteral<"NormalAccountAction">;
1278
+ }>, {
1279
+ action: z.ZodLiteral<"nft-royalty">;
1280
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1281
+ from: z.ZodOptional<z.ZodString>;
1282
+ to: z.ZodOptional<z.ZodString>;
1283
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
1284
+ type: z.ZodLiteral<"CryptoCurrency">;
1285
+ id: z.ZodString;
1286
+ name: z.ZodString;
1287
+ symbol: z.ZodString;
1288
+ icon: z.ZodOptional<z.ZodString>;
1289
+ market: z.ZodEffects<z.ZodObject<{
1290
+ coingeckoId: z.ZodOptional<z.ZodString>;
1291
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1292
+ value: z.ZodBigInt;
1293
+ decimals: z.ZodNumber;
1294
+ }, "strip", z.ZodTypeAny, {
1295
+ value: bigint;
1296
+ decimals: number;
1297
+ }, {
1298
+ value: bigint;
1299
+ decimals: number;
1300
+ }>>;
1301
+ }, "strip", z.ZodTypeAny, {
1302
+ coingeckoId?: string | undefined;
1303
+ marketCapUsd?: {
1304
+ value: bigint;
1305
+ decimals: number;
1306
+ } | undefined;
1307
+ }, {
1308
+ coingeckoId?: string | undefined;
1309
+ marketCapUsd?: {
1310
+ value: bigint;
1311
+ decimals: number;
1312
+ } | undefined;
1313
+ }>, {
1314
+ coingeckoId: string | undefined;
1315
+ marketCapUsd: {
1316
+ value: bigint;
1317
+ decimals: number;
1318
+ } | undefined;
1319
+ }, {
1320
+ coingeckoId?: string | undefined;
1321
+ marketCapUsd?: {
1322
+ value: bigint;
1323
+ decimals: number;
1324
+ } | undefined;
1325
+ }>;
1326
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
1327
+ updatedAt: z.ZodNumber;
1328
+ }, "strip", z.ZodTypeAny, {
1329
+ symbol: string;
1330
+ type: "CryptoCurrency";
1331
+ id: string;
1332
+ name: string;
1333
+ market: {
1334
+ coingeckoId: string | undefined;
1335
+ marketCapUsd: {
1336
+ value: bigint;
1337
+ decimals: number;
1338
+ } | undefined;
1339
+ };
1340
+ updatedAt: number;
1341
+ icon?: string | undefined;
1342
+ priceDatasourceId?: string | undefined;
1343
+ }, {
1344
+ symbol: string;
1345
+ type: "CryptoCurrency";
1346
+ id: string;
1347
+ name: string;
1348
+ market: {
1349
+ coingeckoId?: string | undefined;
1350
+ marketCapUsd?: {
1351
+ value: bigint;
1352
+ decimals: number;
1353
+ } | undefined;
1354
+ };
1355
+ updatedAt: number;
1356
+ icon?: string | undefined;
1357
+ priceDatasourceId?: string | undefined;
1358
+ }>, {
1359
+ icon: string | undefined;
1360
+ priceDatasourceId: string | undefined;
1361
+ symbol: string;
1362
+ type: "CryptoCurrency";
1363
+ id: string;
1364
+ name: string;
1365
+ market: {
1366
+ coingeckoId: string | undefined;
1367
+ marketCapUsd: {
1368
+ value: bigint;
1369
+ decimals: number;
1370
+ } | undefined;
1371
+ };
1372
+ updatedAt: number;
1373
+ }, {
1374
+ symbol: string;
1375
+ type: "CryptoCurrency";
1376
+ id: string;
1377
+ name: string;
1378
+ market: {
1379
+ coingeckoId?: string | undefined;
1380
+ marketCapUsd?: {
1381
+ value: bigint;
1382
+ decimals: number;
1383
+ } | undefined;
1384
+ };
1385
+ updatedAt: number;
1386
+ icon?: string | undefined;
1387
+ priceDatasourceId?: string | undefined;
1388
+ }>, z.ZodEffects<z.ZodObject<{
1389
+ type: z.ZodLiteral<"FiatCurrency">;
1390
+ 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">]>;
1391
+ name: z.ZodString;
1392
+ symbol: z.ZodString;
1393
+ icon: z.ZodOptional<z.ZodString>;
1394
+ }, "strip", z.ZodTypeAny, {
1395
+ symbol: string;
1396
+ type: "FiatCurrency";
1397
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1398
+ name: string;
1399
+ icon?: string | undefined;
1400
+ }, {
1401
+ symbol: string;
1402
+ type: "FiatCurrency";
1403
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1404
+ name: string;
1405
+ icon?: string | undefined;
1406
+ }>, {
1407
+ icon: string | undefined;
1408
+ symbol: string;
1409
+ type: "FiatCurrency";
1410
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1411
+ name: string;
1412
+ }, {
1413
+ symbol: string;
1414
+ type: "FiatCurrency";
1415
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1416
+ name: string;
1417
+ icon?: string | undefined;
1418
+ }>, z.ZodEffects<z.ZodObject<{
1419
+ type: z.ZodLiteral<"Nft">;
1420
+ id: z.ZodString;
1421
+ name: z.ZodOptional<z.ZodString>;
1422
+ symbol: z.ZodOptional<z.ZodString>;
1423
+ image: z.ZodOptional<z.ZodString>;
1424
+ metadata: z.ZodOptional<z.ZodString>;
1425
+ updatedAt: z.ZodNumber;
1426
+ }, "strip", z.ZodTypeAny, {
1427
+ type: "Nft";
1428
+ id: string;
1429
+ updatedAt: number;
1430
+ symbol?: string | undefined;
1431
+ name?: string | undefined;
1432
+ image?: string | undefined;
1433
+ metadata?: string | undefined;
1434
+ }, {
1435
+ type: "Nft";
1436
+ id: string;
1437
+ updatedAt: number;
1438
+ symbol?: string | undefined;
1439
+ name?: string | undefined;
1440
+ image?: string | undefined;
1441
+ metadata?: string | undefined;
1442
+ }>, {
1443
+ name: string | undefined;
1444
+ symbol: string | undefined;
1445
+ image: string | undefined;
1446
+ metadata: string | undefined;
1447
+ type: "Nft";
1448
+ id: string;
1449
+ updatedAt: number;
1450
+ }, {
1451
+ type: "Nft";
1452
+ id: string;
1453
+ updatedAt: number;
1454
+ symbol?: string | undefined;
1455
+ name?: string | undefined;
1456
+ image?: string | undefined;
1457
+ metadata?: string | undefined;
1458
+ }>]>;
1459
+ amount: z.ZodObject<{
1460
+ value: z.ZodBigInt;
1461
+ decimals: z.ZodNumber;
1462
+ }, "strip", z.ZodTypeAny, {
1463
+ value: bigint;
1464
+ decimals: number;
1465
+ }, {
1466
+ value: bigint;
1467
+ decimals: number;
1468
+ }>;
47
1469
  price: z.ZodOptional<z.ZodObject<{
48
1470
  cryptoCurrencyId: z.ZodString;
49
1471
  fiatCurrencyId: z.ZodString;
@@ -75,19 +1497,9 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
75
1497
  };
76
1498
  timestamp: number;
77
1499
  }>>;
78
- from: z.ZodOptional<z.ZodString>;
79
- to: z.ZodOptional<z.ZodString>;
80
- amount: z.ZodObject<{
81
- value: z.ZodBigInt;
82
- decimals: z.ZodNumber;
83
- }, "strip", z.ZodTypeAny, {
84
- value: bigint;
85
- decimals: number;
86
- }, {
87
- value: bigint;
88
- decimals: number;
89
- }>;
1500
+ }, {
90
1501
  direction: z.ZodLiteral<"in">;
1502
+ }>, {
91
1503
  asset: z.ZodEffects<z.ZodObject<{
92
1504
  type: z.ZodLiteral<"CryptoCurrency">;
93
1505
  id: z.ZodString;
@@ -194,7 +1606,7 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
194
1606
  icon?: string | undefined;
195
1607
  priceDatasourceId?: string | undefined;
196
1608
  }>;
197
- }, "strip", z.ZodTypeAny, {
1609
+ }>, "strip", z.ZodTypeAny, {
198
1610
  asset: {
199
1611
  icon: string | undefined;
200
1612
  priceDatasourceId: string | undefined;
@@ -326,7 +1738,195 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
326
1738
  } | undefined;
327
1739
  from?: string | undefined;
328
1740
  to?: string | undefined;
329
- }>, z.ZodEffects<z.ZodObject<{
1741
+ }>, z.ZodEffects<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1742
+ from: z.ZodOptional<z.ZodString>;
1743
+ to: z.ZodOptional<z.ZodString>;
1744
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
1745
+ type: z.ZodLiteral<"CryptoCurrency">;
1746
+ id: z.ZodString;
1747
+ name: z.ZodString;
1748
+ symbol: z.ZodString;
1749
+ icon: z.ZodOptional<z.ZodString>;
1750
+ market: z.ZodEffects<z.ZodObject<{
1751
+ coingeckoId: z.ZodOptional<z.ZodString>;
1752
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1753
+ value: z.ZodBigInt;
1754
+ decimals: z.ZodNumber;
1755
+ }, "strip", z.ZodTypeAny, {
1756
+ value: bigint;
1757
+ decimals: number;
1758
+ }, {
1759
+ value: bigint;
1760
+ decimals: number;
1761
+ }>>;
1762
+ }, "strip", z.ZodTypeAny, {
1763
+ coingeckoId?: string | undefined;
1764
+ marketCapUsd?: {
1765
+ value: bigint;
1766
+ decimals: number;
1767
+ } | undefined;
1768
+ }, {
1769
+ coingeckoId?: string | undefined;
1770
+ marketCapUsd?: {
1771
+ value: bigint;
1772
+ decimals: number;
1773
+ } | undefined;
1774
+ }>, {
1775
+ coingeckoId: string | undefined;
1776
+ marketCapUsd: {
1777
+ value: bigint;
1778
+ decimals: number;
1779
+ } | undefined;
1780
+ }, {
1781
+ coingeckoId?: string | undefined;
1782
+ marketCapUsd?: {
1783
+ value: bigint;
1784
+ decimals: number;
1785
+ } | undefined;
1786
+ }>;
1787
+ priceDatasourceId: z.ZodOptional<z.ZodString>;
1788
+ updatedAt: z.ZodNumber;
1789
+ }, "strip", z.ZodTypeAny, {
1790
+ symbol: string;
1791
+ type: "CryptoCurrency";
1792
+ id: string;
1793
+ name: string;
1794
+ market: {
1795
+ coingeckoId: string | undefined;
1796
+ marketCapUsd: {
1797
+ value: bigint;
1798
+ decimals: number;
1799
+ } | undefined;
1800
+ };
1801
+ updatedAt: number;
1802
+ icon?: string | undefined;
1803
+ priceDatasourceId?: string | undefined;
1804
+ }, {
1805
+ symbol: string;
1806
+ type: "CryptoCurrency";
1807
+ id: string;
1808
+ name: string;
1809
+ market: {
1810
+ coingeckoId?: string | undefined;
1811
+ marketCapUsd?: {
1812
+ value: bigint;
1813
+ decimals: number;
1814
+ } | undefined;
1815
+ };
1816
+ updatedAt: number;
1817
+ icon?: string | undefined;
1818
+ priceDatasourceId?: string | undefined;
1819
+ }>, {
1820
+ icon: string | undefined;
1821
+ priceDatasourceId: string | undefined;
1822
+ symbol: string;
1823
+ type: "CryptoCurrency";
1824
+ id: string;
1825
+ name: string;
1826
+ market: {
1827
+ coingeckoId: string | undefined;
1828
+ marketCapUsd: {
1829
+ value: bigint;
1830
+ decimals: number;
1831
+ } | undefined;
1832
+ };
1833
+ updatedAt: number;
1834
+ }, {
1835
+ symbol: string;
1836
+ type: "CryptoCurrency";
1837
+ id: string;
1838
+ name: string;
1839
+ market: {
1840
+ coingeckoId?: string | undefined;
1841
+ marketCapUsd?: {
1842
+ value: bigint;
1843
+ decimals: number;
1844
+ } | undefined;
1845
+ };
1846
+ updatedAt: number;
1847
+ icon?: string | undefined;
1848
+ priceDatasourceId?: string | undefined;
1849
+ }>, z.ZodEffects<z.ZodObject<{
1850
+ type: z.ZodLiteral<"FiatCurrency">;
1851
+ 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">]>;
1852
+ name: z.ZodString;
1853
+ symbol: z.ZodString;
1854
+ icon: z.ZodOptional<z.ZodString>;
1855
+ }, "strip", z.ZodTypeAny, {
1856
+ symbol: string;
1857
+ type: "FiatCurrency";
1858
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1859
+ name: string;
1860
+ icon?: string | undefined;
1861
+ }, {
1862
+ symbol: string;
1863
+ type: "FiatCurrency";
1864
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1865
+ name: string;
1866
+ icon?: string | undefined;
1867
+ }>, {
1868
+ icon: string | undefined;
1869
+ symbol: string;
1870
+ type: "FiatCurrency";
1871
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1872
+ name: string;
1873
+ }, {
1874
+ symbol: string;
1875
+ type: "FiatCurrency";
1876
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1877
+ name: string;
1878
+ icon?: string | undefined;
1879
+ }>, z.ZodEffects<z.ZodObject<{
1880
+ type: z.ZodLiteral<"Nft">;
1881
+ id: z.ZodString;
1882
+ name: z.ZodOptional<z.ZodString>;
1883
+ symbol: z.ZodOptional<z.ZodString>;
1884
+ image: z.ZodOptional<z.ZodString>;
1885
+ metadata: z.ZodOptional<z.ZodString>;
1886
+ updatedAt: z.ZodNumber;
1887
+ }, "strip", z.ZodTypeAny, {
1888
+ type: "Nft";
1889
+ id: string;
1890
+ updatedAt: number;
1891
+ symbol?: string | undefined;
1892
+ name?: string | undefined;
1893
+ image?: string | undefined;
1894
+ metadata?: string | undefined;
1895
+ }, {
1896
+ type: "Nft";
1897
+ id: string;
1898
+ updatedAt: number;
1899
+ symbol?: string | undefined;
1900
+ name?: string | undefined;
1901
+ image?: string | undefined;
1902
+ metadata?: string | undefined;
1903
+ }>, {
1904
+ name: string | undefined;
1905
+ symbol: string | undefined;
1906
+ image: string | undefined;
1907
+ metadata: string | undefined;
1908
+ type: "Nft";
1909
+ id: string;
1910
+ updatedAt: number;
1911
+ }, {
1912
+ type: "Nft";
1913
+ id: string;
1914
+ updatedAt: number;
1915
+ symbol?: string | undefined;
1916
+ name?: string | undefined;
1917
+ image?: string | undefined;
1918
+ metadata?: string | undefined;
1919
+ }>]>;
1920
+ amount: z.ZodObject<{
1921
+ value: z.ZodBigInt;
1922
+ decimals: z.ZodNumber;
1923
+ }, "strip", z.ZodTypeAny, {
1924
+ value: bigint;
1925
+ decimals: number;
1926
+ }, {
1927
+ value: bigint;
1928
+ decimals: number;
1929
+ }>;
330
1930
  price: z.ZodOptional<z.ZodObject<{
331
1931
  cryptoCurrencyId: z.ZodString;
332
1932
  fiatCurrencyId: z.ZodString;
@@ -358,19 +1958,9 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
358
1958
  };
359
1959
  timestamp: number;
360
1960
  }>>;
361
- from: z.ZodOptional<z.ZodString>;
362
- to: z.ZodOptional<z.ZodString>;
363
- amount: z.ZodObject<{
364
- value: z.ZodBigInt;
365
- decimals: z.ZodNumber;
366
- }, "strip", z.ZodTypeAny, {
367
- value: bigint;
368
- decimals: number;
369
- }, {
370
- value: bigint;
371
- decimals: number;
372
- }>;
1961
+ }, {
373
1962
  direction: z.ZodLiteral<"in">;
1963
+ }>, {
374
1964
  asset: z.ZodEffects<z.ZodObject<{
375
1965
  type: z.ZodLiteral<"FiatCurrency">;
376
1966
  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">]>;
@@ -402,7 +1992,7 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
402
1992
  name: string;
403
1993
  icon?: string | undefined;
404
1994
  }>;
405
- }, "strip", z.ZodTypeAny, {
1995
+ }>, "strip", z.ZodTypeAny, {
406
1996
  asset: {
407
1997
  icon: string | undefined;
408
1998
  symbol: string;
@@ -499,7 +2089,7 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
499
2089
  from?: string | undefined;
500
2090
  to?: string | undefined;
501
2091
  }>]>, "many">;
502
- }, "strip", z.ZodTypeAny, {
2092
+ }>, "strip", z.ZodTypeAny, {
503
2093
  type: "NormalAccountAction";
504
2094
  timestamp: number;
505
2095
  order: number;
@@ -643,9 +2233,9 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
643
2233
  id: string;
644
2234
  name: string;
645
2235
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2236
+ icon?: string | undefined;
646
2237
  description?: string | undefined;
647
2238
  website?: string | undefined;
648
- icon?: string | undefined;
649
2239
  } | undefined;
650
2240
  }>, {
651
2241
  comment: string | undefined;
@@ -791,9 +2381,9 @@ export declare const accountActionNftRoyaltySchema: z.ZodEffects<z.ZodObject<{
791
2381
  id: string;
792
2382
  name: string;
793
2383
  categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2384
+ icon?: string | undefined;
794
2385
  description?: string | undefined;
795
2386
  website?: string | undefined;
796
- icon?: string | undefined;
797
2387
  } | undefined;
798
2388
  }>;
799
2389
  //# sourceMappingURL=nftRoyalty.d.ts.map