@0xtorch/core 0.0.27 → 0.0.29
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.
- package/_cjs/assets/definitions/astar.js +1 -0
- package/_cjs/assets/definitions/astar.js.map +1 -1
- package/_cjs/assets/definitions/avalanche.js +1 -0
- package/_cjs/assets/definitions/avalanche.js.map +1 -1
- package/_cjs/assets/definitions/bnb.js +1 -0
- package/_cjs/assets/definitions/bnb.js.map +1 -1
- package/_cjs/assets/definitions/coingeckoCryptoCurrencyDataSource.js +14 -14
- package/_cjs/assets/definitions/coingeckoCryptoCurrencyDataSource.js.map +1 -1
- package/_cjs/assets/definitions/ethereum.js +1 -0
- package/_cjs/assets/definitions/ethereum.js.map +1 -1
- package/_cjs/assets/definitions/fantom.js +1 -0
- package/_cjs/assets/definitions/fantom.js.map +1 -1
- package/_cjs/assets/definitions/kava.js +1 -0
- package/_cjs/assets/definitions/kava.js.map +1 -1
- package/_cjs/assets/definitions/mantle.js +1 -0
- package/_cjs/assets/definitions/mantle.js.map +1 -1
- package/_cjs/assets/definitions/maticNetwork.js +1 -0
- package/_cjs/assets/definitions/maticNetwork.js.map +1 -1
- package/_cjs/assets/definitions/metis.js +1 -0
- package/_cjs/assets/definitions/metis.js.map +1 -1
- package/_cjs/assets/definitions/moonbeam.js +1 -0
- package/_cjs/assets/definitions/moonbeam.js.map +1 -1
- package/_cjs/assets/definitions/moonriver.js +1 -0
- package/_cjs/assets/definitions/moonriver.js.map +1 -1
- package/_cjs/assets/definitions/oasys.js +1 -0
- package/_cjs/assets/definitions/oasys.js.map +1 -1
- package/_cjs/assets/definitions/ronin.js +1 -0
- package/_cjs/assets/definitions/ronin.js.map +1 -1
- package/_cjs/assets/definitions/solana.js +1 -0
- package/_cjs/assets/definitions/solana.js.map +1 -1
- package/_cjs/assets/schemas/cryptoCurrency.js +2 -0
- package/_cjs/assets/schemas/cryptoCurrency.js.map +1 -1
- package/_cjs/assets/schemas/nft.js +1 -0
- package/_cjs/assets/schemas/nft.js.map +1 -1
- package/_cjs/setAccountActionPrices.js +5 -8
- package/_cjs/setAccountActionPrices.js.map +1 -1
- package/_cjs/tests/utils.js +3 -4
- package/_cjs/tests/utils.js.map +1 -1
- package/_esm/assets/definitions/astar.js +1 -0
- package/_esm/assets/definitions/astar.js.map +1 -1
- package/_esm/assets/definitions/avalanche.js +1 -0
- package/_esm/assets/definitions/avalanche.js.map +1 -1
- package/_esm/assets/definitions/bnb.js +1 -0
- package/_esm/assets/definitions/bnb.js.map +1 -1
- package/_esm/assets/definitions/coingeckoCryptoCurrencyDataSource.js +15 -15
- package/_esm/assets/definitions/coingeckoCryptoCurrencyDataSource.js.map +1 -1
- package/_esm/assets/definitions/ethereum.js +1 -0
- package/_esm/assets/definitions/ethereum.js.map +1 -1
- package/_esm/assets/definitions/fantom.js +1 -0
- package/_esm/assets/definitions/fantom.js.map +1 -1
- package/_esm/assets/definitions/kava.js +1 -0
- package/_esm/assets/definitions/kava.js.map +1 -1
- package/_esm/assets/definitions/mantle.js +1 -0
- package/_esm/assets/definitions/mantle.js.map +1 -1
- package/_esm/assets/definitions/maticNetwork.js +1 -0
- package/_esm/assets/definitions/maticNetwork.js.map +1 -1
- package/_esm/assets/definitions/metis.js +1 -0
- package/_esm/assets/definitions/metis.js.map +1 -1
- package/_esm/assets/definitions/moonbeam.js +1 -0
- package/_esm/assets/definitions/moonbeam.js.map +1 -1
- package/_esm/assets/definitions/moonriver.js +1 -0
- package/_esm/assets/definitions/moonriver.js.map +1 -1
- package/_esm/assets/definitions/oasys.js +1 -0
- package/_esm/assets/definitions/oasys.js.map +1 -1
- package/_esm/assets/definitions/ronin.js +1 -0
- package/_esm/assets/definitions/ronin.js.map +1 -1
- package/_esm/assets/definitions/solana.js +1 -0
- package/_esm/assets/definitions/solana.js.map +1 -1
- package/_esm/assets/schemas/cryptoCurrency.js +2 -0
- package/_esm/assets/schemas/cryptoCurrency.js.map +1 -1
- package/_esm/assets/schemas/nft.js +1 -0
- package/_esm/assets/schemas/nft.js.map +1 -1
- package/_esm/setAccountActionPrices.js +5 -8
- package/_esm/setAccountActionPrices.js.map +1 -1
- package/_esm/tests/utils.js +3 -4
- package/_esm/tests/utils.js.map +1 -1
- package/_types/actions/schemas/action.d.ts +2597 -0
- package/_types/actions/schemas/action.d.ts.map +1 -1
- package/_types/actions/schemas/borrow/borrow.d.ts +52 -0
- package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
- package/_types/actions/schemas/crossActionBundle.d.ts +180 -0
- package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +52 -0
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +52 -0
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts +104 -0
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts +104 -0
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
- package/_types/actions/schemas/default/accountAction.d.ts +198 -0
- package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/normalAction.d.ts +198 -0
- package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/transfer.d.ts +176 -0
- package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/addLiquidity.d.ts +104 -0
- package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/deposit.d.ts +52 -0
- package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/depositWithBond.d.ts +104 -0
- package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/stake.d.ts +52 -0
- package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
- package/_types/actions/schemas/fee/fee.d.ts +26 -0
- package/_types/actions/schemas/fee/fee.d.ts.map +1 -1
- package/_types/actions/schemas/fee/transactionFee.d.ts +26 -0
- package/_types/actions/schemas/fee/transactionFee.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/ignore.d.ts +78 -0
- package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/move.d.ts +78 -0
- package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +52 -0
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/sendToCex.d.ts +52 -0
- package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/spam.d.ts +104 -0
- package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
- package/_types/actions/schemas/income/atomicArbitrage.d.ts +52 -0
- package/_types/actions/schemas/income/atomicArbitrage.d.ts.map +1 -1
- package/_types/actions/schemas/income/freeMintNft.d.ts +26 -0
- package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
- package/_types/actions/schemas/income/income.d.ts +52 -0
- package/_types/actions/schemas/income/income.d.ts.map +1 -1
- package/_types/actions/schemas/income/nftRoyalty.d.ts +13 -0
- package/_types/actions/schemas/income/nftRoyalty.d.ts.map +1 -1
- package/_types/actions/schemas/income/swapIncome.d.ts +26 -0
- package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
- package/_types/actions/schemas/reduce/reduce.d.ts +26 -0
- package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repayment.d.ts +52 -0
- package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +104 -0
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
- package/_types/actions/schemas/replace/replace.d.ts +104 -0
- package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
- package/_types/actions/schemas/replace/swapNft.d.ts +52 -0
- package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
- package/_types/actions/schemas/replace/unwrap.d.ts +52 -0
- package/_types/actions/schemas/replace/unwrap.d.ts.map +1 -1
- package/_types/actions/schemas/replace/wrap.d.ts +52 -0
- package/_types/actions/schemas/replace/wrap.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyCrypto.d.ts +26 -0
- package/_types/actions/schemas/trade/buyCrypto.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyNft.d.ts +52 -0
- package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/mintNft.d.ts +52 -0
- package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellCrypto.d.ts +26 -0
- package/_types/actions/schemas/trade/sellCrypto.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellNft.d.ts +52 -0
- package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/trade.d.ts +104 -0
- package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/swapTransfer.d.ts +26 -0
- package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/transfer.d.ts +104 -0
- package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/valuedown/valuedown.d.ts +70 -0
- package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
- package/_types/actions/schemas/valueup/valueup.d.ts +70 -0
- package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +104 -0
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/unstake.d.ts +52 -0
- package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdraw.d.ts +52 -0
- package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +104 -0
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
- package/_types/actions/utils.d.ts +6 -0
- package/_types/actions/utils.d.ts.map +1 -1
- package/_types/assets/creates/createCryptoCurrency.d.ts +1 -0
- package/_types/assets/creates/createCryptoCurrency.d.ts.map +1 -1
- package/_types/assets/definitions/astar.d.ts +1 -0
- package/_types/assets/definitions/astar.d.ts.map +1 -1
- package/_types/assets/definitions/avalanche.d.ts +1 -0
- package/_types/assets/definitions/avalanche.d.ts.map +1 -1
- package/_types/assets/definitions/bnb.d.ts +1 -0
- package/_types/assets/definitions/bnb.d.ts.map +1 -1
- package/_types/assets/definitions/coingeckoCryptoCurrencyDataSource.d.ts +2 -1
- package/_types/assets/definitions/coingeckoCryptoCurrencyDataSource.d.ts.map +1 -1
- package/_types/assets/definitions/ethereum.d.ts +1 -0
- package/_types/assets/definitions/ethereum.d.ts.map +1 -1
- package/_types/assets/definitions/fantom.d.ts +1 -0
- package/_types/assets/definitions/fantom.d.ts.map +1 -1
- package/_types/assets/definitions/kava.d.ts +1 -0
- package/_types/assets/definitions/kava.d.ts.map +1 -1
- package/_types/assets/definitions/mantle.d.ts +1 -0
- package/_types/assets/definitions/mantle.d.ts.map +1 -1
- package/_types/assets/definitions/maticNetwork.d.ts +1 -0
- package/_types/assets/definitions/maticNetwork.d.ts.map +1 -1
- package/_types/assets/definitions/metis.d.ts +1 -0
- package/_types/assets/definitions/metis.d.ts.map +1 -1
- package/_types/assets/definitions/moonbeam.d.ts +1 -0
- package/_types/assets/definitions/moonbeam.d.ts.map +1 -1
- package/_types/assets/definitions/moonriver.d.ts +1 -0
- package/_types/assets/definitions/moonriver.d.ts.map +1 -1
- package/_types/assets/definitions/oasys.d.ts +1 -0
- package/_types/assets/definitions/oasys.d.ts.map +1 -1
- package/_types/assets/definitions/ronin.d.ts +1 -0
- package/_types/assets/definitions/ronin.d.ts.map +1 -1
- package/_types/assets/definitions/solana.d.ts +1 -0
- package/_types/assets/definitions/solana.d.ts.map +1 -1
- package/_types/assets/schemas/asset.d.ts +10 -0
- package/_types/assets/schemas/asset.d.ts.map +1 -1
- package/_types/assets/schemas/cryptoCurrency.d.ts +5 -0
- package/_types/assets/schemas/cryptoCurrency.d.ts.map +1 -1
- package/_types/assets/schemas/nft.d.ts +5 -0
- package/_types/assets/schemas/nft.d.ts.map +1 -1
- package/_types/assets/types/dataSource.d.ts +2 -3
- package/_types/assets/types/dataSource.d.ts.map +1 -1
- package/_types/setAccountActionPrices.d.ts +108 -0
- package/_types/setAccountActionPrices.d.ts.map +1 -1
- package/_types/tests/utils.d.ts.map +1 -1
- package/assets/definitions/astar.ts +1 -0
- package/assets/definitions/avalanche.ts +1 -0
- package/assets/definitions/bnb.ts +1 -0
- package/assets/definitions/coingeckoCryptoCurrencyDataSource.ts +21 -25
- package/assets/definitions/ethereum.ts +1 -0
- package/assets/definitions/fantom.ts +1 -0
- package/assets/definitions/kava.ts +1 -0
- package/assets/definitions/mantle.ts +1 -0
- package/assets/definitions/maticNetwork.ts +1 -0
- package/assets/definitions/metis.ts +1 -0
- package/assets/definitions/moonbeam.ts +1 -0
- package/assets/definitions/moonriver.ts +1 -0
- package/assets/definitions/oasys.ts +1 -0
- package/assets/definitions/ronin.ts +1 -0
- package/assets/definitions/solana.ts +1 -0
- package/assets/schemas/cryptoCurrency.ts +2 -0
- package/assets/schemas/nft.ts +1 -0
- package/assets/types/dataSource.ts +2 -3
- package/package.json +1 -1
- package/setAccountActionPrices.ts +6 -10
- package/tests/utils.ts +3 -4
|
@@ -118,6 +118,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
118
118
|
decimals: number;
|
|
119
119
|
} | undefined;
|
|
120
120
|
}>;
|
|
121
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
121
122
|
updatedAt: z.ZodNumber;
|
|
122
123
|
}, "strip", z.ZodTypeAny, {
|
|
123
124
|
symbol: string;
|
|
@@ -133,6 +134,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
133
134
|
};
|
|
134
135
|
updatedAt: number;
|
|
135
136
|
icon?: string | undefined;
|
|
137
|
+
priceDatasourceId?: string | undefined;
|
|
136
138
|
}, {
|
|
137
139
|
symbol: string;
|
|
138
140
|
type: "CryptoCurrency";
|
|
@@ -147,8 +149,10 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
147
149
|
};
|
|
148
150
|
updatedAt: number;
|
|
149
151
|
icon?: string | undefined;
|
|
152
|
+
priceDatasourceId?: string | undefined;
|
|
150
153
|
}>, {
|
|
151
154
|
icon: string | undefined;
|
|
155
|
+
priceDatasourceId: string | undefined;
|
|
152
156
|
symbol: string;
|
|
153
157
|
type: "CryptoCurrency";
|
|
154
158
|
id: string;
|
|
@@ -175,6 +179,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
175
179
|
};
|
|
176
180
|
updatedAt: number;
|
|
177
181
|
icon?: string | undefined;
|
|
182
|
+
priceDatasourceId?: string | undefined;
|
|
178
183
|
}>, z.ZodEffects<z.ZodObject<{
|
|
179
184
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
180
185
|
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">]>;
|
|
@@ -212,9 +217,11 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
212
217
|
symbol: z.ZodOptional<z.ZodString>;
|
|
213
218
|
image: z.ZodOptional<z.ZodString>;
|
|
214
219
|
metadata: z.ZodOptional<z.ZodString>;
|
|
220
|
+
updatedAt: z.ZodNumber;
|
|
215
221
|
}, "strip", z.ZodTypeAny, {
|
|
216
222
|
type: "Nft";
|
|
217
223
|
id: string;
|
|
224
|
+
updatedAt: number;
|
|
218
225
|
name?: string | undefined;
|
|
219
226
|
symbol?: string | undefined;
|
|
220
227
|
image?: string | undefined;
|
|
@@ -222,6 +229,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
222
229
|
}, {
|
|
223
230
|
type: "Nft";
|
|
224
231
|
id: string;
|
|
232
|
+
updatedAt: number;
|
|
225
233
|
name?: string | undefined;
|
|
226
234
|
symbol?: string | undefined;
|
|
227
235
|
image?: string | undefined;
|
|
@@ -233,9 +241,11 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
233
241
|
metadata: string | undefined;
|
|
234
242
|
type: "Nft";
|
|
235
243
|
id: string;
|
|
244
|
+
updatedAt: number;
|
|
236
245
|
}, {
|
|
237
246
|
type: "Nft";
|
|
238
247
|
id: string;
|
|
248
|
+
updatedAt: number;
|
|
239
249
|
name?: string | undefined;
|
|
240
250
|
symbol?: string | undefined;
|
|
241
251
|
image?: string | undefined;
|
|
@@ -255,6 +265,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
255
265
|
}, "strip", z.ZodTypeAny, {
|
|
256
266
|
asset: {
|
|
257
267
|
icon: string | undefined;
|
|
268
|
+
priceDatasourceId: string | undefined;
|
|
258
269
|
symbol: string;
|
|
259
270
|
type: "CryptoCurrency";
|
|
260
271
|
id: string;
|
|
@@ -280,6 +291,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
280
291
|
metadata: string | undefined;
|
|
281
292
|
type: "Nft";
|
|
282
293
|
id: string;
|
|
294
|
+
updatedAt: number;
|
|
283
295
|
};
|
|
284
296
|
amount: {
|
|
285
297
|
value: bigint;
|
|
@@ -312,6 +324,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
312
324
|
};
|
|
313
325
|
updatedAt: number;
|
|
314
326
|
icon?: string | undefined;
|
|
327
|
+
priceDatasourceId?: string | undefined;
|
|
315
328
|
} | {
|
|
316
329
|
symbol: string;
|
|
317
330
|
type: "FiatCurrency";
|
|
@@ -321,6 +334,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
321
334
|
} | {
|
|
322
335
|
type: "Nft";
|
|
323
336
|
id: string;
|
|
337
|
+
updatedAt: number;
|
|
324
338
|
name?: string | undefined;
|
|
325
339
|
symbol?: string | undefined;
|
|
326
340
|
image?: string | undefined;
|
|
@@ -356,6 +370,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
356
370
|
} | undefined;
|
|
357
371
|
asset: {
|
|
358
372
|
icon: string | undefined;
|
|
373
|
+
priceDatasourceId: string | undefined;
|
|
359
374
|
symbol: string;
|
|
360
375
|
type: "CryptoCurrency";
|
|
361
376
|
id: string;
|
|
@@ -381,6 +396,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
381
396
|
metadata: string | undefined;
|
|
382
397
|
type: "Nft";
|
|
383
398
|
id: string;
|
|
399
|
+
updatedAt: number;
|
|
384
400
|
};
|
|
385
401
|
amount: {
|
|
386
402
|
value: bigint;
|
|
@@ -402,6 +418,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
402
418
|
};
|
|
403
419
|
updatedAt: number;
|
|
404
420
|
icon?: string | undefined;
|
|
421
|
+
priceDatasourceId?: string | undefined;
|
|
405
422
|
} | {
|
|
406
423
|
symbol: string;
|
|
407
424
|
type: "FiatCurrency";
|
|
@@ -411,6 +428,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
411
428
|
} | {
|
|
412
429
|
type: "Nft";
|
|
413
430
|
id: string;
|
|
431
|
+
updatedAt: number;
|
|
414
432
|
name?: string | undefined;
|
|
415
433
|
symbol?: string | undefined;
|
|
416
434
|
image?: string | undefined;
|
|
@@ -509,6 +527,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
509
527
|
decimals: number;
|
|
510
528
|
} | undefined;
|
|
511
529
|
}>;
|
|
530
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
512
531
|
updatedAt: z.ZodNumber;
|
|
513
532
|
}, "strip", z.ZodTypeAny, {
|
|
514
533
|
symbol: string;
|
|
@@ -524,6 +543,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
524
543
|
};
|
|
525
544
|
updatedAt: number;
|
|
526
545
|
icon?: string | undefined;
|
|
546
|
+
priceDatasourceId?: string | undefined;
|
|
527
547
|
}, {
|
|
528
548
|
symbol: string;
|
|
529
549
|
type: "CryptoCurrency";
|
|
@@ -538,8 +558,10 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
538
558
|
};
|
|
539
559
|
updatedAt: number;
|
|
540
560
|
icon?: string | undefined;
|
|
561
|
+
priceDatasourceId?: string | undefined;
|
|
541
562
|
}>, {
|
|
542
563
|
icon: string | undefined;
|
|
564
|
+
priceDatasourceId: string | undefined;
|
|
543
565
|
symbol: string;
|
|
544
566
|
type: "CryptoCurrency";
|
|
545
567
|
id: string;
|
|
@@ -566,6 +588,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
566
588
|
};
|
|
567
589
|
updatedAt: number;
|
|
568
590
|
icon?: string | undefined;
|
|
591
|
+
priceDatasourceId?: string | undefined;
|
|
569
592
|
}>, z.ZodEffects<z.ZodObject<{
|
|
570
593
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
571
594
|
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">]>;
|
|
@@ -603,9 +626,11 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
603
626
|
symbol: z.ZodOptional<z.ZodString>;
|
|
604
627
|
image: z.ZodOptional<z.ZodString>;
|
|
605
628
|
metadata: z.ZodOptional<z.ZodString>;
|
|
629
|
+
updatedAt: z.ZodNumber;
|
|
606
630
|
}, "strip", z.ZodTypeAny, {
|
|
607
631
|
type: "Nft";
|
|
608
632
|
id: string;
|
|
633
|
+
updatedAt: number;
|
|
609
634
|
name?: string | undefined;
|
|
610
635
|
symbol?: string | undefined;
|
|
611
636
|
image?: string | undefined;
|
|
@@ -613,6 +638,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
613
638
|
}, {
|
|
614
639
|
type: "Nft";
|
|
615
640
|
id: string;
|
|
641
|
+
updatedAt: number;
|
|
616
642
|
name?: string | undefined;
|
|
617
643
|
symbol?: string | undefined;
|
|
618
644
|
image?: string | undefined;
|
|
@@ -624,9 +650,11 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
624
650
|
metadata: string | undefined;
|
|
625
651
|
type: "Nft";
|
|
626
652
|
id: string;
|
|
653
|
+
updatedAt: number;
|
|
627
654
|
}, {
|
|
628
655
|
type: "Nft";
|
|
629
656
|
id: string;
|
|
657
|
+
updatedAt: number;
|
|
630
658
|
name?: string | undefined;
|
|
631
659
|
symbol?: string | undefined;
|
|
632
660
|
image?: string | undefined;
|
|
@@ -646,6 +674,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
646
674
|
}, "strip", z.ZodTypeAny, {
|
|
647
675
|
asset: {
|
|
648
676
|
icon: string | undefined;
|
|
677
|
+
priceDatasourceId: string | undefined;
|
|
649
678
|
symbol: string;
|
|
650
679
|
type: "CryptoCurrency";
|
|
651
680
|
id: string;
|
|
@@ -671,6 +700,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
671
700
|
metadata: string | undefined;
|
|
672
701
|
type: "Nft";
|
|
673
702
|
id: string;
|
|
703
|
+
updatedAt: number;
|
|
674
704
|
};
|
|
675
705
|
amount: {
|
|
676
706
|
value: bigint;
|
|
@@ -703,6 +733,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
703
733
|
};
|
|
704
734
|
updatedAt: number;
|
|
705
735
|
icon?: string | undefined;
|
|
736
|
+
priceDatasourceId?: string | undefined;
|
|
706
737
|
} | {
|
|
707
738
|
symbol: string;
|
|
708
739
|
type: "FiatCurrency";
|
|
@@ -712,6 +743,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
712
743
|
} | {
|
|
713
744
|
type: "Nft";
|
|
714
745
|
id: string;
|
|
746
|
+
updatedAt: number;
|
|
715
747
|
name?: string | undefined;
|
|
716
748
|
symbol?: string | undefined;
|
|
717
749
|
image?: string | undefined;
|
|
@@ -747,6 +779,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
747
779
|
} | undefined;
|
|
748
780
|
asset: {
|
|
749
781
|
icon: string | undefined;
|
|
782
|
+
priceDatasourceId: string | undefined;
|
|
750
783
|
symbol: string;
|
|
751
784
|
type: "CryptoCurrency";
|
|
752
785
|
id: string;
|
|
@@ -772,6 +805,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
772
805
|
metadata: string | undefined;
|
|
773
806
|
type: "Nft";
|
|
774
807
|
id: string;
|
|
808
|
+
updatedAt: number;
|
|
775
809
|
};
|
|
776
810
|
amount: {
|
|
777
811
|
value: bigint;
|
|
@@ -793,6 +827,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
793
827
|
};
|
|
794
828
|
updatedAt: number;
|
|
795
829
|
icon?: string | undefined;
|
|
830
|
+
priceDatasourceId?: string | undefined;
|
|
796
831
|
} | {
|
|
797
832
|
symbol: string;
|
|
798
833
|
type: "FiatCurrency";
|
|
@@ -802,6 +837,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
802
837
|
} | {
|
|
803
838
|
type: "Nft";
|
|
804
839
|
id: string;
|
|
840
|
+
updatedAt: number;
|
|
805
841
|
name?: string | undefined;
|
|
806
842
|
symbol?: string | undefined;
|
|
807
843
|
image?: string | undefined;
|
|
@@ -843,6 +879,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
843
879
|
} | undefined;
|
|
844
880
|
asset: {
|
|
845
881
|
icon: string | undefined;
|
|
882
|
+
priceDatasourceId: string | undefined;
|
|
846
883
|
symbol: string;
|
|
847
884
|
type: "CryptoCurrency";
|
|
848
885
|
id: string;
|
|
@@ -868,6 +905,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
868
905
|
metadata: string | undefined;
|
|
869
906
|
type: "Nft";
|
|
870
907
|
id: string;
|
|
908
|
+
updatedAt: number;
|
|
871
909
|
};
|
|
872
910
|
amount: {
|
|
873
911
|
value: bigint;
|
|
@@ -888,6 +926,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
888
926
|
} | undefined;
|
|
889
927
|
asset: {
|
|
890
928
|
icon: string | undefined;
|
|
929
|
+
priceDatasourceId: string | undefined;
|
|
891
930
|
symbol: string;
|
|
892
931
|
type: "CryptoCurrency";
|
|
893
932
|
id: string;
|
|
@@ -913,6 +952,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
913
952
|
metadata: string | undefined;
|
|
914
953
|
type: "Nft";
|
|
915
954
|
id: string;
|
|
955
|
+
updatedAt: number;
|
|
916
956
|
};
|
|
917
957
|
amount: {
|
|
918
958
|
value: bigint;
|
|
@@ -949,6 +989,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
949
989
|
};
|
|
950
990
|
updatedAt: number;
|
|
951
991
|
icon?: string | undefined;
|
|
992
|
+
priceDatasourceId?: string | undefined;
|
|
952
993
|
} | {
|
|
953
994
|
symbol: string;
|
|
954
995
|
type: "FiatCurrency";
|
|
@@ -958,6 +999,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
958
999
|
} | {
|
|
959
1000
|
type: "Nft";
|
|
960
1001
|
id: string;
|
|
1002
|
+
updatedAt: number;
|
|
961
1003
|
name?: string | undefined;
|
|
962
1004
|
symbol?: string | undefined;
|
|
963
1005
|
image?: string | undefined;
|
|
@@ -994,6 +1036,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
994
1036
|
};
|
|
995
1037
|
updatedAt: number;
|
|
996
1038
|
icon?: string | undefined;
|
|
1039
|
+
priceDatasourceId?: string | undefined;
|
|
997
1040
|
} | {
|
|
998
1041
|
symbol: string;
|
|
999
1042
|
type: "FiatCurrency";
|
|
@@ -1003,6 +1046,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1003
1046
|
} | {
|
|
1004
1047
|
type: "Nft";
|
|
1005
1048
|
id: string;
|
|
1049
|
+
updatedAt: number;
|
|
1006
1050
|
name?: string | undefined;
|
|
1007
1051
|
symbol?: string | undefined;
|
|
1008
1052
|
image?: string | undefined;
|
|
@@ -1062,6 +1106,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1062
1106
|
} | undefined;
|
|
1063
1107
|
asset: {
|
|
1064
1108
|
icon: string | undefined;
|
|
1109
|
+
priceDatasourceId: string | undefined;
|
|
1065
1110
|
symbol: string;
|
|
1066
1111
|
type: "CryptoCurrency";
|
|
1067
1112
|
id: string;
|
|
@@ -1087,6 +1132,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1087
1132
|
metadata: string | undefined;
|
|
1088
1133
|
type: "Nft";
|
|
1089
1134
|
id: string;
|
|
1135
|
+
updatedAt: number;
|
|
1090
1136
|
};
|
|
1091
1137
|
amount: {
|
|
1092
1138
|
value: bigint;
|
|
@@ -1107,6 +1153,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1107
1153
|
} | undefined;
|
|
1108
1154
|
asset: {
|
|
1109
1155
|
icon: string | undefined;
|
|
1156
|
+
priceDatasourceId: string | undefined;
|
|
1110
1157
|
symbol: string;
|
|
1111
1158
|
type: "CryptoCurrency";
|
|
1112
1159
|
id: string;
|
|
@@ -1132,6 +1179,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1132
1179
|
metadata: string | undefined;
|
|
1133
1180
|
type: "Nft";
|
|
1134
1181
|
id: string;
|
|
1182
|
+
updatedAt: number;
|
|
1135
1183
|
};
|
|
1136
1184
|
amount: {
|
|
1137
1185
|
value: bigint;
|
|
@@ -1159,6 +1207,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1159
1207
|
};
|
|
1160
1208
|
updatedAt: number;
|
|
1161
1209
|
icon?: string | undefined;
|
|
1210
|
+
priceDatasourceId?: string | undefined;
|
|
1162
1211
|
} | {
|
|
1163
1212
|
symbol: string;
|
|
1164
1213
|
type: "FiatCurrency";
|
|
@@ -1168,6 +1217,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1168
1217
|
} | {
|
|
1169
1218
|
type: "Nft";
|
|
1170
1219
|
id: string;
|
|
1220
|
+
updatedAt: number;
|
|
1171
1221
|
name?: string | undefined;
|
|
1172
1222
|
symbol?: string | undefined;
|
|
1173
1223
|
image?: string | undefined;
|
|
@@ -1204,6 +1254,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1204
1254
|
};
|
|
1205
1255
|
updatedAt: number;
|
|
1206
1256
|
icon?: string | undefined;
|
|
1257
|
+
priceDatasourceId?: string | undefined;
|
|
1207
1258
|
} | {
|
|
1208
1259
|
symbol: string;
|
|
1209
1260
|
type: "FiatCurrency";
|
|
@@ -1213,6 +1264,7 @@ export declare const normalActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1213
1264
|
} | {
|
|
1214
1265
|
type: "Nft";
|
|
1215
1266
|
id: string;
|
|
1267
|
+
updatedAt: number;
|
|
1216
1268
|
name?: string | undefined;
|
|
1217
1269
|
symbol?: string | undefined;
|
|
1218
1270
|
image?: string | undefined;
|
|
@@ -1366,6 +1418,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1366
1418
|
decimals: number;
|
|
1367
1419
|
} | undefined;
|
|
1368
1420
|
}>;
|
|
1421
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1369
1422
|
updatedAt: z.ZodNumber;
|
|
1370
1423
|
}, "strip", z.ZodTypeAny, {
|
|
1371
1424
|
symbol: string;
|
|
@@ -1381,6 +1434,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1381
1434
|
};
|
|
1382
1435
|
updatedAt: number;
|
|
1383
1436
|
icon?: string | undefined;
|
|
1437
|
+
priceDatasourceId?: string | undefined;
|
|
1384
1438
|
}, {
|
|
1385
1439
|
symbol: string;
|
|
1386
1440
|
type: "CryptoCurrency";
|
|
@@ -1395,8 +1449,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1395
1449
|
};
|
|
1396
1450
|
updatedAt: number;
|
|
1397
1451
|
icon?: string | undefined;
|
|
1452
|
+
priceDatasourceId?: string | undefined;
|
|
1398
1453
|
}>, {
|
|
1399
1454
|
icon: string | undefined;
|
|
1455
|
+
priceDatasourceId: string | undefined;
|
|
1400
1456
|
symbol: string;
|
|
1401
1457
|
type: "CryptoCurrency";
|
|
1402
1458
|
id: string;
|
|
@@ -1423,6 +1479,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1423
1479
|
};
|
|
1424
1480
|
updatedAt: number;
|
|
1425
1481
|
icon?: string | undefined;
|
|
1482
|
+
priceDatasourceId?: string | undefined;
|
|
1426
1483
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1427
1484
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
1428
1485
|
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">]>;
|
|
@@ -1460,9 +1517,11 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1460
1517
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1461
1518
|
image: z.ZodOptional<z.ZodString>;
|
|
1462
1519
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1520
|
+
updatedAt: z.ZodNumber;
|
|
1463
1521
|
}, "strip", z.ZodTypeAny, {
|
|
1464
1522
|
type: "Nft";
|
|
1465
1523
|
id: string;
|
|
1524
|
+
updatedAt: number;
|
|
1466
1525
|
name?: string | undefined;
|
|
1467
1526
|
symbol?: string | undefined;
|
|
1468
1527
|
image?: string | undefined;
|
|
@@ -1470,6 +1529,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1470
1529
|
}, {
|
|
1471
1530
|
type: "Nft";
|
|
1472
1531
|
id: string;
|
|
1532
|
+
updatedAt: number;
|
|
1473
1533
|
name?: string | undefined;
|
|
1474
1534
|
symbol?: string | undefined;
|
|
1475
1535
|
image?: string | undefined;
|
|
@@ -1481,9 +1541,11 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1481
1541
|
metadata: string | undefined;
|
|
1482
1542
|
type: "Nft";
|
|
1483
1543
|
id: string;
|
|
1544
|
+
updatedAt: number;
|
|
1484
1545
|
}, {
|
|
1485
1546
|
type: "Nft";
|
|
1486
1547
|
id: string;
|
|
1548
|
+
updatedAt: number;
|
|
1487
1549
|
name?: string | undefined;
|
|
1488
1550
|
symbol?: string | undefined;
|
|
1489
1551
|
image?: string | undefined;
|
|
@@ -1503,6 +1565,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1503
1565
|
}, "strip", z.ZodTypeAny, {
|
|
1504
1566
|
asset: {
|
|
1505
1567
|
icon: string | undefined;
|
|
1568
|
+
priceDatasourceId: string | undefined;
|
|
1506
1569
|
symbol: string;
|
|
1507
1570
|
type: "CryptoCurrency";
|
|
1508
1571
|
id: string;
|
|
@@ -1528,6 +1591,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1528
1591
|
metadata: string | undefined;
|
|
1529
1592
|
type: "Nft";
|
|
1530
1593
|
id: string;
|
|
1594
|
+
updatedAt: number;
|
|
1531
1595
|
};
|
|
1532
1596
|
amount: {
|
|
1533
1597
|
value: bigint;
|
|
@@ -1560,6 +1624,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1560
1624
|
};
|
|
1561
1625
|
updatedAt: number;
|
|
1562
1626
|
icon?: string | undefined;
|
|
1627
|
+
priceDatasourceId?: string | undefined;
|
|
1563
1628
|
} | {
|
|
1564
1629
|
symbol: string;
|
|
1565
1630
|
type: "FiatCurrency";
|
|
@@ -1569,6 +1634,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1569
1634
|
} | {
|
|
1570
1635
|
type: "Nft";
|
|
1571
1636
|
id: string;
|
|
1637
|
+
updatedAt: number;
|
|
1572
1638
|
name?: string | undefined;
|
|
1573
1639
|
symbol?: string | undefined;
|
|
1574
1640
|
image?: string | undefined;
|
|
@@ -1604,6 +1670,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1604
1670
|
} | undefined;
|
|
1605
1671
|
asset: {
|
|
1606
1672
|
icon: string | undefined;
|
|
1673
|
+
priceDatasourceId: string | undefined;
|
|
1607
1674
|
symbol: string;
|
|
1608
1675
|
type: "CryptoCurrency";
|
|
1609
1676
|
id: string;
|
|
@@ -1629,6 +1696,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1629
1696
|
metadata: string | undefined;
|
|
1630
1697
|
type: "Nft";
|
|
1631
1698
|
id: string;
|
|
1699
|
+
updatedAt: number;
|
|
1632
1700
|
};
|
|
1633
1701
|
amount: {
|
|
1634
1702
|
value: bigint;
|
|
@@ -1650,6 +1718,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1650
1718
|
};
|
|
1651
1719
|
updatedAt: number;
|
|
1652
1720
|
icon?: string | undefined;
|
|
1721
|
+
priceDatasourceId?: string | undefined;
|
|
1653
1722
|
} | {
|
|
1654
1723
|
symbol: string;
|
|
1655
1724
|
type: "FiatCurrency";
|
|
@@ -1659,6 +1728,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1659
1728
|
} | {
|
|
1660
1729
|
type: "Nft";
|
|
1661
1730
|
id: string;
|
|
1731
|
+
updatedAt: number;
|
|
1662
1732
|
name?: string | undefined;
|
|
1663
1733
|
symbol?: string | undefined;
|
|
1664
1734
|
image?: string | undefined;
|
|
@@ -1757,6 +1827,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1757
1827
|
decimals: number;
|
|
1758
1828
|
} | undefined;
|
|
1759
1829
|
}>;
|
|
1830
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1760
1831
|
updatedAt: z.ZodNumber;
|
|
1761
1832
|
}, "strip", z.ZodTypeAny, {
|
|
1762
1833
|
symbol: string;
|
|
@@ -1772,6 +1843,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1772
1843
|
};
|
|
1773
1844
|
updatedAt: number;
|
|
1774
1845
|
icon?: string | undefined;
|
|
1846
|
+
priceDatasourceId?: string | undefined;
|
|
1775
1847
|
}, {
|
|
1776
1848
|
symbol: string;
|
|
1777
1849
|
type: "CryptoCurrency";
|
|
@@ -1786,8 +1858,10 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1786
1858
|
};
|
|
1787
1859
|
updatedAt: number;
|
|
1788
1860
|
icon?: string | undefined;
|
|
1861
|
+
priceDatasourceId?: string | undefined;
|
|
1789
1862
|
}>, {
|
|
1790
1863
|
icon: string | undefined;
|
|
1864
|
+
priceDatasourceId: string | undefined;
|
|
1791
1865
|
symbol: string;
|
|
1792
1866
|
type: "CryptoCurrency";
|
|
1793
1867
|
id: string;
|
|
@@ -1814,6 +1888,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1814
1888
|
};
|
|
1815
1889
|
updatedAt: number;
|
|
1816
1890
|
icon?: string | undefined;
|
|
1891
|
+
priceDatasourceId?: string | undefined;
|
|
1817
1892
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1818
1893
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
1819
1894
|
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">]>;
|
|
@@ -1851,9 +1926,11 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1851
1926
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1852
1927
|
image: z.ZodOptional<z.ZodString>;
|
|
1853
1928
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1929
|
+
updatedAt: z.ZodNumber;
|
|
1854
1930
|
}, "strip", z.ZodTypeAny, {
|
|
1855
1931
|
type: "Nft";
|
|
1856
1932
|
id: string;
|
|
1933
|
+
updatedAt: number;
|
|
1857
1934
|
name?: string | undefined;
|
|
1858
1935
|
symbol?: string | undefined;
|
|
1859
1936
|
image?: string | undefined;
|
|
@@ -1861,6 +1938,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1861
1938
|
}, {
|
|
1862
1939
|
type: "Nft";
|
|
1863
1940
|
id: string;
|
|
1941
|
+
updatedAt: number;
|
|
1864
1942
|
name?: string | undefined;
|
|
1865
1943
|
symbol?: string | undefined;
|
|
1866
1944
|
image?: string | undefined;
|
|
@@ -1872,9 +1950,11 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1872
1950
|
metadata: string | undefined;
|
|
1873
1951
|
type: "Nft";
|
|
1874
1952
|
id: string;
|
|
1953
|
+
updatedAt: number;
|
|
1875
1954
|
}, {
|
|
1876
1955
|
type: "Nft";
|
|
1877
1956
|
id: string;
|
|
1957
|
+
updatedAt: number;
|
|
1878
1958
|
name?: string | undefined;
|
|
1879
1959
|
symbol?: string | undefined;
|
|
1880
1960
|
image?: string | undefined;
|
|
@@ -1894,6 +1974,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1894
1974
|
}, "strip", z.ZodTypeAny, {
|
|
1895
1975
|
asset: {
|
|
1896
1976
|
icon: string | undefined;
|
|
1977
|
+
priceDatasourceId: string | undefined;
|
|
1897
1978
|
symbol: string;
|
|
1898
1979
|
type: "CryptoCurrency";
|
|
1899
1980
|
id: string;
|
|
@@ -1919,6 +2000,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1919
2000
|
metadata: string | undefined;
|
|
1920
2001
|
type: "Nft";
|
|
1921
2002
|
id: string;
|
|
2003
|
+
updatedAt: number;
|
|
1922
2004
|
};
|
|
1923
2005
|
amount: {
|
|
1924
2006
|
value: bigint;
|
|
@@ -1951,6 +2033,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1951
2033
|
};
|
|
1952
2034
|
updatedAt: number;
|
|
1953
2035
|
icon?: string | undefined;
|
|
2036
|
+
priceDatasourceId?: string | undefined;
|
|
1954
2037
|
} | {
|
|
1955
2038
|
symbol: string;
|
|
1956
2039
|
type: "FiatCurrency";
|
|
@@ -1960,6 +2043,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1960
2043
|
} | {
|
|
1961
2044
|
type: "Nft";
|
|
1962
2045
|
id: string;
|
|
2046
|
+
updatedAt: number;
|
|
1963
2047
|
name?: string | undefined;
|
|
1964
2048
|
symbol?: string | undefined;
|
|
1965
2049
|
image?: string | undefined;
|
|
@@ -1995,6 +2079,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1995
2079
|
} | undefined;
|
|
1996
2080
|
asset: {
|
|
1997
2081
|
icon: string | undefined;
|
|
2082
|
+
priceDatasourceId: string | undefined;
|
|
1998
2083
|
symbol: string;
|
|
1999
2084
|
type: "CryptoCurrency";
|
|
2000
2085
|
id: string;
|
|
@@ -2020,6 +2105,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2020
2105
|
metadata: string | undefined;
|
|
2021
2106
|
type: "Nft";
|
|
2022
2107
|
id: string;
|
|
2108
|
+
updatedAt: number;
|
|
2023
2109
|
};
|
|
2024
2110
|
amount: {
|
|
2025
2111
|
value: bigint;
|
|
@@ -2041,6 +2127,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2041
2127
|
};
|
|
2042
2128
|
updatedAt: number;
|
|
2043
2129
|
icon?: string | undefined;
|
|
2130
|
+
priceDatasourceId?: string | undefined;
|
|
2044
2131
|
} | {
|
|
2045
2132
|
symbol: string;
|
|
2046
2133
|
type: "FiatCurrency";
|
|
@@ -2050,6 +2137,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2050
2137
|
} | {
|
|
2051
2138
|
type: "Nft";
|
|
2052
2139
|
id: string;
|
|
2140
|
+
updatedAt: number;
|
|
2053
2141
|
name?: string | undefined;
|
|
2054
2142
|
symbol?: string | undefined;
|
|
2055
2143
|
image?: string | undefined;
|
|
@@ -2093,6 +2181,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2093
2181
|
} | undefined;
|
|
2094
2182
|
asset: {
|
|
2095
2183
|
icon: string | undefined;
|
|
2184
|
+
priceDatasourceId: string | undefined;
|
|
2096
2185
|
symbol: string;
|
|
2097
2186
|
type: "CryptoCurrency";
|
|
2098
2187
|
id: string;
|
|
@@ -2118,6 +2207,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2118
2207
|
metadata: string | undefined;
|
|
2119
2208
|
type: "Nft";
|
|
2120
2209
|
id: string;
|
|
2210
|
+
updatedAt: number;
|
|
2121
2211
|
};
|
|
2122
2212
|
amount: {
|
|
2123
2213
|
value: bigint;
|
|
@@ -2138,6 +2228,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2138
2228
|
} | undefined;
|
|
2139
2229
|
asset: {
|
|
2140
2230
|
icon: string | undefined;
|
|
2231
|
+
priceDatasourceId: string | undefined;
|
|
2141
2232
|
symbol: string;
|
|
2142
2233
|
type: "CryptoCurrency";
|
|
2143
2234
|
id: string;
|
|
@@ -2163,6 +2254,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2163
2254
|
metadata: string | undefined;
|
|
2164
2255
|
type: "Nft";
|
|
2165
2256
|
id: string;
|
|
2257
|
+
updatedAt: number;
|
|
2166
2258
|
};
|
|
2167
2259
|
amount: {
|
|
2168
2260
|
value: bigint;
|
|
@@ -2201,6 +2293,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2201
2293
|
};
|
|
2202
2294
|
updatedAt: number;
|
|
2203
2295
|
icon?: string | undefined;
|
|
2296
|
+
priceDatasourceId?: string | undefined;
|
|
2204
2297
|
} | {
|
|
2205
2298
|
symbol: string;
|
|
2206
2299
|
type: "FiatCurrency";
|
|
@@ -2210,6 +2303,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2210
2303
|
} | {
|
|
2211
2304
|
type: "Nft";
|
|
2212
2305
|
id: string;
|
|
2306
|
+
updatedAt: number;
|
|
2213
2307
|
name?: string | undefined;
|
|
2214
2308
|
symbol?: string | undefined;
|
|
2215
2309
|
image?: string | undefined;
|
|
@@ -2246,6 +2340,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2246
2340
|
};
|
|
2247
2341
|
updatedAt: number;
|
|
2248
2342
|
icon?: string | undefined;
|
|
2343
|
+
priceDatasourceId?: string | undefined;
|
|
2249
2344
|
} | {
|
|
2250
2345
|
symbol: string;
|
|
2251
2346
|
type: "FiatCurrency";
|
|
@@ -2255,6 +2350,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2255
2350
|
} | {
|
|
2256
2351
|
type: "Nft";
|
|
2257
2352
|
id: string;
|
|
2353
|
+
updatedAt: number;
|
|
2258
2354
|
name?: string | undefined;
|
|
2259
2355
|
symbol?: string | undefined;
|
|
2260
2356
|
image?: string | undefined;
|
|
@@ -2316,6 +2412,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2316
2412
|
} | undefined;
|
|
2317
2413
|
asset: {
|
|
2318
2414
|
icon: string | undefined;
|
|
2415
|
+
priceDatasourceId: string | undefined;
|
|
2319
2416
|
symbol: string;
|
|
2320
2417
|
type: "CryptoCurrency";
|
|
2321
2418
|
id: string;
|
|
@@ -2341,6 +2438,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2341
2438
|
metadata: string | undefined;
|
|
2342
2439
|
type: "Nft";
|
|
2343
2440
|
id: string;
|
|
2441
|
+
updatedAt: number;
|
|
2344
2442
|
};
|
|
2345
2443
|
amount: {
|
|
2346
2444
|
value: bigint;
|
|
@@ -2361,6 +2459,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2361
2459
|
} | undefined;
|
|
2362
2460
|
asset: {
|
|
2363
2461
|
icon: string | undefined;
|
|
2462
|
+
priceDatasourceId: string | undefined;
|
|
2364
2463
|
symbol: string;
|
|
2365
2464
|
type: "CryptoCurrency";
|
|
2366
2465
|
id: string;
|
|
@@ -2386,6 +2485,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2386
2485
|
metadata: string | undefined;
|
|
2387
2486
|
type: "Nft";
|
|
2388
2487
|
id: string;
|
|
2488
|
+
updatedAt: number;
|
|
2389
2489
|
};
|
|
2390
2490
|
amount: {
|
|
2391
2491
|
value: bigint;
|
|
@@ -2415,6 +2515,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2415
2515
|
};
|
|
2416
2516
|
updatedAt: number;
|
|
2417
2517
|
icon?: string | undefined;
|
|
2518
|
+
priceDatasourceId?: string | undefined;
|
|
2418
2519
|
} | {
|
|
2419
2520
|
symbol: string;
|
|
2420
2521
|
type: "FiatCurrency";
|
|
@@ -2424,6 +2525,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2424
2525
|
} | {
|
|
2425
2526
|
type: "Nft";
|
|
2426
2527
|
id: string;
|
|
2528
|
+
updatedAt: number;
|
|
2427
2529
|
name?: string | undefined;
|
|
2428
2530
|
symbol?: string | undefined;
|
|
2429
2531
|
image?: string | undefined;
|
|
@@ -2460,6 +2562,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2460
2562
|
};
|
|
2461
2563
|
updatedAt: number;
|
|
2462
2564
|
icon?: string | undefined;
|
|
2565
|
+
priceDatasourceId?: string | undefined;
|
|
2463
2566
|
} | {
|
|
2464
2567
|
symbol: string;
|
|
2465
2568
|
type: "FiatCurrency";
|
|
@@ -2469,6 +2572,7 @@ export declare const accountActionTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2469
2572
|
} | {
|
|
2470
2573
|
type: "Nft";
|
|
2471
2574
|
id: string;
|
|
2575
|
+
updatedAt: number;
|
|
2472
2576
|
name?: string | undefined;
|
|
2473
2577
|
symbol?: string | undefined;
|
|
2474
2578
|
image?: string | undefined;
|