@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
|
@@ -135,6 +135,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
135
135
|
decimals: number;
|
|
136
136
|
} | undefined;
|
|
137
137
|
}>;
|
|
138
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
138
139
|
updatedAt: z.ZodNumber;
|
|
139
140
|
}, "strip", z.ZodTypeAny, {
|
|
140
141
|
symbol: string;
|
|
@@ -150,6 +151,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
150
151
|
};
|
|
151
152
|
updatedAt: number;
|
|
152
153
|
icon?: string | undefined;
|
|
154
|
+
priceDatasourceId?: string | undefined;
|
|
153
155
|
}, {
|
|
154
156
|
symbol: string;
|
|
155
157
|
type: "CryptoCurrency";
|
|
@@ -164,8 +166,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
164
166
|
};
|
|
165
167
|
updatedAt: number;
|
|
166
168
|
icon?: string | undefined;
|
|
169
|
+
priceDatasourceId?: string | undefined;
|
|
167
170
|
}>, {
|
|
168
171
|
icon: string | undefined;
|
|
172
|
+
priceDatasourceId: string | undefined;
|
|
169
173
|
symbol: string;
|
|
170
174
|
type: "CryptoCurrency";
|
|
171
175
|
id: string;
|
|
@@ -192,10 +196,12 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
192
196
|
};
|
|
193
197
|
updatedAt: number;
|
|
194
198
|
icon?: string | undefined;
|
|
199
|
+
priceDatasourceId?: string | undefined;
|
|
195
200
|
}>;
|
|
196
201
|
}, "strip", z.ZodTypeAny, {
|
|
197
202
|
asset: {
|
|
198
203
|
icon: string | undefined;
|
|
204
|
+
priceDatasourceId: string | undefined;
|
|
199
205
|
symbol: string;
|
|
200
206
|
type: "CryptoCurrency";
|
|
201
207
|
id: string;
|
|
@@ -240,6 +246,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
240
246
|
};
|
|
241
247
|
updatedAt: number;
|
|
242
248
|
icon?: string | undefined;
|
|
249
|
+
priceDatasourceId?: string | undefined;
|
|
243
250
|
};
|
|
244
251
|
amount: {
|
|
245
252
|
value: bigint;
|
|
@@ -271,6 +278,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
271
278
|
} | undefined;
|
|
272
279
|
asset: {
|
|
273
280
|
icon: string | undefined;
|
|
281
|
+
priceDatasourceId: string | undefined;
|
|
274
282
|
symbol: string;
|
|
275
283
|
type: "CryptoCurrency";
|
|
276
284
|
id: string;
|
|
@@ -304,6 +312,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
304
312
|
};
|
|
305
313
|
updatedAt: number;
|
|
306
314
|
icon?: string | undefined;
|
|
315
|
+
priceDatasourceId?: string | undefined;
|
|
307
316
|
};
|
|
308
317
|
amount: {
|
|
309
318
|
value: bigint;
|
|
@@ -373,9 +382,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
373
382
|
symbol: z.ZodOptional<z.ZodString>;
|
|
374
383
|
image: z.ZodOptional<z.ZodString>;
|
|
375
384
|
metadata: z.ZodOptional<z.ZodString>;
|
|
385
|
+
updatedAt: z.ZodNumber;
|
|
376
386
|
}, "strip", z.ZodTypeAny, {
|
|
377
387
|
type: "Nft";
|
|
378
388
|
id: string;
|
|
389
|
+
updatedAt: number;
|
|
379
390
|
name?: string | undefined;
|
|
380
391
|
symbol?: string | undefined;
|
|
381
392
|
image?: string | undefined;
|
|
@@ -383,6 +394,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
383
394
|
}, {
|
|
384
395
|
type: "Nft";
|
|
385
396
|
id: string;
|
|
397
|
+
updatedAt: number;
|
|
386
398
|
name?: string | undefined;
|
|
387
399
|
symbol?: string | undefined;
|
|
388
400
|
image?: string | undefined;
|
|
@@ -394,9 +406,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
394
406
|
metadata: string | undefined;
|
|
395
407
|
type: "Nft";
|
|
396
408
|
id: string;
|
|
409
|
+
updatedAt: number;
|
|
397
410
|
}, {
|
|
398
411
|
type: "Nft";
|
|
399
412
|
id: string;
|
|
413
|
+
updatedAt: number;
|
|
400
414
|
name?: string | undefined;
|
|
401
415
|
symbol?: string | undefined;
|
|
402
416
|
image?: string | undefined;
|
|
@@ -410,6 +424,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
410
424
|
metadata: string | undefined;
|
|
411
425
|
type: "Nft";
|
|
412
426
|
id: string;
|
|
427
|
+
updatedAt: number;
|
|
413
428
|
};
|
|
414
429
|
amount: {
|
|
415
430
|
value: bigint;
|
|
@@ -431,6 +446,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
431
446
|
asset: {
|
|
432
447
|
type: "Nft";
|
|
433
448
|
id: string;
|
|
449
|
+
updatedAt: number;
|
|
434
450
|
name?: string | undefined;
|
|
435
451
|
symbol?: string | undefined;
|
|
436
452
|
image?: string | undefined;
|
|
@@ -471,6 +487,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
471
487
|
metadata: string | undefined;
|
|
472
488
|
type: "Nft";
|
|
473
489
|
id: string;
|
|
490
|
+
updatedAt: number;
|
|
474
491
|
};
|
|
475
492
|
amount: {
|
|
476
493
|
value: bigint;
|
|
@@ -481,6 +498,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
481
498
|
asset: {
|
|
482
499
|
type: "Nft";
|
|
483
500
|
id: string;
|
|
501
|
+
updatedAt: number;
|
|
484
502
|
name?: string | undefined;
|
|
485
503
|
symbol?: string | undefined;
|
|
486
504
|
image?: string | undefined;
|
|
@@ -524,6 +542,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
524
542
|
} | undefined;
|
|
525
543
|
asset: {
|
|
526
544
|
icon: string | undefined;
|
|
545
|
+
priceDatasourceId: string | undefined;
|
|
527
546
|
symbol: string;
|
|
528
547
|
type: "CryptoCurrency";
|
|
529
548
|
id: string;
|
|
@@ -561,6 +580,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
561
580
|
metadata: string | undefined;
|
|
562
581
|
type: "Nft";
|
|
563
582
|
id: string;
|
|
583
|
+
updatedAt: number;
|
|
564
584
|
};
|
|
565
585
|
amount: {
|
|
566
586
|
value: bigint;
|
|
@@ -601,6 +621,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
601
621
|
};
|
|
602
622
|
updatedAt: number;
|
|
603
623
|
icon?: string | undefined;
|
|
624
|
+
priceDatasourceId?: string | undefined;
|
|
604
625
|
};
|
|
605
626
|
amount: {
|
|
606
627
|
value: bigint;
|
|
@@ -622,6 +643,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
622
643
|
asset: {
|
|
623
644
|
type: "Nft";
|
|
624
645
|
id: string;
|
|
646
|
+
updatedAt: number;
|
|
625
647
|
name?: string | undefined;
|
|
626
648
|
symbol?: string | undefined;
|
|
627
649
|
image?: string | undefined;
|
|
@@ -685,6 +707,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
685
707
|
} | undefined;
|
|
686
708
|
asset: {
|
|
687
709
|
icon: string | undefined;
|
|
710
|
+
priceDatasourceId: string | undefined;
|
|
688
711
|
symbol: string;
|
|
689
712
|
type: "CryptoCurrency";
|
|
690
713
|
id: string;
|
|
@@ -722,6 +745,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
722
745
|
metadata: string | undefined;
|
|
723
746
|
type: "Nft";
|
|
724
747
|
id: string;
|
|
748
|
+
updatedAt: number;
|
|
725
749
|
};
|
|
726
750
|
amount: {
|
|
727
751
|
value: bigint;
|
|
@@ -753,6 +777,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
753
777
|
};
|
|
754
778
|
updatedAt: number;
|
|
755
779
|
icon?: string | undefined;
|
|
780
|
+
priceDatasourceId?: string | undefined;
|
|
756
781
|
};
|
|
757
782
|
amount: {
|
|
758
783
|
value: bigint;
|
|
@@ -774,6 +799,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
774
799
|
asset: {
|
|
775
800
|
type: "Nft";
|
|
776
801
|
id: string;
|
|
802
|
+
updatedAt: number;
|
|
777
803
|
name?: string | undefined;
|
|
778
804
|
symbol?: string | undefined;
|
|
779
805
|
image?: string | undefined;
|
|
@@ -941,6 +967,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
941
967
|
decimals: number;
|
|
942
968
|
} | undefined;
|
|
943
969
|
}>;
|
|
970
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
944
971
|
updatedAt: z.ZodNumber;
|
|
945
972
|
}, "strip", z.ZodTypeAny, {
|
|
946
973
|
symbol: string;
|
|
@@ -956,6 +983,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
956
983
|
};
|
|
957
984
|
updatedAt: number;
|
|
958
985
|
icon?: string | undefined;
|
|
986
|
+
priceDatasourceId?: string | undefined;
|
|
959
987
|
}, {
|
|
960
988
|
symbol: string;
|
|
961
989
|
type: "CryptoCurrency";
|
|
@@ -970,8 +998,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
970
998
|
};
|
|
971
999
|
updatedAt: number;
|
|
972
1000
|
icon?: string | undefined;
|
|
1001
|
+
priceDatasourceId?: string | undefined;
|
|
973
1002
|
}>, {
|
|
974
1003
|
icon: string | undefined;
|
|
1004
|
+
priceDatasourceId: string | undefined;
|
|
975
1005
|
symbol: string;
|
|
976
1006
|
type: "CryptoCurrency";
|
|
977
1007
|
id: string;
|
|
@@ -998,10 +1028,12 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
998
1028
|
};
|
|
999
1029
|
updatedAt: number;
|
|
1000
1030
|
icon?: string | undefined;
|
|
1031
|
+
priceDatasourceId?: string | undefined;
|
|
1001
1032
|
}>;
|
|
1002
1033
|
}, "strip", z.ZodTypeAny, {
|
|
1003
1034
|
asset: {
|
|
1004
1035
|
icon: string | undefined;
|
|
1036
|
+
priceDatasourceId: string | undefined;
|
|
1005
1037
|
symbol: string;
|
|
1006
1038
|
type: "CryptoCurrency";
|
|
1007
1039
|
id: string;
|
|
@@ -1046,6 +1078,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1046
1078
|
};
|
|
1047
1079
|
updatedAt: number;
|
|
1048
1080
|
icon?: string | undefined;
|
|
1081
|
+
priceDatasourceId?: string | undefined;
|
|
1049
1082
|
};
|
|
1050
1083
|
amount: {
|
|
1051
1084
|
value: bigint;
|
|
@@ -1077,6 +1110,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1077
1110
|
} | undefined;
|
|
1078
1111
|
asset: {
|
|
1079
1112
|
icon: string | undefined;
|
|
1113
|
+
priceDatasourceId: string | undefined;
|
|
1080
1114
|
symbol: string;
|
|
1081
1115
|
type: "CryptoCurrency";
|
|
1082
1116
|
id: string;
|
|
@@ -1110,6 +1144,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1110
1144
|
};
|
|
1111
1145
|
updatedAt: number;
|
|
1112
1146
|
icon?: string | undefined;
|
|
1147
|
+
priceDatasourceId?: string | undefined;
|
|
1113
1148
|
};
|
|
1114
1149
|
amount: {
|
|
1115
1150
|
value: bigint;
|
|
@@ -1179,9 +1214,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1179
1214
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1180
1215
|
image: z.ZodOptional<z.ZodString>;
|
|
1181
1216
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1217
|
+
updatedAt: z.ZodNumber;
|
|
1182
1218
|
}, "strip", z.ZodTypeAny, {
|
|
1183
1219
|
type: "Nft";
|
|
1184
1220
|
id: string;
|
|
1221
|
+
updatedAt: number;
|
|
1185
1222
|
name?: string | undefined;
|
|
1186
1223
|
symbol?: string | undefined;
|
|
1187
1224
|
image?: string | undefined;
|
|
@@ -1189,6 +1226,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1189
1226
|
}, {
|
|
1190
1227
|
type: "Nft";
|
|
1191
1228
|
id: string;
|
|
1229
|
+
updatedAt: number;
|
|
1192
1230
|
name?: string | undefined;
|
|
1193
1231
|
symbol?: string | undefined;
|
|
1194
1232
|
image?: string | undefined;
|
|
@@ -1200,9 +1238,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1200
1238
|
metadata: string | undefined;
|
|
1201
1239
|
type: "Nft";
|
|
1202
1240
|
id: string;
|
|
1241
|
+
updatedAt: number;
|
|
1203
1242
|
}, {
|
|
1204
1243
|
type: "Nft";
|
|
1205
1244
|
id: string;
|
|
1245
|
+
updatedAt: number;
|
|
1206
1246
|
name?: string | undefined;
|
|
1207
1247
|
symbol?: string | undefined;
|
|
1208
1248
|
image?: string | undefined;
|
|
@@ -1216,6 +1256,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1216
1256
|
metadata: string | undefined;
|
|
1217
1257
|
type: "Nft";
|
|
1218
1258
|
id: string;
|
|
1259
|
+
updatedAt: number;
|
|
1219
1260
|
};
|
|
1220
1261
|
amount: {
|
|
1221
1262
|
value: bigint;
|
|
@@ -1237,6 +1278,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1237
1278
|
asset: {
|
|
1238
1279
|
type: "Nft";
|
|
1239
1280
|
id: string;
|
|
1281
|
+
updatedAt: number;
|
|
1240
1282
|
name?: string | undefined;
|
|
1241
1283
|
symbol?: string | undefined;
|
|
1242
1284
|
image?: string | undefined;
|
|
@@ -1277,6 +1319,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1277
1319
|
metadata: string | undefined;
|
|
1278
1320
|
type: "Nft";
|
|
1279
1321
|
id: string;
|
|
1322
|
+
updatedAt: number;
|
|
1280
1323
|
};
|
|
1281
1324
|
amount: {
|
|
1282
1325
|
value: bigint;
|
|
@@ -1287,6 +1330,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1287
1330
|
asset: {
|
|
1288
1331
|
type: "Nft";
|
|
1289
1332
|
id: string;
|
|
1333
|
+
updatedAt: number;
|
|
1290
1334
|
name?: string | undefined;
|
|
1291
1335
|
symbol?: string | undefined;
|
|
1292
1336
|
image?: string | undefined;
|
|
@@ -1330,6 +1374,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1330
1374
|
} | undefined;
|
|
1331
1375
|
asset: {
|
|
1332
1376
|
icon: string | undefined;
|
|
1377
|
+
priceDatasourceId: string | undefined;
|
|
1333
1378
|
symbol: string;
|
|
1334
1379
|
type: "CryptoCurrency";
|
|
1335
1380
|
id: string;
|
|
@@ -1367,6 +1412,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1367
1412
|
metadata: string | undefined;
|
|
1368
1413
|
type: "Nft";
|
|
1369
1414
|
id: string;
|
|
1415
|
+
updatedAt: number;
|
|
1370
1416
|
};
|
|
1371
1417
|
amount: {
|
|
1372
1418
|
value: bigint;
|
|
@@ -1407,6 +1453,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1407
1453
|
};
|
|
1408
1454
|
updatedAt: number;
|
|
1409
1455
|
icon?: string | undefined;
|
|
1456
|
+
priceDatasourceId?: string | undefined;
|
|
1410
1457
|
};
|
|
1411
1458
|
amount: {
|
|
1412
1459
|
value: bigint;
|
|
@@ -1428,6 +1475,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1428
1475
|
asset: {
|
|
1429
1476
|
type: "Nft";
|
|
1430
1477
|
id: string;
|
|
1478
|
+
updatedAt: number;
|
|
1431
1479
|
name?: string | undefined;
|
|
1432
1480
|
symbol?: string | undefined;
|
|
1433
1481
|
image?: string | undefined;
|
|
@@ -1491,6 +1539,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1491
1539
|
} | undefined;
|
|
1492
1540
|
asset: {
|
|
1493
1541
|
icon: string | undefined;
|
|
1542
|
+
priceDatasourceId: string | undefined;
|
|
1494
1543
|
symbol: string;
|
|
1495
1544
|
type: "CryptoCurrency";
|
|
1496
1545
|
id: string;
|
|
@@ -1528,6 +1577,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1528
1577
|
metadata: string | undefined;
|
|
1529
1578
|
type: "Nft";
|
|
1530
1579
|
id: string;
|
|
1580
|
+
updatedAt: number;
|
|
1531
1581
|
};
|
|
1532
1582
|
amount: {
|
|
1533
1583
|
value: bigint;
|
|
@@ -1559,6 +1609,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1559
1609
|
};
|
|
1560
1610
|
updatedAt: number;
|
|
1561
1611
|
icon?: string | undefined;
|
|
1612
|
+
priceDatasourceId?: string | undefined;
|
|
1562
1613
|
};
|
|
1563
1614
|
amount: {
|
|
1564
1615
|
value: bigint;
|
|
@@ -1580,6 +1631,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1580
1631
|
asset: {
|
|
1581
1632
|
type: "Nft";
|
|
1582
1633
|
id: string;
|
|
1634
|
+
updatedAt: number;
|
|
1583
1635
|
name?: string | undefined;
|
|
1584
1636
|
symbol?: string | undefined;
|
|
1585
1637
|
image?: string | undefined;
|
|
@@ -1736,6 +1788,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1736
1788
|
decimals: number;
|
|
1737
1789
|
} | undefined;
|
|
1738
1790
|
}>;
|
|
1791
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1739
1792
|
updatedAt: z.ZodNumber;
|
|
1740
1793
|
}, "strip", z.ZodTypeAny, {
|
|
1741
1794
|
symbol: string;
|
|
@@ -1751,6 +1804,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1751
1804
|
};
|
|
1752
1805
|
updatedAt: number;
|
|
1753
1806
|
icon?: string | undefined;
|
|
1807
|
+
priceDatasourceId?: string | undefined;
|
|
1754
1808
|
}, {
|
|
1755
1809
|
symbol: string;
|
|
1756
1810
|
type: "CryptoCurrency";
|
|
@@ -1765,8 +1819,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1765
1819
|
};
|
|
1766
1820
|
updatedAt: number;
|
|
1767
1821
|
icon?: string | undefined;
|
|
1822
|
+
priceDatasourceId?: string | undefined;
|
|
1768
1823
|
}>, {
|
|
1769
1824
|
icon: string | undefined;
|
|
1825
|
+
priceDatasourceId: string | undefined;
|
|
1770
1826
|
symbol: string;
|
|
1771
1827
|
type: "CryptoCurrency";
|
|
1772
1828
|
id: string;
|
|
@@ -1793,6 +1849,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1793
1849
|
};
|
|
1794
1850
|
updatedAt: number;
|
|
1795
1851
|
icon?: string | undefined;
|
|
1852
|
+
priceDatasourceId?: string | undefined;
|
|
1796
1853
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1797
1854
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
1798
1855
|
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">]>;
|
|
@@ -1830,9 +1887,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1830
1887
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1831
1888
|
image: z.ZodOptional<z.ZodString>;
|
|
1832
1889
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1890
|
+
updatedAt: z.ZodNumber;
|
|
1833
1891
|
}, "strip", z.ZodTypeAny, {
|
|
1834
1892
|
type: "Nft";
|
|
1835
1893
|
id: string;
|
|
1894
|
+
updatedAt: number;
|
|
1836
1895
|
name?: string | undefined;
|
|
1837
1896
|
symbol?: string | undefined;
|
|
1838
1897
|
image?: string | undefined;
|
|
@@ -1840,6 +1899,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1840
1899
|
}, {
|
|
1841
1900
|
type: "Nft";
|
|
1842
1901
|
id: string;
|
|
1902
|
+
updatedAt: number;
|
|
1843
1903
|
name?: string | undefined;
|
|
1844
1904
|
symbol?: string | undefined;
|
|
1845
1905
|
image?: string | undefined;
|
|
@@ -1851,9 +1911,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1851
1911
|
metadata: string | undefined;
|
|
1852
1912
|
type: "Nft";
|
|
1853
1913
|
id: string;
|
|
1914
|
+
updatedAt: number;
|
|
1854
1915
|
}, {
|
|
1855
1916
|
type: "Nft";
|
|
1856
1917
|
id: string;
|
|
1918
|
+
updatedAt: number;
|
|
1857
1919
|
name?: string | undefined;
|
|
1858
1920
|
symbol?: string | undefined;
|
|
1859
1921
|
image?: string | undefined;
|
|
@@ -1873,6 +1935,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1873
1935
|
}, "strip", z.ZodTypeAny, {
|
|
1874
1936
|
asset: {
|
|
1875
1937
|
icon: string | undefined;
|
|
1938
|
+
priceDatasourceId: string | undefined;
|
|
1876
1939
|
symbol: string;
|
|
1877
1940
|
type: "CryptoCurrency";
|
|
1878
1941
|
id: string;
|
|
@@ -1898,6 +1961,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1898
1961
|
metadata: string | undefined;
|
|
1899
1962
|
type: "Nft";
|
|
1900
1963
|
id: string;
|
|
1964
|
+
updatedAt: number;
|
|
1901
1965
|
};
|
|
1902
1966
|
amount: {
|
|
1903
1967
|
value: bigint;
|
|
@@ -1930,6 +1994,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1930
1994
|
};
|
|
1931
1995
|
updatedAt: number;
|
|
1932
1996
|
icon?: string | undefined;
|
|
1997
|
+
priceDatasourceId?: string | undefined;
|
|
1933
1998
|
} | {
|
|
1934
1999
|
symbol: string;
|
|
1935
2000
|
type: "FiatCurrency";
|
|
@@ -1939,6 +2004,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1939
2004
|
} | {
|
|
1940
2005
|
type: "Nft";
|
|
1941
2006
|
id: string;
|
|
2007
|
+
updatedAt: number;
|
|
1942
2008
|
name?: string | undefined;
|
|
1943
2009
|
symbol?: string | undefined;
|
|
1944
2010
|
image?: string | undefined;
|
|
@@ -1974,6 +2040,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1974
2040
|
} | undefined;
|
|
1975
2041
|
asset: {
|
|
1976
2042
|
icon: string | undefined;
|
|
2043
|
+
priceDatasourceId: string | undefined;
|
|
1977
2044
|
symbol: string;
|
|
1978
2045
|
type: "CryptoCurrency";
|
|
1979
2046
|
id: string;
|
|
@@ -1999,6 +2066,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1999
2066
|
metadata: string | undefined;
|
|
2000
2067
|
type: "Nft";
|
|
2001
2068
|
id: string;
|
|
2069
|
+
updatedAt: number;
|
|
2002
2070
|
};
|
|
2003
2071
|
amount: {
|
|
2004
2072
|
value: bigint;
|
|
@@ -2020,6 +2088,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2020
2088
|
};
|
|
2021
2089
|
updatedAt: number;
|
|
2022
2090
|
icon?: string | undefined;
|
|
2091
|
+
priceDatasourceId?: string | undefined;
|
|
2023
2092
|
} | {
|
|
2024
2093
|
symbol: string;
|
|
2025
2094
|
type: "FiatCurrency";
|
|
@@ -2029,6 +2098,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2029
2098
|
} | {
|
|
2030
2099
|
type: "Nft";
|
|
2031
2100
|
id: string;
|
|
2101
|
+
updatedAt: number;
|
|
2032
2102
|
name?: string | undefined;
|
|
2033
2103
|
symbol?: string | undefined;
|
|
2034
2104
|
image?: string | undefined;
|
|
@@ -2127,6 +2197,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2127
2197
|
decimals: number;
|
|
2128
2198
|
} | undefined;
|
|
2129
2199
|
}>;
|
|
2200
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2130
2201
|
updatedAt: z.ZodNumber;
|
|
2131
2202
|
}, "strip", z.ZodTypeAny, {
|
|
2132
2203
|
symbol: string;
|
|
@@ -2142,6 +2213,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2142
2213
|
};
|
|
2143
2214
|
updatedAt: number;
|
|
2144
2215
|
icon?: string | undefined;
|
|
2216
|
+
priceDatasourceId?: string | undefined;
|
|
2145
2217
|
}, {
|
|
2146
2218
|
symbol: string;
|
|
2147
2219
|
type: "CryptoCurrency";
|
|
@@ -2156,8 +2228,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2156
2228
|
};
|
|
2157
2229
|
updatedAt: number;
|
|
2158
2230
|
icon?: string | undefined;
|
|
2231
|
+
priceDatasourceId?: string | undefined;
|
|
2159
2232
|
}>, {
|
|
2160
2233
|
icon: string | undefined;
|
|
2234
|
+
priceDatasourceId: string | undefined;
|
|
2161
2235
|
symbol: string;
|
|
2162
2236
|
type: "CryptoCurrency";
|
|
2163
2237
|
id: string;
|
|
@@ -2184,6 +2258,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2184
2258
|
};
|
|
2185
2259
|
updatedAt: number;
|
|
2186
2260
|
icon?: string | undefined;
|
|
2261
|
+
priceDatasourceId?: string | undefined;
|
|
2187
2262
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2188
2263
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2189
2264
|
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">]>;
|
|
@@ -2221,9 +2296,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2221
2296
|
symbol: z.ZodOptional<z.ZodString>;
|
|
2222
2297
|
image: z.ZodOptional<z.ZodString>;
|
|
2223
2298
|
metadata: z.ZodOptional<z.ZodString>;
|
|
2299
|
+
updatedAt: z.ZodNumber;
|
|
2224
2300
|
}, "strip", z.ZodTypeAny, {
|
|
2225
2301
|
type: "Nft";
|
|
2226
2302
|
id: string;
|
|
2303
|
+
updatedAt: number;
|
|
2227
2304
|
name?: string | undefined;
|
|
2228
2305
|
symbol?: string | undefined;
|
|
2229
2306
|
image?: string | undefined;
|
|
@@ -2231,6 +2308,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2231
2308
|
}, {
|
|
2232
2309
|
type: "Nft";
|
|
2233
2310
|
id: string;
|
|
2311
|
+
updatedAt: number;
|
|
2234
2312
|
name?: string | undefined;
|
|
2235
2313
|
symbol?: string | undefined;
|
|
2236
2314
|
image?: string | undefined;
|
|
@@ -2242,9 +2320,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2242
2320
|
metadata: string | undefined;
|
|
2243
2321
|
type: "Nft";
|
|
2244
2322
|
id: string;
|
|
2323
|
+
updatedAt: number;
|
|
2245
2324
|
}, {
|
|
2246
2325
|
type: "Nft";
|
|
2247
2326
|
id: string;
|
|
2327
|
+
updatedAt: number;
|
|
2248
2328
|
name?: string | undefined;
|
|
2249
2329
|
symbol?: string | undefined;
|
|
2250
2330
|
image?: string | undefined;
|
|
@@ -2264,6 +2344,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2264
2344
|
}, "strip", z.ZodTypeAny, {
|
|
2265
2345
|
asset: {
|
|
2266
2346
|
icon: string | undefined;
|
|
2347
|
+
priceDatasourceId: string | undefined;
|
|
2267
2348
|
symbol: string;
|
|
2268
2349
|
type: "CryptoCurrency";
|
|
2269
2350
|
id: string;
|
|
@@ -2289,6 +2370,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2289
2370
|
metadata: string | undefined;
|
|
2290
2371
|
type: "Nft";
|
|
2291
2372
|
id: string;
|
|
2373
|
+
updatedAt: number;
|
|
2292
2374
|
};
|
|
2293
2375
|
amount: {
|
|
2294
2376
|
value: bigint;
|
|
@@ -2321,6 +2403,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2321
2403
|
};
|
|
2322
2404
|
updatedAt: number;
|
|
2323
2405
|
icon?: string | undefined;
|
|
2406
|
+
priceDatasourceId?: string | undefined;
|
|
2324
2407
|
} | {
|
|
2325
2408
|
symbol: string;
|
|
2326
2409
|
type: "FiatCurrency";
|
|
@@ -2330,6 +2413,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2330
2413
|
} | {
|
|
2331
2414
|
type: "Nft";
|
|
2332
2415
|
id: string;
|
|
2416
|
+
updatedAt: number;
|
|
2333
2417
|
name?: string | undefined;
|
|
2334
2418
|
symbol?: string | undefined;
|
|
2335
2419
|
image?: string | undefined;
|
|
@@ -2365,6 +2449,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2365
2449
|
} | undefined;
|
|
2366
2450
|
asset: {
|
|
2367
2451
|
icon: string | undefined;
|
|
2452
|
+
priceDatasourceId: string | undefined;
|
|
2368
2453
|
symbol: string;
|
|
2369
2454
|
type: "CryptoCurrency";
|
|
2370
2455
|
id: string;
|
|
@@ -2390,6 +2475,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2390
2475
|
metadata: string | undefined;
|
|
2391
2476
|
type: "Nft";
|
|
2392
2477
|
id: string;
|
|
2478
|
+
updatedAt: number;
|
|
2393
2479
|
};
|
|
2394
2480
|
amount: {
|
|
2395
2481
|
value: bigint;
|
|
@@ -2411,6 +2497,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2411
2497
|
};
|
|
2412
2498
|
updatedAt: number;
|
|
2413
2499
|
icon?: string | undefined;
|
|
2500
|
+
priceDatasourceId?: string | undefined;
|
|
2414
2501
|
} | {
|
|
2415
2502
|
symbol: string;
|
|
2416
2503
|
type: "FiatCurrency";
|
|
@@ -2420,6 +2507,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2420
2507
|
} | {
|
|
2421
2508
|
type: "Nft";
|
|
2422
2509
|
id: string;
|
|
2510
|
+
updatedAt: number;
|
|
2423
2511
|
name?: string | undefined;
|
|
2424
2512
|
symbol?: string | undefined;
|
|
2425
2513
|
image?: string | undefined;
|
|
@@ -2463,6 +2551,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2463
2551
|
} | undefined;
|
|
2464
2552
|
asset: {
|
|
2465
2553
|
icon: string | undefined;
|
|
2554
|
+
priceDatasourceId: string | undefined;
|
|
2466
2555
|
symbol: string;
|
|
2467
2556
|
type: "CryptoCurrency";
|
|
2468
2557
|
id: string;
|
|
@@ -2488,6 +2577,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2488
2577
|
metadata: string | undefined;
|
|
2489
2578
|
type: "Nft";
|
|
2490
2579
|
id: string;
|
|
2580
|
+
updatedAt: number;
|
|
2491
2581
|
};
|
|
2492
2582
|
amount: {
|
|
2493
2583
|
value: bigint;
|
|
@@ -2508,6 +2598,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2508
2598
|
} | undefined;
|
|
2509
2599
|
asset: {
|
|
2510
2600
|
icon: string | undefined;
|
|
2601
|
+
priceDatasourceId: string | undefined;
|
|
2511
2602
|
symbol: string;
|
|
2512
2603
|
type: "CryptoCurrency";
|
|
2513
2604
|
id: string;
|
|
@@ -2533,6 +2624,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2533
2624
|
metadata: string | undefined;
|
|
2534
2625
|
type: "Nft";
|
|
2535
2626
|
id: string;
|
|
2627
|
+
updatedAt: number;
|
|
2536
2628
|
};
|
|
2537
2629
|
amount: {
|
|
2538
2630
|
value: bigint;
|
|
@@ -2573,6 +2665,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2573
2665
|
};
|
|
2574
2666
|
updatedAt: number;
|
|
2575
2667
|
icon?: string | undefined;
|
|
2668
|
+
priceDatasourceId?: string | undefined;
|
|
2576
2669
|
} | {
|
|
2577
2670
|
symbol: string;
|
|
2578
2671
|
type: "FiatCurrency";
|
|
@@ -2582,6 +2675,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2582
2675
|
} | {
|
|
2583
2676
|
type: "Nft";
|
|
2584
2677
|
id: string;
|
|
2678
|
+
updatedAt: number;
|
|
2585
2679
|
name?: string | undefined;
|
|
2586
2680
|
symbol?: string | undefined;
|
|
2587
2681
|
image?: string | undefined;
|
|
@@ -2618,6 +2712,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2618
2712
|
};
|
|
2619
2713
|
updatedAt: number;
|
|
2620
2714
|
icon?: string | undefined;
|
|
2715
|
+
priceDatasourceId?: string | undefined;
|
|
2621
2716
|
} | {
|
|
2622
2717
|
symbol: string;
|
|
2623
2718
|
type: "FiatCurrency";
|
|
@@ -2627,6 +2722,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2627
2722
|
} | {
|
|
2628
2723
|
type: "Nft";
|
|
2629
2724
|
id: string;
|
|
2725
|
+
updatedAt: number;
|
|
2630
2726
|
name?: string | undefined;
|
|
2631
2727
|
symbol?: string | undefined;
|
|
2632
2728
|
image?: string | undefined;
|
|
@@ -2690,6 +2786,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2690
2786
|
} | undefined;
|
|
2691
2787
|
asset: {
|
|
2692
2788
|
icon: string | undefined;
|
|
2789
|
+
priceDatasourceId: string | undefined;
|
|
2693
2790
|
symbol: string;
|
|
2694
2791
|
type: "CryptoCurrency";
|
|
2695
2792
|
id: string;
|
|
@@ -2715,6 +2812,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2715
2812
|
metadata: string | undefined;
|
|
2716
2813
|
type: "Nft";
|
|
2717
2814
|
id: string;
|
|
2815
|
+
updatedAt: number;
|
|
2718
2816
|
};
|
|
2719
2817
|
amount: {
|
|
2720
2818
|
value: bigint;
|
|
@@ -2735,6 +2833,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2735
2833
|
} | undefined;
|
|
2736
2834
|
asset: {
|
|
2737
2835
|
icon: string | undefined;
|
|
2836
|
+
priceDatasourceId: string | undefined;
|
|
2738
2837
|
symbol: string;
|
|
2739
2838
|
type: "CryptoCurrency";
|
|
2740
2839
|
id: string;
|
|
@@ -2760,6 +2859,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2760
2859
|
metadata: string | undefined;
|
|
2761
2860
|
type: "Nft";
|
|
2762
2861
|
id: string;
|
|
2862
|
+
updatedAt: number;
|
|
2763
2863
|
};
|
|
2764
2864
|
amount: {
|
|
2765
2865
|
value: bigint;
|
|
@@ -2791,6 +2891,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2791
2891
|
};
|
|
2792
2892
|
updatedAt: number;
|
|
2793
2893
|
icon?: string | undefined;
|
|
2894
|
+
priceDatasourceId?: string | undefined;
|
|
2794
2895
|
} | {
|
|
2795
2896
|
symbol: string;
|
|
2796
2897
|
type: "FiatCurrency";
|
|
@@ -2800,6 +2901,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2800
2901
|
} | {
|
|
2801
2902
|
type: "Nft";
|
|
2802
2903
|
id: string;
|
|
2904
|
+
updatedAt: number;
|
|
2803
2905
|
name?: string | undefined;
|
|
2804
2906
|
symbol?: string | undefined;
|
|
2805
2907
|
image?: string | undefined;
|
|
@@ -2836,6 +2938,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2836
2938
|
};
|
|
2837
2939
|
updatedAt: number;
|
|
2838
2940
|
icon?: string | undefined;
|
|
2941
|
+
priceDatasourceId?: string | undefined;
|
|
2839
2942
|
} | {
|
|
2840
2943
|
symbol: string;
|
|
2841
2944
|
type: "FiatCurrency";
|
|
@@ -2845,6 +2948,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2845
2948
|
} | {
|
|
2846
2949
|
type: "Nft";
|
|
2847
2950
|
id: string;
|
|
2951
|
+
updatedAt: number;
|
|
2848
2952
|
name?: string | undefined;
|
|
2849
2953
|
symbol?: string | undefined;
|
|
2850
2954
|
image?: string | undefined;
|
|
@@ -3001,6 +3105,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3001
3105
|
decimals: number;
|
|
3002
3106
|
} | undefined;
|
|
3003
3107
|
}>;
|
|
3108
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3004
3109
|
updatedAt: z.ZodNumber;
|
|
3005
3110
|
}, "strip", z.ZodTypeAny, {
|
|
3006
3111
|
symbol: string;
|
|
@@ -3016,6 +3121,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3016
3121
|
};
|
|
3017
3122
|
updatedAt: number;
|
|
3018
3123
|
icon?: string | undefined;
|
|
3124
|
+
priceDatasourceId?: string | undefined;
|
|
3019
3125
|
}, {
|
|
3020
3126
|
symbol: string;
|
|
3021
3127
|
type: "CryptoCurrency";
|
|
@@ -3030,8 +3136,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3030
3136
|
};
|
|
3031
3137
|
updatedAt: number;
|
|
3032
3138
|
icon?: string | undefined;
|
|
3139
|
+
priceDatasourceId?: string | undefined;
|
|
3033
3140
|
}>, {
|
|
3034
3141
|
icon: string | undefined;
|
|
3142
|
+
priceDatasourceId: string | undefined;
|
|
3035
3143
|
symbol: string;
|
|
3036
3144
|
type: "CryptoCurrency";
|
|
3037
3145
|
id: string;
|
|
@@ -3058,6 +3166,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3058
3166
|
};
|
|
3059
3167
|
updatedAt: number;
|
|
3060
3168
|
icon?: string | undefined;
|
|
3169
|
+
priceDatasourceId?: string | undefined;
|
|
3061
3170
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3062
3171
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3063
3172
|
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">]>;
|
|
@@ -3095,9 +3204,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3095
3204
|
symbol: z.ZodOptional<z.ZodString>;
|
|
3096
3205
|
image: z.ZodOptional<z.ZodString>;
|
|
3097
3206
|
metadata: z.ZodOptional<z.ZodString>;
|
|
3207
|
+
updatedAt: z.ZodNumber;
|
|
3098
3208
|
}, "strip", z.ZodTypeAny, {
|
|
3099
3209
|
type: "Nft";
|
|
3100
3210
|
id: string;
|
|
3211
|
+
updatedAt: number;
|
|
3101
3212
|
name?: string | undefined;
|
|
3102
3213
|
symbol?: string | undefined;
|
|
3103
3214
|
image?: string | undefined;
|
|
@@ -3105,6 +3216,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3105
3216
|
}, {
|
|
3106
3217
|
type: "Nft";
|
|
3107
3218
|
id: string;
|
|
3219
|
+
updatedAt: number;
|
|
3108
3220
|
name?: string | undefined;
|
|
3109
3221
|
symbol?: string | undefined;
|
|
3110
3222
|
image?: string | undefined;
|
|
@@ -3116,9 +3228,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3116
3228
|
metadata: string | undefined;
|
|
3117
3229
|
type: "Nft";
|
|
3118
3230
|
id: string;
|
|
3231
|
+
updatedAt: number;
|
|
3119
3232
|
}, {
|
|
3120
3233
|
type: "Nft";
|
|
3121
3234
|
id: string;
|
|
3235
|
+
updatedAt: number;
|
|
3122
3236
|
name?: string | undefined;
|
|
3123
3237
|
symbol?: string | undefined;
|
|
3124
3238
|
image?: string | undefined;
|
|
@@ -3138,6 +3252,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3138
3252
|
}, "strip", z.ZodTypeAny, {
|
|
3139
3253
|
asset: {
|
|
3140
3254
|
icon: string | undefined;
|
|
3255
|
+
priceDatasourceId: string | undefined;
|
|
3141
3256
|
symbol: string;
|
|
3142
3257
|
type: "CryptoCurrency";
|
|
3143
3258
|
id: string;
|
|
@@ -3163,6 +3278,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3163
3278
|
metadata: string | undefined;
|
|
3164
3279
|
type: "Nft";
|
|
3165
3280
|
id: string;
|
|
3281
|
+
updatedAt: number;
|
|
3166
3282
|
};
|
|
3167
3283
|
amount: {
|
|
3168
3284
|
value: bigint;
|
|
@@ -3195,6 +3311,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3195
3311
|
};
|
|
3196
3312
|
updatedAt: number;
|
|
3197
3313
|
icon?: string | undefined;
|
|
3314
|
+
priceDatasourceId?: string | undefined;
|
|
3198
3315
|
} | {
|
|
3199
3316
|
symbol: string;
|
|
3200
3317
|
type: "FiatCurrency";
|
|
@@ -3204,6 +3321,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3204
3321
|
} | {
|
|
3205
3322
|
type: "Nft";
|
|
3206
3323
|
id: string;
|
|
3324
|
+
updatedAt: number;
|
|
3207
3325
|
name?: string | undefined;
|
|
3208
3326
|
symbol?: string | undefined;
|
|
3209
3327
|
image?: string | undefined;
|
|
@@ -3239,6 +3357,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3239
3357
|
} | undefined;
|
|
3240
3358
|
asset: {
|
|
3241
3359
|
icon: string | undefined;
|
|
3360
|
+
priceDatasourceId: string | undefined;
|
|
3242
3361
|
symbol: string;
|
|
3243
3362
|
type: "CryptoCurrency";
|
|
3244
3363
|
id: string;
|
|
@@ -3264,6 +3383,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3264
3383
|
metadata: string | undefined;
|
|
3265
3384
|
type: "Nft";
|
|
3266
3385
|
id: string;
|
|
3386
|
+
updatedAt: number;
|
|
3267
3387
|
};
|
|
3268
3388
|
amount: {
|
|
3269
3389
|
value: bigint;
|
|
@@ -3285,6 +3405,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3285
3405
|
};
|
|
3286
3406
|
updatedAt: number;
|
|
3287
3407
|
icon?: string | undefined;
|
|
3408
|
+
priceDatasourceId?: string | undefined;
|
|
3288
3409
|
} | {
|
|
3289
3410
|
symbol: string;
|
|
3290
3411
|
type: "FiatCurrency";
|
|
@@ -3294,6 +3415,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3294
3415
|
} | {
|
|
3295
3416
|
type: "Nft";
|
|
3296
3417
|
id: string;
|
|
3418
|
+
updatedAt: number;
|
|
3297
3419
|
name?: string | undefined;
|
|
3298
3420
|
symbol?: string | undefined;
|
|
3299
3421
|
image?: string | undefined;
|
|
@@ -3392,6 +3514,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3392
3514
|
decimals: number;
|
|
3393
3515
|
} | undefined;
|
|
3394
3516
|
}>;
|
|
3517
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3395
3518
|
updatedAt: z.ZodNumber;
|
|
3396
3519
|
}, "strip", z.ZodTypeAny, {
|
|
3397
3520
|
symbol: string;
|
|
@@ -3407,6 +3530,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3407
3530
|
};
|
|
3408
3531
|
updatedAt: number;
|
|
3409
3532
|
icon?: string | undefined;
|
|
3533
|
+
priceDatasourceId?: string | undefined;
|
|
3410
3534
|
}, {
|
|
3411
3535
|
symbol: string;
|
|
3412
3536
|
type: "CryptoCurrency";
|
|
@@ -3421,8 +3545,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3421
3545
|
};
|
|
3422
3546
|
updatedAt: number;
|
|
3423
3547
|
icon?: string | undefined;
|
|
3548
|
+
priceDatasourceId?: string | undefined;
|
|
3424
3549
|
}>, {
|
|
3425
3550
|
icon: string | undefined;
|
|
3551
|
+
priceDatasourceId: string | undefined;
|
|
3426
3552
|
symbol: string;
|
|
3427
3553
|
type: "CryptoCurrency";
|
|
3428
3554
|
id: string;
|
|
@@ -3449,6 +3575,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3449
3575
|
};
|
|
3450
3576
|
updatedAt: number;
|
|
3451
3577
|
icon?: string | undefined;
|
|
3578
|
+
priceDatasourceId?: string | undefined;
|
|
3452
3579
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3453
3580
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3454
3581
|
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">]>;
|
|
@@ -3486,9 +3613,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3486
3613
|
symbol: z.ZodOptional<z.ZodString>;
|
|
3487
3614
|
image: z.ZodOptional<z.ZodString>;
|
|
3488
3615
|
metadata: z.ZodOptional<z.ZodString>;
|
|
3616
|
+
updatedAt: z.ZodNumber;
|
|
3489
3617
|
}, "strip", z.ZodTypeAny, {
|
|
3490
3618
|
type: "Nft";
|
|
3491
3619
|
id: string;
|
|
3620
|
+
updatedAt: number;
|
|
3492
3621
|
name?: string | undefined;
|
|
3493
3622
|
symbol?: string | undefined;
|
|
3494
3623
|
image?: string | undefined;
|
|
@@ -3496,6 +3625,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3496
3625
|
}, {
|
|
3497
3626
|
type: "Nft";
|
|
3498
3627
|
id: string;
|
|
3628
|
+
updatedAt: number;
|
|
3499
3629
|
name?: string | undefined;
|
|
3500
3630
|
symbol?: string | undefined;
|
|
3501
3631
|
image?: string | undefined;
|
|
@@ -3507,9 +3637,11 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3507
3637
|
metadata: string | undefined;
|
|
3508
3638
|
type: "Nft";
|
|
3509
3639
|
id: string;
|
|
3640
|
+
updatedAt: number;
|
|
3510
3641
|
}, {
|
|
3511
3642
|
type: "Nft";
|
|
3512
3643
|
id: string;
|
|
3644
|
+
updatedAt: number;
|
|
3513
3645
|
name?: string | undefined;
|
|
3514
3646
|
symbol?: string | undefined;
|
|
3515
3647
|
image?: string | undefined;
|
|
@@ -3529,6 +3661,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3529
3661
|
}, "strip", z.ZodTypeAny, {
|
|
3530
3662
|
asset: {
|
|
3531
3663
|
icon: string | undefined;
|
|
3664
|
+
priceDatasourceId: string | undefined;
|
|
3532
3665
|
symbol: string;
|
|
3533
3666
|
type: "CryptoCurrency";
|
|
3534
3667
|
id: string;
|
|
@@ -3554,6 +3687,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3554
3687
|
metadata: string | undefined;
|
|
3555
3688
|
type: "Nft";
|
|
3556
3689
|
id: string;
|
|
3690
|
+
updatedAt: number;
|
|
3557
3691
|
};
|
|
3558
3692
|
amount: {
|
|
3559
3693
|
value: bigint;
|
|
@@ -3586,6 +3720,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3586
3720
|
};
|
|
3587
3721
|
updatedAt: number;
|
|
3588
3722
|
icon?: string | undefined;
|
|
3723
|
+
priceDatasourceId?: string | undefined;
|
|
3589
3724
|
} | {
|
|
3590
3725
|
symbol: string;
|
|
3591
3726
|
type: "FiatCurrency";
|
|
@@ -3595,6 +3730,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3595
3730
|
} | {
|
|
3596
3731
|
type: "Nft";
|
|
3597
3732
|
id: string;
|
|
3733
|
+
updatedAt: number;
|
|
3598
3734
|
name?: string | undefined;
|
|
3599
3735
|
symbol?: string | undefined;
|
|
3600
3736
|
image?: string | undefined;
|
|
@@ -3630,6 +3766,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3630
3766
|
} | undefined;
|
|
3631
3767
|
asset: {
|
|
3632
3768
|
icon: string | undefined;
|
|
3769
|
+
priceDatasourceId: string | undefined;
|
|
3633
3770
|
symbol: string;
|
|
3634
3771
|
type: "CryptoCurrency";
|
|
3635
3772
|
id: string;
|
|
@@ -3655,6 +3792,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3655
3792
|
metadata: string | undefined;
|
|
3656
3793
|
type: "Nft";
|
|
3657
3794
|
id: string;
|
|
3795
|
+
updatedAt: number;
|
|
3658
3796
|
};
|
|
3659
3797
|
amount: {
|
|
3660
3798
|
value: bigint;
|
|
@@ -3676,6 +3814,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3676
3814
|
};
|
|
3677
3815
|
updatedAt: number;
|
|
3678
3816
|
icon?: string | undefined;
|
|
3817
|
+
priceDatasourceId?: string | undefined;
|
|
3679
3818
|
} | {
|
|
3680
3819
|
symbol: string;
|
|
3681
3820
|
type: "FiatCurrency";
|
|
@@ -3685,6 +3824,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3685
3824
|
} | {
|
|
3686
3825
|
type: "Nft";
|
|
3687
3826
|
id: string;
|
|
3827
|
+
updatedAt: number;
|
|
3688
3828
|
name?: string | undefined;
|
|
3689
3829
|
symbol?: string | undefined;
|
|
3690
3830
|
image?: string | undefined;
|
|
@@ -3728,6 +3868,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3728
3868
|
} | undefined;
|
|
3729
3869
|
asset: {
|
|
3730
3870
|
icon: string | undefined;
|
|
3871
|
+
priceDatasourceId: string | undefined;
|
|
3731
3872
|
symbol: string;
|
|
3732
3873
|
type: "CryptoCurrency";
|
|
3733
3874
|
id: string;
|
|
@@ -3753,6 +3894,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3753
3894
|
metadata: string | undefined;
|
|
3754
3895
|
type: "Nft";
|
|
3755
3896
|
id: string;
|
|
3897
|
+
updatedAt: number;
|
|
3756
3898
|
};
|
|
3757
3899
|
amount: {
|
|
3758
3900
|
value: bigint;
|
|
@@ -3773,6 +3915,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3773
3915
|
} | undefined;
|
|
3774
3916
|
asset: {
|
|
3775
3917
|
icon: string | undefined;
|
|
3918
|
+
priceDatasourceId: string | undefined;
|
|
3776
3919
|
symbol: string;
|
|
3777
3920
|
type: "CryptoCurrency";
|
|
3778
3921
|
id: string;
|
|
@@ -3798,6 +3941,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3798
3941
|
metadata: string | undefined;
|
|
3799
3942
|
type: "Nft";
|
|
3800
3943
|
id: string;
|
|
3944
|
+
updatedAt: number;
|
|
3801
3945
|
};
|
|
3802
3946
|
amount: {
|
|
3803
3947
|
value: bigint;
|
|
@@ -3838,6 +3982,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3838
3982
|
};
|
|
3839
3983
|
updatedAt: number;
|
|
3840
3984
|
icon?: string | undefined;
|
|
3985
|
+
priceDatasourceId?: string | undefined;
|
|
3841
3986
|
} | {
|
|
3842
3987
|
symbol: string;
|
|
3843
3988
|
type: "FiatCurrency";
|
|
@@ -3847,6 +3992,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3847
3992
|
} | {
|
|
3848
3993
|
type: "Nft";
|
|
3849
3994
|
id: string;
|
|
3995
|
+
updatedAt: number;
|
|
3850
3996
|
name?: string | undefined;
|
|
3851
3997
|
symbol?: string | undefined;
|
|
3852
3998
|
image?: string | undefined;
|
|
@@ -3883,6 +4029,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3883
4029
|
};
|
|
3884
4030
|
updatedAt: number;
|
|
3885
4031
|
icon?: string | undefined;
|
|
4032
|
+
priceDatasourceId?: string | undefined;
|
|
3886
4033
|
} | {
|
|
3887
4034
|
symbol: string;
|
|
3888
4035
|
type: "FiatCurrency";
|
|
@@ -3892,6 +4039,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3892
4039
|
} | {
|
|
3893
4040
|
type: "Nft";
|
|
3894
4041
|
id: string;
|
|
4042
|
+
updatedAt: number;
|
|
3895
4043
|
name?: string | undefined;
|
|
3896
4044
|
symbol?: string | undefined;
|
|
3897
4045
|
image?: string | undefined;
|
|
@@ -3955,6 +4103,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3955
4103
|
} | undefined;
|
|
3956
4104
|
asset: {
|
|
3957
4105
|
icon: string | undefined;
|
|
4106
|
+
priceDatasourceId: string | undefined;
|
|
3958
4107
|
symbol: string;
|
|
3959
4108
|
type: "CryptoCurrency";
|
|
3960
4109
|
id: string;
|
|
@@ -3980,6 +4129,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3980
4129
|
metadata: string | undefined;
|
|
3981
4130
|
type: "Nft";
|
|
3982
4131
|
id: string;
|
|
4132
|
+
updatedAt: number;
|
|
3983
4133
|
};
|
|
3984
4134
|
amount: {
|
|
3985
4135
|
value: bigint;
|
|
@@ -4000,6 +4150,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4000
4150
|
} | undefined;
|
|
4001
4151
|
asset: {
|
|
4002
4152
|
icon: string | undefined;
|
|
4153
|
+
priceDatasourceId: string | undefined;
|
|
4003
4154
|
symbol: string;
|
|
4004
4155
|
type: "CryptoCurrency";
|
|
4005
4156
|
id: string;
|
|
@@ -4025,6 +4176,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4025
4176
|
metadata: string | undefined;
|
|
4026
4177
|
type: "Nft";
|
|
4027
4178
|
id: string;
|
|
4179
|
+
updatedAt: number;
|
|
4028
4180
|
};
|
|
4029
4181
|
amount: {
|
|
4030
4182
|
value: bigint;
|
|
@@ -4056,6 +4208,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4056
4208
|
};
|
|
4057
4209
|
updatedAt: number;
|
|
4058
4210
|
icon?: string | undefined;
|
|
4211
|
+
priceDatasourceId?: string | undefined;
|
|
4059
4212
|
} | {
|
|
4060
4213
|
symbol: string;
|
|
4061
4214
|
type: "FiatCurrency";
|
|
@@ -4065,6 +4218,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4065
4218
|
} | {
|
|
4066
4219
|
type: "Nft";
|
|
4067
4220
|
id: string;
|
|
4221
|
+
updatedAt: number;
|
|
4068
4222
|
name?: string | undefined;
|
|
4069
4223
|
symbol?: string | undefined;
|
|
4070
4224
|
image?: string | undefined;
|
|
@@ -4101,6 +4255,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4101
4255
|
};
|
|
4102
4256
|
updatedAt: number;
|
|
4103
4257
|
icon?: string | undefined;
|
|
4258
|
+
priceDatasourceId?: string | undefined;
|
|
4104
4259
|
} | {
|
|
4105
4260
|
symbol: string;
|
|
4106
4261
|
type: "FiatCurrency";
|
|
@@ -4110,6 +4265,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4110
4265
|
} | {
|
|
4111
4266
|
type: "Nft";
|
|
4112
4267
|
id: string;
|
|
4268
|
+
updatedAt: number;
|
|
4113
4269
|
name?: string | undefined;
|
|
4114
4270
|
symbol?: string | undefined;
|
|
4115
4271
|
image?: string | undefined;
|
|
@@ -4176,6 +4332,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4176
4332
|
} | undefined;
|
|
4177
4333
|
asset: {
|
|
4178
4334
|
icon: string | undefined;
|
|
4335
|
+
priceDatasourceId: string | undefined;
|
|
4179
4336
|
symbol: string;
|
|
4180
4337
|
type: "CryptoCurrency";
|
|
4181
4338
|
id: string;
|
|
@@ -4213,6 +4370,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4213
4370
|
metadata: string | undefined;
|
|
4214
4371
|
type: "Nft";
|
|
4215
4372
|
id: string;
|
|
4373
|
+
updatedAt: number;
|
|
4216
4374
|
};
|
|
4217
4375
|
amount: {
|
|
4218
4376
|
value: bigint;
|
|
@@ -4252,6 +4410,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4252
4410
|
} | undefined;
|
|
4253
4411
|
asset: {
|
|
4254
4412
|
icon: string | undefined;
|
|
4413
|
+
priceDatasourceId: string | undefined;
|
|
4255
4414
|
symbol: string;
|
|
4256
4415
|
type: "CryptoCurrency";
|
|
4257
4416
|
id: string;
|
|
@@ -4289,6 +4448,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4289
4448
|
metadata: string | undefined;
|
|
4290
4449
|
type: "Nft";
|
|
4291
4450
|
id: string;
|
|
4451
|
+
updatedAt: number;
|
|
4292
4452
|
};
|
|
4293
4453
|
amount: {
|
|
4294
4454
|
value: bigint;
|
|
@@ -4328,6 +4488,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4328
4488
|
} | undefined;
|
|
4329
4489
|
asset: {
|
|
4330
4490
|
icon: string | undefined;
|
|
4491
|
+
priceDatasourceId: string | undefined;
|
|
4331
4492
|
symbol: string;
|
|
4332
4493
|
type: "CryptoCurrency";
|
|
4333
4494
|
id: string;
|
|
@@ -4353,6 +4514,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4353
4514
|
metadata: string | undefined;
|
|
4354
4515
|
type: "Nft";
|
|
4355
4516
|
id: string;
|
|
4517
|
+
updatedAt: number;
|
|
4356
4518
|
};
|
|
4357
4519
|
amount: {
|
|
4358
4520
|
value: bigint;
|
|
@@ -4373,6 +4535,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4373
4535
|
} | undefined;
|
|
4374
4536
|
asset: {
|
|
4375
4537
|
icon: string | undefined;
|
|
4538
|
+
priceDatasourceId: string | undefined;
|
|
4376
4539
|
symbol: string;
|
|
4377
4540
|
type: "CryptoCurrency";
|
|
4378
4541
|
id: string;
|
|
@@ -4398,6 +4561,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4398
4561
|
metadata: string | undefined;
|
|
4399
4562
|
type: "Nft";
|
|
4400
4563
|
id: string;
|
|
4564
|
+
updatedAt: number;
|
|
4401
4565
|
};
|
|
4402
4566
|
amount: {
|
|
4403
4567
|
value: bigint;
|
|
@@ -4437,6 +4601,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4437
4601
|
} | undefined;
|
|
4438
4602
|
asset: {
|
|
4439
4603
|
icon: string | undefined;
|
|
4604
|
+
priceDatasourceId: string | undefined;
|
|
4440
4605
|
symbol: string;
|
|
4441
4606
|
type: "CryptoCurrency";
|
|
4442
4607
|
id: string;
|
|
@@ -4462,6 +4627,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4462
4627
|
metadata: string | undefined;
|
|
4463
4628
|
type: "Nft";
|
|
4464
4629
|
id: string;
|
|
4630
|
+
updatedAt: number;
|
|
4465
4631
|
};
|
|
4466
4632
|
amount: {
|
|
4467
4633
|
value: bigint;
|
|
@@ -4482,6 +4648,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4482
4648
|
} | undefined;
|
|
4483
4649
|
asset: {
|
|
4484
4650
|
icon: string | undefined;
|
|
4651
|
+
priceDatasourceId: string | undefined;
|
|
4485
4652
|
symbol: string;
|
|
4486
4653
|
type: "CryptoCurrency";
|
|
4487
4654
|
id: string;
|
|
@@ -4507,6 +4674,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4507
4674
|
metadata: string | undefined;
|
|
4508
4675
|
type: "Nft";
|
|
4509
4676
|
id: string;
|
|
4677
|
+
updatedAt: number;
|
|
4510
4678
|
};
|
|
4511
4679
|
amount: {
|
|
4512
4680
|
value: bigint;
|
|
@@ -4541,6 +4709,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4541
4709
|
};
|
|
4542
4710
|
updatedAt: number;
|
|
4543
4711
|
icon?: string | undefined;
|
|
4712
|
+
priceDatasourceId?: string | undefined;
|
|
4544
4713
|
};
|
|
4545
4714
|
amount: {
|
|
4546
4715
|
value: bigint;
|
|
@@ -4562,6 +4731,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4562
4731
|
asset: {
|
|
4563
4732
|
type: "Nft";
|
|
4564
4733
|
id: string;
|
|
4734
|
+
updatedAt: number;
|
|
4565
4735
|
name?: string | undefined;
|
|
4566
4736
|
symbol?: string | undefined;
|
|
4567
4737
|
image?: string | undefined;
|
|
@@ -4617,6 +4787,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4617
4787
|
};
|
|
4618
4788
|
updatedAt: number;
|
|
4619
4789
|
icon?: string | undefined;
|
|
4790
|
+
priceDatasourceId?: string | undefined;
|
|
4620
4791
|
};
|
|
4621
4792
|
amount: {
|
|
4622
4793
|
value: bigint;
|
|
@@ -4638,6 +4809,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4638
4809
|
asset: {
|
|
4639
4810
|
type: "Nft";
|
|
4640
4811
|
id: string;
|
|
4812
|
+
updatedAt: number;
|
|
4641
4813
|
name?: string | undefined;
|
|
4642
4814
|
symbol?: string | undefined;
|
|
4643
4815
|
image?: string | undefined;
|
|
@@ -4693,6 +4865,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4693
4865
|
};
|
|
4694
4866
|
updatedAt: number;
|
|
4695
4867
|
icon?: string | undefined;
|
|
4868
|
+
priceDatasourceId?: string | undefined;
|
|
4696
4869
|
} | {
|
|
4697
4870
|
symbol: string;
|
|
4698
4871
|
type: "FiatCurrency";
|
|
@@ -4702,6 +4875,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4702
4875
|
} | {
|
|
4703
4876
|
type: "Nft";
|
|
4704
4877
|
id: string;
|
|
4878
|
+
updatedAt: number;
|
|
4705
4879
|
name?: string | undefined;
|
|
4706
4880
|
symbol?: string | undefined;
|
|
4707
4881
|
image?: string | undefined;
|
|
@@ -4738,6 +4912,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4738
4912
|
};
|
|
4739
4913
|
updatedAt: number;
|
|
4740
4914
|
icon?: string | undefined;
|
|
4915
|
+
priceDatasourceId?: string | undefined;
|
|
4741
4916
|
} | {
|
|
4742
4917
|
symbol: string;
|
|
4743
4918
|
type: "FiatCurrency";
|
|
@@ -4747,6 +4922,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4747
4922
|
} | {
|
|
4748
4923
|
type: "Nft";
|
|
4749
4924
|
id: string;
|
|
4925
|
+
updatedAt: number;
|
|
4750
4926
|
name?: string | undefined;
|
|
4751
4927
|
symbol?: string | undefined;
|
|
4752
4928
|
image?: string | undefined;
|
|
@@ -4802,6 +4978,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4802
4978
|
};
|
|
4803
4979
|
updatedAt: number;
|
|
4804
4980
|
icon?: string | undefined;
|
|
4981
|
+
priceDatasourceId?: string | undefined;
|
|
4805
4982
|
} | {
|
|
4806
4983
|
symbol: string;
|
|
4807
4984
|
type: "FiatCurrency";
|
|
@@ -4811,6 +4988,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4811
4988
|
} | {
|
|
4812
4989
|
type: "Nft";
|
|
4813
4990
|
id: string;
|
|
4991
|
+
updatedAt: number;
|
|
4814
4992
|
name?: string | undefined;
|
|
4815
4993
|
symbol?: string | undefined;
|
|
4816
4994
|
image?: string | undefined;
|
|
@@ -4847,6 +5025,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4847
5025
|
};
|
|
4848
5026
|
updatedAt: number;
|
|
4849
5027
|
icon?: string | undefined;
|
|
5028
|
+
priceDatasourceId?: string | undefined;
|
|
4850
5029
|
} | {
|
|
4851
5030
|
symbol: string;
|
|
4852
5031
|
type: "FiatCurrency";
|
|
@@ -4856,6 +5035,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4856
5035
|
} | {
|
|
4857
5036
|
type: "Nft";
|
|
4858
5037
|
id: string;
|
|
5038
|
+
updatedAt: number;
|
|
4859
5039
|
name?: string | undefined;
|
|
4860
5040
|
symbol?: string | undefined;
|
|
4861
5041
|
image?: string | undefined;
|