@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
|
@@ -120,6 +120,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
120
120
|
decimals: number;
|
|
121
121
|
} | undefined;
|
|
122
122
|
}>;
|
|
123
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
123
124
|
updatedAt: z.ZodNumber;
|
|
124
125
|
}, "strip", z.ZodTypeAny, {
|
|
125
126
|
symbol: string;
|
|
@@ -135,6 +136,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
135
136
|
};
|
|
136
137
|
updatedAt: number;
|
|
137
138
|
icon?: string | undefined;
|
|
139
|
+
priceDatasourceId?: string | undefined;
|
|
138
140
|
}, {
|
|
139
141
|
symbol: string;
|
|
140
142
|
type: "CryptoCurrency";
|
|
@@ -149,8 +151,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
149
151
|
};
|
|
150
152
|
updatedAt: number;
|
|
151
153
|
icon?: string | undefined;
|
|
154
|
+
priceDatasourceId?: string | undefined;
|
|
152
155
|
}>, {
|
|
153
156
|
icon: string | undefined;
|
|
157
|
+
priceDatasourceId: string | undefined;
|
|
154
158
|
symbol: string;
|
|
155
159
|
type: "CryptoCurrency";
|
|
156
160
|
id: string;
|
|
@@ -177,6 +181,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
177
181
|
};
|
|
178
182
|
updatedAt: number;
|
|
179
183
|
icon?: string | undefined;
|
|
184
|
+
priceDatasourceId?: string | undefined;
|
|
180
185
|
}>, z.ZodEffects<z.ZodObject<{
|
|
181
186
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
182
187
|
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">]>;
|
|
@@ -214,9 +219,11 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
214
219
|
symbol: z.ZodOptional<z.ZodString>;
|
|
215
220
|
image: z.ZodOptional<z.ZodString>;
|
|
216
221
|
metadata: z.ZodOptional<z.ZodString>;
|
|
222
|
+
updatedAt: z.ZodNumber;
|
|
217
223
|
}, "strip", z.ZodTypeAny, {
|
|
218
224
|
type: "Nft";
|
|
219
225
|
id: string;
|
|
226
|
+
updatedAt: number;
|
|
220
227
|
name?: string | undefined;
|
|
221
228
|
symbol?: string | undefined;
|
|
222
229
|
image?: string | undefined;
|
|
@@ -224,6 +231,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
224
231
|
}, {
|
|
225
232
|
type: "Nft";
|
|
226
233
|
id: string;
|
|
234
|
+
updatedAt: number;
|
|
227
235
|
name?: string | undefined;
|
|
228
236
|
symbol?: string | undefined;
|
|
229
237
|
image?: string | undefined;
|
|
@@ -235,9 +243,11 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
235
243
|
metadata: string | undefined;
|
|
236
244
|
type: "Nft";
|
|
237
245
|
id: string;
|
|
246
|
+
updatedAt: number;
|
|
238
247
|
}, {
|
|
239
248
|
type: "Nft";
|
|
240
249
|
id: string;
|
|
250
|
+
updatedAt: number;
|
|
241
251
|
name?: string | undefined;
|
|
242
252
|
symbol?: string | undefined;
|
|
243
253
|
image?: string | undefined;
|
|
@@ -257,6 +267,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
257
267
|
}, "strip", z.ZodTypeAny, {
|
|
258
268
|
asset: {
|
|
259
269
|
icon: string | undefined;
|
|
270
|
+
priceDatasourceId: string | undefined;
|
|
260
271
|
symbol: string;
|
|
261
272
|
type: "CryptoCurrency";
|
|
262
273
|
id: string;
|
|
@@ -282,6 +293,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
282
293
|
metadata: string | undefined;
|
|
283
294
|
type: "Nft";
|
|
284
295
|
id: string;
|
|
296
|
+
updatedAt: number;
|
|
285
297
|
};
|
|
286
298
|
amount: {
|
|
287
299
|
value: bigint;
|
|
@@ -314,6 +326,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
314
326
|
};
|
|
315
327
|
updatedAt: number;
|
|
316
328
|
icon?: string | undefined;
|
|
329
|
+
priceDatasourceId?: string | undefined;
|
|
317
330
|
} | {
|
|
318
331
|
symbol: string;
|
|
319
332
|
type: "FiatCurrency";
|
|
@@ -323,6 +336,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
323
336
|
} | {
|
|
324
337
|
type: "Nft";
|
|
325
338
|
id: string;
|
|
339
|
+
updatedAt: number;
|
|
326
340
|
name?: string | undefined;
|
|
327
341
|
symbol?: string | undefined;
|
|
328
342
|
image?: string | undefined;
|
|
@@ -358,6 +372,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
358
372
|
} | undefined;
|
|
359
373
|
asset: {
|
|
360
374
|
icon: string | undefined;
|
|
375
|
+
priceDatasourceId: string | undefined;
|
|
361
376
|
symbol: string;
|
|
362
377
|
type: "CryptoCurrency";
|
|
363
378
|
id: string;
|
|
@@ -383,6 +398,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
383
398
|
metadata: string | undefined;
|
|
384
399
|
type: "Nft";
|
|
385
400
|
id: string;
|
|
401
|
+
updatedAt: number;
|
|
386
402
|
};
|
|
387
403
|
amount: {
|
|
388
404
|
value: bigint;
|
|
@@ -404,6 +420,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
404
420
|
};
|
|
405
421
|
updatedAt: number;
|
|
406
422
|
icon?: string | undefined;
|
|
423
|
+
priceDatasourceId?: string | undefined;
|
|
407
424
|
} | {
|
|
408
425
|
symbol: string;
|
|
409
426
|
type: "FiatCurrency";
|
|
@@ -413,6 +430,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
413
430
|
} | {
|
|
414
431
|
type: "Nft";
|
|
415
432
|
id: string;
|
|
433
|
+
updatedAt: number;
|
|
416
434
|
name?: string | undefined;
|
|
417
435
|
symbol?: string | undefined;
|
|
418
436
|
image?: string | undefined;
|
|
@@ -511,6 +529,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
511
529
|
decimals: number;
|
|
512
530
|
} | undefined;
|
|
513
531
|
}>;
|
|
532
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
514
533
|
updatedAt: z.ZodNumber;
|
|
515
534
|
}, "strip", z.ZodTypeAny, {
|
|
516
535
|
symbol: string;
|
|
@@ -526,6 +545,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
526
545
|
};
|
|
527
546
|
updatedAt: number;
|
|
528
547
|
icon?: string | undefined;
|
|
548
|
+
priceDatasourceId?: string | undefined;
|
|
529
549
|
}, {
|
|
530
550
|
symbol: string;
|
|
531
551
|
type: "CryptoCurrency";
|
|
@@ -540,8 +560,10 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
540
560
|
};
|
|
541
561
|
updatedAt: number;
|
|
542
562
|
icon?: string | undefined;
|
|
563
|
+
priceDatasourceId?: string | undefined;
|
|
543
564
|
}>, {
|
|
544
565
|
icon: string | undefined;
|
|
566
|
+
priceDatasourceId: string | undefined;
|
|
545
567
|
symbol: string;
|
|
546
568
|
type: "CryptoCurrency";
|
|
547
569
|
id: string;
|
|
@@ -568,6 +590,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
568
590
|
};
|
|
569
591
|
updatedAt: number;
|
|
570
592
|
icon?: string | undefined;
|
|
593
|
+
priceDatasourceId?: string | undefined;
|
|
571
594
|
}>, z.ZodEffects<z.ZodObject<{
|
|
572
595
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
573
596
|
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">]>;
|
|
@@ -605,9 +628,11 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
605
628
|
symbol: z.ZodOptional<z.ZodString>;
|
|
606
629
|
image: z.ZodOptional<z.ZodString>;
|
|
607
630
|
metadata: z.ZodOptional<z.ZodString>;
|
|
631
|
+
updatedAt: z.ZodNumber;
|
|
608
632
|
}, "strip", z.ZodTypeAny, {
|
|
609
633
|
type: "Nft";
|
|
610
634
|
id: string;
|
|
635
|
+
updatedAt: number;
|
|
611
636
|
name?: string | undefined;
|
|
612
637
|
symbol?: string | undefined;
|
|
613
638
|
image?: string | undefined;
|
|
@@ -615,6 +640,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
615
640
|
}, {
|
|
616
641
|
type: "Nft";
|
|
617
642
|
id: string;
|
|
643
|
+
updatedAt: number;
|
|
618
644
|
name?: string | undefined;
|
|
619
645
|
symbol?: string | undefined;
|
|
620
646
|
image?: string | undefined;
|
|
@@ -626,9 +652,11 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
626
652
|
metadata: string | undefined;
|
|
627
653
|
type: "Nft";
|
|
628
654
|
id: string;
|
|
655
|
+
updatedAt: number;
|
|
629
656
|
}, {
|
|
630
657
|
type: "Nft";
|
|
631
658
|
id: string;
|
|
659
|
+
updatedAt: number;
|
|
632
660
|
name?: string | undefined;
|
|
633
661
|
symbol?: string | undefined;
|
|
634
662
|
image?: string | undefined;
|
|
@@ -648,6 +676,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
648
676
|
}, "strip", z.ZodTypeAny, {
|
|
649
677
|
asset: {
|
|
650
678
|
icon: string | undefined;
|
|
679
|
+
priceDatasourceId: string | undefined;
|
|
651
680
|
symbol: string;
|
|
652
681
|
type: "CryptoCurrency";
|
|
653
682
|
id: string;
|
|
@@ -673,6 +702,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
673
702
|
metadata: string | undefined;
|
|
674
703
|
type: "Nft";
|
|
675
704
|
id: string;
|
|
705
|
+
updatedAt: number;
|
|
676
706
|
};
|
|
677
707
|
amount: {
|
|
678
708
|
value: bigint;
|
|
@@ -705,6 +735,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
705
735
|
};
|
|
706
736
|
updatedAt: number;
|
|
707
737
|
icon?: string | undefined;
|
|
738
|
+
priceDatasourceId?: string | undefined;
|
|
708
739
|
} | {
|
|
709
740
|
symbol: string;
|
|
710
741
|
type: "FiatCurrency";
|
|
@@ -714,6 +745,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
714
745
|
} | {
|
|
715
746
|
type: "Nft";
|
|
716
747
|
id: string;
|
|
748
|
+
updatedAt: number;
|
|
717
749
|
name?: string | undefined;
|
|
718
750
|
symbol?: string | undefined;
|
|
719
751
|
image?: string | undefined;
|
|
@@ -749,6 +781,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
749
781
|
} | undefined;
|
|
750
782
|
asset: {
|
|
751
783
|
icon: string | undefined;
|
|
784
|
+
priceDatasourceId: string | undefined;
|
|
752
785
|
symbol: string;
|
|
753
786
|
type: "CryptoCurrency";
|
|
754
787
|
id: string;
|
|
@@ -774,6 +807,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
774
807
|
metadata: string | undefined;
|
|
775
808
|
type: "Nft";
|
|
776
809
|
id: string;
|
|
810
|
+
updatedAt: number;
|
|
777
811
|
};
|
|
778
812
|
amount: {
|
|
779
813
|
value: bigint;
|
|
@@ -795,6 +829,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
795
829
|
};
|
|
796
830
|
updatedAt: number;
|
|
797
831
|
icon?: string | undefined;
|
|
832
|
+
priceDatasourceId?: string | undefined;
|
|
798
833
|
} | {
|
|
799
834
|
symbol: string;
|
|
800
835
|
type: "FiatCurrency";
|
|
@@ -804,6 +839,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
804
839
|
} | {
|
|
805
840
|
type: "Nft";
|
|
806
841
|
id: string;
|
|
842
|
+
updatedAt: number;
|
|
807
843
|
name?: string | undefined;
|
|
808
844
|
symbol?: string | undefined;
|
|
809
845
|
image?: string | undefined;
|
|
@@ -845,6 +881,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
845
881
|
} | undefined;
|
|
846
882
|
asset: {
|
|
847
883
|
icon: string | undefined;
|
|
884
|
+
priceDatasourceId: string | undefined;
|
|
848
885
|
symbol: string;
|
|
849
886
|
type: "CryptoCurrency";
|
|
850
887
|
id: string;
|
|
@@ -870,6 +907,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
870
907
|
metadata: string | undefined;
|
|
871
908
|
type: "Nft";
|
|
872
909
|
id: string;
|
|
910
|
+
updatedAt: number;
|
|
873
911
|
};
|
|
874
912
|
amount: {
|
|
875
913
|
value: bigint;
|
|
@@ -890,6 +928,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
890
928
|
} | undefined;
|
|
891
929
|
asset: {
|
|
892
930
|
icon: string | undefined;
|
|
931
|
+
priceDatasourceId: string | undefined;
|
|
893
932
|
symbol: string;
|
|
894
933
|
type: "CryptoCurrency";
|
|
895
934
|
id: string;
|
|
@@ -915,6 +954,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
915
954
|
metadata: string | undefined;
|
|
916
955
|
type: "Nft";
|
|
917
956
|
id: string;
|
|
957
|
+
updatedAt: number;
|
|
918
958
|
};
|
|
919
959
|
amount: {
|
|
920
960
|
value: bigint;
|
|
@@ -953,6 +993,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
953
993
|
};
|
|
954
994
|
updatedAt: number;
|
|
955
995
|
icon?: string | undefined;
|
|
996
|
+
priceDatasourceId?: string | undefined;
|
|
956
997
|
} | {
|
|
957
998
|
symbol: string;
|
|
958
999
|
type: "FiatCurrency";
|
|
@@ -962,6 +1003,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
962
1003
|
} | {
|
|
963
1004
|
type: "Nft";
|
|
964
1005
|
id: string;
|
|
1006
|
+
updatedAt: number;
|
|
965
1007
|
name?: string | undefined;
|
|
966
1008
|
symbol?: string | undefined;
|
|
967
1009
|
image?: string | undefined;
|
|
@@ -998,6 +1040,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
998
1040
|
};
|
|
999
1041
|
updatedAt: number;
|
|
1000
1042
|
icon?: string | undefined;
|
|
1043
|
+
priceDatasourceId?: string | undefined;
|
|
1001
1044
|
} | {
|
|
1002
1045
|
symbol: string;
|
|
1003
1046
|
type: "FiatCurrency";
|
|
@@ -1007,6 +1050,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1007
1050
|
} | {
|
|
1008
1051
|
type: "Nft";
|
|
1009
1052
|
id: string;
|
|
1053
|
+
updatedAt: number;
|
|
1010
1054
|
name?: string | undefined;
|
|
1011
1055
|
symbol?: string | undefined;
|
|
1012
1056
|
image?: string | undefined;
|
|
@@ -1068,6 +1112,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1068
1112
|
} | undefined;
|
|
1069
1113
|
asset: {
|
|
1070
1114
|
icon: string | undefined;
|
|
1115
|
+
priceDatasourceId: string | undefined;
|
|
1071
1116
|
symbol: string;
|
|
1072
1117
|
type: "CryptoCurrency";
|
|
1073
1118
|
id: string;
|
|
@@ -1093,6 +1138,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1093
1138
|
metadata: string | undefined;
|
|
1094
1139
|
type: "Nft";
|
|
1095
1140
|
id: string;
|
|
1141
|
+
updatedAt: number;
|
|
1096
1142
|
};
|
|
1097
1143
|
amount: {
|
|
1098
1144
|
value: bigint;
|
|
@@ -1113,6 +1159,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1113
1159
|
} | undefined;
|
|
1114
1160
|
asset: {
|
|
1115
1161
|
icon: string | undefined;
|
|
1162
|
+
priceDatasourceId: string | undefined;
|
|
1116
1163
|
symbol: string;
|
|
1117
1164
|
type: "CryptoCurrency";
|
|
1118
1165
|
id: string;
|
|
@@ -1138,6 +1185,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1138
1185
|
metadata: string | undefined;
|
|
1139
1186
|
type: "Nft";
|
|
1140
1187
|
id: string;
|
|
1188
|
+
updatedAt: number;
|
|
1141
1189
|
};
|
|
1142
1190
|
amount: {
|
|
1143
1191
|
value: bigint;
|
|
@@ -1167,6 +1215,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1167
1215
|
};
|
|
1168
1216
|
updatedAt: number;
|
|
1169
1217
|
icon?: string | undefined;
|
|
1218
|
+
priceDatasourceId?: string | undefined;
|
|
1170
1219
|
} | {
|
|
1171
1220
|
symbol: string;
|
|
1172
1221
|
type: "FiatCurrency";
|
|
@@ -1176,6 +1225,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1176
1225
|
} | {
|
|
1177
1226
|
type: "Nft";
|
|
1178
1227
|
id: string;
|
|
1228
|
+
updatedAt: number;
|
|
1179
1229
|
name?: string | undefined;
|
|
1180
1230
|
symbol?: string | undefined;
|
|
1181
1231
|
image?: string | undefined;
|
|
@@ -1212,6 +1262,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1212
1262
|
};
|
|
1213
1263
|
updatedAt: number;
|
|
1214
1264
|
icon?: string | undefined;
|
|
1265
|
+
priceDatasourceId?: string | undefined;
|
|
1215
1266
|
} | {
|
|
1216
1267
|
symbol: string;
|
|
1217
1268
|
type: "FiatCurrency";
|
|
@@ -1221,6 +1272,7 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1221
1272
|
} | {
|
|
1222
1273
|
type: "Nft";
|
|
1223
1274
|
id: string;
|
|
1275
|
+
updatedAt: number;
|
|
1224
1276
|
name?: string | undefined;
|
|
1225
1277
|
symbol?: string | undefined;
|
|
1226
1278
|
image?: string | undefined;
|
|
@@ -1378,6 +1430,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1378
1430
|
decimals: number;
|
|
1379
1431
|
} | undefined;
|
|
1380
1432
|
}>;
|
|
1433
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1381
1434
|
updatedAt: z.ZodNumber;
|
|
1382
1435
|
}, "strip", z.ZodTypeAny, {
|
|
1383
1436
|
symbol: string;
|
|
@@ -1393,6 +1446,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1393
1446
|
};
|
|
1394
1447
|
updatedAt: number;
|
|
1395
1448
|
icon?: string | undefined;
|
|
1449
|
+
priceDatasourceId?: string | undefined;
|
|
1396
1450
|
}, {
|
|
1397
1451
|
symbol: string;
|
|
1398
1452
|
type: "CryptoCurrency";
|
|
@@ -1407,8 +1461,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1407
1461
|
};
|
|
1408
1462
|
updatedAt: number;
|
|
1409
1463
|
icon?: string | undefined;
|
|
1464
|
+
priceDatasourceId?: string | undefined;
|
|
1410
1465
|
}>, {
|
|
1411
1466
|
icon: string | undefined;
|
|
1467
|
+
priceDatasourceId: string | undefined;
|
|
1412
1468
|
symbol: string;
|
|
1413
1469
|
type: "CryptoCurrency";
|
|
1414
1470
|
id: string;
|
|
@@ -1435,6 +1491,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1435
1491
|
};
|
|
1436
1492
|
updatedAt: number;
|
|
1437
1493
|
icon?: string | undefined;
|
|
1494
|
+
priceDatasourceId?: string | undefined;
|
|
1438
1495
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1439
1496
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
1440
1497
|
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">]>;
|
|
@@ -1472,9 +1529,11 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1472
1529
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1473
1530
|
image: z.ZodOptional<z.ZodString>;
|
|
1474
1531
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1532
|
+
updatedAt: z.ZodNumber;
|
|
1475
1533
|
}, "strip", z.ZodTypeAny, {
|
|
1476
1534
|
type: "Nft";
|
|
1477
1535
|
id: string;
|
|
1536
|
+
updatedAt: number;
|
|
1478
1537
|
name?: string | undefined;
|
|
1479
1538
|
symbol?: string | undefined;
|
|
1480
1539
|
image?: string | undefined;
|
|
@@ -1482,6 +1541,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1482
1541
|
}, {
|
|
1483
1542
|
type: "Nft";
|
|
1484
1543
|
id: string;
|
|
1544
|
+
updatedAt: number;
|
|
1485
1545
|
name?: string | undefined;
|
|
1486
1546
|
symbol?: string | undefined;
|
|
1487
1547
|
image?: string | undefined;
|
|
@@ -1493,9 +1553,11 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1493
1553
|
metadata: string | undefined;
|
|
1494
1554
|
type: "Nft";
|
|
1495
1555
|
id: string;
|
|
1556
|
+
updatedAt: number;
|
|
1496
1557
|
}, {
|
|
1497
1558
|
type: "Nft";
|
|
1498
1559
|
id: string;
|
|
1560
|
+
updatedAt: number;
|
|
1499
1561
|
name?: string | undefined;
|
|
1500
1562
|
symbol?: string | undefined;
|
|
1501
1563
|
image?: string | undefined;
|
|
@@ -1515,6 +1577,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1515
1577
|
}, "strip", z.ZodTypeAny, {
|
|
1516
1578
|
asset: {
|
|
1517
1579
|
icon: string | undefined;
|
|
1580
|
+
priceDatasourceId: string | undefined;
|
|
1518
1581
|
symbol: string;
|
|
1519
1582
|
type: "CryptoCurrency";
|
|
1520
1583
|
id: string;
|
|
@@ -1540,6 +1603,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1540
1603
|
metadata: string | undefined;
|
|
1541
1604
|
type: "Nft";
|
|
1542
1605
|
id: string;
|
|
1606
|
+
updatedAt: number;
|
|
1543
1607
|
};
|
|
1544
1608
|
amount: {
|
|
1545
1609
|
value: bigint;
|
|
@@ -1572,6 +1636,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1572
1636
|
};
|
|
1573
1637
|
updatedAt: number;
|
|
1574
1638
|
icon?: string | undefined;
|
|
1639
|
+
priceDatasourceId?: string | undefined;
|
|
1575
1640
|
} | {
|
|
1576
1641
|
symbol: string;
|
|
1577
1642
|
type: "FiatCurrency";
|
|
@@ -1581,6 +1646,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1581
1646
|
} | {
|
|
1582
1647
|
type: "Nft";
|
|
1583
1648
|
id: string;
|
|
1649
|
+
updatedAt: number;
|
|
1584
1650
|
name?: string | undefined;
|
|
1585
1651
|
symbol?: string | undefined;
|
|
1586
1652
|
image?: string | undefined;
|
|
@@ -1616,6 +1682,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1616
1682
|
} | undefined;
|
|
1617
1683
|
asset: {
|
|
1618
1684
|
icon: string | undefined;
|
|
1685
|
+
priceDatasourceId: string | undefined;
|
|
1619
1686
|
symbol: string;
|
|
1620
1687
|
type: "CryptoCurrency";
|
|
1621
1688
|
id: string;
|
|
@@ -1641,6 +1708,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1641
1708
|
metadata: string | undefined;
|
|
1642
1709
|
type: "Nft";
|
|
1643
1710
|
id: string;
|
|
1711
|
+
updatedAt: number;
|
|
1644
1712
|
};
|
|
1645
1713
|
amount: {
|
|
1646
1714
|
value: bigint;
|
|
@@ -1662,6 +1730,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1662
1730
|
};
|
|
1663
1731
|
updatedAt: number;
|
|
1664
1732
|
icon?: string | undefined;
|
|
1733
|
+
priceDatasourceId?: string | undefined;
|
|
1665
1734
|
} | {
|
|
1666
1735
|
symbol: string;
|
|
1667
1736
|
type: "FiatCurrency";
|
|
@@ -1671,6 +1740,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1671
1740
|
} | {
|
|
1672
1741
|
type: "Nft";
|
|
1673
1742
|
id: string;
|
|
1743
|
+
updatedAt: number;
|
|
1674
1744
|
name?: string | undefined;
|
|
1675
1745
|
symbol?: string | undefined;
|
|
1676
1746
|
image?: string | undefined;
|
|
@@ -1769,6 +1839,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1769
1839
|
decimals: number;
|
|
1770
1840
|
} | undefined;
|
|
1771
1841
|
}>;
|
|
1842
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1772
1843
|
updatedAt: z.ZodNumber;
|
|
1773
1844
|
}, "strip", z.ZodTypeAny, {
|
|
1774
1845
|
symbol: string;
|
|
@@ -1784,6 +1855,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1784
1855
|
};
|
|
1785
1856
|
updatedAt: number;
|
|
1786
1857
|
icon?: string | undefined;
|
|
1858
|
+
priceDatasourceId?: string | undefined;
|
|
1787
1859
|
}, {
|
|
1788
1860
|
symbol: string;
|
|
1789
1861
|
type: "CryptoCurrency";
|
|
@@ -1798,8 +1870,10 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1798
1870
|
};
|
|
1799
1871
|
updatedAt: number;
|
|
1800
1872
|
icon?: string | undefined;
|
|
1873
|
+
priceDatasourceId?: string | undefined;
|
|
1801
1874
|
}>, {
|
|
1802
1875
|
icon: string | undefined;
|
|
1876
|
+
priceDatasourceId: string | undefined;
|
|
1803
1877
|
symbol: string;
|
|
1804
1878
|
type: "CryptoCurrency";
|
|
1805
1879
|
id: string;
|
|
@@ -1826,6 +1900,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1826
1900
|
};
|
|
1827
1901
|
updatedAt: number;
|
|
1828
1902
|
icon?: string | undefined;
|
|
1903
|
+
priceDatasourceId?: string | undefined;
|
|
1829
1904
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1830
1905
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
1831
1906
|
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">]>;
|
|
@@ -1863,9 +1938,11 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1863
1938
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1864
1939
|
image: z.ZodOptional<z.ZodString>;
|
|
1865
1940
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1941
|
+
updatedAt: z.ZodNumber;
|
|
1866
1942
|
}, "strip", z.ZodTypeAny, {
|
|
1867
1943
|
type: "Nft";
|
|
1868
1944
|
id: string;
|
|
1945
|
+
updatedAt: number;
|
|
1869
1946
|
name?: string | undefined;
|
|
1870
1947
|
symbol?: string | undefined;
|
|
1871
1948
|
image?: string | undefined;
|
|
@@ -1873,6 +1950,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1873
1950
|
}, {
|
|
1874
1951
|
type: "Nft";
|
|
1875
1952
|
id: string;
|
|
1953
|
+
updatedAt: number;
|
|
1876
1954
|
name?: string | undefined;
|
|
1877
1955
|
symbol?: string | undefined;
|
|
1878
1956
|
image?: string | undefined;
|
|
@@ -1884,9 +1962,11 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1884
1962
|
metadata: string | undefined;
|
|
1885
1963
|
type: "Nft";
|
|
1886
1964
|
id: string;
|
|
1965
|
+
updatedAt: number;
|
|
1887
1966
|
}, {
|
|
1888
1967
|
type: "Nft";
|
|
1889
1968
|
id: string;
|
|
1969
|
+
updatedAt: number;
|
|
1890
1970
|
name?: string | undefined;
|
|
1891
1971
|
symbol?: string | undefined;
|
|
1892
1972
|
image?: string | undefined;
|
|
@@ -1906,6 +1986,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1906
1986
|
}, "strip", z.ZodTypeAny, {
|
|
1907
1987
|
asset: {
|
|
1908
1988
|
icon: string | undefined;
|
|
1989
|
+
priceDatasourceId: string | undefined;
|
|
1909
1990
|
symbol: string;
|
|
1910
1991
|
type: "CryptoCurrency";
|
|
1911
1992
|
id: string;
|
|
@@ -1931,6 +2012,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1931
2012
|
metadata: string | undefined;
|
|
1932
2013
|
type: "Nft";
|
|
1933
2014
|
id: string;
|
|
2015
|
+
updatedAt: number;
|
|
1934
2016
|
};
|
|
1935
2017
|
amount: {
|
|
1936
2018
|
value: bigint;
|
|
@@ -1963,6 +2045,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1963
2045
|
};
|
|
1964
2046
|
updatedAt: number;
|
|
1965
2047
|
icon?: string | undefined;
|
|
2048
|
+
priceDatasourceId?: string | undefined;
|
|
1966
2049
|
} | {
|
|
1967
2050
|
symbol: string;
|
|
1968
2051
|
type: "FiatCurrency";
|
|
@@ -1972,6 +2055,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1972
2055
|
} | {
|
|
1973
2056
|
type: "Nft";
|
|
1974
2057
|
id: string;
|
|
2058
|
+
updatedAt: number;
|
|
1975
2059
|
name?: string | undefined;
|
|
1976
2060
|
symbol?: string | undefined;
|
|
1977
2061
|
image?: string | undefined;
|
|
@@ -2007,6 +2091,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2007
2091
|
} | undefined;
|
|
2008
2092
|
asset: {
|
|
2009
2093
|
icon: string | undefined;
|
|
2094
|
+
priceDatasourceId: string | undefined;
|
|
2010
2095
|
symbol: string;
|
|
2011
2096
|
type: "CryptoCurrency";
|
|
2012
2097
|
id: string;
|
|
@@ -2032,6 +2117,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2032
2117
|
metadata: string | undefined;
|
|
2033
2118
|
type: "Nft";
|
|
2034
2119
|
id: string;
|
|
2120
|
+
updatedAt: number;
|
|
2035
2121
|
};
|
|
2036
2122
|
amount: {
|
|
2037
2123
|
value: bigint;
|
|
@@ -2053,6 +2139,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2053
2139
|
};
|
|
2054
2140
|
updatedAt: number;
|
|
2055
2141
|
icon?: string | undefined;
|
|
2142
|
+
priceDatasourceId?: string | undefined;
|
|
2056
2143
|
} | {
|
|
2057
2144
|
symbol: string;
|
|
2058
2145
|
type: "FiatCurrency";
|
|
@@ -2062,6 +2149,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2062
2149
|
} | {
|
|
2063
2150
|
type: "Nft";
|
|
2064
2151
|
id: string;
|
|
2152
|
+
updatedAt: number;
|
|
2065
2153
|
name?: string | undefined;
|
|
2066
2154
|
symbol?: string | undefined;
|
|
2067
2155
|
image?: string | undefined;
|
|
@@ -2105,6 +2193,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2105
2193
|
} | undefined;
|
|
2106
2194
|
asset: {
|
|
2107
2195
|
icon: string | undefined;
|
|
2196
|
+
priceDatasourceId: string | undefined;
|
|
2108
2197
|
symbol: string;
|
|
2109
2198
|
type: "CryptoCurrency";
|
|
2110
2199
|
id: string;
|
|
@@ -2130,6 +2219,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2130
2219
|
metadata: string | undefined;
|
|
2131
2220
|
type: "Nft";
|
|
2132
2221
|
id: string;
|
|
2222
|
+
updatedAt: number;
|
|
2133
2223
|
};
|
|
2134
2224
|
amount: {
|
|
2135
2225
|
value: bigint;
|
|
@@ -2150,6 +2240,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2150
2240
|
} | undefined;
|
|
2151
2241
|
asset: {
|
|
2152
2242
|
icon: string | undefined;
|
|
2243
|
+
priceDatasourceId: string | undefined;
|
|
2153
2244
|
symbol: string;
|
|
2154
2245
|
type: "CryptoCurrency";
|
|
2155
2246
|
id: string;
|
|
@@ -2175,6 +2266,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2175
2266
|
metadata: string | undefined;
|
|
2176
2267
|
type: "Nft";
|
|
2177
2268
|
id: string;
|
|
2269
|
+
updatedAt: number;
|
|
2178
2270
|
};
|
|
2179
2271
|
amount: {
|
|
2180
2272
|
value: bigint;
|
|
@@ -2215,6 +2307,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2215
2307
|
};
|
|
2216
2308
|
updatedAt: number;
|
|
2217
2309
|
icon?: string | undefined;
|
|
2310
|
+
priceDatasourceId?: string | undefined;
|
|
2218
2311
|
} | {
|
|
2219
2312
|
symbol: string;
|
|
2220
2313
|
type: "FiatCurrency";
|
|
@@ -2224,6 +2317,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2224
2317
|
} | {
|
|
2225
2318
|
type: "Nft";
|
|
2226
2319
|
id: string;
|
|
2320
|
+
updatedAt: number;
|
|
2227
2321
|
name?: string | undefined;
|
|
2228
2322
|
symbol?: string | undefined;
|
|
2229
2323
|
image?: string | undefined;
|
|
@@ -2260,6 +2354,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2260
2354
|
};
|
|
2261
2355
|
updatedAt: number;
|
|
2262
2356
|
icon?: string | undefined;
|
|
2357
|
+
priceDatasourceId?: string | undefined;
|
|
2263
2358
|
} | {
|
|
2264
2359
|
symbol: string;
|
|
2265
2360
|
type: "FiatCurrency";
|
|
@@ -2269,6 +2364,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2269
2364
|
} | {
|
|
2270
2365
|
type: "Nft";
|
|
2271
2366
|
id: string;
|
|
2367
|
+
updatedAt: number;
|
|
2272
2368
|
name?: string | undefined;
|
|
2273
2369
|
symbol?: string | undefined;
|
|
2274
2370
|
image?: string | undefined;
|
|
@@ -2332,6 +2428,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2332
2428
|
} | undefined;
|
|
2333
2429
|
asset: {
|
|
2334
2430
|
icon: string | undefined;
|
|
2431
|
+
priceDatasourceId: string | undefined;
|
|
2335
2432
|
symbol: string;
|
|
2336
2433
|
type: "CryptoCurrency";
|
|
2337
2434
|
id: string;
|
|
@@ -2357,6 +2454,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2357
2454
|
metadata: string | undefined;
|
|
2358
2455
|
type: "Nft";
|
|
2359
2456
|
id: string;
|
|
2457
|
+
updatedAt: number;
|
|
2360
2458
|
};
|
|
2361
2459
|
amount: {
|
|
2362
2460
|
value: bigint;
|
|
@@ -2377,6 +2475,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2377
2475
|
} | undefined;
|
|
2378
2476
|
asset: {
|
|
2379
2477
|
icon: string | undefined;
|
|
2478
|
+
priceDatasourceId: string | undefined;
|
|
2380
2479
|
symbol: string;
|
|
2381
2480
|
type: "CryptoCurrency";
|
|
2382
2481
|
id: string;
|
|
@@ -2402,6 +2501,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2402
2501
|
metadata: string | undefined;
|
|
2403
2502
|
type: "Nft";
|
|
2404
2503
|
id: string;
|
|
2504
|
+
updatedAt: number;
|
|
2405
2505
|
};
|
|
2406
2506
|
amount: {
|
|
2407
2507
|
value: bigint;
|
|
@@ -2433,6 +2533,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2433
2533
|
};
|
|
2434
2534
|
updatedAt: number;
|
|
2435
2535
|
icon?: string | undefined;
|
|
2536
|
+
priceDatasourceId?: string | undefined;
|
|
2436
2537
|
} | {
|
|
2437
2538
|
symbol: string;
|
|
2438
2539
|
type: "FiatCurrency";
|
|
@@ -2442,6 +2543,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2442
2543
|
} | {
|
|
2443
2544
|
type: "Nft";
|
|
2444
2545
|
id: string;
|
|
2546
|
+
updatedAt: number;
|
|
2445
2547
|
name?: string | undefined;
|
|
2446
2548
|
symbol?: string | undefined;
|
|
2447
2549
|
image?: string | undefined;
|
|
@@ -2478,6 +2580,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2478
2580
|
};
|
|
2479
2581
|
updatedAt: number;
|
|
2480
2582
|
icon?: string | undefined;
|
|
2583
|
+
priceDatasourceId?: string | undefined;
|
|
2481
2584
|
} | {
|
|
2482
2585
|
symbol: string;
|
|
2483
2586
|
type: "FiatCurrency";
|
|
@@ -2487,6 +2590,7 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2487
2590
|
} | {
|
|
2488
2591
|
type: "Nft";
|
|
2489
2592
|
id: string;
|
|
2593
|
+
updatedAt: number;
|
|
2490
2594
|
name?: string | undefined;
|
|
2491
2595
|
symbol?: string | undefined;
|
|
2492
2596
|
image?: string | undefined;
|