@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
|
@@ -130,6 +130,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
130
130
|
decimals: number;
|
|
131
131
|
} | undefined;
|
|
132
132
|
}>;
|
|
133
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
133
134
|
updatedAt: z.ZodNumber;
|
|
134
135
|
}, "strip", z.ZodTypeAny, {
|
|
135
136
|
symbol: string;
|
|
@@ -145,6 +146,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
145
146
|
};
|
|
146
147
|
updatedAt: number;
|
|
147
148
|
icon?: string | undefined;
|
|
149
|
+
priceDatasourceId?: string | undefined;
|
|
148
150
|
}, {
|
|
149
151
|
symbol: string;
|
|
150
152
|
type: "CryptoCurrency";
|
|
@@ -159,8 +161,10 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
159
161
|
};
|
|
160
162
|
updatedAt: number;
|
|
161
163
|
icon?: string | undefined;
|
|
164
|
+
priceDatasourceId?: string | undefined;
|
|
162
165
|
}>, {
|
|
163
166
|
icon: string | undefined;
|
|
167
|
+
priceDatasourceId: string | undefined;
|
|
164
168
|
symbol: string;
|
|
165
169
|
type: "CryptoCurrency";
|
|
166
170
|
id: string;
|
|
@@ -187,10 +191,12 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
187
191
|
};
|
|
188
192
|
updatedAt: number;
|
|
189
193
|
icon?: string | undefined;
|
|
194
|
+
priceDatasourceId?: string | undefined;
|
|
190
195
|
}>;
|
|
191
196
|
}, "strip", z.ZodTypeAny, {
|
|
192
197
|
asset: {
|
|
193
198
|
icon: string | undefined;
|
|
199
|
+
priceDatasourceId: string | undefined;
|
|
194
200
|
symbol: string;
|
|
195
201
|
type: "CryptoCurrency";
|
|
196
202
|
id: string;
|
|
@@ -235,6 +241,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
235
241
|
};
|
|
236
242
|
updatedAt: number;
|
|
237
243
|
icon?: string | undefined;
|
|
244
|
+
priceDatasourceId?: string | undefined;
|
|
238
245
|
};
|
|
239
246
|
amount: {
|
|
240
247
|
value: bigint;
|
|
@@ -266,6 +273,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
266
273
|
} | undefined;
|
|
267
274
|
asset: {
|
|
268
275
|
icon: string | undefined;
|
|
276
|
+
priceDatasourceId: string | undefined;
|
|
269
277
|
symbol: string;
|
|
270
278
|
type: "CryptoCurrency";
|
|
271
279
|
id: string;
|
|
@@ -299,6 +307,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
299
307
|
};
|
|
300
308
|
updatedAt: number;
|
|
301
309
|
icon?: string | undefined;
|
|
310
|
+
priceDatasourceId?: string | undefined;
|
|
302
311
|
};
|
|
303
312
|
amount: {
|
|
304
313
|
value: bigint;
|
|
@@ -368,9 +377,11 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
368
377
|
symbol: z.ZodOptional<z.ZodString>;
|
|
369
378
|
image: z.ZodOptional<z.ZodString>;
|
|
370
379
|
metadata: z.ZodOptional<z.ZodString>;
|
|
380
|
+
updatedAt: z.ZodNumber;
|
|
371
381
|
}, "strip", z.ZodTypeAny, {
|
|
372
382
|
type: "Nft";
|
|
373
383
|
id: string;
|
|
384
|
+
updatedAt: number;
|
|
374
385
|
name?: string | undefined;
|
|
375
386
|
symbol?: string | undefined;
|
|
376
387
|
image?: string | undefined;
|
|
@@ -378,6 +389,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
378
389
|
}, {
|
|
379
390
|
type: "Nft";
|
|
380
391
|
id: string;
|
|
392
|
+
updatedAt: number;
|
|
381
393
|
name?: string | undefined;
|
|
382
394
|
symbol?: string | undefined;
|
|
383
395
|
image?: string | undefined;
|
|
@@ -389,9 +401,11 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
389
401
|
metadata: string | undefined;
|
|
390
402
|
type: "Nft";
|
|
391
403
|
id: string;
|
|
404
|
+
updatedAt: number;
|
|
392
405
|
}, {
|
|
393
406
|
type: "Nft";
|
|
394
407
|
id: string;
|
|
408
|
+
updatedAt: number;
|
|
395
409
|
name?: string | undefined;
|
|
396
410
|
symbol?: string | undefined;
|
|
397
411
|
image?: string | undefined;
|
|
@@ -405,6 +419,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
405
419
|
metadata: string | undefined;
|
|
406
420
|
type: "Nft";
|
|
407
421
|
id: string;
|
|
422
|
+
updatedAt: number;
|
|
408
423
|
};
|
|
409
424
|
amount: {
|
|
410
425
|
value: bigint;
|
|
@@ -426,6 +441,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
426
441
|
asset: {
|
|
427
442
|
type: "Nft";
|
|
428
443
|
id: string;
|
|
444
|
+
updatedAt: number;
|
|
429
445
|
name?: string | undefined;
|
|
430
446
|
symbol?: string | undefined;
|
|
431
447
|
image?: string | undefined;
|
|
@@ -466,6 +482,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
466
482
|
metadata: string | undefined;
|
|
467
483
|
type: "Nft";
|
|
468
484
|
id: string;
|
|
485
|
+
updatedAt: number;
|
|
469
486
|
};
|
|
470
487
|
amount: {
|
|
471
488
|
value: bigint;
|
|
@@ -476,6 +493,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
476
493
|
asset: {
|
|
477
494
|
type: "Nft";
|
|
478
495
|
id: string;
|
|
496
|
+
updatedAt: number;
|
|
479
497
|
name?: string | undefined;
|
|
480
498
|
symbol?: string | undefined;
|
|
481
499
|
image?: string | undefined;
|
|
@@ -585,6 +603,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
585
603
|
decimals: number;
|
|
586
604
|
} | undefined;
|
|
587
605
|
}>;
|
|
606
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
588
607
|
updatedAt: z.ZodNumber;
|
|
589
608
|
}, "strip", z.ZodTypeAny, {
|
|
590
609
|
symbol: string;
|
|
@@ -600,6 +619,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
600
619
|
};
|
|
601
620
|
updatedAt: number;
|
|
602
621
|
icon?: string | undefined;
|
|
622
|
+
priceDatasourceId?: string | undefined;
|
|
603
623
|
}, {
|
|
604
624
|
symbol: string;
|
|
605
625
|
type: "CryptoCurrency";
|
|
@@ -614,8 +634,10 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
614
634
|
};
|
|
615
635
|
updatedAt: number;
|
|
616
636
|
icon?: string | undefined;
|
|
637
|
+
priceDatasourceId?: string | undefined;
|
|
617
638
|
}>, {
|
|
618
639
|
icon: string | undefined;
|
|
640
|
+
priceDatasourceId: string | undefined;
|
|
619
641
|
symbol: string;
|
|
620
642
|
type: "CryptoCurrency";
|
|
621
643
|
id: string;
|
|
@@ -642,10 +664,12 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
642
664
|
};
|
|
643
665
|
updatedAt: number;
|
|
644
666
|
icon?: string | undefined;
|
|
667
|
+
priceDatasourceId?: string | undefined;
|
|
645
668
|
}>;
|
|
646
669
|
}, "strip", z.ZodTypeAny, {
|
|
647
670
|
asset: {
|
|
648
671
|
icon: string | undefined;
|
|
672
|
+
priceDatasourceId: string | undefined;
|
|
649
673
|
symbol: string;
|
|
650
674
|
type: "CryptoCurrency";
|
|
651
675
|
id: string;
|
|
@@ -690,6 +714,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
690
714
|
};
|
|
691
715
|
updatedAt: number;
|
|
692
716
|
icon?: string | undefined;
|
|
717
|
+
priceDatasourceId?: string | undefined;
|
|
693
718
|
};
|
|
694
719
|
amount: {
|
|
695
720
|
value: bigint;
|
|
@@ -721,6 +746,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
721
746
|
} | undefined;
|
|
722
747
|
asset: {
|
|
723
748
|
icon: string | undefined;
|
|
749
|
+
priceDatasourceId: string | undefined;
|
|
724
750
|
symbol: string;
|
|
725
751
|
type: "CryptoCurrency";
|
|
726
752
|
id: string;
|
|
@@ -754,6 +780,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
754
780
|
};
|
|
755
781
|
updatedAt: number;
|
|
756
782
|
icon?: string | undefined;
|
|
783
|
+
priceDatasourceId?: string | undefined;
|
|
757
784
|
};
|
|
758
785
|
amount: {
|
|
759
786
|
value: bigint;
|
|
@@ -823,9 +850,11 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
823
850
|
symbol: z.ZodOptional<z.ZodString>;
|
|
824
851
|
image: z.ZodOptional<z.ZodString>;
|
|
825
852
|
metadata: z.ZodOptional<z.ZodString>;
|
|
853
|
+
updatedAt: z.ZodNumber;
|
|
826
854
|
}, "strip", z.ZodTypeAny, {
|
|
827
855
|
type: "Nft";
|
|
828
856
|
id: string;
|
|
857
|
+
updatedAt: number;
|
|
829
858
|
name?: string | undefined;
|
|
830
859
|
symbol?: string | undefined;
|
|
831
860
|
image?: string | undefined;
|
|
@@ -833,6 +862,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
833
862
|
}, {
|
|
834
863
|
type: "Nft";
|
|
835
864
|
id: string;
|
|
865
|
+
updatedAt: number;
|
|
836
866
|
name?: string | undefined;
|
|
837
867
|
symbol?: string | undefined;
|
|
838
868
|
image?: string | undefined;
|
|
@@ -844,9 +874,11 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
844
874
|
metadata: string | undefined;
|
|
845
875
|
type: "Nft";
|
|
846
876
|
id: string;
|
|
877
|
+
updatedAt: number;
|
|
847
878
|
}, {
|
|
848
879
|
type: "Nft";
|
|
849
880
|
id: string;
|
|
881
|
+
updatedAt: number;
|
|
850
882
|
name?: string | undefined;
|
|
851
883
|
symbol?: string | undefined;
|
|
852
884
|
image?: string | undefined;
|
|
@@ -860,6 +892,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
860
892
|
metadata: string | undefined;
|
|
861
893
|
type: "Nft";
|
|
862
894
|
id: string;
|
|
895
|
+
updatedAt: number;
|
|
863
896
|
};
|
|
864
897
|
amount: {
|
|
865
898
|
value: bigint;
|
|
@@ -881,6 +914,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
881
914
|
asset: {
|
|
882
915
|
type: "Nft";
|
|
883
916
|
id: string;
|
|
917
|
+
updatedAt: number;
|
|
884
918
|
name?: string | undefined;
|
|
885
919
|
symbol?: string | undefined;
|
|
886
920
|
image?: string | undefined;
|
|
@@ -921,6 +955,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
921
955
|
metadata: string | undefined;
|
|
922
956
|
type: "Nft";
|
|
923
957
|
id: string;
|
|
958
|
+
updatedAt: number;
|
|
924
959
|
};
|
|
925
960
|
amount: {
|
|
926
961
|
value: bigint;
|
|
@@ -931,6 +966,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
931
966
|
asset: {
|
|
932
967
|
type: "Nft";
|
|
933
968
|
id: string;
|
|
969
|
+
updatedAt: number;
|
|
934
970
|
name?: string | undefined;
|
|
935
971
|
symbol?: string | undefined;
|
|
936
972
|
image?: string | undefined;
|
|
@@ -972,6 +1008,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
972
1008
|
} | undefined;
|
|
973
1009
|
asset: {
|
|
974
1010
|
icon: string | undefined;
|
|
1011
|
+
priceDatasourceId: string | undefined;
|
|
975
1012
|
symbol: string;
|
|
976
1013
|
type: "CryptoCurrency";
|
|
977
1014
|
id: string;
|
|
@@ -1009,6 +1046,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1009
1046
|
metadata: string | undefined;
|
|
1010
1047
|
type: "Nft";
|
|
1011
1048
|
id: string;
|
|
1049
|
+
updatedAt: number;
|
|
1012
1050
|
};
|
|
1013
1051
|
amount: {
|
|
1014
1052
|
value: bigint;
|
|
@@ -1029,6 +1067,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1029
1067
|
} | undefined;
|
|
1030
1068
|
asset: {
|
|
1031
1069
|
icon: string | undefined;
|
|
1070
|
+
priceDatasourceId: string | undefined;
|
|
1032
1071
|
symbol: string;
|
|
1033
1072
|
type: "CryptoCurrency";
|
|
1034
1073
|
id: string;
|
|
@@ -1066,6 +1105,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1066
1105
|
metadata: string | undefined;
|
|
1067
1106
|
type: "Nft";
|
|
1068
1107
|
id: string;
|
|
1108
|
+
updatedAt: number;
|
|
1069
1109
|
};
|
|
1070
1110
|
amount: {
|
|
1071
1111
|
value: bigint;
|
|
@@ -1103,6 +1143,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1103
1143
|
};
|
|
1104
1144
|
updatedAt: number;
|
|
1105
1145
|
icon?: string | undefined;
|
|
1146
|
+
priceDatasourceId?: string | undefined;
|
|
1106
1147
|
};
|
|
1107
1148
|
amount: {
|
|
1108
1149
|
value: bigint;
|
|
@@ -1124,6 +1165,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1124
1165
|
asset: {
|
|
1125
1166
|
type: "Nft";
|
|
1126
1167
|
id: string;
|
|
1168
|
+
updatedAt: number;
|
|
1127
1169
|
name?: string | undefined;
|
|
1128
1170
|
symbol?: string | undefined;
|
|
1129
1171
|
image?: string | undefined;
|
|
@@ -1160,6 +1202,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1160
1202
|
};
|
|
1161
1203
|
updatedAt: number;
|
|
1162
1204
|
icon?: string | undefined;
|
|
1205
|
+
priceDatasourceId?: string | undefined;
|
|
1163
1206
|
};
|
|
1164
1207
|
amount: {
|
|
1165
1208
|
value: bigint;
|
|
@@ -1181,6 +1224,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1181
1224
|
asset: {
|
|
1182
1225
|
type: "Nft";
|
|
1183
1226
|
id: string;
|
|
1227
|
+
updatedAt: number;
|
|
1184
1228
|
name?: string | undefined;
|
|
1185
1229
|
symbol?: string | undefined;
|
|
1186
1230
|
image?: string | undefined;
|
|
@@ -1241,6 +1285,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1241
1285
|
} | undefined;
|
|
1242
1286
|
asset: {
|
|
1243
1287
|
icon: string | undefined;
|
|
1288
|
+
priceDatasourceId: string | undefined;
|
|
1244
1289
|
symbol: string;
|
|
1245
1290
|
type: "CryptoCurrency";
|
|
1246
1291
|
id: string;
|
|
@@ -1278,6 +1323,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1278
1323
|
metadata: string | undefined;
|
|
1279
1324
|
type: "Nft";
|
|
1280
1325
|
id: string;
|
|
1326
|
+
updatedAt: number;
|
|
1281
1327
|
};
|
|
1282
1328
|
amount: {
|
|
1283
1329
|
value: bigint;
|
|
@@ -1298,6 +1344,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1298
1344
|
} | undefined;
|
|
1299
1345
|
asset: {
|
|
1300
1346
|
icon: string | undefined;
|
|
1347
|
+
priceDatasourceId: string | undefined;
|
|
1301
1348
|
symbol: string;
|
|
1302
1349
|
type: "CryptoCurrency";
|
|
1303
1350
|
id: string;
|
|
@@ -1335,6 +1382,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1335
1382
|
metadata: string | undefined;
|
|
1336
1383
|
type: "Nft";
|
|
1337
1384
|
id: string;
|
|
1385
|
+
updatedAt: number;
|
|
1338
1386
|
};
|
|
1339
1387
|
amount: {
|
|
1340
1388
|
value: bigint;
|
|
@@ -1363,6 +1411,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1363
1411
|
};
|
|
1364
1412
|
updatedAt: number;
|
|
1365
1413
|
icon?: string | undefined;
|
|
1414
|
+
priceDatasourceId?: string | undefined;
|
|
1366
1415
|
};
|
|
1367
1416
|
amount: {
|
|
1368
1417
|
value: bigint;
|
|
@@ -1384,6 +1433,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1384
1433
|
asset: {
|
|
1385
1434
|
type: "Nft";
|
|
1386
1435
|
id: string;
|
|
1436
|
+
updatedAt: number;
|
|
1387
1437
|
name?: string | undefined;
|
|
1388
1438
|
symbol?: string | undefined;
|
|
1389
1439
|
image?: string | undefined;
|
|
@@ -1420,6 +1470,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1420
1470
|
};
|
|
1421
1471
|
updatedAt: number;
|
|
1422
1472
|
icon?: string | undefined;
|
|
1473
|
+
priceDatasourceId?: string | undefined;
|
|
1423
1474
|
};
|
|
1424
1475
|
amount: {
|
|
1425
1476
|
value: bigint;
|
|
@@ -1441,6 +1492,7 @@ export declare const normalActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObject
|
|
|
1441
1492
|
asset: {
|
|
1442
1493
|
type: "Nft";
|
|
1443
1494
|
id: string;
|
|
1495
|
+
updatedAt: number;
|
|
1444
1496
|
name?: string | undefined;
|
|
1445
1497
|
symbol?: string | undefined;
|
|
1446
1498
|
image?: string | undefined;
|
|
@@ -1607,6 +1659,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1607
1659
|
decimals: number;
|
|
1608
1660
|
} | undefined;
|
|
1609
1661
|
}>;
|
|
1662
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1610
1663
|
updatedAt: z.ZodNumber;
|
|
1611
1664
|
}, "strip", z.ZodTypeAny, {
|
|
1612
1665
|
symbol: string;
|
|
@@ -1622,6 +1675,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1622
1675
|
};
|
|
1623
1676
|
updatedAt: number;
|
|
1624
1677
|
icon?: string | undefined;
|
|
1678
|
+
priceDatasourceId?: string | undefined;
|
|
1625
1679
|
}, {
|
|
1626
1680
|
symbol: string;
|
|
1627
1681
|
type: "CryptoCurrency";
|
|
@@ -1636,8 +1690,10 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1636
1690
|
};
|
|
1637
1691
|
updatedAt: number;
|
|
1638
1692
|
icon?: string | undefined;
|
|
1693
|
+
priceDatasourceId?: string | undefined;
|
|
1639
1694
|
}>, {
|
|
1640
1695
|
icon: string | undefined;
|
|
1696
|
+
priceDatasourceId: string | undefined;
|
|
1641
1697
|
symbol: string;
|
|
1642
1698
|
type: "CryptoCurrency";
|
|
1643
1699
|
id: string;
|
|
@@ -1664,10 +1720,12 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1664
1720
|
};
|
|
1665
1721
|
updatedAt: number;
|
|
1666
1722
|
icon?: string | undefined;
|
|
1723
|
+
priceDatasourceId?: string | undefined;
|
|
1667
1724
|
}>;
|
|
1668
1725
|
}, "strip", z.ZodTypeAny, {
|
|
1669
1726
|
asset: {
|
|
1670
1727
|
icon: string | undefined;
|
|
1728
|
+
priceDatasourceId: string | undefined;
|
|
1671
1729
|
symbol: string;
|
|
1672
1730
|
type: "CryptoCurrency";
|
|
1673
1731
|
id: string;
|
|
@@ -1712,6 +1770,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1712
1770
|
};
|
|
1713
1771
|
updatedAt: number;
|
|
1714
1772
|
icon?: string | undefined;
|
|
1773
|
+
priceDatasourceId?: string | undefined;
|
|
1715
1774
|
};
|
|
1716
1775
|
amount: {
|
|
1717
1776
|
value: bigint;
|
|
@@ -1743,6 +1802,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1743
1802
|
} | undefined;
|
|
1744
1803
|
asset: {
|
|
1745
1804
|
icon: string | undefined;
|
|
1805
|
+
priceDatasourceId: string | undefined;
|
|
1746
1806
|
symbol: string;
|
|
1747
1807
|
type: "CryptoCurrency";
|
|
1748
1808
|
id: string;
|
|
@@ -1776,6 +1836,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1776
1836
|
};
|
|
1777
1837
|
updatedAt: number;
|
|
1778
1838
|
icon?: string | undefined;
|
|
1839
|
+
priceDatasourceId?: string | undefined;
|
|
1779
1840
|
};
|
|
1780
1841
|
amount: {
|
|
1781
1842
|
value: bigint;
|
|
@@ -1845,9 +1906,11 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1845
1906
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1846
1907
|
image: z.ZodOptional<z.ZodString>;
|
|
1847
1908
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1909
|
+
updatedAt: z.ZodNumber;
|
|
1848
1910
|
}, "strip", z.ZodTypeAny, {
|
|
1849
1911
|
type: "Nft";
|
|
1850
1912
|
id: string;
|
|
1913
|
+
updatedAt: number;
|
|
1851
1914
|
name?: string | undefined;
|
|
1852
1915
|
symbol?: string | undefined;
|
|
1853
1916
|
image?: string | undefined;
|
|
@@ -1855,6 +1918,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1855
1918
|
}, {
|
|
1856
1919
|
type: "Nft";
|
|
1857
1920
|
id: string;
|
|
1921
|
+
updatedAt: number;
|
|
1858
1922
|
name?: string | undefined;
|
|
1859
1923
|
symbol?: string | undefined;
|
|
1860
1924
|
image?: string | undefined;
|
|
@@ -1866,9 +1930,11 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1866
1930
|
metadata: string | undefined;
|
|
1867
1931
|
type: "Nft";
|
|
1868
1932
|
id: string;
|
|
1933
|
+
updatedAt: number;
|
|
1869
1934
|
}, {
|
|
1870
1935
|
type: "Nft";
|
|
1871
1936
|
id: string;
|
|
1937
|
+
updatedAt: number;
|
|
1872
1938
|
name?: string | undefined;
|
|
1873
1939
|
symbol?: string | undefined;
|
|
1874
1940
|
image?: string | undefined;
|
|
@@ -1882,6 +1948,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1882
1948
|
metadata: string | undefined;
|
|
1883
1949
|
type: "Nft";
|
|
1884
1950
|
id: string;
|
|
1951
|
+
updatedAt: number;
|
|
1885
1952
|
};
|
|
1886
1953
|
amount: {
|
|
1887
1954
|
value: bigint;
|
|
@@ -1903,6 +1970,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1903
1970
|
asset: {
|
|
1904
1971
|
type: "Nft";
|
|
1905
1972
|
id: string;
|
|
1973
|
+
updatedAt: number;
|
|
1906
1974
|
name?: string | undefined;
|
|
1907
1975
|
symbol?: string | undefined;
|
|
1908
1976
|
image?: string | undefined;
|
|
@@ -1943,6 +2011,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1943
2011
|
metadata: string | undefined;
|
|
1944
2012
|
type: "Nft";
|
|
1945
2013
|
id: string;
|
|
2014
|
+
updatedAt: number;
|
|
1946
2015
|
};
|
|
1947
2016
|
amount: {
|
|
1948
2017
|
value: bigint;
|
|
@@ -1953,6 +2022,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
1953
2022
|
asset: {
|
|
1954
2023
|
type: "Nft";
|
|
1955
2024
|
id: string;
|
|
2025
|
+
updatedAt: number;
|
|
1956
2026
|
name?: string | undefined;
|
|
1957
2027
|
symbol?: string | undefined;
|
|
1958
2028
|
image?: string | undefined;
|
|
@@ -2062,6 +2132,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2062
2132
|
decimals: number;
|
|
2063
2133
|
} | undefined;
|
|
2064
2134
|
}>;
|
|
2135
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2065
2136
|
updatedAt: z.ZodNumber;
|
|
2066
2137
|
}, "strip", z.ZodTypeAny, {
|
|
2067
2138
|
symbol: string;
|
|
@@ -2077,6 +2148,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2077
2148
|
};
|
|
2078
2149
|
updatedAt: number;
|
|
2079
2150
|
icon?: string | undefined;
|
|
2151
|
+
priceDatasourceId?: string | undefined;
|
|
2080
2152
|
}, {
|
|
2081
2153
|
symbol: string;
|
|
2082
2154
|
type: "CryptoCurrency";
|
|
@@ -2091,8 +2163,10 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2091
2163
|
};
|
|
2092
2164
|
updatedAt: number;
|
|
2093
2165
|
icon?: string | undefined;
|
|
2166
|
+
priceDatasourceId?: string | undefined;
|
|
2094
2167
|
}>, {
|
|
2095
2168
|
icon: string | undefined;
|
|
2169
|
+
priceDatasourceId: string | undefined;
|
|
2096
2170
|
symbol: string;
|
|
2097
2171
|
type: "CryptoCurrency";
|
|
2098
2172
|
id: string;
|
|
@@ -2119,10 +2193,12 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2119
2193
|
};
|
|
2120
2194
|
updatedAt: number;
|
|
2121
2195
|
icon?: string | undefined;
|
|
2196
|
+
priceDatasourceId?: string | undefined;
|
|
2122
2197
|
}>;
|
|
2123
2198
|
}, "strip", z.ZodTypeAny, {
|
|
2124
2199
|
asset: {
|
|
2125
2200
|
icon: string | undefined;
|
|
2201
|
+
priceDatasourceId: string | undefined;
|
|
2126
2202
|
symbol: string;
|
|
2127
2203
|
type: "CryptoCurrency";
|
|
2128
2204
|
id: string;
|
|
@@ -2167,6 +2243,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2167
2243
|
};
|
|
2168
2244
|
updatedAt: number;
|
|
2169
2245
|
icon?: string | undefined;
|
|
2246
|
+
priceDatasourceId?: string | undefined;
|
|
2170
2247
|
};
|
|
2171
2248
|
amount: {
|
|
2172
2249
|
value: bigint;
|
|
@@ -2198,6 +2275,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2198
2275
|
} | undefined;
|
|
2199
2276
|
asset: {
|
|
2200
2277
|
icon: string | undefined;
|
|
2278
|
+
priceDatasourceId: string | undefined;
|
|
2201
2279
|
symbol: string;
|
|
2202
2280
|
type: "CryptoCurrency";
|
|
2203
2281
|
id: string;
|
|
@@ -2231,6 +2309,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2231
2309
|
};
|
|
2232
2310
|
updatedAt: number;
|
|
2233
2311
|
icon?: string | undefined;
|
|
2312
|
+
priceDatasourceId?: string | undefined;
|
|
2234
2313
|
};
|
|
2235
2314
|
amount: {
|
|
2236
2315
|
value: bigint;
|
|
@@ -2300,9 +2379,11 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2300
2379
|
symbol: z.ZodOptional<z.ZodString>;
|
|
2301
2380
|
image: z.ZodOptional<z.ZodString>;
|
|
2302
2381
|
metadata: z.ZodOptional<z.ZodString>;
|
|
2382
|
+
updatedAt: z.ZodNumber;
|
|
2303
2383
|
}, "strip", z.ZodTypeAny, {
|
|
2304
2384
|
type: "Nft";
|
|
2305
2385
|
id: string;
|
|
2386
|
+
updatedAt: number;
|
|
2306
2387
|
name?: string | undefined;
|
|
2307
2388
|
symbol?: string | undefined;
|
|
2308
2389
|
image?: string | undefined;
|
|
@@ -2310,6 +2391,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2310
2391
|
}, {
|
|
2311
2392
|
type: "Nft";
|
|
2312
2393
|
id: string;
|
|
2394
|
+
updatedAt: number;
|
|
2313
2395
|
name?: string | undefined;
|
|
2314
2396
|
symbol?: string | undefined;
|
|
2315
2397
|
image?: string | undefined;
|
|
@@ -2321,9 +2403,11 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2321
2403
|
metadata: string | undefined;
|
|
2322
2404
|
type: "Nft";
|
|
2323
2405
|
id: string;
|
|
2406
|
+
updatedAt: number;
|
|
2324
2407
|
}, {
|
|
2325
2408
|
type: "Nft";
|
|
2326
2409
|
id: string;
|
|
2410
|
+
updatedAt: number;
|
|
2327
2411
|
name?: string | undefined;
|
|
2328
2412
|
symbol?: string | undefined;
|
|
2329
2413
|
image?: string | undefined;
|
|
@@ -2337,6 +2421,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2337
2421
|
metadata: string | undefined;
|
|
2338
2422
|
type: "Nft";
|
|
2339
2423
|
id: string;
|
|
2424
|
+
updatedAt: number;
|
|
2340
2425
|
};
|
|
2341
2426
|
amount: {
|
|
2342
2427
|
value: bigint;
|
|
@@ -2358,6 +2443,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2358
2443
|
asset: {
|
|
2359
2444
|
type: "Nft";
|
|
2360
2445
|
id: string;
|
|
2446
|
+
updatedAt: number;
|
|
2361
2447
|
name?: string | undefined;
|
|
2362
2448
|
symbol?: string | undefined;
|
|
2363
2449
|
image?: string | undefined;
|
|
@@ -2398,6 +2484,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2398
2484
|
metadata: string | undefined;
|
|
2399
2485
|
type: "Nft";
|
|
2400
2486
|
id: string;
|
|
2487
|
+
updatedAt: number;
|
|
2401
2488
|
};
|
|
2402
2489
|
amount: {
|
|
2403
2490
|
value: bigint;
|
|
@@ -2408,6 +2495,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2408
2495
|
asset: {
|
|
2409
2496
|
type: "Nft";
|
|
2410
2497
|
id: string;
|
|
2498
|
+
updatedAt: number;
|
|
2411
2499
|
name?: string | undefined;
|
|
2412
2500
|
symbol?: string | undefined;
|
|
2413
2501
|
image?: string | undefined;
|
|
@@ -2451,6 +2539,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2451
2539
|
} | undefined;
|
|
2452
2540
|
asset: {
|
|
2453
2541
|
icon: string | undefined;
|
|
2542
|
+
priceDatasourceId: string | undefined;
|
|
2454
2543
|
symbol: string;
|
|
2455
2544
|
type: "CryptoCurrency";
|
|
2456
2545
|
id: string;
|
|
@@ -2488,6 +2577,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
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 accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
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;
|
|
@@ -2545,6 +2636,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2545
2636
|
metadata: string | undefined;
|
|
2546
2637
|
type: "Nft";
|
|
2547
2638
|
id: string;
|
|
2639
|
+
updatedAt: number;
|
|
2548
2640
|
};
|
|
2549
2641
|
amount: {
|
|
2550
2642
|
value: bigint;
|
|
@@ -2584,6 +2676,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2584
2676
|
};
|
|
2585
2677
|
updatedAt: number;
|
|
2586
2678
|
icon?: string | undefined;
|
|
2679
|
+
priceDatasourceId?: string | undefined;
|
|
2587
2680
|
};
|
|
2588
2681
|
amount: {
|
|
2589
2682
|
value: bigint;
|
|
@@ -2605,6 +2698,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2605
2698
|
asset: {
|
|
2606
2699
|
type: "Nft";
|
|
2607
2700
|
id: string;
|
|
2701
|
+
updatedAt: number;
|
|
2608
2702
|
name?: string | undefined;
|
|
2609
2703
|
symbol?: string | undefined;
|
|
2610
2704
|
image?: string | undefined;
|
|
@@ -2641,6 +2735,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2641
2735
|
};
|
|
2642
2736
|
updatedAt: number;
|
|
2643
2737
|
icon?: string | undefined;
|
|
2738
|
+
priceDatasourceId?: string | undefined;
|
|
2644
2739
|
};
|
|
2645
2740
|
amount: {
|
|
2646
2741
|
value: bigint;
|
|
@@ -2662,6 +2757,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2662
2757
|
asset: {
|
|
2663
2758
|
type: "Nft";
|
|
2664
2759
|
id: string;
|
|
2760
|
+
updatedAt: number;
|
|
2665
2761
|
name?: string | undefined;
|
|
2666
2762
|
symbol?: string | undefined;
|
|
2667
2763
|
image?: string | undefined;
|
|
@@ -2724,6 +2820,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2724
2820
|
} | undefined;
|
|
2725
2821
|
asset: {
|
|
2726
2822
|
icon: string | undefined;
|
|
2823
|
+
priceDatasourceId: string | undefined;
|
|
2727
2824
|
symbol: string;
|
|
2728
2825
|
type: "CryptoCurrency";
|
|
2729
2826
|
id: string;
|
|
@@ -2761,6 +2858,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2761
2858
|
metadata: string | undefined;
|
|
2762
2859
|
type: "Nft";
|
|
2763
2860
|
id: string;
|
|
2861
|
+
updatedAt: number;
|
|
2764
2862
|
};
|
|
2765
2863
|
amount: {
|
|
2766
2864
|
value: bigint;
|
|
@@ -2781,6 +2879,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2781
2879
|
} | undefined;
|
|
2782
2880
|
asset: {
|
|
2783
2881
|
icon: string | undefined;
|
|
2882
|
+
priceDatasourceId: string | undefined;
|
|
2784
2883
|
symbol: string;
|
|
2785
2884
|
type: "CryptoCurrency";
|
|
2786
2885
|
id: string;
|
|
@@ -2818,6 +2917,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2818
2917
|
metadata: string | undefined;
|
|
2819
2918
|
type: "Nft";
|
|
2820
2919
|
id: string;
|
|
2920
|
+
updatedAt: number;
|
|
2821
2921
|
};
|
|
2822
2922
|
amount: {
|
|
2823
2923
|
value: bigint;
|
|
@@ -2848,6 +2948,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2848
2948
|
};
|
|
2849
2949
|
updatedAt: number;
|
|
2850
2950
|
icon?: string | undefined;
|
|
2951
|
+
priceDatasourceId?: string | undefined;
|
|
2851
2952
|
};
|
|
2852
2953
|
amount: {
|
|
2853
2954
|
value: bigint;
|
|
@@ -2869,6 +2970,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2869
2970
|
asset: {
|
|
2870
2971
|
type: "Nft";
|
|
2871
2972
|
id: string;
|
|
2973
|
+
updatedAt: number;
|
|
2872
2974
|
name?: string | undefined;
|
|
2873
2975
|
symbol?: string | undefined;
|
|
2874
2976
|
image?: string | undefined;
|
|
@@ -2905,6 +3007,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2905
3007
|
};
|
|
2906
3008
|
updatedAt: number;
|
|
2907
3009
|
icon?: string | undefined;
|
|
3010
|
+
priceDatasourceId?: string | undefined;
|
|
2908
3011
|
};
|
|
2909
3012
|
amount: {
|
|
2910
3013
|
value: bigint;
|
|
@@ -2926,6 +3029,7 @@ export declare const accountActionRemoveLiquiditySchema: z.ZodEffects<z.ZodObjec
|
|
|
2926
3029
|
asset: {
|
|
2927
3030
|
type: "Nft";
|
|
2928
3031
|
id: string;
|
|
3032
|
+
updatedAt: number;
|
|
2929
3033
|
name?: string | undefined;
|
|
2930
3034
|
symbol?: string | undefined;
|
|
2931
3035
|
image?: string | undefined;
|