@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
|
@@ -129,6 +129,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
129
129
|
decimals: number;
|
|
130
130
|
} | undefined;
|
|
131
131
|
}>;
|
|
132
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
132
133
|
updatedAt: z.ZodNumber;
|
|
133
134
|
}, "strip", z.ZodTypeAny, {
|
|
134
135
|
symbol: string;
|
|
@@ -144,6 +145,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
144
145
|
};
|
|
145
146
|
updatedAt: number;
|
|
146
147
|
icon?: string | undefined;
|
|
148
|
+
priceDatasourceId?: string | undefined;
|
|
147
149
|
}, {
|
|
148
150
|
symbol: string;
|
|
149
151
|
type: "CryptoCurrency";
|
|
@@ -158,8 +160,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
158
160
|
};
|
|
159
161
|
updatedAt: number;
|
|
160
162
|
icon?: string | undefined;
|
|
163
|
+
priceDatasourceId?: string | undefined;
|
|
161
164
|
}>, {
|
|
162
165
|
icon: string | undefined;
|
|
166
|
+
priceDatasourceId: string | undefined;
|
|
163
167
|
symbol: string;
|
|
164
168
|
type: "CryptoCurrency";
|
|
165
169
|
id: string;
|
|
@@ -186,10 +190,12 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
186
190
|
};
|
|
187
191
|
updatedAt: number;
|
|
188
192
|
icon?: string | undefined;
|
|
193
|
+
priceDatasourceId?: string | undefined;
|
|
189
194
|
}>;
|
|
190
195
|
}, "strip", z.ZodTypeAny, {
|
|
191
196
|
asset: {
|
|
192
197
|
icon: string | undefined;
|
|
198
|
+
priceDatasourceId: string | undefined;
|
|
193
199
|
symbol: string;
|
|
194
200
|
type: "CryptoCurrency";
|
|
195
201
|
id: string;
|
|
@@ -234,6 +240,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
234
240
|
};
|
|
235
241
|
updatedAt: number;
|
|
236
242
|
icon?: string | undefined;
|
|
243
|
+
priceDatasourceId?: string | undefined;
|
|
237
244
|
};
|
|
238
245
|
amount: {
|
|
239
246
|
value: bigint;
|
|
@@ -265,6 +272,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
265
272
|
} | undefined;
|
|
266
273
|
asset: {
|
|
267
274
|
icon: string | undefined;
|
|
275
|
+
priceDatasourceId: string | undefined;
|
|
268
276
|
symbol: string;
|
|
269
277
|
type: "CryptoCurrency";
|
|
270
278
|
id: string;
|
|
@@ -298,6 +306,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
298
306
|
};
|
|
299
307
|
updatedAt: number;
|
|
300
308
|
icon?: string | undefined;
|
|
309
|
+
priceDatasourceId?: string | undefined;
|
|
301
310
|
};
|
|
302
311
|
amount: {
|
|
303
312
|
value: bigint;
|
|
@@ -367,9 +376,11 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
367
376
|
symbol: z.ZodOptional<z.ZodString>;
|
|
368
377
|
image: z.ZodOptional<z.ZodString>;
|
|
369
378
|
metadata: z.ZodOptional<z.ZodString>;
|
|
379
|
+
updatedAt: z.ZodNumber;
|
|
370
380
|
}, "strip", z.ZodTypeAny, {
|
|
371
381
|
type: "Nft";
|
|
372
382
|
id: string;
|
|
383
|
+
updatedAt: number;
|
|
373
384
|
name?: string | undefined;
|
|
374
385
|
symbol?: string | undefined;
|
|
375
386
|
image?: string | undefined;
|
|
@@ -377,6 +388,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
377
388
|
}, {
|
|
378
389
|
type: "Nft";
|
|
379
390
|
id: string;
|
|
391
|
+
updatedAt: number;
|
|
380
392
|
name?: string | undefined;
|
|
381
393
|
symbol?: string | undefined;
|
|
382
394
|
image?: string | undefined;
|
|
@@ -388,9 +400,11 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
388
400
|
metadata: string | undefined;
|
|
389
401
|
type: "Nft";
|
|
390
402
|
id: string;
|
|
403
|
+
updatedAt: number;
|
|
391
404
|
}, {
|
|
392
405
|
type: "Nft";
|
|
393
406
|
id: string;
|
|
407
|
+
updatedAt: number;
|
|
394
408
|
name?: string | undefined;
|
|
395
409
|
symbol?: string | undefined;
|
|
396
410
|
image?: string | undefined;
|
|
@@ -404,6 +418,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
404
418
|
metadata: string | undefined;
|
|
405
419
|
type: "Nft";
|
|
406
420
|
id: string;
|
|
421
|
+
updatedAt: number;
|
|
407
422
|
};
|
|
408
423
|
amount: {
|
|
409
424
|
value: bigint;
|
|
@@ -425,6 +440,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
425
440
|
asset: {
|
|
426
441
|
type: "Nft";
|
|
427
442
|
id: string;
|
|
443
|
+
updatedAt: number;
|
|
428
444
|
name?: string | undefined;
|
|
429
445
|
symbol?: string | undefined;
|
|
430
446
|
image?: string | undefined;
|
|
@@ -465,6 +481,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
465
481
|
metadata: string | undefined;
|
|
466
482
|
type: "Nft";
|
|
467
483
|
id: string;
|
|
484
|
+
updatedAt: number;
|
|
468
485
|
};
|
|
469
486
|
amount: {
|
|
470
487
|
value: bigint;
|
|
@@ -475,6 +492,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
475
492
|
asset: {
|
|
476
493
|
type: "Nft";
|
|
477
494
|
id: string;
|
|
495
|
+
updatedAt: number;
|
|
478
496
|
name?: string | undefined;
|
|
479
497
|
symbol?: string | undefined;
|
|
480
498
|
image?: string | undefined;
|
|
@@ -584,6 +602,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
584
602
|
decimals: number;
|
|
585
603
|
} | undefined;
|
|
586
604
|
}>;
|
|
605
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
587
606
|
updatedAt: z.ZodNumber;
|
|
588
607
|
}, "strip", z.ZodTypeAny, {
|
|
589
608
|
symbol: string;
|
|
@@ -599,6 +618,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
599
618
|
};
|
|
600
619
|
updatedAt: number;
|
|
601
620
|
icon?: string | undefined;
|
|
621
|
+
priceDatasourceId?: string | undefined;
|
|
602
622
|
}, {
|
|
603
623
|
symbol: string;
|
|
604
624
|
type: "CryptoCurrency";
|
|
@@ -613,8 +633,10 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
613
633
|
};
|
|
614
634
|
updatedAt: number;
|
|
615
635
|
icon?: string | undefined;
|
|
636
|
+
priceDatasourceId?: string | undefined;
|
|
616
637
|
}>, {
|
|
617
638
|
icon: string | undefined;
|
|
639
|
+
priceDatasourceId: string | undefined;
|
|
618
640
|
symbol: string;
|
|
619
641
|
type: "CryptoCurrency";
|
|
620
642
|
id: string;
|
|
@@ -641,10 +663,12 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
641
663
|
};
|
|
642
664
|
updatedAt: number;
|
|
643
665
|
icon?: string | undefined;
|
|
666
|
+
priceDatasourceId?: string | undefined;
|
|
644
667
|
}>;
|
|
645
668
|
}, "strip", z.ZodTypeAny, {
|
|
646
669
|
asset: {
|
|
647
670
|
icon: string | undefined;
|
|
671
|
+
priceDatasourceId: string | undefined;
|
|
648
672
|
symbol: string;
|
|
649
673
|
type: "CryptoCurrency";
|
|
650
674
|
id: string;
|
|
@@ -689,6 +713,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
689
713
|
};
|
|
690
714
|
updatedAt: number;
|
|
691
715
|
icon?: string | undefined;
|
|
716
|
+
priceDatasourceId?: string | undefined;
|
|
692
717
|
};
|
|
693
718
|
amount: {
|
|
694
719
|
value: bigint;
|
|
@@ -720,6 +745,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
720
745
|
} | undefined;
|
|
721
746
|
asset: {
|
|
722
747
|
icon: string | undefined;
|
|
748
|
+
priceDatasourceId: string | undefined;
|
|
723
749
|
symbol: string;
|
|
724
750
|
type: "CryptoCurrency";
|
|
725
751
|
id: string;
|
|
@@ -753,6 +779,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
753
779
|
};
|
|
754
780
|
updatedAt: number;
|
|
755
781
|
icon?: string | undefined;
|
|
782
|
+
priceDatasourceId?: string | undefined;
|
|
756
783
|
};
|
|
757
784
|
amount: {
|
|
758
785
|
value: bigint;
|
|
@@ -822,9 +849,11 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
822
849
|
symbol: z.ZodOptional<z.ZodString>;
|
|
823
850
|
image: z.ZodOptional<z.ZodString>;
|
|
824
851
|
metadata: z.ZodOptional<z.ZodString>;
|
|
852
|
+
updatedAt: z.ZodNumber;
|
|
825
853
|
}, "strip", z.ZodTypeAny, {
|
|
826
854
|
type: "Nft";
|
|
827
855
|
id: string;
|
|
856
|
+
updatedAt: number;
|
|
828
857
|
name?: string | undefined;
|
|
829
858
|
symbol?: string | undefined;
|
|
830
859
|
image?: string | undefined;
|
|
@@ -832,6 +861,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
832
861
|
}, {
|
|
833
862
|
type: "Nft";
|
|
834
863
|
id: string;
|
|
864
|
+
updatedAt: number;
|
|
835
865
|
name?: string | undefined;
|
|
836
866
|
symbol?: string | undefined;
|
|
837
867
|
image?: string | undefined;
|
|
@@ -843,9 +873,11 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
843
873
|
metadata: string | undefined;
|
|
844
874
|
type: "Nft";
|
|
845
875
|
id: string;
|
|
876
|
+
updatedAt: number;
|
|
846
877
|
}, {
|
|
847
878
|
type: "Nft";
|
|
848
879
|
id: string;
|
|
880
|
+
updatedAt: number;
|
|
849
881
|
name?: string | undefined;
|
|
850
882
|
symbol?: string | undefined;
|
|
851
883
|
image?: string | undefined;
|
|
@@ -859,6 +891,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
859
891
|
metadata: string | undefined;
|
|
860
892
|
type: "Nft";
|
|
861
893
|
id: string;
|
|
894
|
+
updatedAt: number;
|
|
862
895
|
};
|
|
863
896
|
amount: {
|
|
864
897
|
value: bigint;
|
|
@@ -880,6 +913,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
880
913
|
asset: {
|
|
881
914
|
type: "Nft";
|
|
882
915
|
id: string;
|
|
916
|
+
updatedAt: number;
|
|
883
917
|
name?: string | undefined;
|
|
884
918
|
symbol?: string | undefined;
|
|
885
919
|
image?: string | undefined;
|
|
@@ -920,6 +954,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
920
954
|
metadata: string | undefined;
|
|
921
955
|
type: "Nft";
|
|
922
956
|
id: string;
|
|
957
|
+
updatedAt: number;
|
|
923
958
|
};
|
|
924
959
|
amount: {
|
|
925
960
|
value: bigint;
|
|
@@ -930,6 +965,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
930
965
|
asset: {
|
|
931
966
|
type: "Nft";
|
|
932
967
|
id: string;
|
|
968
|
+
updatedAt: number;
|
|
933
969
|
name?: string | undefined;
|
|
934
970
|
symbol?: string | undefined;
|
|
935
971
|
image?: string | undefined;
|
|
@@ -971,6 +1007,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
971
1007
|
} | undefined;
|
|
972
1008
|
asset: {
|
|
973
1009
|
icon: string | undefined;
|
|
1010
|
+
priceDatasourceId: string | undefined;
|
|
974
1011
|
symbol: string;
|
|
975
1012
|
type: "CryptoCurrency";
|
|
976
1013
|
id: string;
|
|
@@ -1008,6 +1045,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1008
1045
|
metadata: string | undefined;
|
|
1009
1046
|
type: "Nft";
|
|
1010
1047
|
id: string;
|
|
1048
|
+
updatedAt: number;
|
|
1011
1049
|
};
|
|
1012
1050
|
amount: {
|
|
1013
1051
|
value: bigint;
|
|
@@ -1028,6 +1066,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1028
1066
|
} | undefined;
|
|
1029
1067
|
asset: {
|
|
1030
1068
|
icon: string | undefined;
|
|
1069
|
+
priceDatasourceId: string | undefined;
|
|
1031
1070
|
symbol: string;
|
|
1032
1071
|
type: "CryptoCurrency";
|
|
1033
1072
|
id: string;
|
|
@@ -1065,6 +1104,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1065
1104
|
metadata: string | undefined;
|
|
1066
1105
|
type: "Nft";
|
|
1067
1106
|
id: string;
|
|
1107
|
+
updatedAt: number;
|
|
1068
1108
|
};
|
|
1069
1109
|
amount: {
|
|
1070
1110
|
value: bigint;
|
|
@@ -1101,6 +1141,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1101
1141
|
};
|
|
1102
1142
|
updatedAt: number;
|
|
1103
1143
|
icon?: string | undefined;
|
|
1144
|
+
priceDatasourceId?: string | undefined;
|
|
1104
1145
|
};
|
|
1105
1146
|
amount: {
|
|
1106
1147
|
value: bigint;
|
|
@@ -1122,6 +1163,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1122
1163
|
asset: {
|
|
1123
1164
|
type: "Nft";
|
|
1124
1165
|
id: string;
|
|
1166
|
+
updatedAt: number;
|
|
1125
1167
|
name?: string | undefined;
|
|
1126
1168
|
symbol?: string | undefined;
|
|
1127
1169
|
image?: string | undefined;
|
|
@@ -1158,6 +1200,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1158
1200
|
};
|
|
1159
1201
|
updatedAt: number;
|
|
1160
1202
|
icon?: string | undefined;
|
|
1203
|
+
priceDatasourceId?: string | undefined;
|
|
1161
1204
|
};
|
|
1162
1205
|
amount: {
|
|
1163
1206
|
value: bigint;
|
|
@@ -1179,6 +1222,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1179
1222
|
asset: {
|
|
1180
1223
|
type: "Nft";
|
|
1181
1224
|
id: string;
|
|
1225
|
+
updatedAt: number;
|
|
1182
1226
|
name?: string | undefined;
|
|
1183
1227
|
symbol?: string | undefined;
|
|
1184
1228
|
image?: string | undefined;
|
|
@@ -1238,6 +1282,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1238
1282
|
} | undefined;
|
|
1239
1283
|
asset: {
|
|
1240
1284
|
icon: string | undefined;
|
|
1285
|
+
priceDatasourceId: string | undefined;
|
|
1241
1286
|
symbol: string;
|
|
1242
1287
|
type: "CryptoCurrency";
|
|
1243
1288
|
id: string;
|
|
@@ -1275,6 +1320,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1275
1320
|
metadata: string | undefined;
|
|
1276
1321
|
type: "Nft";
|
|
1277
1322
|
id: string;
|
|
1323
|
+
updatedAt: number;
|
|
1278
1324
|
};
|
|
1279
1325
|
amount: {
|
|
1280
1326
|
value: bigint;
|
|
@@ -1295,6 +1341,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1295
1341
|
} | undefined;
|
|
1296
1342
|
asset: {
|
|
1297
1343
|
icon: string | undefined;
|
|
1344
|
+
priceDatasourceId: string | undefined;
|
|
1298
1345
|
symbol: string;
|
|
1299
1346
|
type: "CryptoCurrency";
|
|
1300
1347
|
id: string;
|
|
@@ -1332,6 +1379,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1332
1379
|
metadata: string | undefined;
|
|
1333
1380
|
type: "Nft";
|
|
1334
1381
|
id: string;
|
|
1382
|
+
updatedAt: number;
|
|
1335
1383
|
};
|
|
1336
1384
|
amount: {
|
|
1337
1385
|
value: bigint;
|
|
@@ -1359,6 +1407,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1359
1407
|
};
|
|
1360
1408
|
updatedAt: number;
|
|
1361
1409
|
icon?: string | undefined;
|
|
1410
|
+
priceDatasourceId?: string | undefined;
|
|
1362
1411
|
};
|
|
1363
1412
|
amount: {
|
|
1364
1413
|
value: bigint;
|
|
@@ -1380,6 +1429,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1380
1429
|
asset: {
|
|
1381
1430
|
type: "Nft";
|
|
1382
1431
|
id: string;
|
|
1432
|
+
updatedAt: number;
|
|
1383
1433
|
name?: string | undefined;
|
|
1384
1434
|
symbol?: string | undefined;
|
|
1385
1435
|
image?: string | undefined;
|
|
@@ -1416,6 +1466,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1416
1466
|
};
|
|
1417
1467
|
updatedAt: number;
|
|
1418
1468
|
icon?: string | undefined;
|
|
1469
|
+
priceDatasourceId?: string | undefined;
|
|
1419
1470
|
};
|
|
1420
1471
|
amount: {
|
|
1421
1472
|
value: bigint;
|
|
@@ -1437,6 +1488,7 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1437
1488
|
asset: {
|
|
1438
1489
|
type: "Nft";
|
|
1439
1490
|
id: string;
|
|
1491
|
+
updatedAt: number;
|
|
1440
1492
|
name?: string | undefined;
|
|
1441
1493
|
symbol?: string | undefined;
|
|
1442
1494
|
image?: string | undefined;
|
|
@@ -1601,6 +1653,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1601
1653
|
decimals: number;
|
|
1602
1654
|
} | undefined;
|
|
1603
1655
|
}>;
|
|
1656
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1604
1657
|
updatedAt: z.ZodNumber;
|
|
1605
1658
|
}, "strip", z.ZodTypeAny, {
|
|
1606
1659
|
symbol: string;
|
|
@@ -1616,6 +1669,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1616
1669
|
};
|
|
1617
1670
|
updatedAt: number;
|
|
1618
1671
|
icon?: string | undefined;
|
|
1672
|
+
priceDatasourceId?: string | undefined;
|
|
1619
1673
|
}, {
|
|
1620
1674
|
symbol: string;
|
|
1621
1675
|
type: "CryptoCurrency";
|
|
@@ -1630,8 +1684,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1630
1684
|
};
|
|
1631
1685
|
updatedAt: number;
|
|
1632
1686
|
icon?: string | undefined;
|
|
1687
|
+
priceDatasourceId?: string | undefined;
|
|
1633
1688
|
}>, {
|
|
1634
1689
|
icon: string | undefined;
|
|
1690
|
+
priceDatasourceId: string | undefined;
|
|
1635
1691
|
symbol: string;
|
|
1636
1692
|
type: "CryptoCurrency";
|
|
1637
1693
|
id: string;
|
|
@@ -1658,10 +1714,12 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1658
1714
|
};
|
|
1659
1715
|
updatedAt: number;
|
|
1660
1716
|
icon?: string | undefined;
|
|
1717
|
+
priceDatasourceId?: string | undefined;
|
|
1661
1718
|
}>;
|
|
1662
1719
|
}, "strip", z.ZodTypeAny, {
|
|
1663
1720
|
asset: {
|
|
1664
1721
|
icon: string | undefined;
|
|
1722
|
+
priceDatasourceId: string | undefined;
|
|
1665
1723
|
symbol: string;
|
|
1666
1724
|
type: "CryptoCurrency";
|
|
1667
1725
|
id: string;
|
|
@@ -1706,6 +1764,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1706
1764
|
};
|
|
1707
1765
|
updatedAt: number;
|
|
1708
1766
|
icon?: string | undefined;
|
|
1767
|
+
priceDatasourceId?: string | undefined;
|
|
1709
1768
|
};
|
|
1710
1769
|
amount: {
|
|
1711
1770
|
value: bigint;
|
|
@@ -1737,6 +1796,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1737
1796
|
} | undefined;
|
|
1738
1797
|
asset: {
|
|
1739
1798
|
icon: string | undefined;
|
|
1799
|
+
priceDatasourceId: string | undefined;
|
|
1740
1800
|
symbol: string;
|
|
1741
1801
|
type: "CryptoCurrency";
|
|
1742
1802
|
id: string;
|
|
@@ -1770,6 +1830,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1770
1830
|
};
|
|
1771
1831
|
updatedAt: number;
|
|
1772
1832
|
icon?: string | undefined;
|
|
1833
|
+
priceDatasourceId?: string | undefined;
|
|
1773
1834
|
};
|
|
1774
1835
|
amount: {
|
|
1775
1836
|
value: bigint;
|
|
@@ -1839,9 +1900,11 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1839
1900
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1840
1901
|
image: z.ZodOptional<z.ZodString>;
|
|
1841
1902
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1903
|
+
updatedAt: z.ZodNumber;
|
|
1842
1904
|
}, "strip", z.ZodTypeAny, {
|
|
1843
1905
|
type: "Nft";
|
|
1844
1906
|
id: string;
|
|
1907
|
+
updatedAt: number;
|
|
1845
1908
|
name?: string | undefined;
|
|
1846
1909
|
symbol?: string | undefined;
|
|
1847
1910
|
image?: string | undefined;
|
|
@@ -1849,6 +1912,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1849
1912
|
}, {
|
|
1850
1913
|
type: "Nft";
|
|
1851
1914
|
id: string;
|
|
1915
|
+
updatedAt: number;
|
|
1852
1916
|
name?: string | undefined;
|
|
1853
1917
|
symbol?: string | undefined;
|
|
1854
1918
|
image?: string | undefined;
|
|
@@ -1860,9 +1924,11 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1860
1924
|
metadata: string | undefined;
|
|
1861
1925
|
type: "Nft";
|
|
1862
1926
|
id: string;
|
|
1927
|
+
updatedAt: number;
|
|
1863
1928
|
}, {
|
|
1864
1929
|
type: "Nft";
|
|
1865
1930
|
id: string;
|
|
1931
|
+
updatedAt: number;
|
|
1866
1932
|
name?: string | undefined;
|
|
1867
1933
|
symbol?: string | undefined;
|
|
1868
1934
|
image?: string | undefined;
|
|
@@ -1876,6 +1942,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1876
1942
|
metadata: string | undefined;
|
|
1877
1943
|
type: "Nft";
|
|
1878
1944
|
id: string;
|
|
1945
|
+
updatedAt: number;
|
|
1879
1946
|
};
|
|
1880
1947
|
amount: {
|
|
1881
1948
|
value: bigint;
|
|
@@ -1897,6 +1964,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1897
1964
|
asset: {
|
|
1898
1965
|
type: "Nft";
|
|
1899
1966
|
id: string;
|
|
1967
|
+
updatedAt: number;
|
|
1900
1968
|
name?: string | undefined;
|
|
1901
1969
|
symbol?: string | undefined;
|
|
1902
1970
|
image?: string | undefined;
|
|
@@ -1937,6 +2005,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1937
2005
|
metadata: string | undefined;
|
|
1938
2006
|
type: "Nft";
|
|
1939
2007
|
id: string;
|
|
2008
|
+
updatedAt: number;
|
|
1940
2009
|
};
|
|
1941
2010
|
amount: {
|
|
1942
2011
|
value: bigint;
|
|
@@ -1947,6 +2016,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1947
2016
|
asset: {
|
|
1948
2017
|
type: "Nft";
|
|
1949
2018
|
id: string;
|
|
2019
|
+
updatedAt: number;
|
|
1950
2020
|
name?: string | undefined;
|
|
1951
2021
|
symbol?: string | undefined;
|
|
1952
2022
|
image?: string | undefined;
|
|
@@ -2056,6 +2126,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2056
2126
|
decimals: number;
|
|
2057
2127
|
} | undefined;
|
|
2058
2128
|
}>;
|
|
2129
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2059
2130
|
updatedAt: z.ZodNumber;
|
|
2060
2131
|
}, "strip", z.ZodTypeAny, {
|
|
2061
2132
|
symbol: string;
|
|
@@ -2071,6 +2142,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2071
2142
|
};
|
|
2072
2143
|
updatedAt: number;
|
|
2073
2144
|
icon?: string | undefined;
|
|
2145
|
+
priceDatasourceId?: string | undefined;
|
|
2074
2146
|
}, {
|
|
2075
2147
|
symbol: string;
|
|
2076
2148
|
type: "CryptoCurrency";
|
|
@@ -2085,8 +2157,10 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2085
2157
|
};
|
|
2086
2158
|
updatedAt: number;
|
|
2087
2159
|
icon?: string | undefined;
|
|
2160
|
+
priceDatasourceId?: string | undefined;
|
|
2088
2161
|
}>, {
|
|
2089
2162
|
icon: string | undefined;
|
|
2163
|
+
priceDatasourceId: string | undefined;
|
|
2090
2164
|
symbol: string;
|
|
2091
2165
|
type: "CryptoCurrency";
|
|
2092
2166
|
id: string;
|
|
@@ -2113,10 +2187,12 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2113
2187
|
};
|
|
2114
2188
|
updatedAt: number;
|
|
2115
2189
|
icon?: string | undefined;
|
|
2190
|
+
priceDatasourceId?: string | undefined;
|
|
2116
2191
|
}>;
|
|
2117
2192
|
}, "strip", z.ZodTypeAny, {
|
|
2118
2193
|
asset: {
|
|
2119
2194
|
icon: string | undefined;
|
|
2195
|
+
priceDatasourceId: string | undefined;
|
|
2120
2196
|
symbol: string;
|
|
2121
2197
|
type: "CryptoCurrency";
|
|
2122
2198
|
id: string;
|
|
@@ -2161,6 +2237,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2161
2237
|
};
|
|
2162
2238
|
updatedAt: number;
|
|
2163
2239
|
icon?: string | undefined;
|
|
2240
|
+
priceDatasourceId?: string | undefined;
|
|
2164
2241
|
};
|
|
2165
2242
|
amount: {
|
|
2166
2243
|
value: bigint;
|
|
@@ -2192,6 +2269,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2192
2269
|
} | undefined;
|
|
2193
2270
|
asset: {
|
|
2194
2271
|
icon: string | undefined;
|
|
2272
|
+
priceDatasourceId: string | undefined;
|
|
2195
2273
|
symbol: string;
|
|
2196
2274
|
type: "CryptoCurrency";
|
|
2197
2275
|
id: string;
|
|
@@ -2225,6 +2303,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2225
2303
|
};
|
|
2226
2304
|
updatedAt: number;
|
|
2227
2305
|
icon?: string | undefined;
|
|
2306
|
+
priceDatasourceId?: string | undefined;
|
|
2228
2307
|
};
|
|
2229
2308
|
amount: {
|
|
2230
2309
|
value: bigint;
|
|
@@ -2294,9 +2373,11 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2294
2373
|
symbol: z.ZodOptional<z.ZodString>;
|
|
2295
2374
|
image: z.ZodOptional<z.ZodString>;
|
|
2296
2375
|
metadata: z.ZodOptional<z.ZodString>;
|
|
2376
|
+
updatedAt: z.ZodNumber;
|
|
2297
2377
|
}, "strip", z.ZodTypeAny, {
|
|
2298
2378
|
type: "Nft";
|
|
2299
2379
|
id: string;
|
|
2380
|
+
updatedAt: number;
|
|
2300
2381
|
name?: string | undefined;
|
|
2301
2382
|
symbol?: string | undefined;
|
|
2302
2383
|
image?: string | undefined;
|
|
@@ -2304,6 +2385,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2304
2385
|
}, {
|
|
2305
2386
|
type: "Nft";
|
|
2306
2387
|
id: string;
|
|
2388
|
+
updatedAt: number;
|
|
2307
2389
|
name?: string | undefined;
|
|
2308
2390
|
symbol?: string | undefined;
|
|
2309
2391
|
image?: string | undefined;
|
|
@@ -2315,9 +2397,11 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2315
2397
|
metadata: string | undefined;
|
|
2316
2398
|
type: "Nft";
|
|
2317
2399
|
id: string;
|
|
2400
|
+
updatedAt: number;
|
|
2318
2401
|
}, {
|
|
2319
2402
|
type: "Nft";
|
|
2320
2403
|
id: string;
|
|
2404
|
+
updatedAt: number;
|
|
2321
2405
|
name?: string | undefined;
|
|
2322
2406
|
symbol?: string | undefined;
|
|
2323
2407
|
image?: string | undefined;
|
|
@@ -2331,6 +2415,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2331
2415
|
metadata: string | undefined;
|
|
2332
2416
|
type: "Nft";
|
|
2333
2417
|
id: string;
|
|
2418
|
+
updatedAt: number;
|
|
2334
2419
|
};
|
|
2335
2420
|
amount: {
|
|
2336
2421
|
value: bigint;
|
|
@@ -2352,6 +2437,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2352
2437
|
asset: {
|
|
2353
2438
|
type: "Nft";
|
|
2354
2439
|
id: string;
|
|
2440
|
+
updatedAt: number;
|
|
2355
2441
|
name?: string | undefined;
|
|
2356
2442
|
symbol?: string | undefined;
|
|
2357
2443
|
image?: string | undefined;
|
|
@@ -2392,6 +2478,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2392
2478
|
metadata: string | undefined;
|
|
2393
2479
|
type: "Nft";
|
|
2394
2480
|
id: string;
|
|
2481
|
+
updatedAt: number;
|
|
2395
2482
|
};
|
|
2396
2483
|
amount: {
|
|
2397
2484
|
value: bigint;
|
|
@@ -2402,6 +2489,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2402
2489
|
asset: {
|
|
2403
2490
|
type: "Nft";
|
|
2404
2491
|
id: string;
|
|
2492
|
+
updatedAt: number;
|
|
2405
2493
|
name?: string | undefined;
|
|
2406
2494
|
symbol?: string | undefined;
|
|
2407
2495
|
image?: string | undefined;
|
|
@@ -2445,6 +2533,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2445
2533
|
} | undefined;
|
|
2446
2534
|
asset: {
|
|
2447
2535
|
icon: string | undefined;
|
|
2536
|
+
priceDatasourceId: string | undefined;
|
|
2448
2537
|
symbol: string;
|
|
2449
2538
|
type: "CryptoCurrency";
|
|
2450
2539
|
id: string;
|
|
@@ -2482,6 +2571,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2482
2571
|
metadata: string | undefined;
|
|
2483
2572
|
type: "Nft";
|
|
2484
2573
|
id: string;
|
|
2574
|
+
updatedAt: number;
|
|
2485
2575
|
};
|
|
2486
2576
|
amount: {
|
|
2487
2577
|
value: bigint;
|
|
@@ -2502,6 +2592,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2502
2592
|
} | undefined;
|
|
2503
2593
|
asset: {
|
|
2504
2594
|
icon: string | undefined;
|
|
2595
|
+
priceDatasourceId: string | undefined;
|
|
2505
2596
|
symbol: string;
|
|
2506
2597
|
type: "CryptoCurrency";
|
|
2507
2598
|
id: string;
|
|
@@ -2539,6 +2630,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2539
2630
|
metadata: string | undefined;
|
|
2540
2631
|
type: "Nft";
|
|
2541
2632
|
id: string;
|
|
2633
|
+
updatedAt: number;
|
|
2542
2634
|
};
|
|
2543
2635
|
amount: {
|
|
2544
2636
|
value: bigint;
|
|
@@ -2577,6 +2669,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2577
2669
|
};
|
|
2578
2670
|
updatedAt: number;
|
|
2579
2671
|
icon?: string | undefined;
|
|
2672
|
+
priceDatasourceId?: string | undefined;
|
|
2580
2673
|
};
|
|
2581
2674
|
amount: {
|
|
2582
2675
|
value: bigint;
|
|
@@ -2598,6 +2691,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2598
2691
|
asset: {
|
|
2599
2692
|
type: "Nft";
|
|
2600
2693
|
id: string;
|
|
2694
|
+
updatedAt: number;
|
|
2601
2695
|
name?: string | undefined;
|
|
2602
2696
|
symbol?: string | undefined;
|
|
2603
2697
|
image?: string | undefined;
|
|
@@ -2634,6 +2728,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2634
2728
|
};
|
|
2635
2729
|
updatedAt: number;
|
|
2636
2730
|
icon?: string | undefined;
|
|
2731
|
+
priceDatasourceId?: string | undefined;
|
|
2637
2732
|
};
|
|
2638
2733
|
amount: {
|
|
2639
2734
|
value: bigint;
|
|
@@ -2655,6 +2750,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2655
2750
|
asset: {
|
|
2656
2751
|
type: "Nft";
|
|
2657
2752
|
id: string;
|
|
2753
|
+
updatedAt: number;
|
|
2658
2754
|
name?: string | undefined;
|
|
2659
2755
|
symbol?: string | undefined;
|
|
2660
2756
|
image?: string | undefined;
|
|
@@ -2716,6 +2812,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2716
2812
|
} | undefined;
|
|
2717
2813
|
asset: {
|
|
2718
2814
|
icon: string | undefined;
|
|
2815
|
+
priceDatasourceId: string | undefined;
|
|
2719
2816
|
symbol: string;
|
|
2720
2817
|
type: "CryptoCurrency";
|
|
2721
2818
|
id: string;
|
|
@@ -2753,6 +2850,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2753
2850
|
metadata: string | undefined;
|
|
2754
2851
|
type: "Nft";
|
|
2755
2852
|
id: string;
|
|
2853
|
+
updatedAt: number;
|
|
2756
2854
|
};
|
|
2757
2855
|
amount: {
|
|
2758
2856
|
value: bigint;
|
|
@@ -2773,6 +2871,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2773
2871
|
} | undefined;
|
|
2774
2872
|
asset: {
|
|
2775
2873
|
icon: string | undefined;
|
|
2874
|
+
priceDatasourceId: string | undefined;
|
|
2776
2875
|
symbol: string;
|
|
2777
2876
|
type: "CryptoCurrency";
|
|
2778
2877
|
id: string;
|
|
@@ -2810,6 +2909,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2810
2909
|
metadata: string | undefined;
|
|
2811
2910
|
type: "Nft";
|
|
2812
2911
|
id: string;
|
|
2912
|
+
updatedAt: number;
|
|
2813
2913
|
};
|
|
2814
2914
|
amount: {
|
|
2815
2915
|
value: bigint;
|
|
@@ -2839,6 +2939,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2839
2939
|
};
|
|
2840
2940
|
updatedAt: number;
|
|
2841
2941
|
icon?: string | undefined;
|
|
2942
|
+
priceDatasourceId?: string | undefined;
|
|
2842
2943
|
};
|
|
2843
2944
|
amount: {
|
|
2844
2945
|
value: bigint;
|
|
@@ -2860,6 +2961,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2860
2961
|
asset: {
|
|
2861
2962
|
type: "Nft";
|
|
2862
2963
|
id: string;
|
|
2964
|
+
updatedAt: number;
|
|
2863
2965
|
name?: string | undefined;
|
|
2864
2966
|
symbol?: string | undefined;
|
|
2865
2967
|
image?: string | undefined;
|
|
@@ -2896,6 +2998,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2896
2998
|
};
|
|
2897
2999
|
updatedAt: number;
|
|
2898
3000
|
icon?: string | undefined;
|
|
3001
|
+
priceDatasourceId?: string | undefined;
|
|
2899
3002
|
};
|
|
2900
3003
|
amount: {
|
|
2901
3004
|
value: bigint;
|
|
@@ -2917,6 +3020,7 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2917
3020
|
asset: {
|
|
2918
3021
|
type: "Nft";
|
|
2919
3022
|
id: string;
|
|
3023
|
+
updatedAt: number;
|
|
2920
3024
|
name?: string | undefined;
|
|
2921
3025
|
symbol?: string | undefined;
|
|
2922
3026
|
image?: string | undefined;
|