@0xtorch/core 0.0.27 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_cjs/assets/definitions/astar.js +1 -0
- package/_cjs/assets/definitions/astar.js.map +1 -1
- package/_cjs/assets/definitions/avalanche.js +1 -0
- package/_cjs/assets/definitions/avalanche.js.map +1 -1
- package/_cjs/assets/definitions/bnb.js +1 -0
- package/_cjs/assets/definitions/bnb.js.map +1 -1
- package/_cjs/assets/definitions/coingeckoCryptoCurrencyDataSource.js +14 -14
- package/_cjs/assets/definitions/coingeckoCryptoCurrencyDataSource.js.map +1 -1
- package/_cjs/assets/definitions/ethereum.js +1 -0
- package/_cjs/assets/definitions/ethereum.js.map +1 -1
- package/_cjs/assets/definitions/fantom.js +1 -0
- package/_cjs/assets/definitions/fantom.js.map +1 -1
- package/_cjs/assets/definitions/kava.js +1 -0
- package/_cjs/assets/definitions/kava.js.map +1 -1
- package/_cjs/assets/definitions/mantle.js +1 -0
- package/_cjs/assets/definitions/mantle.js.map +1 -1
- package/_cjs/assets/definitions/maticNetwork.js +1 -0
- package/_cjs/assets/definitions/maticNetwork.js.map +1 -1
- package/_cjs/assets/definitions/metis.js +1 -0
- package/_cjs/assets/definitions/metis.js.map +1 -1
- package/_cjs/assets/definitions/moonbeam.js +1 -0
- package/_cjs/assets/definitions/moonbeam.js.map +1 -1
- package/_cjs/assets/definitions/moonriver.js +1 -0
- package/_cjs/assets/definitions/moonriver.js.map +1 -1
- package/_cjs/assets/definitions/oasys.js +1 -0
- package/_cjs/assets/definitions/oasys.js.map +1 -1
- package/_cjs/assets/definitions/ronin.js +1 -0
- package/_cjs/assets/definitions/ronin.js.map +1 -1
- package/_cjs/assets/definitions/solana.js +1 -0
- package/_cjs/assets/definitions/solana.js.map +1 -1
- package/_cjs/assets/schemas/cryptoCurrency.js +2 -0
- package/_cjs/assets/schemas/cryptoCurrency.js.map +1 -1
- package/_cjs/assets/schemas/nft.js +1 -0
- package/_cjs/assets/schemas/nft.js.map +1 -1
- package/_cjs/setAccountActionPrices.js +5 -8
- package/_cjs/setAccountActionPrices.js.map +1 -1
- package/_cjs/tests/utils.js +3 -4
- package/_cjs/tests/utils.js.map +1 -1
- package/_esm/assets/definitions/astar.js +1 -0
- package/_esm/assets/definitions/astar.js.map +1 -1
- package/_esm/assets/definitions/avalanche.js +1 -0
- package/_esm/assets/definitions/avalanche.js.map +1 -1
- package/_esm/assets/definitions/bnb.js +1 -0
- package/_esm/assets/definitions/bnb.js.map +1 -1
- package/_esm/assets/definitions/coingeckoCryptoCurrencyDataSource.js +15 -15
- package/_esm/assets/definitions/coingeckoCryptoCurrencyDataSource.js.map +1 -1
- package/_esm/assets/definitions/ethereum.js +1 -0
- package/_esm/assets/definitions/ethereum.js.map +1 -1
- package/_esm/assets/definitions/fantom.js +1 -0
- package/_esm/assets/definitions/fantom.js.map +1 -1
- package/_esm/assets/definitions/kava.js +1 -0
- package/_esm/assets/definitions/kava.js.map +1 -1
- package/_esm/assets/definitions/mantle.js +1 -0
- package/_esm/assets/definitions/mantle.js.map +1 -1
- package/_esm/assets/definitions/maticNetwork.js +1 -0
- package/_esm/assets/definitions/maticNetwork.js.map +1 -1
- package/_esm/assets/definitions/metis.js +1 -0
- package/_esm/assets/definitions/metis.js.map +1 -1
- package/_esm/assets/definitions/moonbeam.js +1 -0
- package/_esm/assets/definitions/moonbeam.js.map +1 -1
- package/_esm/assets/definitions/moonriver.js +1 -0
- package/_esm/assets/definitions/moonriver.js.map +1 -1
- package/_esm/assets/definitions/oasys.js +1 -0
- package/_esm/assets/definitions/oasys.js.map +1 -1
- package/_esm/assets/definitions/ronin.js +1 -0
- package/_esm/assets/definitions/ronin.js.map +1 -1
- package/_esm/assets/definitions/solana.js +1 -0
- package/_esm/assets/definitions/solana.js.map +1 -1
- package/_esm/assets/schemas/cryptoCurrency.js +2 -0
- package/_esm/assets/schemas/cryptoCurrency.js.map +1 -1
- package/_esm/assets/schemas/nft.js +1 -0
- package/_esm/assets/schemas/nft.js.map +1 -1
- package/_esm/setAccountActionPrices.js +5 -8
- package/_esm/setAccountActionPrices.js.map +1 -1
- package/_esm/tests/utils.js +3 -4
- package/_esm/tests/utils.js.map +1 -1
- package/_types/actions/schemas/action.d.ts +2597 -0
- package/_types/actions/schemas/action.d.ts.map +1 -1
- package/_types/actions/schemas/borrow/borrow.d.ts +52 -0
- package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
- package/_types/actions/schemas/crossActionBundle.d.ts +180 -0
- package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +52 -0
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +52 -0
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts +104 -0
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts +104 -0
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
- package/_types/actions/schemas/default/accountAction.d.ts +198 -0
- package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/normalAction.d.ts +198 -0
- package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/transfer.d.ts +176 -0
- package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/addLiquidity.d.ts +104 -0
- package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/deposit.d.ts +52 -0
- package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/depositWithBond.d.ts +104 -0
- package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/stake.d.ts +52 -0
- package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
- package/_types/actions/schemas/fee/fee.d.ts +26 -0
- package/_types/actions/schemas/fee/fee.d.ts.map +1 -1
- package/_types/actions/schemas/fee/transactionFee.d.ts +26 -0
- package/_types/actions/schemas/fee/transactionFee.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/ignore.d.ts +78 -0
- package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/move.d.ts +78 -0
- package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +52 -0
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/sendToCex.d.ts +52 -0
- package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/spam.d.ts +104 -0
- package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
- package/_types/actions/schemas/income/atomicArbitrage.d.ts +52 -0
- package/_types/actions/schemas/income/atomicArbitrage.d.ts.map +1 -1
- package/_types/actions/schemas/income/freeMintNft.d.ts +26 -0
- package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
- package/_types/actions/schemas/income/income.d.ts +52 -0
- package/_types/actions/schemas/income/income.d.ts.map +1 -1
- package/_types/actions/schemas/income/nftRoyalty.d.ts +13 -0
- package/_types/actions/schemas/income/nftRoyalty.d.ts.map +1 -1
- package/_types/actions/schemas/income/swapIncome.d.ts +26 -0
- package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
- package/_types/actions/schemas/reduce/reduce.d.ts +26 -0
- package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repayment.d.ts +52 -0
- package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +104 -0
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
- package/_types/actions/schemas/replace/replace.d.ts +104 -0
- package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
- package/_types/actions/schemas/replace/swapNft.d.ts +52 -0
- package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
- package/_types/actions/schemas/replace/unwrap.d.ts +52 -0
- package/_types/actions/schemas/replace/unwrap.d.ts.map +1 -1
- package/_types/actions/schemas/replace/wrap.d.ts +52 -0
- package/_types/actions/schemas/replace/wrap.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyCrypto.d.ts +26 -0
- package/_types/actions/schemas/trade/buyCrypto.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyNft.d.ts +52 -0
- package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/mintNft.d.ts +52 -0
- package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellCrypto.d.ts +26 -0
- package/_types/actions/schemas/trade/sellCrypto.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellNft.d.ts +52 -0
- package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/trade.d.ts +104 -0
- package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/swapTransfer.d.ts +26 -0
- package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/transfer.d.ts +104 -0
- package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/valuedown/valuedown.d.ts +70 -0
- package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
- package/_types/actions/schemas/valueup/valueup.d.ts +70 -0
- package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +104 -0
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/unstake.d.ts +52 -0
- package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdraw.d.ts +52 -0
- package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +104 -0
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
- package/_types/actions/utils.d.ts +6 -0
- package/_types/actions/utils.d.ts.map +1 -1
- package/_types/assets/creates/createCryptoCurrency.d.ts +1 -0
- package/_types/assets/creates/createCryptoCurrency.d.ts.map +1 -1
- package/_types/assets/definitions/astar.d.ts +1 -0
- package/_types/assets/definitions/astar.d.ts.map +1 -1
- package/_types/assets/definitions/avalanche.d.ts +1 -0
- package/_types/assets/definitions/avalanche.d.ts.map +1 -1
- package/_types/assets/definitions/bnb.d.ts +1 -0
- package/_types/assets/definitions/bnb.d.ts.map +1 -1
- package/_types/assets/definitions/coingeckoCryptoCurrencyDataSource.d.ts +2 -1
- package/_types/assets/definitions/coingeckoCryptoCurrencyDataSource.d.ts.map +1 -1
- package/_types/assets/definitions/ethereum.d.ts +1 -0
- package/_types/assets/definitions/ethereum.d.ts.map +1 -1
- package/_types/assets/definitions/fantom.d.ts +1 -0
- package/_types/assets/definitions/fantom.d.ts.map +1 -1
- package/_types/assets/definitions/kava.d.ts +1 -0
- package/_types/assets/definitions/kava.d.ts.map +1 -1
- package/_types/assets/definitions/mantle.d.ts +1 -0
- package/_types/assets/definitions/mantle.d.ts.map +1 -1
- package/_types/assets/definitions/maticNetwork.d.ts +1 -0
- package/_types/assets/definitions/maticNetwork.d.ts.map +1 -1
- package/_types/assets/definitions/metis.d.ts +1 -0
- package/_types/assets/definitions/metis.d.ts.map +1 -1
- package/_types/assets/definitions/moonbeam.d.ts +1 -0
- package/_types/assets/definitions/moonbeam.d.ts.map +1 -1
- package/_types/assets/definitions/moonriver.d.ts +1 -0
- package/_types/assets/definitions/moonriver.d.ts.map +1 -1
- package/_types/assets/definitions/oasys.d.ts +1 -0
- package/_types/assets/definitions/oasys.d.ts.map +1 -1
- package/_types/assets/definitions/ronin.d.ts +1 -0
- package/_types/assets/definitions/ronin.d.ts.map +1 -1
- package/_types/assets/definitions/solana.d.ts +1 -0
- package/_types/assets/definitions/solana.d.ts.map +1 -1
- package/_types/assets/schemas/asset.d.ts +10 -0
- package/_types/assets/schemas/asset.d.ts.map +1 -1
- package/_types/assets/schemas/cryptoCurrency.d.ts +5 -0
- package/_types/assets/schemas/cryptoCurrency.d.ts.map +1 -1
- package/_types/assets/schemas/nft.d.ts +5 -0
- package/_types/assets/schemas/nft.d.ts.map +1 -1
- package/_types/assets/types/dataSource.d.ts +2 -3
- package/_types/assets/types/dataSource.d.ts.map +1 -1
- package/_types/setAccountActionPrices.d.ts +108 -0
- package/_types/setAccountActionPrices.d.ts.map +1 -1
- package/_types/tests/utils.d.ts.map +1 -1
- package/assets/definitions/astar.ts +1 -0
- package/assets/definitions/avalanche.ts +1 -0
- package/assets/definitions/bnb.ts +1 -0
- package/assets/definitions/coingeckoCryptoCurrencyDataSource.ts +21 -25
- package/assets/definitions/ethereum.ts +1 -0
- package/assets/definitions/fantom.ts +1 -0
- package/assets/definitions/kava.ts +1 -0
- package/assets/definitions/mantle.ts +1 -0
- package/assets/definitions/maticNetwork.ts +1 -0
- package/assets/definitions/metis.ts +1 -0
- package/assets/definitions/moonbeam.ts +1 -0
- package/assets/definitions/moonriver.ts +1 -0
- package/assets/definitions/oasys.ts +1 -0
- package/assets/definitions/ronin.ts +1 -0
- package/assets/definitions/solana.ts +1 -0
- package/assets/schemas/cryptoCurrency.ts +2 -0
- package/assets/schemas/nft.ts +1 -0
- package/assets/types/dataSource.ts +2 -3
- package/package.json +1 -1
- package/setAccountActionPrices.ts +6 -10
- package/tests/utils.ts +3 -4
|
@@ -118,6 +118,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
118
118
|
decimals: number;
|
|
119
119
|
} | undefined;
|
|
120
120
|
}>;
|
|
121
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
121
122
|
updatedAt: z.ZodNumber;
|
|
122
123
|
}, "strip", z.ZodTypeAny, {
|
|
123
124
|
symbol: string;
|
|
@@ -133,6 +134,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
133
134
|
};
|
|
134
135
|
updatedAt: number;
|
|
135
136
|
icon?: string | undefined;
|
|
137
|
+
priceDatasourceId?: string | undefined;
|
|
136
138
|
}, {
|
|
137
139
|
symbol: string;
|
|
138
140
|
type: "CryptoCurrency";
|
|
@@ -147,8 +149,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
147
149
|
};
|
|
148
150
|
updatedAt: number;
|
|
149
151
|
icon?: string | undefined;
|
|
152
|
+
priceDatasourceId?: string | undefined;
|
|
150
153
|
}>, {
|
|
151
154
|
icon: string | undefined;
|
|
155
|
+
priceDatasourceId: string | undefined;
|
|
152
156
|
symbol: string;
|
|
153
157
|
type: "CryptoCurrency";
|
|
154
158
|
id: string;
|
|
@@ -175,6 +179,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
175
179
|
};
|
|
176
180
|
updatedAt: number;
|
|
177
181
|
icon?: string | undefined;
|
|
182
|
+
priceDatasourceId?: string | undefined;
|
|
178
183
|
}>, z.ZodEffects<z.ZodObject<{
|
|
179
184
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
180
185
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -212,9 +217,11 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
212
217
|
symbol: z.ZodOptional<z.ZodString>;
|
|
213
218
|
image: z.ZodOptional<z.ZodString>;
|
|
214
219
|
metadata: z.ZodOptional<z.ZodString>;
|
|
220
|
+
updatedAt: z.ZodNumber;
|
|
215
221
|
}, "strip", z.ZodTypeAny, {
|
|
216
222
|
type: "Nft";
|
|
217
223
|
id: string;
|
|
224
|
+
updatedAt: number;
|
|
218
225
|
name?: string | undefined;
|
|
219
226
|
symbol?: string | undefined;
|
|
220
227
|
image?: string | undefined;
|
|
@@ -222,6 +229,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
222
229
|
}, {
|
|
223
230
|
type: "Nft";
|
|
224
231
|
id: string;
|
|
232
|
+
updatedAt: number;
|
|
225
233
|
name?: string | undefined;
|
|
226
234
|
symbol?: string | undefined;
|
|
227
235
|
image?: string | undefined;
|
|
@@ -233,9 +241,11 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
233
241
|
metadata: string | undefined;
|
|
234
242
|
type: "Nft";
|
|
235
243
|
id: string;
|
|
244
|
+
updatedAt: number;
|
|
236
245
|
}, {
|
|
237
246
|
type: "Nft";
|
|
238
247
|
id: string;
|
|
248
|
+
updatedAt: number;
|
|
239
249
|
name?: string | undefined;
|
|
240
250
|
symbol?: string | undefined;
|
|
241
251
|
image?: string | undefined;
|
|
@@ -255,6 +265,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
255
265
|
}, "strip", z.ZodTypeAny, {
|
|
256
266
|
asset: {
|
|
257
267
|
icon: string | undefined;
|
|
268
|
+
priceDatasourceId: string | undefined;
|
|
258
269
|
symbol: string;
|
|
259
270
|
type: "CryptoCurrency";
|
|
260
271
|
id: string;
|
|
@@ -280,6 +291,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
280
291
|
metadata: string | undefined;
|
|
281
292
|
type: "Nft";
|
|
282
293
|
id: string;
|
|
294
|
+
updatedAt: number;
|
|
283
295
|
};
|
|
284
296
|
amount: {
|
|
285
297
|
value: bigint;
|
|
@@ -312,6 +324,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
312
324
|
};
|
|
313
325
|
updatedAt: number;
|
|
314
326
|
icon?: string | undefined;
|
|
327
|
+
priceDatasourceId?: string | undefined;
|
|
315
328
|
} | {
|
|
316
329
|
symbol: string;
|
|
317
330
|
type: "FiatCurrency";
|
|
@@ -321,6 +334,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
321
334
|
} | {
|
|
322
335
|
type: "Nft";
|
|
323
336
|
id: string;
|
|
337
|
+
updatedAt: number;
|
|
324
338
|
name?: string | undefined;
|
|
325
339
|
symbol?: string | undefined;
|
|
326
340
|
image?: string | undefined;
|
|
@@ -356,6 +370,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
356
370
|
} | undefined;
|
|
357
371
|
asset: {
|
|
358
372
|
icon: string | undefined;
|
|
373
|
+
priceDatasourceId: string | undefined;
|
|
359
374
|
symbol: string;
|
|
360
375
|
type: "CryptoCurrency";
|
|
361
376
|
id: string;
|
|
@@ -381,6 +396,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
381
396
|
metadata: string | undefined;
|
|
382
397
|
type: "Nft";
|
|
383
398
|
id: string;
|
|
399
|
+
updatedAt: number;
|
|
384
400
|
};
|
|
385
401
|
amount: {
|
|
386
402
|
value: bigint;
|
|
@@ -402,6 +418,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
402
418
|
};
|
|
403
419
|
updatedAt: number;
|
|
404
420
|
icon?: string | undefined;
|
|
421
|
+
priceDatasourceId?: string | undefined;
|
|
405
422
|
} | {
|
|
406
423
|
symbol: string;
|
|
407
424
|
type: "FiatCurrency";
|
|
@@ -411,6 +428,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
411
428
|
} | {
|
|
412
429
|
type: "Nft";
|
|
413
430
|
id: string;
|
|
431
|
+
updatedAt: number;
|
|
414
432
|
name?: string | undefined;
|
|
415
433
|
symbol?: string | undefined;
|
|
416
434
|
image?: string | undefined;
|
|
@@ -509,6 +527,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
509
527
|
decimals: number;
|
|
510
528
|
} | undefined;
|
|
511
529
|
}>;
|
|
530
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
512
531
|
updatedAt: z.ZodNumber;
|
|
513
532
|
}, "strip", z.ZodTypeAny, {
|
|
514
533
|
symbol: string;
|
|
@@ -524,6 +543,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
524
543
|
};
|
|
525
544
|
updatedAt: number;
|
|
526
545
|
icon?: string | undefined;
|
|
546
|
+
priceDatasourceId?: string | undefined;
|
|
527
547
|
}, {
|
|
528
548
|
symbol: string;
|
|
529
549
|
type: "CryptoCurrency";
|
|
@@ -538,8 +558,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
538
558
|
};
|
|
539
559
|
updatedAt: number;
|
|
540
560
|
icon?: string | undefined;
|
|
561
|
+
priceDatasourceId?: string | undefined;
|
|
541
562
|
}>, {
|
|
542
563
|
icon: string | undefined;
|
|
564
|
+
priceDatasourceId: string | undefined;
|
|
543
565
|
symbol: string;
|
|
544
566
|
type: "CryptoCurrency";
|
|
545
567
|
id: string;
|
|
@@ -566,6 +588,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
566
588
|
};
|
|
567
589
|
updatedAt: number;
|
|
568
590
|
icon?: string | undefined;
|
|
591
|
+
priceDatasourceId?: string | undefined;
|
|
569
592
|
}>, z.ZodEffects<z.ZodObject<{
|
|
570
593
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
571
594
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -603,9 +626,11 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
603
626
|
symbol: z.ZodOptional<z.ZodString>;
|
|
604
627
|
image: z.ZodOptional<z.ZodString>;
|
|
605
628
|
metadata: z.ZodOptional<z.ZodString>;
|
|
629
|
+
updatedAt: z.ZodNumber;
|
|
606
630
|
}, "strip", z.ZodTypeAny, {
|
|
607
631
|
type: "Nft";
|
|
608
632
|
id: string;
|
|
633
|
+
updatedAt: number;
|
|
609
634
|
name?: string | undefined;
|
|
610
635
|
symbol?: string | undefined;
|
|
611
636
|
image?: string | undefined;
|
|
@@ -613,6 +638,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
613
638
|
}, {
|
|
614
639
|
type: "Nft";
|
|
615
640
|
id: string;
|
|
641
|
+
updatedAt: number;
|
|
616
642
|
name?: string | undefined;
|
|
617
643
|
symbol?: string | undefined;
|
|
618
644
|
image?: string | undefined;
|
|
@@ -624,9 +650,11 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
624
650
|
metadata: string | undefined;
|
|
625
651
|
type: "Nft";
|
|
626
652
|
id: string;
|
|
653
|
+
updatedAt: number;
|
|
627
654
|
}, {
|
|
628
655
|
type: "Nft";
|
|
629
656
|
id: string;
|
|
657
|
+
updatedAt: number;
|
|
630
658
|
name?: string | undefined;
|
|
631
659
|
symbol?: string | undefined;
|
|
632
660
|
image?: string | undefined;
|
|
@@ -646,6 +674,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
646
674
|
}, "strip", z.ZodTypeAny, {
|
|
647
675
|
asset: {
|
|
648
676
|
icon: string | undefined;
|
|
677
|
+
priceDatasourceId: string | undefined;
|
|
649
678
|
symbol: string;
|
|
650
679
|
type: "CryptoCurrency";
|
|
651
680
|
id: string;
|
|
@@ -671,6 +700,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
671
700
|
metadata: string | undefined;
|
|
672
701
|
type: "Nft";
|
|
673
702
|
id: string;
|
|
703
|
+
updatedAt: number;
|
|
674
704
|
};
|
|
675
705
|
amount: {
|
|
676
706
|
value: bigint;
|
|
@@ -703,6 +733,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
703
733
|
};
|
|
704
734
|
updatedAt: number;
|
|
705
735
|
icon?: string | undefined;
|
|
736
|
+
priceDatasourceId?: string | undefined;
|
|
706
737
|
} | {
|
|
707
738
|
symbol: string;
|
|
708
739
|
type: "FiatCurrency";
|
|
@@ -712,6 +743,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
712
743
|
} | {
|
|
713
744
|
type: "Nft";
|
|
714
745
|
id: string;
|
|
746
|
+
updatedAt: number;
|
|
715
747
|
name?: string | undefined;
|
|
716
748
|
symbol?: string | undefined;
|
|
717
749
|
image?: string | undefined;
|
|
@@ -747,6 +779,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
747
779
|
} | undefined;
|
|
748
780
|
asset: {
|
|
749
781
|
icon: string | undefined;
|
|
782
|
+
priceDatasourceId: string | undefined;
|
|
750
783
|
symbol: string;
|
|
751
784
|
type: "CryptoCurrency";
|
|
752
785
|
id: string;
|
|
@@ -772,6 +805,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
772
805
|
metadata: string | undefined;
|
|
773
806
|
type: "Nft";
|
|
774
807
|
id: string;
|
|
808
|
+
updatedAt: number;
|
|
775
809
|
};
|
|
776
810
|
amount: {
|
|
777
811
|
value: bigint;
|
|
@@ -793,6 +827,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
793
827
|
};
|
|
794
828
|
updatedAt: number;
|
|
795
829
|
icon?: string | undefined;
|
|
830
|
+
priceDatasourceId?: string | undefined;
|
|
796
831
|
} | {
|
|
797
832
|
symbol: string;
|
|
798
833
|
type: "FiatCurrency";
|
|
@@ -802,6 +837,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
802
837
|
} | {
|
|
803
838
|
type: "Nft";
|
|
804
839
|
id: string;
|
|
840
|
+
updatedAt: number;
|
|
805
841
|
name?: string | undefined;
|
|
806
842
|
symbol?: string | undefined;
|
|
807
843
|
image?: string | undefined;
|
|
@@ -900,6 +936,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
900
936
|
decimals: number;
|
|
901
937
|
} | undefined;
|
|
902
938
|
}>;
|
|
939
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
903
940
|
updatedAt: z.ZodNumber;
|
|
904
941
|
}, "strip", z.ZodTypeAny, {
|
|
905
942
|
symbol: string;
|
|
@@ -915,6 +952,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
915
952
|
};
|
|
916
953
|
updatedAt: number;
|
|
917
954
|
icon?: string | undefined;
|
|
955
|
+
priceDatasourceId?: string | undefined;
|
|
918
956
|
}, {
|
|
919
957
|
symbol: string;
|
|
920
958
|
type: "CryptoCurrency";
|
|
@@ -929,8 +967,10 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
929
967
|
};
|
|
930
968
|
updatedAt: number;
|
|
931
969
|
icon?: string | undefined;
|
|
970
|
+
priceDatasourceId?: string | undefined;
|
|
932
971
|
}>, {
|
|
933
972
|
icon: string | undefined;
|
|
973
|
+
priceDatasourceId: string | undefined;
|
|
934
974
|
symbol: string;
|
|
935
975
|
type: "CryptoCurrency";
|
|
936
976
|
id: string;
|
|
@@ -957,6 +997,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
957
997
|
};
|
|
958
998
|
updatedAt: number;
|
|
959
999
|
icon?: string | undefined;
|
|
1000
|
+
priceDatasourceId?: string | undefined;
|
|
960
1001
|
}>, z.ZodEffects<z.ZodObject<{
|
|
961
1002
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
962
1003
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -994,9 +1035,11 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
994
1035
|
symbol: z.ZodOptional<z.ZodString>;
|
|
995
1036
|
image: z.ZodOptional<z.ZodString>;
|
|
996
1037
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1038
|
+
updatedAt: z.ZodNumber;
|
|
997
1039
|
}, "strip", z.ZodTypeAny, {
|
|
998
1040
|
type: "Nft";
|
|
999
1041
|
id: string;
|
|
1042
|
+
updatedAt: number;
|
|
1000
1043
|
name?: string | undefined;
|
|
1001
1044
|
symbol?: string | undefined;
|
|
1002
1045
|
image?: string | undefined;
|
|
@@ -1004,6 +1047,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1004
1047
|
}, {
|
|
1005
1048
|
type: "Nft";
|
|
1006
1049
|
id: string;
|
|
1050
|
+
updatedAt: number;
|
|
1007
1051
|
name?: string | undefined;
|
|
1008
1052
|
symbol?: string | undefined;
|
|
1009
1053
|
image?: string | undefined;
|
|
@@ -1015,9 +1059,11 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1015
1059
|
metadata: string | undefined;
|
|
1016
1060
|
type: "Nft";
|
|
1017
1061
|
id: string;
|
|
1062
|
+
updatedAt: number;
|
|
1018
1063
|
}, {
|
|
1019
1064
|
type: "Nft";
|
|
1020
1065
|
id: string;
|
|
1066
|
+
updatedAt: number;
|
|
1021
1067
|
name?: string | undefined;
|
|
1022
1068
|
symbol?: string | undefined;
|
|
1023
1069
|
image?: string | undefined;
|
|
@@ -1037,6 +1083,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1037
1083
|
}, "strip", z.ZodTypeAny, {
|
|
1038
1084
|
asset: {
|
|
1039
1085
|
icon: string | undefined;
|
|
1086
|
+
priceDatasourceId: string | undefined;
|
|
1040
1087
|
symbol: string;
|
|
1041
1088
|
type: "CryptoCurrency";
|
|
1042
1089
|
id: string;
|
|
@@ -1062,6 +1109,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1062
1109
|
metadata: string | undefined;
|
|
1063
1110
|
type: "Nft";
|
|
1064
1111
|
id: string;
|
|
1112
|
+
updatedAt: number;
|
|
1065
1113
|
};
|
|
1066
1114
|
amount: {
|
|
1067
1115
|
value: bigint;
|
|
@@ -1094,6 +1142,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1094
1142
|
};
|
|
1095
1143
|
updatedAt: number;
|
|
1096
1144
|
icon?: string | undefined;
|
|
1145
|
+
priceDatasourceId?: string | undefined;
|
|
1097
1146
|
} | {
|
|
1098
1147
|
symbol: string;
|
|
1099
1148
|
type: "FiatCurrency";
|
|
@@ -1103,6 +1152,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1103
1152
|
} | {
|
|
1104
1153
|
type: "Nft";
|
|
1105
1154
|
id: string;
|
|
1155
|
+
updatedAt: number;
|
|
1106
1156
|
name?: string | undefined;
|
|
1107
1157
|
symbol?: string | undefined;
|
|
1108
1158
|
image?: string | undefined;
|
|
@@ -1138,6 +1188,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1138
1188
|
} | undefined;
|
|
1139
1189
|
asset: {
|
|
1140
1190
|
icon: string | undefined;
|
|
1191
|
+
priceDatasourceId: string | undefined;
|
|
1141
1192
|
symbol: string;
|
|
1142
1193
|
type: "CryptoCurrency";
|
|
1143
1194
|
id: string;
|
|
@@ -1163,6 +1214,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1163
1214
|
metadata: string | undefined;
|
|
1164
1215
|
type: "Nft";
|
|
1165
1216
|
id: string;
|
|
1217
|
+
updatedAt: number;
|
|
1166
1218
|
};
|
|
1167
1219
|
amount: {
|
|
1168
1220
|
value: bigint;
|
|
@@ -1184,6 +1236,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1184
1236
|
};
|
|
1185
1237
|
updatedAt: number;
|
|
1186
1238
|
icon?: string | undefined;
|
|
1239
|
+
priceDatasourceId?: string | undefined;
|
|
1187
1240
|
} | {
|
|
1188
1241
|
symbol: string;
|
|
1189
1242
|
type: "FiatCurrency";
|
|
@@ -1193,6 +1246,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1193
1246
|
} | {
|
|
1194
1247
|
type: "Nft";
|
|
1195
1248
|
id: string;
|
|
1249
|
+
updatedAt: number;
|
|
1196
1250
|
name?: string | undefined;
|
|
1197
1251
|
symbol?: string | undefined;
|
|
1198
1252
|
image?: string | undefined;
|
|
@@ -1234,6 +1288,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1234
1288
|
} | undefined;
|
|
1235
1289
|
asset: {
|
|
1236
1290
|
icon: string | undefined;
|
|
1291
|
+
priceDatasourceId: string | undefined;
|
|
1237
1292
|
symbol: string;
|
|
1238
1293
|
type: "CryptoCurrency";
|
|
1239
1294
|
id: string;
|
|
@@ -1259,6 +1314,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1259
1314
|
metadata: string | undefined;
|
|
1260
1315
|
type: "Nft";
|
|
1261
1316
|
id: string;
|
|
1317
|
+
updatedAt: number;
|
|
1262
1318
|
};
|
|
1263
1319
|
amount: {
|
|
1264
1320
|
value: bigint;
|
|
@@ -1279,6 +1335,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1279
1335
|
} | undefined;
|
|
1280
1336
|
asset: {
|
|
1281
1337
|
icon: string | undefined;
|
|
1338
|
+
priceDatasourceId: string | undefined;
|
|
1282
1339
|
symbol: string;
|
|
1283
1340
|
type: "CryptoCurrency";
|
|
1284
1341
|
id: string;
|
|
@@ -1304,6 +1361,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1304
1361
|
metadata: string | undefined;
|
|
1305
1362
|
type: "Nft";
|
|
1306
1363
|
id: string;
|
|
1364
|
+
updatedAt: number;
|
|
1307
1365
|
};
|
|
1308
1366
|
amount: {
|
|
1309
1367
|
value: bigint;
|
|
@@ -1324,6 +1382,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1324
1382
|
} | undefined;
|
|
1325
1383
|
asset: {
|
|
1326
1384
|
icon: string | undefined;
|
|
1385
|
+
priceDatasourceId: string | undefined;
|
|
1327
1386
|
symbol: string;
|
|
1328
1387
|
type: "CryptoCurrency";
|
|
1329
1388
|
id: string;
|
|
@@ -1349,6 +1408,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1349
1408
|
metadata: string | undefined;
|
|
1350
1409
|
type: "Nft";
|
|
1351
1410
|
id: string;
|
|
1411
|
+
updatedAt: number;
|
|
1352
1412
|
};
|
|
1353
1413
|
amount: {
|
|
1354
1414
|
value: bigint;
|
|
@@ -1385,6 +1445,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1385
1445
|
};
|
|
1386
1446
|
updatedAt: number;
|
|
1387
1447
|
icon?: string | undefined;
|
|
1448
|
+
priceDatasourceId?: string | undefined;
|
|
1388
1449
|
} | {
|
|
1389
1450
|
symbol: string;
|
|
1390
1451
|
type: "FiatCurrency";
|
|
@@ -1394,6 +1455,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1394
1455
|
} | {
|
|
1395
1456
|
type: "Nft";
|
|
1396
1457
|
id: string;
|
|
1458
|
+
updatedAt: number;
|
|
1397
1459
|
name?: string | undefined;
|
|
1398
1460
|
symbol?: string | undefined;
|
|
1399
1461
|
image?: string | undefined;
|
|
@@ -1430,6 +1492,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1430
1492
|
};
|
|
1431
1493
|
updatedAt: number;
|
|
1432
1494
|
icon?: string | undefined;
|
|
1495
|
+
priceDatasourceId?: string | undefined;
|
|
1433
1496
|
} | {
|
|
1434
1497
|
symbol: string;
|
|
1435
1498
|
type: "FiatCurrency";
|
|
@@ -1439,6 +1502,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1439
1502
|
} | {
|
|
1440
1503
|
type: "Nft";
|
|
1441
1504
|
id: string;
|
|
1505
|
+
updatedAt: number;
|
|
1442
1506
|
name?: string | undefined;
|
|
1443
1507
|
symbol?: string | undefined;
|
|
1444
1508
|
image?: string | undefined;
|
|
@@ -1475,6 +1539,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1475
1539
|
};
|
|
1476
1540
|
updatedAt: number;
|
|
1477
1541
|
icon?: string | undefined;
|
|
1542
|
+
priceDatasourceId?: string | undefined;
|
|
1478
1543
|
} | {
|
|
1479
1544
|
symbol: string;
|
|
1480
1545
|
type: "FiatCurrency";
|
|
@@ -1484,6 +1549,7 @@ export declare const normalActionDefaultSchema: z.ZodObject<{
|
|
|
1484
1549
|
} | {
|
|
1485
1550
|
type: "Nft";
|
|
1486
1551
|
id: string;
|
|
1552
|
+
updatedAt: number;
|
|
1487
1553
|
name?: string | undefined;
|
|
1488
1554
|
symbol?: string | undefined;
|
|
1489
1555
|
image?: string | undefined;
|
|
@@ -1634,6 +1700,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1634
1700
|
decimals: number;
|
|
1635
1701
|
} | undefined;
|
|
1636
1702
|
}>;
|
|
1703
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1637
1704
|
updatedAt: z.ZodNumber;
|
|
1638
1705
|
}, "strip", z.ZodTypeAny, {
|
|
1639
1706
|
symbol: string;
|
|
@@ -1649,6 +1716,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1649
1716
|
};
|
|
1650
1717
|
updatedAt: number;
|
|
1651
1718
|
icon?: string | undefined;
|
|
1719
|
+
priceDatasourceId?: string | undefined;
|
|
1652
1720
|
}, {
|
|
1653
1721
|
symbol: string;
|
|
1654
1722
|
type: "CryptoCurrency";
|
|
@@ -1663,8 +1731,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1663
1731
|
};
|
|
1664
1732
|
updatedAt: number;
|
|
1665
1733
|
icon?: string | undefined;
|
|
1734
|
+
priceDatasourceId?: string | undefined;
|
|
1666
1735
|
}>, {
|
|
1667
1736
|
icon: string | undefined;
|
|
1737
|
+
priceDatasourceId: string | undefined;
|
|
1668
1738
|
symbol: string;
|
|
1669
1739
|
type: "CryptoCurrency";
|
|
1670
1740
|
id: string;
|
|
@@ -1691,6 +1761,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1691
1761
|
};
|
|
1692
1762
|
updatedAt: number;
|
|
1693
1763
|
icon?: string | undefined;
|
|
1764
|
+
priceDatasourceId?: string | undefined;
|
|
1694
1765
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1695
1766
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
1696
1767
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -1728,9 +1799,11 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1728
1799
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1729
1800
|
image: z.ZodOptional<z.ZodString>;
|
|
1730
1801
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1802
|
+
updatedAt: z.ZodNumber;
|
|
1731
1803
|
}, "strip", z.ZodTypeAny, {
|
|
1732
1804
|
type: "Nft";
|
|
1733
1805
|
id: string;
|
|
1806
|
+
updatedAt: number;
|
|
1734
1807
|
name?: string | undefined;
|
|
1735
1808
|
symbol?: string | undefined;
|
|
1736
1809
|
image?: string | undefined;
|
|
@@ -1738,6 +1811,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1738
1811
|
}, {
|
|
1739
1812
|
type: "Nft";
|
|
1740
1813
|
id: string;
|
|
1814
|
+
updatedAt: number;
|
|
1741
1815
|
name?: string | undefined;
|
|
1742
1816
|
symbol?: string | undefined;
|
|
1743
1817
|
image?: string | undefined;
|
|
@@ -1749,9 +1823,11 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1749
1823
|
metadata: string | undefined;
|
|
1750
1824
|
type: "Nft";
|
|
1751
1825
|
id: string;
|
|
1826
|
+
updatedAt: number;
|
|
1752
1827
|
}, {
|
|
1753
1828
|
type: "Nft";
|
|
1754
1829
|
id: string;
|
|
1830
|
+
updatedAt: number;
|
|
1755
1831
|
name?: string | undefined;
|
|
1756
1832
|
symbol?: string | undefined;
|
|
1757
1833
|
image?: string | undefined;
|
|
@@ -1771,6 +1847,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1771
1847
|
}, "strip", z.ZodTypeAny, {
|
|
1772
1848
|
asset: {
|
|
1773
1849
|
icon: string | undefined;
|
|
1850
|
+
priceDatasourceId: string | undefined;
|
|
1774
1851
|
symbol: string;
|
|
1775
1852
|
type: "CryptoCurrency";
|
|
1776
1853
|
id: string;
|
|
@@ -1796,6 +1873,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1796
1873
|
metadata: string | undefined;
|
|
1797
1874
|
type: "Nft";
|
|
1798
1875
|
id: string;
|
|
1876
|
+
updatedAt: number;
|
|
1799
1877
|
};
|
|
1800
1878
|
amount: {
|
|
1801
1879
|
value: bigint;
|
|
@@ -1828,6 +1906,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1828
1906
|
};
|
|
1829
1907
|
updatedAt: number;
|
|
1830
1908
|
icon?: string | undefined;
|
|
1909
|
+
priceDatasourceId?: string | undefined;
|
|
1831
1910
|
} | {
|
|
1832
1911
|
symbol: string;
|
|
1833
1912
|
type: "FiatCurrency";
|
|
@@ -1837,6 +1916,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1837
1916
|
} | {
|
|
1838
1917
|
type: "Nft";
|
|
1839
1918
|
id: string;
|
|
1919
|
+
updatedAt: number;
|
|
1840
1920
|
name?: string | undefined;
|
|
1841
1921
|
symbol?: string | undefined;
|
|
1842
1922
|
image?: string | undefined;
|
|
@@ -1872,6 +1952,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1872
1952
|
} | undefined;
|
|
1873
1953
|
asset: {
|
|
1874
1954
|
icon: string | undefined;
|
|
1955
|
+
priceDatasourceId: string | undefined;
|
|
1875
1956
|
symbol: string;
|
|
1876
1957
|
type: "CryptoCurrency";
|
|
1877
1958
|
id: string;
|
|
@@ -1897,6 +1978,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1897
1978
|
metadata: string | undefined;
|
|
1898
1979
|
type: "Nft";
|
|
1899
1980
|
id: string;
|
|
1981
|
+
updatedAt: number;
|
|
1900
1982
|
};
|
|
1901
1983
|
amount: {
|
|
1902
1984
|
value: bigint;
|
|
@@ -1918,6 +2000,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1918
2000
|
};
|
|
1919
2001
|
updatedAt: number;
|
|
1920
2002
|
icon?: string | undefined;
|
|
2003
|
+
priceDatasourceId?: string | undefined;
|
|
1921
2004
|
} | {
|
|
1922
2005
|
symbol: string;
|
|
1923
2006
|
type: "FiatCurrency";
|
|
@@ -1927,6 +2010,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
1927
2010
|
} | {
|
|
1928
2011
|
type: "Nft";
|
|
1929
2012
|
id: string;
|
|
2013
|
+
updatedAt: number;
|
|
1930
2014
|
name?: string | undefined;
|
|
1931
2015
|
symbol?: string | undefined;
|
|
1932
2016
|
image?: string | undefined;
|
|
@@ -2025,6 +2109,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2025
2109
|
decimals: number;
|
|
2026
2110
|
} | undefined;
|
|
2027
2111
|
}>;
|
|
2112
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2028
2113
|
updatedAt: z.ZodNumber;
|
|
2029
2114
|
}, "strip", z.ZodTypeAny, {
|
|
2030
2115
|
symbol: string;
|
|
@@ -2040,6 +2125,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2040
2125
|
};
|
|
2041
2126
|
updatedAt: number;
|
|
2042
2127
|
icon?: string | undefined;
|
|
2128
|
+
priceDatasourceId?: string | undefined;
|
|
2043
2129
|
}, {
|
|
2044
2130
|
symbol: string;
|
|
2045
2131
|
type: "CryptoCurrency";
|
|
@@ -2054,8 +2140,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2054
2140
|
};
|
|
2055
2141
|
updatedAt: number;
|
|
2056
2142
|
icon?: string | undefined;
|
|
2143
|
+
priceDatasourceId?: string | undefined;
|
|
2057
2144
|
}>, {
|
|
2058
2145
|
icon: string | undefined;
|
|
2146
|
+
priceDatasourceId: string | undefined;
|
|
2059
2147
|
symbol: string;
|
|
2060
2148
|
type: "CryptoCurrency";
|
|
2061
2149
|
id: string;
|
|
@@ -2082,6 +2170,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2082
2170
|
};
|
|
2083
2171
|
updatedAt: number;
|
|
2084
2172
|
icon?: string | undefined;
|
|
2173
|
+
priceDatasourceId?: string | undefined;
|
|
2085
2174
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2086
2175
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2087
2176
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -2119,9 +2208,11 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2119
2208
|
symbol: z.ZodOptional<z.ZodString>;
|
|
2120
2209
|
image: z.ZodOptional<z.ZodString>;
|
|
2121
2210
|
metadata: z.ZodOptional<z.ZodString>;
|
|
2211
|
+
updatedAt: z.ZodNumber;
|
|
2122
2212
|
}, "strip", z.ZodTypeAny, {
|
|
2123
2213
|
type: "Nft";
|
|
2124
2214
|
id: string;
|
|
2215
|
+
updatedAt: number;
|
|
2125
2216
|
name?: string | undefined;
|
|
2126
2217
|
symbol?: string | undefined;
|
|
2127
2218
|
image?: string | undefined;
|
|
@@ -2129,6 +2220,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2129
2220
|
}, {
|
|
2130
2221
|
type: "Nft";
|
|
2131
2222
|
id: string;
|
|
2223
|
+
updatedAt: number;
|
|
2132
2224
|
name?: string | undefined;
|
|
2133
2225
|
symbol?: string | undefined;
|
|
2134
2226
|
image?: string | undefined;
|
|
@@ -2140,9 +2232,11 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2140
2232
|
metadata: string | undefined;
|
|
2141
2233
|
type: "Nft";
|
|
2142
2234
|
id: string;
|
|
2235
|
+
updatedAt: number;
|
|
2143
2236
|
}, {
|
|
2144
2237
|
type: "Nft";
|
|
2145
2238
|
id: string;
|
|
2239
|
+
updatedAt: number;
|
|
2146
2240
|
name?: string | undefined;
|
|
2147
2241
|
symbol?: string | undefined;
|
|
2148
2242
|
image?: string | undefined;
|
|
@@ -2162,6 +2256,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2162
2256
|
}, "strip", z.ZodTypeAny, {
|
|
2163
2257
|
asset: {
|
|
2164
2258
|
icon: string | undefined;
|
|
2259
|
+
priceDatasourceId: string | undefined;
|
|
2165
2260
|
symbol: string;
|
|
2166
2261
|
type: "CryptoCurrency";
|
|
2167
2262
|
id: string;
|
|
@@ -2187,6 +2282,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2187
2282
|
metadata: string | undefined;
|
|
2188
2283
|
type: "Nft";
|
|
2189
2284
|
id: string;
|
|
2285
|
+
updatedAt: number;
|
|
2190
2286
|
};
|
|
2191
2287
|
amount: {
|
|
2192
2288
|
value: bigint;
|
|
@@ -2219,6 +2315,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2219
2315
|
};
|
|
2220
2316
|
updatedAt: number;
|
|
2221
2317
|
icon?: string | undefined;
|
|
2318
|
+
priceDatasourceId?: string | undefined;
|
|
2222
2319
|
} | {
|
|
2223
2320
|
symbol: string;
|
|
2224
2321
|
type: "FiatCurrency";
|
|
@@ -2228,6 +2325,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2228
2325
|
} | {
|
|
2229
2326
|
type: "Nft";
|
|
2230
2327
|
id: string;
|
|
2328
|
+
updatedAt: number;
|
|
2231
2329
|
name?: string | undefined;
|
|
2232
2330
|
symbol?: string | undefined;
|
|
2233
2331
|
image?: string | undefined;
|
|
@@ -2263,6 +2361,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2263
2361
|
} | undefined;
|
|
2264
2362
|
asset: {
|
|
2265
2363
|
icon: string | undefined;
|
|
2364
|
+
priceDatasourceId: string | undefined;
|
|
2266
2365
|
symbol: string;
|
|
2267
2366
|
type: "CryptoCurrency";
|
|
2268
2367
|
id: string;
|
|
@@ -2288,6 +2387,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2288
2387
|
metadata: string | undefined;
|
|
2289
2388
|
type: "Nft";
|
|
2290
2389
|
id: string;
|
|
2390
|
+
updatedAt: number;
|
|
2291
2391
|
};
|
|
2292
2392
|
amount: {
|
|
2293
2393
|
value: bigint;
|
|
@@ -2309,6 +2409,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2309
2409
|
};
|
|
2310
2410
|
updatedAt: number;
|
|
2311
2411
|
icon?: string | undefined;
|
|
2412
|
+
priceDatasourceId?: string | undefined;
|
|
2312
2413
|
} | {
|
|
2313
2414
|
symbol: string;
|
|
2314
2415
|
type: "FiatCurrency";
|
|
@@ -2318,6 +2419,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2318
2419
|
} | {
|
|
2319
2420
|
type: "Nft";
|
|
2320
2421
|
id: string;
|
|
2422
|
+
updatedAt: number;
|
|
2321
2423
|
name?: string | undefined;
|
|
2322
2424
|
symbol?: string | undefined;
|
|
2323
2425
|
image?: string | undefined;
|
|
@@ -2416,6 +2518,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2416
2518
|
decimals: number;
|
|
2417
2519
|
} | undefined;
|
|
2418
2520
|
}>;
|
|
2521
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2419
2522
|
updatedAt: z.ZodNumber;
|
|
2420
2523
|
}, "strip", z.ZodTypeAny, {
|
|
2421
2524
|
symbol: string;
|
|
@@ -2431,6 +2534,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2431
2534
|
};
|
|
2432
2535
|
updatedAt: number;
|
|
2433
2536
|
icon?: string | undefined;
|
|
2537
|
+
priceDatasourceId?: string | undefined;
|
|
2434
2538
|
}, {
|
|
2435
2539
|
symbol: string;
|
|
2436
2540
|
type: "CryptoCurrency";
|
|
@@ -2445,8 +2549,10 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2445
2549
|
};
|
|
2446
2550
|
updatedAt: number;
|
|
2447
2551
|
icon?: string | undefined;
|
|
2552
|
+
priceDatasourceId?: string | undefined;
|
|
2448
2553
|
}>, {
|
|
2449
2554
|
icon: string | undefined;
|
|
2555
|
+
priceDatasourceId: string | undefined;
|
|
2450
2556
|
symbol: string;
|
|
2451
2557
|
type: "CryptoCurrency";
|
|
2452
2558
|
id: string;
|
|
@@ -2473,6 +2579,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2473
2579
|
};
|
|
2474
2580
|
updatedAt: number;
|
|
2475
2581
|
icon?: string | undefined;
|
|
2582
|
+
priceDatasourceId?: string | undefined;
|
|
2476
2583
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2477
2584
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2478
2585
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -2510,9 +2617,11 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2510
2617
|
symbol: z.ZodOptional<z.ZodString>;
|
|
2511
2618
|
image: z.ZodOptional<z.ZodString>;
|
|
2512
2619
|
metadata: z.ZodOptional<z.ZodString>;
|
|
2620
|
+
updatedAt: z.ZodNumber;
|
|
2513
2621
|
}, "strip", z.ZodTypeAny, {
|
|
2514
2622
|
type: "Nft";
|
|
2515
2623
|
id: string;
|
|
2624
|
+
updatedAt: number;
|
|
2516
2625
|
name?: string | undefined;
|
|
2517
2626
|
symbol?: string | undefined;
|
|
2518
2627
|
image?: string | undefined;
|
|
@@ -2520,6 +2629,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2520
2629
|
}, {
|
|
2521
2630
|
type: "Nft";
|
|
2522
2631
|
id: string;
|
|
2632
|
+
updatedAt: number;
|
|
2523
2633
|
name?: string | undefined;
|
|
2524
2634
|
symbol?: string | undefined;
|
|
2525
2635
|
image?: string | undefined;
|
|
@@ -2531,9 +2641,11 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2531
2641
|
metadata: string | undefined;
|
|
2532
2642
|
type: "Nft";
|
|
2533
2643
|
id: string;
|
|
2644
|
+
updatedAt: number;
|
|
2534
2645
|
}, {
|
|
2535
2646
|
type: "Nft";
|
|
2536
2647
|
id: string;
|
|
2648
|
+
updatedAt: number;
|
|
2537
2649
|
name?: string | undefined;
|
|
2538
2650
|
symbol?: string | undefined;
|
|
2539
2651
|
image?: string | undefined;
|
|
@@ -2553,6 +2665,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2553
2665
|
}, "strip", z.ZodTypeAny, {
|
|
2554
2666
|
asset: {
|
|
2555
2667
|
icon: string | undefined;
|
|
2668
|
+
priceDatasourceId: string | undefined;
|
|
2556
2669
|
symbol: string;
|
|
2557
2670
|
type: "CryptoCurrency";
|
|
2558
2671
|
id: string;
|
|
@@ -2578,6 +2691,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2578
2691
|
metadata: string | undefined;
|
|
2579
2692
|
type: "Nft";
|
|
2580
2693
|
id: string;
|
|
2694
|
+
updatedAt: number;
|
|
2581
2695
|
};
|
|
2582
2696
|
amount: {
|
|
2583
2697
|
value: bigint;
|
|
@@ -2610,6 +2724,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2610
2724
|
};
|
|
2611
2725
|
updatedAt: number;
|
|
2612
2726
|
icon?: string | undefined;
|
|
2727
|
+
priceDatasourceId?: string | undefined;
|
|
2613
2728
|
} | {
|
|
2614
2729
|
symbol: string;
|
|
2615
2730
|
type: "FiatCurrency";
|
|
@@ -2619,6 +2734,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2619
2734
|
} | {
|
|
2620
2735
|
type: "Nft";
|
|
2621
2736
|
id: string;
|
|
2737
|
+
updatedAt: number;
|
|
2622
2738
|
name?: string | undefined;
|
|
2623
2739
|
symbol?: string | undefined;
|
|
2624
2740
|
image?: string | undefined;
|
|
@@ -2654,6 +2770,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2654
2770
|
} | undefined;
|
|
2655
2771
|
asset: {
|
|
2656
2772
|
icon: string | undefined;
|
|
2773
|
+
priceDatasourceId: string | undefined;
|
|
2657
2774
|
symbol: string;
|
|
2658
2775
|
type: "CryptoCurrency";
|
|
2659
2776
|
id: string;
|
|
@@ -2679,6 +2796,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2679
2796
|
metadata: string | undefined;
|
|
2680
2797
|
type: "Nft";
|
|
2681
2798
|
id: string;
|
|
2799
|
+
updatedAt: number;
|
|
2682
2800
|
};
|
|
2683
2801
|
amount: {
|
|
2684
2802
|
value: bigint;
|
|
@@ -2700,6 +2818,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2700
2818
|
};
|
|
2701
2819
|
updatedAt: number;
|
|
2702
2820
|
icon?: string | undefined;
|
|
2821
|
+
priceDatasourceId?: string | undefined;
|
|
2703
2822
|
} | {
|
|
2704
2823
|
symbol: string;
|
|
2705
2824
|
type: "FiatCurrency";
|
|
@@ -2709,6 +2828,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2709
2828
|
} | {
|
|
2710
2829
|
type: "Nft";
|
|
2711
2830
|
id: string;
|
|
2831
|
+
updatedAt: number;
|
|
2712
2832
|
name?: string | undefined;
|
|
2713
2833
|
symbol?: string | undefined;
|
|
2714
2834
|
image?: string | undefined;
|
|
@@ -2753,6 +2873,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2753
2873
|
} | undefined;
|
|
2754
2874
|
asset: {
|
|
2755
2875
|
icon: string | undefined;
|
|
2876
|
+
priceDatasourceId: string | undefined;
|
|
2756
2877
|
symbol: string;
|
|
2757
2878
|
type: "CryptoCurrency";
|
|
2758
2879
|
id: string;
|
|
@@ -2778,6 +2899,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2778
2899
|
metadata: string | undefined;
|
|
2779
2900
|
type: "Nft";
|
|
2780
2901
|
id: string;
|
|
2902
|
+
updatedAt: number;
|
|
2781
2903
|
};
|
|
2782
2904
|
amount: {
|
|
2783
2905
|
value: bigint;
|
|
@@ -2798,6 +2920,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2798
2920
|
} | undefined;
|
|
2799
2921
|
asset: {
|
|
2800
2922
|
icon: string | undefined;
|
|
2923
|
+
priceDatasourceId: string | undefined;
|
|
2801
2924
|
symbol: string;
|
|
2802
2925
|
type: "CryptoCurrency";
|
|
2803
2926
|
id: string;
|
|
@@ -2823,6 +2946,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2823
2946
|
metadata: string | undefined;
|
|
2824
2947
|
type: "Nft";
|
|
2825
2948
|
id: string;
|
|
2949
|
+
updatedAt: number;
|
|
2826
2950
|
};
|
|
2827
2951
|
amount: {
|
|
2828
2952
|
value: bigint;
|
|
@@ -2843,6 +2967,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2843
2967
|
} | undefined;
|
|
2844
2968
|
asset: {
|
|
2845
2969
|
icon: string | undefined;
|
|
2970
|
+
priceDatasourceId: string | undefined;
|
|
2846
2971
|
symbol: string;
|
|
2847
2972
|
type: "CryptoCurrency";
|
|
2848
2973
|
id: string;
|
|
@@ -2868,6 +2993,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2868
2993
|
metadata: string | undefined;
|
|
2869
2994
|
type: "Nft";
|
|
2870
2995
|
id: string;
|
|
2996
|
+
updatedAt: number;
|
|
2871
2997
|
};
|
|
2872
2998
|
amount: {
|
|
2873
2999
|
value: bigint;
|
|
@@ -2906,6 +3032,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2906
3032
|
};
|
|
2907
3033
|
updatedAt: number;
|
|
2908
3034
|
icon?: string | undefined;
|
|
3035
|
+
priceDatasourceId?: string | undefined;
|
|
2909
3036
|
} | {
|
|
2910
3037
|
symbol: string;
|
|
2911
3038
|
type: "FiatCurrency";
|
|
@@ -2915,6 +3042,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2915
3042
|
} | {
|
|
2916
3043
|
type: "Nft";
|
|
2917
3044
|
id: string;
|
|
3045
|
+
updatedAt: number;
|
|
2918
3046
|
name?: string | undefined;
|
|
2919
3047
|
symbol?: string | undefined;
|
|
2920
3048
|
image?: string | undefined;
|
|
@@ -2951,6 +3079,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2951
3079
|
};
|
|
2952
3080
|
updatedAt: number;
|
|
2953
3081
|
icon?: string | undefined;
|
|
3082
|
+
priceDatasourceId?: string | undefined;
|
|
2954
3083
|
} | {
|
|
2955
3084
|
symbol: string;
|
|
2956
3085
|
type: "FiatCurrency";
|
|
@@ -2960,6 +3089,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2960
3089
|
} | {
|
|
2961
3090
|
type: "Nft";
|
|
2962
3091
|
id: string;
|
|
3092
|
+
updatedAt: number;
|
|
2963
3093
|
name?: string | undefined;
|
|
2964
3094
|
symbol?: string | undefined;
|
|
2965
3095
|
image?: string | undefined;
|
|
@@ -2996,6 +3126,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
2996
3126
|
};
|
|
2997
3127
|
updatedAt: number;
|
|
2998
3128
|
icon?: string | undefined;
|
|
3129
|
+
priceDatasourceId?: string | undefined;
|
|
2999
3130
|
} | {
|
|
3000
3131
|
symbol: string;
|
|
3001
3132
|
type: "FiatCurrency";
|
|
@@ -3005,6 +3136,7 @@ export declare const crossNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3005
3136
|
} | {
|
|
3006
3137
|
type: "Nft";
|
|
3007
3138
|
id: string;
|
|
3139
|
+
updatedAt: number;
|
|
3008
3140
|
name?: string | undefined;
|
|
3009
3141
|
symbol?: string | undefined;
|
|
3010
3142
|
image?: string | undefined;
|
|
@@ -3157,6 +3289,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3157
3289
|
decimals: number;
|
|
3158
3290
|
} | undefined;
|
|
3159
3291
|
}>;
|
|
3292
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3160
3293
|
updatedAt: z.ZodNumber;
|
|
3161
3294
|
}, "strip", z.ZodTypeAny, {
|
|
3162
3295
|
symbol: string;
|
|
@@ -3172,6 +3305,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3172
3305
|
};
|
|
3173
3306
|
updatedAt: number;
|
|
3174
3307
|
icon?: string | undefined;
|
|
3308
|
+
priceDatasourceId?: string | undefined;
|
|
3175
3309
|
}, {
|
|
3176
3310
|
symbol: string;
|
|
3177
3311
|
type: "CryptoCurrency";
|
|
@@ -3186,8 +3320,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3186
3320
|
};
|
|
3187
3321
|
updatedAt: number;
|
|
3188
3322
|
icon?: string | undefined;
|
|
3323
|
+
priceDatasourceId?: string | undefined;
|
|
3189
3324
|
}>, {
|
|
3190
3325
|
icon: string | undefined;
|
|
3326
|
+
priceDatasourceId: string | undefined;
|
|
3191
3327
|
symbol: string;
|
|
3192
3328
|
type: "CryptoCurrency";
|
|
3193
3329
|
id: string;
|
|
@@ -3214,6 +3350,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3214
3350
|
};
|
|
3215
3351
|
updatedAt: number;
|
|
3216
3352
|
icon?: string | undefined;
|
|
3353
|
+
priceDatasourceId?: string | undefined;
|
|
3217
3354
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3218
3355
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3219
3356
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -3251,9 +3388,11 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3251
3388
|
symbol: z.ZodOptional<z.ZodString>;
|
|
3252
3389
|
image: z.ZodOptional<z.ZodString>;
|
|
3253
3390
|
metadata: z.ZodOptional<z.ZodString>;
|
|
3391
|
+
updatedAt: z.ZodNumber;
|
|
3254
3392
|
}, "strip", z.ZodTypeAny, {
|
|
3255
3393
|
type: "Nft";
|
|
3256
3394
|
id: string;
|
|
3395
|
+
updatedAt: number;
|
|
3257
3396
|
name?: string | undefined;
|
|
3258
3397
|
symbol?: string | undefined;
|
|
3259
3398
|
image?: string | undefined;
|
|
@@ -3261,6 +3400,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3261
3400
|
}, {
|
|
3262
3401
|
type: "Nft";
|
|
3263
3402
|
id: string;
|
|
3403
|
+
updatedAt: number;
|
|
3264
3404
|
name?: string | undefined;
|
|
3265
3405
|
symbol?: string | undefined;
|
|
3266
3406
|
image?: string | undefined;
|
|
@@ -3272,9 +3412,11 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3272
3412
|
metadata: string | undefined;
|
|
3273
3413
|
type: "Nft";
|
|
3274
3414
|
id: string;
|
|
3415
|
+
updatedAt: number;
|
|
3275
3416
|
}, {
|
|
3276
3417
|
type: "Nft";
|
|
3277
3418
|
id: string;
|
|
3419
|
+
updatedAt: number;
|
|
3278
3420
|
name?: string | undefined;
|
|
3279
3421
|
symbol?: string | undefined;
|
|
3280
3422
|
image?: string | undefined;
|
|
@@ -3294,6 +3436,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3294
3436
|
}, "strip", z.ZodTypeAny, {
|
|
3295
3437
|
asset: {
|
|
3296
3438
|
icon: string | undefined;
|
|
3439
|
+
priceDatasourceId: string | undefined;
|
|
3297
3440
|
symbol: string;
|
|
3298
3441
|
type: "CryptoCurrency";
|
|
3299
3442
|
id: string;
|
|
@@ -3319,6 +3462,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3319
3462
|
metadata: string | undefined;
|
|
3320
3463
|
type: "Nft";
|
|
3321
3464
|
id: string;
|
|
3465
|
+
updatedAt: number;
|
|
3322
3466
|
};
|
|
3323
3467
|
amount: {
|
|
3324
3468
|
value: bigint;
|
|
@@ -3351,6 +3495,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3351
3495
|
};
|
|
3352
3496
|
updatedAt: number;
|
|
3353
3497
|
icon?: string | undefined;
|
|
3498
|
+
priceDatasourceId?: string | undefined;
|
|
3354
3499
|
} | {
|
|
3355
3500
|
symbol: string;
|
|
3356
3501
|
type: "FiatCurrency";
|
|
@@ -3360,6 +3505,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3360
3505
|
} | {
|
|
3361
3506
|
type: "Nft";
|
|
3362
3507
|
id: string;
|
|
3508
|
+
updatedAt: number;
|
|
3363
3509
|
name?: string | undefined;
|
|
3364
3510
|
symbol?: string | undefined;
|
|
3365
3511
|
image?: string | undefined;
|
|
@@ -3395,6 +3541,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3395
3541
|
} | undefined;
|
|
3396
3542
|
asset: {
|
|
3397
3543
|
icon: string | undefined;
|
|
3544
|
+
priceDatasourceId: string | undefined;
|
|
3398
3545
|
symbol: string;
|
|
3399
3546
|
type: "CryptoCurrency";
|
|
3400
3547
|
id: string;
|
|
@@ -3420,6 +3567,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3420
3567
|
metadata: string | undefined;
|
|
3421
3568
|
type: "Nft";
|
|
3422
3569
|
id: string;
|
|
3570
|
+
updatedAt: number;
|
|
3423
3571
|
};
|
|
3424
3572
|
amount: {
|
|
3425
3573
|
value: bigint;
|
|
@@ -3441,6 +3589,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3441
3589
|
};
|
|
3442
3590
|
updatedAt: number;
|
|
3443
3591
|
icon?: string | undefined;
|
|
3592
|
+
priceDatasourceId?: string | undefined;
|
|
3444
3593
|
} | {
|
|
3445
3594
|
symbol: string;
|
|
3446
3595
|
type: "FiatCurrency";
|
|
@@ -3450,6 +3599,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3450
3599
|
} | {
|
|
3451
3600
|
type: "Nft";
|
|
3452
3601
|
id: string;
|
|
3602
|
+
updatedAt: number;
|
|
3453
3603
|
name?: string | undefined;
|
|
3454
3604
|
symbol?: string | undefined;
|
|
3455
3605
|
image?: string | undefined;
|
|
@@ -3548,6 +3698,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3548
3698
|
decimals: number;
|
|
3549
3699
|
} | undefined;
|
|
3550
3700
|
}>;
|
|
3701
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3551
3702
|
updatedAt: z.ZodNumber;
|
|
3552
3703
|
}, "strip", z.ZodTypeAny, {
|
|
3553
3704
|
symbol: string;
|
|
@@ -3563,6 +3714,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3563
3714
|
};
|
|
3564
3715
|
updatedAt: number;
|
|
3565
3716
|
icon?: string | undefined;
|
|
3717
|
+
priceDatasourceId?: string | undefined;
|
|
3566
3718
|
}, {
|
|
3567
3719
|
symbol: string;
|
|
3568
3720
|
type: "CryptoCurrency";
|
|
@@ -3577,8 +3729,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3577
3729
|
};
|
|
3578
3730
|
updatedAt: number;
|
|
3579
3731
|
icon?: string | undefined;
|
|
3732
|
+
priceDatasourceId?: string | undefined;
|
|
3580
3733
|
}>, {
|
|
3581
3734
|
icon: string | undefined;
|
|
3735
|
+
priceDatasourceId: string | undefined;
|
|
3582
3736
|
symbol: string;
|
|
3583
3737
|
type: "CryptoCurrency";
|
|
3584
3738
|
id: string;
|
|
@@ -3605,6 +3759,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3605
3759
|
};
|
|
3606
3760
|
updatedAt: number;
|
|
3607
3761
|
icon?: string | undefined;
|
|
3762
|
+
priceDatasourceId?: string | undefined;
|
|
3608
3763
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3609
3764
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3610
3765
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -3642,9 +3797,11 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3642
3797
|
symbol: z.ZodOptional<z.ZodString>;
|
|
3643
3798
|
image: z.ZodOptional<z.ZodString>;
|
|
3644
3799
|
metadata: z.ZodOptional<z.ZodString>;
|
|
3800
|
+
updatedAt: z.ZodNumber;
|
|
3645
3801
|
}, "strip", z.ZodTypeAny, {
|
|
3646
3802
|
type: "Nft";
|
|
3647
3803
|
id: string;
|
|
3804
|
+
updatedAt: number;
|
|
3648
3805
|
name?: string | undefined;
|
|
3649
3806
|
symbol?: string | undefined;
|
|
3650
3807
|
image?: string | undefined;
|
|
@@ -3652,6 +3809,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3652
3809
|
}, {
|
|
3653
3810
|
type: "Nft";
|
|
3654
3811
|
id: string;
|
|
3812
|
+
updatedAt: number;
|
|
3655
3813
|
name?: string | undefined;
|
|
3656
3814
|
symbol?: string | undefined;
|
|
3657
3815
|
image?: string | undefined;
|
|
@@ -3663,9 +3821,11 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3663
3821
|
metadata: string | undefined;
|
|
3664
3822
|
type: "Nft";
|
|
3665
3823
|
id: string;
|
|
3824
|
+
updatedAt: number;
|
|
3666
3825
|
}, {
|
|
3667
3826
|
type: "Nft";
|
|
3668
3827
|
id: string;
|
|
3828
|
+
updatedAt: number;
|
|
3669
3829
|
name?: string | undefined;
|
|
3670
3830
|
symbol?: string | undefined;
|
|
3671
3831
|
image?: string | undefined;
|
|
@@ -3685,6 +3845,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3685
3845
|
}, "strip", z.ZodTypeAny, {
|
|
3686
3846
|
asset: {
|
|
3687
3847
|
icon: string | undefined;
|
|
3848
|
+
priceDatasourceId: string | undefined;
|
|
3688
3849
|
symbol: string;
|
|
3689
3850
|
type: "CryptoCurrency";
|
|
3690
3851
|
id: string;
|
|
@@ -3710,6 +3871,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3710
3871
|
metadata: string | undefined;
|
|
3711
3872
|
type: "Nft";
|
|
3712
3873
|
id: string;
|
|
3874
|
+
updatedAt: number;
|
|
3713
3875
|
};
|
|
3714
3876
|
amount: {
|
|
3715
3877
|
value: bigint;
|
|
@@ -3742,6 +3904,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3742
3904
|
};
|
|
3743
3905
|
updatedAt: number;
|
|
3744
3906
|
icon?: string | undefined;
|
|
3907
|
+
priceDatasourceId?: string | undefined;
|
|
3745
3908
|
} | {
|
|
3746
3909
|
symbol: string;
|
|
3747
3910
|
type: "FiatCurrency";
|
|
@@ -3751,6 +3914,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3751
3914
|
} | {
|
|
3752
3915
|
type: "Nft";
|
|
3753
3916
|
id: string;
|
|
3917
|
+
updatedAt: number;
|
|
3754
3918
|
name?: string | undefined;
|
|
3755
3919
|
symbol?: string | undefined;
|
|
3756
3920
|
image?: string | undefined;
|
|
@@ -3786,6 +3950,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3786
3950
|
} | undefined;
|
|
3787
3951
|
asset: {
|
|
3788
3952
|
icon: string | undefined;
|
|
3953
|
+
priceDatasourceId: string | undefined;
|
|
3789
3954
|
symbol: string;
|
|
3790
3955
|
type: "CryptoCurrency";
|
|
3791
3956
|
id: string;
|
|
@@ -3811,6 +3976,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3811
3976
|
metadata: string | undefined;
|
|
3812
3977
|
type: "Nft";
|
|
3813
3978
|
id: string;
|
|
3979
|
+
updatedAt: number;
|
|
3814
3980
|
};
|
|
3815
3981
|
amount: {
|
|
3816
3982
|
value: bigint;
|
|
@@ -3832,6 +3998,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3832
3998
|
};
|
|
3833
3999
|
updatedAt: number;
|
|
3834
4000
|
icon?: string | undefined;
|
|
4001
|
+
priceDatasourceId?: string | undefined;
|
|
3835
4002
|
} | {
|
|
3836
4003
|
symbol: string;
|
|
3837
4004
|
type: "FiatCurrency";
|
|
@@ -3841,6 +4008,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3841
4008
|
} | {
|
|
3842
4009
|
type: "Nft";
|
|
3843
4010
|
id: string;
|
|
4011
|
+
updatedAt: number;
|
|
3844
4012
|
name?: string | undefined;
|
|
3845
4013
|
symbol?: string | undefined;
|
|
3846
4014
|
image?: string | undefined;
|
|
@@ -3939,6 +4107,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3939
4107
|
decimals: number;
|
|
3940
4108
|
} | undefined;
|
|
3941
4109
|
}>;
|
|
4110
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3942
4111
|
updatedAt: z.ZodNumber;
|
|
3943
4112
|
}, "strip", z.ZodTypeAny, {
|
|
3944
4113
|
symbol: string;
|
|
@@ -3954,6 +4123,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3954
4123
|
};
|
|
3955
4124
|
updatedAt: number;
|
|
3956
4125
|
icon?: string | undefined;
|
|
4126
|
+
priceDatasourceId?: string | undefined;
|
|
3957
4127
|
}, {
|
|
3958
4128
|
symbol: string;
|
|
3959
4129
|
type: "CryptoCurrency";
|
|
@@ -3968,8 +4138,10 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3968
4138
|
};
|
|
3969
4139
|
updatedAt: number;
|
|
3970
4140
|
icon?: string | undefined;
|
|
4141
|
+
priceDatasourceId?: string | undefined;
|
|
3971
4142
|
}>, {
|
|
3972
4143
|
icon: string | undefined;
|
|
4144
|
+
priceDatasourceId: string | undefined;
|
|
3973
4145
|
symbol: string;
|
|
3974
4146
|
type: "CryptoCurrency";
|
|
3975
4147
|
id: string;
|
|
@@ -3996,6 +4168,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
3996
4168
|
};
|
|
3997
4169
|
updatedAt: number;
|
|
3998
4170
|
icon?: string | undefined;
|
|
4171
|
+
priceDatasourceId?: string | undefined;
|
|
3999
4172
|
}>, z.ZodEffects<z.ZodObject<{
|
|
4000
4173
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
4001
4174
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -4033,9 +4206,11 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4033
4206
|
symbol: z.ZodOptional<z.ZodString>;
|
|
4034
4207
|
image: z.ZodOptional<z.ZodString>;
|
|
4035
4208
|
metadata: z.ZodOptional<z.ZodString>;
|
|
4209
|
+
updatedAt: z.ZodNumber;
|
|
4036
4210
|
}, "strip", z.ZodTypeAny, {
|
|
4037
4211
|
type: "Nft";
|
|
4038
4212
|
id: string;
|
|
4213
|
+
updatedAt: number;
|
|
4039
4214
|
name?: string | undefined;
|
|
4040
4215
|
symbol?: string | undefined;
|
|
4041
4216
|
image?: string | undefined;
|
|
@@ -4043,6 +4218,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4043
4218
|
}, {
|
|
4044
4219
|
type: "Nft";
|
|
4045
4220
|
id: string;
|
|
4221
|
+
updatedAt: number;
|
|
4046
4222
|
name?: string | undefined;
|
|
4047
4223
|
symbol?: string | undefined;
|
|
4048
4224
|
image?: string | undefined;
|
|
@@ -4054,9 +4230,11 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4054
4230
|
metadata: string | undefined;
|
|
4055
4231
|
type: "Nft";
|
|
4056
4232
|
id: string;
|
|
4233
|
+
updatedAt: number;
|
|
4057
4234
|
}, {
|
|
4058
4235
|
type: "Nft";
|
|
4059
4236
|
id: string;
|
|
4237
|
+
updatedAt: number;
|
|
4060
4238
|
name?: string | undefined;
|
|
4061
4239
|
symbol?: string | undefined;
|
|
4062
4240
|
image?: string | undefined;
|
|
@@ -4076,6 +4254,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4076
4254
|
}, "strip", z.ZodTypeAny, {
|
|
4077
4255
|
asset: {
|
|
4078
4256
|
icon: string | undefined;
|
|
4257
|
+
priceDatasourceId: string | undefined;
|
|
4079
4258
|
symbol: string;
|
|
4080
4259
|
type: "CryptoCurrency";
|
|
4081
4260
|
id: string;
|
|
@@ -4101,6 +4280,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4101
4280
|
metadata: string | undefined;
|
|
4102
4281
|
type: "Nft";
|
|
4103
4282
|
id: string;
|
|
4283
|
+
updatedAt: number;
|
|
4104
4284
|
};
|
|
4105
4285
|
amount: {
|
|
4106
4286
|
value: bigint;
|
|
@@ -4133,6 +4313,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4133
4313
|
};
|
|
4134
4314
|
updatedAt: number;
|
|
4135
4315
|
icon?: string | undefined;
|
|
4316
|
+
priceDatasourceId?: string | undefined;
|
|
4136
4317
|
} | {
|
|
4137
4318
|
symbol: string;
|
|
4138
4319
|
type: "FiatCurrency";
|
|
@@ -4142,6 +4323,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4142
4323
|
} | {
|
|
4143
4324
|
type: "Nft";
|
|
4144
4325
|
id: string;
|
|
4326
|
+
updatedAt: number;
|
|
4145
4327
|
name?: string | undefined;
|
|
4146
4328
|
symbol?: string | undefined;
|
|
4147
4329
|
image?: string | undefined;
|
|
@@ -4177,6 +4359,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4177
4359
|
} | undefined;
|
|
4178
4360
|
asset: {
|
|
4179
4361
|
icon: string | undefined;
|
|
4362
|
+
priceDatasourceId: string | undefined;
|
|
4180
4363
|
symbol: string;
|
|
4181
4364
|
type: "CryptoCurrency";
|
|
4182
4365
|
id: string;
|
|
@@ -4202,6 +4385,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4202
4385
|
metadata: string | undefined;
|
|
4203
4386
|
type: "Nft";
|
|
4204
4387
|
id: string;
|
|
4388
|
+
updatedAt: number;
|
|
4205
4389
|
};
|
|
4206
4390
|
amount: {
|
|
4207
4391
|
value: bigint;
|
|
@@ -4223,6 +4407,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4223
4407
|
};
|
|
4224
4408
|
updatedAt: number;
|
|
4225
4409
|
icon?: string | undefined;
|
|
4410
|
+
priceDatasourceId?: string | undefined;
|
|
4226
4411
|
} | {
|
|
4227
4412
|
symbol: string;
|
|
4228
4413
|
type: "FiatCurrency";
|
|
@@ -4232,6 +4417,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4232
4417
|
} | {
|
|
4233
4418
|
type: "Nft";
|
|
4234
4419
|
id: string;
|
|
4420
|
+
updatedAt: number;
|
|
4235
4421
|
name?: string | undefined;
|
|
4236
4422
|
symbol?: string | undefined;
|
|
4237
4423
|
image?: string | undefined;
|
|
@@ -4275,6 +4461,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4275
4461
|
} | undefined;
|
|
4276
4462
|
asset: {
|
|
4277
4463
|
icon: string | undefined;
|
|
4464
|
+
priceDatasourceId: string | undefined;
|
|
4278
4465
|
symbol: string;
|
|
4279
4466
|
type: "CryptoCurrency";
|
|
4280
4467
|
id: string;
|
|
@@ -4300,6 +4487,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4300
4487
|
metadata: string | undefined;
|
|
4301
4488
|
type: "Nft";
|
|
4302
4489
|
id: string;
|
|
4490
|
+
updatedAt: number;
|
|
4303
4491
|
};
|
|
4304
4492
|
amount: {
|
|
4305
4493
|
value: bigint;
|
|
@@ -4320,6 +4508,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4320
4508
|
} | undefined;
|
|
4321
4509
|
asset: {
|
|
4322
4510
|
icon: string | undefined;
|
|
4511
|
+
priceDatasourceId: string | undefined;
|
|
4323
4512
|
symbol: string;
|
|
4324
4513
|
type: "CryptoCurrency";
|
|
4325
4514
|
id: string;
|
|
@@ -4345,6 +4534,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4345
4534
|
metadata: string | undefined;
|
|
4346
4535
|
type: "Nft";
|
|
4347
4536
|
id: string;
|
|
4537
|
+
updatedAt: number;
|
|
4348
4538
|
};
|
|
4349
4539
|
amount: {
|
|
4350
4540
|
value: bigint;
|
|
@@ -4365,6 +4555,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4365
4555
|
} | undefined;
|
|
4366
4556
|
asset: {
|
|
4367
4557
|
icon: string | undefined;
|
|
4558
|
+
priceDatasourceId: string | undefined;
|
|
4368
4559
|
symbol: string;
|
|
4369
4560
|
type: "CryptoCurrency";
|
|
4370
4561
|
id: string;
|
|
@@ -4390,6 +4581,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4390
4581
|
metadata: string | undefined;
|
|
4391
4582
|
type: "Nft";
|
|
4392
4583
|
id: string;
|
|
4584
|
+
updatedAt: number;
|
|
4393
4585
|
};
|
|
4394
4586
|
amount: {
|
|
4395
4587
|
value: bigint;
|
|
@@ -4427,6 +4619,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4427
4619
|
};
|
|
4428
4620
|
updatedAt: number;
|
|
4429
4621
|
icon?: string | undefined;
|
|
4622
|
+
priceDatasourceId?: string | undefined;
|
|
4430
4623
|
} | {
|
|
4431
4624
|
symbol: string;
|
|
4432
4625
|
type: "FiatCurrency";
|
|
@@ -4436,6 +4629,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4436
4629
|
} | {
|
|
4437
4630
|
type: "Nft";
|
|
4438
4631
|
id: string;
|
|
4632
|
+
updatedAt: number;
|
|
4439
4633
|
name?: string | undefined;
|
|
4440
4634
|
symbol?: string | undefined;
|
|
4441
4635
|
image?: string | undefined;
|
|
@@ -4472,6 +4666,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4472
4666
|
};
|
|
4473
4667
|
updatedAt: number;
|
|
4474
4668
|
icon?: string | undefined;
|
|
4669
|
+
priceDatasourceId?: string | undefined;
|
|
4475
4670
|
} | {
|
|
4476
4671
|
symbol: string;
|
|
4477
4672
|
type: "FiatCurrency";
|
|
@@ -4481,6 +4676,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4481
4676
|
} | {
|
|
4482
4677
|
type: "Nft";
|
|
4483
4678
|
id: string;
|
|
4679
|
+
updatedAt: number;
|
|
4484
4680
|
name?: string | undefined;
|
|
4485
4681
|
symbol?: string | undefined;
|
|
4486
4682
|
image?: string | undefined;
|
|
@@ -4517,6 +4713,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4517
4713
|
};
|
|
4518
4714
|
updatedAt: number;
|
|
4519
4715
|
icon?: string | undefined;
|
|
4716
|
+
priceDatasourceId?: string | undefined;
|
|
4520
4717
|
} | {
|
|
4521
4718
|
symbol: string;
|
|
4522
4719
|
type: "FiatCurrency";
|
|
@@ -4526,6 +4723,7 @@ export declare const loanNormalActionDefaultSchema: z.ZodObject<{
|
|
|
4526
4723
|
} | {
|
|
4527
4724
|
type: "Nft";
|
|
4528
4725
|
id: string;
|
|
4726
|
+
updatedAt: number;
|
|
4529
4727
|
name?: string | undefined;
|
|
4530
4728
|
symbol?: string | undefined;
|
|
4531
4729
|
image?: string | undefined;
|