@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
|
@@ -119,6 +119,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
119
119
|
decimals: number;
|
|
120
120
|
} | undefined;
|
|
121
121
|
}>;
|
|
122
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
122
123
|
updatedAt: z.ZodNumber;
|
|
123
124
|
}, "strip", z.ZodTypeAny, {
|
|
124
125
|
symbol: string;
|
|
@@ -134,6 +135,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
134
135
|
};
|
|
135
136
|
updatedAt: number;
|
|
136
137
|
icon?: string | undefined;
|
|
138
|
+
priceDatasourceId?: string | undefined;
|
|
137
139
|
}, {
|
|
138
140
|
symbol: string;
|
|
139
141
|
type: "CryptoCurrency";
|
|
@@ -148,8 +150,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
148
150
|
};
|
|
149
151
|
updatedAt: number;
|
|
150
152
|
icon?: string | undefined;
|
|
153
|
+
priceDatasourceId?: string | undefined;
|
|
151
154
|
}>, {
|
|
152
155
|
icon: string | undefined;
|
|
156
|
+
priceDatasourceId: string | undefined;
|
|
153
157
|
symbol: string;
|
|
154
158
|
type: "CryptoCurrency";
|
|
155
159
|
id: string;
|
|
@@ -176,6 +180,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
176
180
|
};
|
|
177
181
|
updatedAt: number;
|
|
178
182
|
icon?: string | undefined;
|
|
183
|
+
priceDatasourceId?: string | undefined;
|
|
179
184
|
}>, z.ZodEffects<z.ZodObject<{
|
|
180
185
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
181
186
|
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">]>;
|
|
@@ -213,9 +218,11 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
213
218
|
symbol: z.ZodOptional<z.ZodString>;
|
|
214
219
|
image: z.ZodOptional<z.ZodString>;
|
|
215
220
|
metadata: z.ZodOptional<z.ZodString>;
|
|
221
|
+
updatedAt: z.ZodNumber;
|
|
216
222
|
}, "strip", z.ZodTypeAny, {
|
|
217
223
|
type: "Nft";
|
|
218
224
|
id: string;
|
|
225
|
+
updatedAt: number;
|
|
219
226
|
name?: string | undefined;
|
|
220
227
|
symbol?: string | undefined;
|
|
221
228
|
image?: string | undefined;
|
|
@@ -223,6 +230,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
223
230
|
}, {
|
|
224
231
|
type: "Nft";
|
|
225
232
|
id: string;
|
|
233
|
+
updatedAt: number;
|
|
226
234
|
name?: string | undefined;
|
|
227
235
|
symbol?: string | undefined;
|
|
228
236
|
image?: string | undefined;
|
|
@@ -234,9 +242,11 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
234
242
|
metadata: string | undefined;
|
|
235
243
|
type: "Nft";
|
|
236
244
|
id: string;
|
|
245
|
+
updatedAt: number;
|
|
237
246
|
}, {
|
|
238
247
|
type: "Nft";
|
|
239
248
|
id: string;
|
|
249
|
+
updatedAt: number;
|
|
240
250
|
name?: string | undefined;
|
|
241
251
|
symbol?: string | undefined;
|
|
242
252
|
image?: string | undefined;
|
|
@@ -256,6 +266,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
256
266
|
}, "strip", z.ZodTypeAny, {
|
|
257
267
|
asset: {
|
|
258
268
|
icon: string | undefined;
|
|
269
|
+
priceDatasourceId: string | undefined;
|
|
259
270
|
symbol: string;
|
|
260
271
|
type: "CryptoCurrency";
|
|
261
272
|
id: string;
|
|
@@ -281,6 +292,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
281
292
|
metadata: string | undefined;
|
|
282
293
|
type: "Nft";
|
|
283
294
|
id: string;
|
|
295
|
+
updatedAt: number;
|
|
284
296
|
};
|
|
285
297
|
amount: {
|
|
286
298
|
value: bigint;
|
|
@@ -313,6 +325,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
313
325
|
};
|
|
314
326
|
updatedAt: number;
|
|
315
327
|
icon?: string | undefined;
|
|
328
|
+
priceDatasourceId?: string | undefined;
|
|
316
329
|
} | {
|
|
317
330
|
symbol: string;
|
|
318
331
|
type: "FiatCurrency";
|
|
@@ -322,6 +335,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
322
335
|
} | {
|
|
323
336
|
type: "Nft";
|
|
324
337
|
id: string;
|
|
338
|
+
updatedAt: number;
|
|
325
339
|
name?: string | undefined;
|
|
326
340
|
symbol?: string | undefined;
|
|
327
341
|
image?: string | undefined;
|
|
@@ -357,6 +371,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
357
371
|
} | undefined;
|
|
358
372
|
asset: {
|
|
359
373
|
icon: string | undefined;
|
|
374
|
+
priceDatasourceId: string | undefined;
|
|
360
375
|
symbol: string;
|
|
361
376
|
type: "CryptoCurrency";
|
|
362
377
|
id: string;
|
|
@@ -382,6 +397,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
382
397
|
metadata: string | undefined;
|
|
383
398
|
type: "Nft";
|
|
384
399
|
id: string;
|
|
400
|
+
updatedAt: number;
|
|
385
401
|
};
|
|
386
402
|
amount: {
|
|
387
403
|
value: bigint;
|
|
@@ -403,6 +419,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
403
419
|
};
|
|
404
420
|
updatedAt: number;
|
|
405
421
|
icon?: string | undefined;
|
|
422
|
+
priceDatasourceId?: string | undefined;
|
|
406
423
|
} | {
|
|
407
424
|
symbol: string;
|
|
408
425
|
type: "FiatCurrency";
|
|
@@ -412,6 +429,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
412
429
|
} | {
|
|
413
430
|
type: "Nft";
|
|
414
431
|
id: string;
|
|
432
|
+
updatedAt: number;
|
|
415
433
|
name?: string | undefined;
|
|
416
434
|
symbol?: string | undefined;
|
|
417
435
|
image?: string | undefined;
|
|
@@ -510,6 +528,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
510
528
|
decimals: number;
|
|
511
529
|
} | undefined;
|
|
512
530
|
}>;
|
|
531
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
513
532
|
updatedAt: z.ZodNumber;
|
|
514
533
|
}, "strip", z.ZodTypeAny, {
|
|
515
534
|
symbol: string;
|
|
@@ -525,6 +544,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
525
544
|
};
|
|
526
545
|
updatedAt: number;
|
|
527
546
|
icon?: string | undefined;
|
|
547
|
+
priceDatasourceId?: string | undefined;
|
|
528
548
|
}, {
|
|
529
549
|
symbol: string;
|
|
530
550
|
type: "CryptoCurrency";
|
|
@@ -539,8 +559,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
539
559
|
};
|
|
540
560
|
updatedAt: number;
|
|
541
561
|
icon?: string | undefined;
|
|
562
|
+
priceDatasourceId?: string | undefined;
|
|
542
563
|
}>, {
|
|
543
564
|
icon: string | undefined;
|
|
565
|
+
priceDatasourceId: string | undefined;
|
|
544
566
|
symbol: string;
|
|
545
567
|
type: "CryptoCurrency";
|
|
546
568
|
id: string;
|
|
@@ -567,6 +589,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
567
589
|
};
|
|
568
590
|
updatedAt: number;
|
|
569
591
|
icon?: string | undefined;
|
|
592
|
+
priceDatasourceId?: string | undefined;
|
|
570
593
|
}>, z.ZodEffects<z.ZodObject<{
|
|
571
594
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
572
595
|
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">]>;
|
|
@@ -604,9 +627,11 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
604
627
|
symbol: z.ZodOptional<z.ZodString>;
|
|
605
628
|
image: z.ZodOptional<z.ZodString>;
|
|
606
629
|
metadata: z.ZodOptional<z.ZodString>;
|
|
630
|
+
updatedAt: z.ZodNumber;
|
|
607
631
|
}, "strip", z.ZodTypeAny, {
|
|
608
632
|
type: "Nft";
|
|
609
633
|
id: string;
|
|
634
|
+
updatedAt: number;
|
|
610
635
|
name?: string | undefined;
|
|
611
636
|
symbol?: string | undefined;
|
|
612
637
|
image?: string | undefined;
|
|
@@ -614,6 +639,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
614
639
|
}, {
|
|
615
640
|
type: "Nft";
|
|
616
641
|
id: string;
|
|
642
|
+
updatedAt: number;
|
|
617
643
|
name?: string | undefined;
|
|
618
644
|
symbol?: string | undefined;
|
|
619
645
|
image?: string | undefined;
|
|
@@ -625,9 +651,11 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
625
651
|
metadata: string | undefined;
|
|
626
652
|
type: "Nft";
|
|
627
653
|
id: string;
|
|
654
|
+
updatedAt: number;
|
|
628
655
|
}, {
|
|
629
656
|
type: "Nft";
|
|
630
657
|
id: string;
|
|
658
|
+
updatedAt: number;
|
|
631
659
|
name?: string | undefined;
|
|
632
660
|
symbol?: string | undefined;
|
|
633
661
|
image?: string | undefined;
|
|
@@ -647,6 +675,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
647
675
|
}, "strip", z.ZodTypeAny, {
|
|
648
676
|
asset: {
|
|
649
677
|
icon: string | undefined;
|
|
678
|
+
priceDatasourceId: string | undefined;
|
|
650
679
|
symbol: string;
|
|
651
680
|
type: "CryptoCurrency";
|
|
652
681
|
id: string;
|
|
@@ -672,6 +701,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
672
701
|
metadata: string | undefined;
|
|
673
702
|
type: "Nft";
|
|
674
703
|
id: string;
|
|
704
|
+
updatedAt: number;
|
|
675
705
|
};
|
|
676
706
|
amount: {
|
|
677
707
|
value: bigint;
|
|
@@ -704,6 +734,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
704
734
|
};
|
|
705
735
|
updatedAt: number;
|
|
706
736
|
icon?: string | undefined;
|
|
737
|
+
priceDatasourceId?: string | undefined;
|
|
707
738
|
} | {
|
|
708
739
|
symbol: string;
|
|
709
740
|
type: "FiatCurrency";
|
|
@@ -713,6 +744,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
713
744
|
} | {
|
|
714
745
|
type: "Nft";
|
|
715
746
|
id: string;
|
|
747
|
+
updatedAt: number;
|
|
716
748
|
name?: string | undefined;
|
|
717
749
|
symbol?: string | undefined;
|
|
718
750
|
image?: string | undefined;
|
|
@@ -748,6 +780,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
748
780
|
} | undefined;
|
|
749
781
|
asset: {
|
|
750
782
|
icon: string | undefined;
|
|
783
|
+
priceDatasourceId: string | undefined;
|
|
751
784
|
symbol: string;
|
|
752
785
|
type: "CryptoCurrency";
|
|
753
786
|
id: string;
|
|
@@ -773,6 +806,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
773
806
|
metadata: string | undefined;
|
|
774
807
|
type: "Nft";
|
|
775
808
|
id: string;
|
|
809
|
+
updatedAt: number;
|
|
776
810
|
};
|
|
777
811
|
amount: {
|
|
778
812
|
value: bigint;
|
|
@@ -794,6 +828,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
794
828
|
};
|
|
795
829
|
updatedAt: number;
|
|
796
830
|
icon?: string | undefined;
|
|
831
|
+
priceDatasourceId?: string | undefined;
|
|
797
832
|
} | {
|
|
798
833
|
symbol: string;
|
|
799
834
|
type: "FiatCurrency";
|
|
@@ -803,6 +838,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
803
838
|
} | {
|
|
804
839
|
type: "Nft";
|
|
805
840
|
id: string;
|
|
841
|
+
updatedAt: number;
|
|
806
842
|
name?: string | undefined;
|
|
807
843
|
symbol?: string | undefined;
|
|
808
844
|
image?: string | undefined;
|
|
@@ -901,6 +937,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
901
937
|
decimals: number;
|
|
902
938
|
} | undefined;
|
|
903
939
|
}>;
|
|
940
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
904
941
|
updatedAt: z.ZodNumber;
|
|
905
942
|
}, "strip", z.ZodTypeAny, {
|
|
906
943
|
symbol: string;
|
|
@@ -916,6 +953,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
916
953
|
};
|
|
917
954
|
updatedAt: number;
|
|
918
955
|
icon?: string | undefined;
|
|
956
|
+
priceDatasourceId?: string | undefined;
|
|
919
957
|
}, {
|
|
920
958
|
symbol: string;
|
|
921
959
|
type: "CryptoCurrency";
|
|
@@ -930,8 +968,10 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
930
968
|
};
|
|
931
969
|
updatedAt: number;
|
|
932
970
|
icon?: string | undefined;
|
|
971
|
+
priceDatasourceId?: string | undefined;
|
|
933
972
|
}>, {
|
|
934
973
|
icon: string | undefined;
|
|
974
|
+
priceDatasourceId: string | undefined;
|
|
935
975
|
symbol: string;
|
|
936
976
|
type: "CryptoCurrency";
|
|
937
977
|
id: string;
|
|
@@ -958,6 +998,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
958
998
|
};
|
|
959
999
|
updatedAt: number;
|
|
960
1000
|
icon?: string | undefined;
|
|
1001
|
+
priceDatasourceId?: string | undefined;
|
|
961
1002
|
}>, z.ZodEffects<z.ZodObject<{
|
|
962
1003
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
963
1004
|
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">]>;
|
|
@@ -995,9 +1036,11 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
995
1036
|
symbol: z.ZodOptional<z.ZodString>;
|
|
996
1037
|
image: z.ZodOptional<z.ZodString>;
|
|
997
1038
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1039
|
+
updatedAt: z.ZodNumber;
|
|
998
1040
|
}, "strip", z.ZodTypeAny, {
|
|
999
1041
|
type: "Nft";
|
|
1000
1042
|
id: string;
|
|
1043
|
+
updatedAt: number;
|
|
1001
1044
|
name?: string | undefined;
|
|
1002
1045
|
symbol?: string | undefined;
|
|
1003
1046
|
image?: string | undefined;
|
|
@@ -1005,6 +1048,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1005
1048
|
}, {
|
|
1006
1049
|
type: "Nft";
|
|
1007
1050
|
id: string;
|
|
1051
|
+
updatedAt: number;
|
|
1008
1052
|
name?: string | undefined;
|
|
1009
1053
|
symbol?: string | undefined;
|
|
1010
1054
|
image?: string | undefined;
|
|
@@ -1016,9 +1060,11 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1016
1060
|
metadata: string | undefined;
|
|
1017
1061
|
type: "Nft";
|
|
1018
1062
|
id: string;
|
|
1063
|
+
updatedAt: number;
|
|
1019
1064
|
}, {
|
|
1020
1065
|
type: "Nft";
|
|
1021
1066
|
id: string;
|
|
1067
|
+
updatedAt: number;
|
|
1022
1068
|
name?: string | undefined;
|
|
1023
1069
|
symbol?: string | undefined;
|
|
1024
1070
|
image?: string | undefined;
|
|
@@ -1038,6 +1084,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1038
1084
|
}, "strip", z.ZodTypeAny, {
|
|
1039
1085
|
asset: {
|
|
1040
1086
|
icon: string | undefined;
|
|
1087
|
+
priceDatasourceId: string | undefined;
|
|
1041
1088
|
symbol: string;
|
|
1042
1089
|
type: "CryptoCurrency";
|
|
1043
1090
|
id: string;
|
|
@@ -1063,6 +1110,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1063
1110
|
metadata: string | undefined;
|
|
1064
1111
|
type: "Nft";
|
|
1065
1112
|
id: string;
|
|
1113
|
+
updatedAt: number;
|
|
1066
1114
|
};
|
|
1067
1115
|
amount: {
|
|
1068
1116
|
value: bigint;
|
|
@@ -1095,6 +1143,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1095
1143
|
};
|
|
1096
1144
|
updatedAt: number;
|
|
1097
1145
|
icon?: string | undefined;
|
|
1146
|
+
priceDatasourceId?: string | undefined;
|
|
1098
1147
|
} | {
|
|
1099
1148
|
symbol: string;
|
|
1100
1149
|
type: "FiatCurrency";
|
|
@@ -1104,6 +1153,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1104
1153
|
} | {
|
|
1105
1154
|
type: "Nft";
|
|
1106
1155
|
id: string;
|
|
1156
|
+
updatedAt: number;
|
|
1107
1157
|
name?: string | undefined;
|
|
1108
1158
|
symbol?: string | undefined;
|
|
1109
1159
|
image?: string | undefined;
|
|
@@ -1139,6 +1189,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1139
1189
|
} | undefined;
|
|
1140
1190
|
asset: {
|
|
1141
1191
|
icon: string | undefined;
|
|
1192
|
+
priceDatasourceId: string | undefined;
|
|
1142
1193
|
symbol: string;
|
|
1143
1194
|
type: "CryptoCurrency";
|
|
1144
1195
|
id: string;
|
|
@@ -1164,6 +1215,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1164
1215
|
metadata: string | undefined;
|
|
1165
1216
|
type: "Nft";
|
|
1166
1217
|
id: string;
|
|
1218
|
+
updatedAt: number;
|
|
1167
1219
|
};
|
|
1168
1220
|
amount: {
|
|
1169
1221
|
value: bigint;
|
|
@@ -1185,6 +1237,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1185
1237
|
};
|
|
1186
1238
|
updatedAt: number;
|
|
1187
1239
|
icon?: string | undefined;
|
|
1240
|
+
priceDatasourceId?: string | undefined;
|
|
1188
1241
|
} | {
|
|
1189
1242
|
symbol: string;
|
|
1190
1243
|
type: "FiatCurrency";
|
|
@@ -1194,6 +1247,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1194
1247
|
} | {
|
|
1195
1248
|
type: "Nft";
|
|
1196
1249
|
id: string;
|
|
1250
|
+
updatedAt: number;
|
|
1197
1251
|
name?: string | undefined;
|
|
1198
1252
|
symbol?: string | undefined;
|
|
1199
1253
|
image?: string | undefined;
|
|
@@ -1238,6 +1292,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1238
1292
|
} | undefined;
|
|
1239
1293
|
asset: {
|
|
1240
1294
|
icon: string | undefined;
|
|
1295
|
+
priceDatasourceId: string | undefined;
|
|
1241
1296
|
symbol: string;
|
|
1242
1297
|
type: "CryptoCurrency";
|
|
1243
1298
|
id: string;
|
|
@@ -1263,6 +1318,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1263
1318
|
metadata: string | undefined;
|
|
1264
1319
|
type: "Nft";
|
|
1265
1320
|
id: string;
|
|
1321
|
+
updatedAt: number;
|
|
1266
1322
|
};
|
|
1267
1323
|
amount: {
|
|
1268
1324
|
value: bigint;
|
|
@@ -1283,6 +1339,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1283
1339
|
} | undefined;
|
|
1284
1340
|
asset: {
|
|
1285
1341
|
icon: string | undefined;
|
|
1342
|
+
priceDatasourceId: string | undefined;
|
|
1286
1343
|
symbol: string;
|
|
1287
1344
|
type: "CryptoCurrency";
|
|
1288
1345
|
id: string;
|
|
@@ -1308,6 +1365,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1308
1365
|
metadata: string | undefined;
|
|
1309
1366
|
type: "Nft";
|
|
1310
1367
|
id: string;
|
|
1368
|
+
updatedAt: number;
|
|
1311
1369
|
};
|
|
1312
1370
|
amount: {
|
|
1313
1371
|
value: bigint;
|
|
@@ -1328,6 +1386,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1328
1386
|
} | undefined;
|
|
1329
1387
|
asset: {
|
|
1330
1388
|
icon: string | undefined;
|
|
1389
|
+
priceDatasourceId: string | undefined;
|
|
1331
1390
|
symbol: string;
|
|
1332
1391
|
type: "CryptoCurrency";
|
|
1333
1392
|
id: string;
|
|
@@ -1353,6 +1412,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1353
1412
|
metadata: string | undefined;
|
|
1354
1413
|
type: "Nft";
|
|
1355
1414
|
id: string;
|
|
1415
|
+
updatedAt: number;
|
|
1356
1416
|
};
|
|
1357
1417
|
amount: {
|
|
1358
1418
|
value: bigint;
|
|
@@ -1391,6 +1451,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1391
1451
|
};
|
|
1392
1452
|
updatedAt: number;
|
|
1393
1453
|
icon?: string | undefined;
|
|
1454
|
+
priceDatasourceId?: string | undefined;
|
|
1394
1455
|
} | {
|
|
1395
1456
|
symbol: string;
|
|
1396
1457
|
type: "FiatCurrency";
|
|
@@ -1400,6 +1461,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1400
1461
|
} | {
|
|
1401
1462
|
type: "Nft";
|
|
1402
1463
|
id: string;
|
|
1464
|
+
updatedAt: number;
|
|
1403
1465
|
name?: string | undefined;
|
|
1404
1466
|
symbol?: string | undefined;
|
|
1405
1467
|
image?: string | undefined;
|
|
@@ -1436,6 +1498,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1436
1498
|
};
|
|
1437
1499
|
updatedAt: number;
|
|
1438
1500
|
icon?: string | undefined;
|
|
1501
|
+
priceDatasourceId?: string | undefined;
|
|
1439
1502
|
} | {
|
|
1440
1503
|
symbol: string;
|
|
1441
1504
|
type: "FiatCurrency";
|
|
@@ -1445,6 +1508,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1445
1508
|
} | {
|
|
1446
1509
|
type: "Nft";
|
|
1447
1510
|
id: string;
|
|
1511
|
+
updatedAt: number;
|
|
1448
1512
|
name?: string | undefined;
|
|
1449
1513
|
symbol?: string | undefined;
|
|
1450
1514
|
image?: string | undefined;
|
|
@@ -1481,6 +1545,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1481
1545
|
};
|
|
1482
1546
|
updatedAt: number;
|
|
1483
1547
|
icon?: string | undefined;
|
|
1548
|
+
priceDatasourceId?: string | undefined;
|
|
1484
1549
|
} | {
|
|
1485
1550
|
symbol: string;
|
|
1486
1551
|
type: "FiatCurrency";
|
|
@@ -1490,6 +1555,7 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1490
1555
|
} | {
|
|
1491
1556
|
type: "Nft";
|
|
1492
1557
|
id: string;
|
|
1558
|
+
updatedAt: number;
|
|
1493
1559
|
name?: string | undefined;
|
|
1494
1560
|
symbol?: string | undefined;
|
|
1495
1561
|
image?: string | undefined;
|
|
@@ -1642,6 +1708,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1642
1708
|
decimals: number;
|
|
1643
1709
|
} | undefined;
|
|
1644
1710
|
}>;
|
|
1711
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1645
1712
|
updatedAt: z.ZodNumber;
|
|
1646
1713
|
}, "strip", z.ZodTypeAny, {
|
|
1647
1714
|
symbol: string;
|
|
@@ -1657,6 +1724,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1657
1724
|
};
|
|
1658
1725
|
updatedAt: number;
|
|
1659
1726
|
icon?: string | undefined;
|
|
1727
|
+
priceDatasourceId?: string | undefined;
|
|
1660
1728
|
}, {
|
|
1661
1729
|
symbol: string;
|
|
1662
1730
|
type: "CryptoCurrency";
|
|
@@ -1671,8 +1739,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1671
1739
|
};
|
|
1672
1740
|
updatedAt: number;
|
|
1673
1741
|
icon?: string | undefined;
|
|
1742
|
+
priceDatasourceId?: string | undefined;
|
|
1674
1743
|
}>, {
|
|
1675
1744
|
icon: string | undefined;
|
|
1745
|
+
priceDatasourceId: string | undefined;
|
|
1676
1746
|
symbol: string;
|
|
1677
1747
|
type: "CryptoCurrency";
|
|
1678
1748
|
id: string;
|
|
@@ -1699,6 +1769,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1699
1769
|
};
|
|
1700
1770
|
updatedAt: number;
|
|
1701
1771
|
icon?: string | undefined;
|
|
1772
|
+
priceDatasourceId?: string | undefined;
|
|
1702
1773
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1703
1774
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
1704
1775
|
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">]>;
|
|
@@ -1736,9 +1807,11 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1736
1807
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1737
1808
|
image: z.ZodOptional<z.ZodString>;
|
|
1738
1809
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1810
|
+
updatedAt: z.ZodNumber;
|
|
1739
1811
|
}, "strip", z.ZodTypeAny, {
|
|
1740
1812
|
type: "Nft";
|
|
1741
1813
|
id: string;
|
|
1814
|
+
updatedAt: number;
|
|
1742
1815
|
name?: string | undefined;
|
|
1743
1816
|
symbol?: string | undefined;
|
|
1744
1817
|
image?: string | undefined;
|
|
@@ -1746,6 +1819,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1746
1819
|
}, {
|
|
1747
1820
|
type: "Nft";
|
|
1748
1821
|
id: string;
|
|
1822
|
+
updatedAt: number;
|
|
1749
1823
|
name?: string | undefined;
|
|
1750
1824
|
symbol?: string | undefined;
|
|
1751
1825
|
image?: string | undefined;
|
|
@@ -1757,9 +1831,11 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1757
1831
|
metadata: string | undefined;
|
|
1758
1832
|
type: "Nft";
|
|
1759
1833
|
id: string;
|
|
1834
|
+
updatedAt: number;
|
|
1760
1835
|
}, {
|
|
1761
1836
|
type: "Nft";
|
|
1762
1837
|
id: string;
|
|
1838
|
+
updatedAt: number;
|
|
1763
1839
|
name?: string | undefined;
|
|
1764
1840
|
symbol?: string | undefined;
|
|
1765
1841
|
image?: string | undefined;
|
|
@@ -1779,6 +1855,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1779
1855
|
}, "strip", z.ZodTypeAny, {
|
|
1780
1856
|
asset: {
|
|
1781
1857
|
icon: string | undefined;
|
|
1858
|
+
priceDatasourceId: string | undefined;
|
|
1782
1859
|
symbol: string;
|
|
1783
1860
|
type: "CryptoCurrency";
|
|
1784
1861
|
id: string;
|
|
@@ -1804,6 +1881,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1804
1881
|
metadata: string | undefined;
|
|
1805
1882
|
type: "Nft";
|
|
1806
1883
|
id: string;
|
|
1884
|
+
updatedAt: number;
|
|
1807
1885
|
};
|
|
1808
1886
|
amount: {
|
|
1809
1887
|
value: bigint;
|
|
@@ -1836,6 +1914,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1836
1914
|
};
|
|
1837
1915
|
updatedAt: number;
|
|
1838
1916
|
icon?: string | undefined;
|
|
1917
|
+
priceDatasourceId?: string | undefined;
|
|
1839
1918
|
} | {
|
|
1840
1919
|
symbol: string;
|
|
1841
1920
|
type: "FiatCurrency";
|
|
@@ -1845,6 +1924,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1845
1924
|
} | {
|
|
1846
1925
|
type: "Nft";
|
|
1847
1926
|
id: string;
|
|
1927
|
+
updatedAt: number;
|
|
1848
1928
|
name?: string | undefined;
|
|
1849
1929
|
symbol?: string | undefined;
|
|
1850
1930
|
image?: string | undefined;
|
|
@@ -1880,6 +1960,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1880
1960
|
} | undefined;
|
|
1881
1961
|
asset: {
|
|
1882
1962
|
icon: string | undefined;
|
|
1963
|
+
priceDatasourceId: string | undefined;
|
|
1883
1964
|
symbol: string;
|
|
1884
1965
|
type: "CryptoCurrency";
|
|
1885
1966
|
id: string;
|
|
@@ -1905,6 +1986,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1905
1986
|
metadata: string | undefined;
|
|
1906
1987
|
type: "Nft";
|
|
1907
1988
|
id: string;
|
|
1989
|
+
updatedAt: number;
|
|
1908
1990
|
};
|
|
1909
1991
|
amount: {
|
|
1910
1992
|
value: bigint;
|
|
@@ -1926,6 +2008,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1926
2008
|
};
|
|
1927
2009
|
updatedAt: number;
|
|
1928
2010
|
icon?: string | undefined;
|
|
2011
|
+
priceDatasourceId?: string | undefined;
|
|
1929
2012
|
} | {
|
|
1930
2013
|
symbol: string;
|
|
1931
2014
|
type: "FiatCurrency";
|
|
@@ -1935,6 +2018,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1935
2018
|
} | {
|
|
1936
2019
|
type: "Nft";
|
|
1937
2020
|
id: string;
|
|
2021
|
+
updatedAt: number;
|
|
1938
2022
|
name?: string | undefined;
|
|
1939
2023
|
symbol?: string | undefined;
|
|
1940
2024
|
image?: string | undefined;
|
|
@@ -2033,6 +2117,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2033
2117
|
decimals: number;
|
|
2034
2118
|
} | undefined;
|
|
2035
2119
|
}>;
|
|
2120
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2036
2121
|
updatedAt: z.ZodNumber;
|
|
2037
2122
|
}, "strip", z.ZodTypeAny, {
|
|
2038
2123
|
symbol: string;
|
|
@@ -2048,6 +2133,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2048
2133
|
};
|
|
2049
2134
|
updatedAt: number;
|
|
2050
2135
|
icon?: string | undefined;
|
|
2136
|
+
priceDatasourceId?: string | undefined;
|
|
2051
2137
|
}, {
|
|
2052
2138
|
symbol: string;
|
|
2053
2139
|
type: "CryptoCurrency";
|
|
@@ -2062,8 +2148,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2062
2148
|
};
|
|
2063
2149
|
updatedAt: number;
|
|
2064
2150
|
icon?: string | undefined;
|
|
2151
|
+
priceDatasourceId?: string | undefined;
|
|
2065
2152
|
}>, {
|
|
2066
2153
|
icon: string | undefined;
|
|
2154
|
+
priceDatasourceId: string | undefined;
|
|
2067
2155
|
symbol: string;
|
|
2068
2156
|
type: "CryptoCurrency";
|
|
2069
2157
|
id: string;
|
|
@@ -2090,6 +2178,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2090
2178
|
};
|
|
2091
2179
|
updatedAt: number;
|
|
2092
2180
|
icon?: string | undefined;
|
|
2181
|
+
priceDatasourceId?: string | undefined;
|
|
2093
2182
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2094
2183
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2095
2184
|
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">]>;
|
|
@@ -2127,9 +2216,11 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2127
2216
|
symbol: z.ZodOptional<z.ZodString>;
|
|
2128
2217
|
image: z.ZodOptional<z.ZodString>;
|
|
2129
2218
|
metadata: z.ZodOptional<z.ZodString>;
|
|
2219
|
+
updatedAt: z.ZodNumber;
|
|
2130
2220
|
}, "strip", z.ZodTypeAny, {
|
|
2131
2221
|
type: "Nft";
|
|
2132
2222
|
id: string;
|
|
2223
|
+
updatedAt: number;
|
|
2133
2224
|
name?: string | undefined;
|
|
2134
2225
|
symbol?: string | undefined;
|
|
2135
2226
|
image?: string | undefined;
|
|
@@ -2137,6 +2228,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2137
2228
|
}, {
|
|
2138
2229
|
type: "Nft";
|
|
2139
2230
|
id: string;
|
|
2231
|
+
updatedAt: number;
|
|
2140
2232
|
name?: string | undefined;
|
|
2141
2233
|
symbol?: string | undefined;
|
|
2142
2234
|
image?: string | undefined;
|
|
@@ -2148,9 +2240,11 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2148
2240
|
metadata: string | undefined;
|
|
2149
2241
|
type: "Nft";
|
|
2150
2242
|
id: string;
|
|
2243
|
+
updatedAt: number;
|
|
2151
2244
|
}, {
|
|
2152
2245
|
type: "Nft";
|
|
2153
2246
|
id: string;
|
|
2247
|
+
updatedAt: number;
|
|
2154
2248
|
name?: string | undefined;
|
|
2155
2249
|
symbol?: string | undefined;
|
|
2156
2250
|
image?: string | undefined;
|
|
@@ -2170,6 +2264,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2170
2264
|
}, "strip", z.ZodTypeAny, {
|
|
2171
2265
|
asset: {
|
|
2172
2266
|
icon: string | undefined;
|
|
2267
|
+
priceDatasourceId: string | undefined;
|
|
2173
2268
|
symbol: string;
|
|
2174
2269
|
type: "CryptoCurrency";
|
|
2175
2270
|
id: string;
|
|
@@ -2195,6 +2290,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2195
2290
|
metadata: string | undefined;
|
|
2196
2291
|
type: "Nft";
|
|
2197
2292
|
id: string;
|
|
2293
|
+
updatedAt: number;
|
|
2198
2294
|
};
|
|
2199
2295
|
amount: {
|
|
2200
2296
|
value: bigint;
|
|
@@ -2227,6 +2323,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2227
2323
|
};
|
|
2228
2324
|
updatedAt: number;
|
|
2229
2325
|
icon?: string | undefined;
|
|
2326
|
+
priceDatasourceId?: string | undefined;
|
|
2230
2327
|
} | {
|
|
2231
2328
|
symbol: string;
|
|
2232
2329
|
type: "FiatCurrency";
|
|
@@ -2236,6 +2333,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2236
2333
|
} | {
|
|
2237
2334
|
type: "Nft";
|
|
2238
2335
|
id: string;
|
|
2336
|
+
updatedAt: number;
|
|
2239
2337
|
name?: string | undefined;
|
|
2240
2338
|
symbol?: string | undefined;
|
|
2241
2339
|
image?: string | undefined;
|
|
@@ -2271,6 +2369,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2271
2369
|
} | undefined;
|
|
2272
2370
|
asset: {
|
|
2273
2371
|
icon: string | undefined;
|
|
2372
|
+
priceDatasourceId: string | undefined;
|
|
2274
2373
|
symbol: string;
|
|
2275
2374
|
type: "CryptoCurrency";
|
|
2276
2375
|
id: string;
|
|
@@ -2296,6 +2395,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2296
2395
|
metadata: string | undefined;
|
|
2297
2396
|
type: "Nft";
|
|
2298
2397
|
id: string;
|
|
2398
|
+
updatedAt: number;
|
|
2299
2399
|
};
|
|
2300
2400
|
amount: {
|
|
2301
2401
|
value: bigint;
|
|
@@ -2317,6 +2417,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2317
2417
|
};
|
|
2318
2418
|
updatedAt: number;
|
|
2319
2419
|
icon?: string | undefined;
|
|
2420
|
+
priceDatasourceId?: string | undefined;
|
|
2320
2421
|
} | {
|
|
2321
2422
|
symbol: string;
|
|
2322
2423
|
type: "FiatCurrency";
|
|
@@ -2326,6 +2427,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2326
2427
|
} | {
|
|
2327
2428
|
type: "Nft";
|
|
2328
2429
|
id: string;
|
|
2430
|
+
updatedAt: number;
|
|
2329
2431
|
name?: string | undefined;
|
|
2330
2432
|
symbol?: string | undefined;
|
|
2331
2433
|
image?: string | undefined;
|
|
@@ -2424,6 +2526,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2424
2526
|
decimals: number;
|
|
2425
2527
|
} | undefined;
|
|
2426
2528
|
}>;
|
|
2529
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2427
2530
|
updatedAt: z.ZodNumber;
|
|
2428
2531
|
}, "strip", z.ZodTypeAny, {
|
|
2429
2532
|
symbol: string;
|
|
@@ -2439,6 +2542,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2439
2542
|
};
|
|
2440
2543
|
updatedAt: number;
|
|
2441
2544
|
icon?: string | undefined;
|
|
2545
|
+
priceDatasourceId?: string | undefined;
|
|
2442
2546
|
}, {
|
|
2443
2547
|
symbol: string;
|
|
2444
2548
|
type: "CryptoCurrency";
|
|
@@ -2453,8 +2557,10 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2453
2557
|
};
|
|
2454
2558
|
updatedAt: number;
|
|
2455
2559
|
icon?: string | undefined;
|
|
2560
|
+
priceDatasourceId?: string | undefined;
|
|
2456
2561
|
}>, {
|
|
2457
2562
|
icon: string | undefined;
|
|
2563
|
+
priceDatasourceId: string | undefined;
|
|
2458
2564
|
symbol: string;
|
|
2459
2565
|
type: "CryptoCurrency";
|
|
2460
2566
|
id: string;
|
|
@@ -2481,6 +2587,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2481
2587
|
};
|
|
2482
2588
|
updatedAt: number;
|
|
2483
2589
|
icon?: string | undefined;
|
|
2590
|
+
priceDatasourceId?: string | undefined;
|
|
2484
2591
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2485
2592
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2486
2593
|
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">]>;
|
|
@@ -2518,9 +2625,11 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2518
2625
|
symbol: z.ZodOptional<z.ZodString>;
|
|
2519
2626
|
image: z.ZodOptional<z.ZodString>;
|
|
2520
2627
|
metadata: z.ZodOptional<z.ZodString>;
|
|
2628
|
+
updatedAt: z.ZodNumber;
|
|
2521
2629
|
}, "strip", z.ZodTypeAny, {
|
|
2522
2630
|
type: "Nft";
|
|
2523
2631
|
id: string;
|
|
2632
|
+
updatedAt: number;
|
|
2524
2633
|
name?: string | undefined;
|
|
2525
2634
|
symbol?: string | undefined;
|
|
2526
2635
|
image?: string | undefined;
|
|
@@ -2528,6 +2637,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2528
2637
|
}, {
|
|
2529
2638
|
type: "Nft";
|
|
2530
2639
|
id: string;
|
|
2640
|
+
updatedAt: number;
|
|
2531
2641
|
name?: string | undefined;
|
|
2532
2642
|
symbol?: string | undefined;
|
|
2533
2643
|
image?: string | undefined;
|
|
@@ -2539,9 +2649,11 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2539
2649
|
metadata: string | undefined;
|
|
2540
2650
|
type: "Nft";
|
|
2541
2651
|
id: string;
|
|
2652
|
+
updatedAt: number;
|
|
2542
2653
|
}, {
|
|
2543
2654
|
type: "Nft";
|
|
2544
2655
|
id: string;
|
|
2656
|
+
updatedAt: number;
|
|
2545
2657
|
name?: string | undefined;
|
|
2546
2658
|
symbol?: string | undefined;
|
|
2547
2659
|
image?: string | undefined;
|
|
@@ -2561,6 +2673,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2561
2673
|
}, "strip", z.ZodTypeAny, {
|
|
2562
2674
|
asset: {
|
|
2563
2675
|
icon: string | undefined;
|
|
2676
|
+
priceDatasourceId: string | undefined;
|
|
2564
2677
|
symbol: string;
|
|
2565
2678
|
type: "CryptoCurrency";
|
|
2566
2679
|
id: string;
|
|
@@ -2586,6 +2699,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2586
2699
|
metadata: string | undefined;
|
|
2587
2700
|
type: "Nft";
|
|
2588
2701
|
id: string;
|
|
2702
|
+
updatedAt: number;
|
|
2589
2703
|
};
|
|
2590
2704
|
amount: {
|
|
2591
2705
|
value: bigint;
|
|
@@ -2618,6 +2732,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2618
2732
|
};
|
|
2619
2733
|
updatedAt: number;
|
|
2620
2734
|
icon?: string | undefined;
|
|
2735
|
+
priceDatasourceId?: string | undefined;
|
|
2621
2736
|
} | {
|
|
2622
2737
|
symbol: string;
|
|
2623
2738
|
type: "FiatCurrency";
|
|
@@ -2627,6 +2742,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2627
2742
|
} | {
|
|
2628
2743
|
type: "Nft";
|
|
2629
2744
|
id: string;
|
|
2745
|
+
updatedAt: number;
|
|
2630
2746
|
name?: string | undefined;
|
|
2631
2747
|
symbol?: string | undefined;
|
|
2632
2748
|
image?: string | undefined;
|
|
@@ -2662,6 +2778,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2662
2778
|
} | undefined;
|
|
2663
2779
|
asset: {
|
|
2664
2780
|
icon: string | undefined;
|
|
2781
|
+
priceDatasourceId: string | undefined;
|
|
2665
2782
|
symbol: string;
|
|
2666
2783
|
type: "CryptoCurrency";
|
|
2667
2784
|
id: string;
|
|
@@ -2687,6 +2804,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2687
2804
|
metadata: string | undefined;
|
|
2688
2805
|
type: "Nft";
|
|
2689
2806
|
id: string;
|
|
2807
|
+
updatedAt: number;
|
|
2690
2808
|
};
|
|
2691
2809
|
amount: {
|
|
2692
2810
|
value: bigint;
|
|
@@ -2708,6 +2826,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2708
2826
|
};
|
|
2709
2827
|
updatedAt: number;
|
|
2710
2828
|
icon?: string | undefined;
|
|
2829
|
+
priceDatasourceId?: string | undefined;
|
|
2711
2830
|
} | {
|
|
2712
2831
|
symbol: string;
|
|
2713
2832
|
type: "FiatCurrency";
|
|
@@ -2717,6 +2836,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2717
2836
|
} | {
|
|
2718
2837
|
type: "Nft";
|
|
2719
2838
|
id: string;
|
|
2839
|
+
updatedAt: number;
|
|
2720
2840
|
name?: string | undefined;
|
|
2721
2841
|
symbol?: string | undefined;
|
|
2722
2842
|
image?: string | undefined;
|
|
@@ -2763,6 +2883,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2763
2883
|
} | undefined;
|
|
2764
2884
|
asset: {
|
|
2765
2885
|
icon: string | undefined;
|
|
2886
|
+
priceDatasourceId: string | undefined;
|
|
2766
2887
|
symbol: string;
|
|
2767
2888
|
type: "CryptoCurrency";
|
|
2768
2889
|
id: string;
|
|
@@ -2788,6 +2909,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2788
2909
|
metadata: string | undefined;
|
|
2789
2910
|
type: "Nft";
|
|
2790
2911
|
id: string;
|
|
2912
|
+
updatedAt: number;
|
|
2791
2913
|
};
|
|
2792
2914
|
amount: {
|
|
2793
2915
|
value: bigint;
|
|
@@ -2808,6 +2930,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2808
2930
|
} | undefined;
|
|
2809
2931
|
asset: {
|
|
2810
2932
|
icon: string | undefined;
|
|
2933
|
+
priceDatasourceId: string | undefined;
|
|
2811
2934
|
symbol: string;
|
|
2812
2935
|
type: "CryptoCurrency";
|
|
2813
2936
|
id: string;
|
|
@@ -2833,6 +2956,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2833
2956
|
metadata: string | undefined;
|
|
2834
2957
|
type: "Nft";
|
|
2835
2958
|
id: string;
|
|
2959
|
+
updatedAt: number;
|
|
2836
2960
|
};
|
|
2837
2961
|
amount: {
|
|
2838
2962
|
value: bigint;
|
|
@@ -2853,6 +2977,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2853
2977
|
} | undefined;
|
|
2854
2978
|
asset: {
|
|
2855
2979
|
icon: string | undefined;
|
|
2980
|
+
priceDatasourceId: string | undefined;
|
|
2856
2981
|
symbol: string;
|
|
2857
2982
|
type: "CryptoCurrency";
|
|
2858
2983
|
id: string;
|
|
@@ -2878,6 +3003,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2878
3003
|
metadata: string | undefined;
|
|
2879
3004
|
type: "Nft";
|
|
2880
3005
|
id: string;
|
|
3006
|
+
updatedAt: number;
|
|
2881
3007
|
};
|
|
2882
3008
|
amount: {
|
|
2883
3009
|
value: bigint;
|
|
@@ -2918,6 +3044,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2918
3044
|
};
|
|
2919
3045
|
updatedAt: number;
|
|
2920
3046
|
icon?: string | undefined;
|
|
3047
|
+
priceDatasourceId?: string | undefined;
|
|
2921
3048
|
} | {
|
|
2922
3049
|
symbol: string;
|
|
2923
3050
|
type: "FiatCurrency";
|
|
@@ -2927,6 +3054,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2927
3054
|
} | {
|
|
2928
3055
|
type: "Nft";
|
|
2929
3056
|
id: string;
|
|
3057
|
+
updatedAt: number;
|
|
2930
3058
|
name?: string | undefined;
|
|
2931
3059
|
symbol?: string | undefined;
|
|
2932
3060
|
image?: string | undefined;
|
|
@@ -2963,6 +3091,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2963
3091
|
};
|
|
2964
3092
|
updatedAt: number;
|
|
2965
3093
|
icon?: string | undefined;
|
|
3094
|
+
priceDatasourceId?: string | undefined;
|
|
2966
3095
|
} | {
|
|
2967
3096
|
symbol: string;
|
|
2968
3097
|
type: "FiatCurrency";
|
|
@@ -2972,6 +3101,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2972
3101
|
} | {
|
|
2973
3102
|
type: "Nft";
|
|
2974
3103
|
id: string;
|
|
3104
|
+
updatedAt: number;
|
|
2975
3105
|
name?: string | undefined;
|
|
2976
3106
|
symbol?: string | undefined;
|
|
2977
3107
|
image?: string | undefined;
|
|
@@ -3008,6 +3138,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3008
3138
|
};
|
|
3009
3139
|
updatedAt: number;
|
|
3010
3140
|
icon?: string | undefined;
|
|
3141
|
+
priceDatasourceId?: string | undefined;
|
|
3011
3142
|
} | {
|
|
3012
3143
|
symbol: string;
|
|
3013
3144
|
type: "FiatCurrency";
|
|
@@ -3017,6 +3148,7 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3017
3148
|
} | {
|
|
3018
3149
|
type: "Nft";
|
|
3019
3150
|
id: string;
|
|
3151
|
+
updatedAt: number;
|
|
3020
3152
|
name?: string | undefined;
|
|
3021
3153
|
symbol?: string | undefined;
|
|
3022
3154
|
image?: string | undefined;
|
|
@@ -3171,6 +3303,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3171
3303
|
decimals: number;
|
|
3172
3304
|
} | undefined;
|
|
3173
3305
|
}>;
|
|
3306
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3174
3307
|
updatedAt: z.ZodNumber;
|
|
3175
3308
|
}, "strip", z.ZodTypeAny, {
|
|
3176
3309
|
symbol: string;
|
|
@@ -3186,6 +3319,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3186
3319
|
};
|
|
3187
3320
|
updatedAt: number;
|
|
3188
3321
|
icon?: string | undefined;
|
|
3322
|
+
priceDatasourceId?: string | undefined;
|
|
3189
3323
|
}, {
|
|
3190
3324
|
symbol: string;
|
|
3191
3325
|
type: "CryptoCurrency";
|
|
@@ -3200,8 +3334,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3200
3334
|
};
|
|
3201
3335
|
updatedAt: number;
|
|
3202
3336
|
icon?: string | undefined;
|
|
3337
|
+
priceDatasourceId?: string | undefined;
|
|
3203
3338
|
}>, {
|
|
3204
3339
|
icon: string | undefined;
|
|
3340
|
+
priceDatasourceId: string | undefined;
|
|
3205
3341
|
symbol: string;
|
|
3206
3342
|
type: "CryptoCurrency";
|
|
3207
3343
|
id: string;
|
|
@@ -3228,6 +3364,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3228
3364
|
};
|
|
3229
3365
|
updatedAt: number;
|
|
3230
3366
|
icon?: string | undefined;
|
|
3367
|
+
priceDatasourceId?: string | undefined;
|
|
3231
3368
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3232
3369
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3233
3370
|
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">]>;
|
|
@@ -3265,9 +3402,11 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3265
3402
|
symbol: z.ZodOptional<z.ZodString>;
|
|
3266
3403
|
image: z.ZodOptional<z.ZodString>;
|
|
3267
3404
|
metadata: z.ZodOptional<z.ZodString>;
|
|
3405
|
+
updatedAt: z.ZodNumber;
|
|
3268
3406
|
}, "strip", z.ZodTypeAny, {
|
|
3269
3407
|
type: "Nft";
|
|
3270
3408
|
id: string;
|
|
3409
|
+
updatedAt: number;
|
|
3271
3410
|
name?: string | undefined;
|
|
3272
3411
|
symbol?: string | undefined;
|
|
3273
3412
|
image?: string | undefined;
|
|
@@ -3275,6 +3414,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3275
3414
|
}, {
|
|
3276
3415
|
type: "Nft";
|
|
3277
3416
|
id: string;
|
|
3417
|
+
updatedAt: number;
|
|
3278
3418
|
name?: string | undefined;
|
|
3279
3419
|
symbol?: string | undefined;
|
|
3280
3420
|
image?: string | undefined;
|
|
@@ -3286,9 +3426,11 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3286
3426
|
metadata: string | undefined;
|
|
3287
3427
|
type: "Nft";
|
|
3288
3428
|
id: string;
|
|
3429
|
+
updatedAt: number;
|
|
3289
3430
|
}, {
|
|
3290
3431
|
type: "Nft";
|
|
3291
3432
|
id: string;
|
|
3433
|
+
updatedAt: number;
|
|
3292
3434
|
name?: string | undefined;
|
|
3293
3435
|
symbol?: string | undefined;
|
|
3294
3436
|
image?: string | undefined;
|
|
@@ -3308,6 +3450,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3308
3450
|
}, "strip", z.ZodTypeAny, {
|
|
3309
3451
|
asset: {
|
|
3310
3452
|
icon: string | undefined;
|
|
3453
|
+
priceDatasourceId: string | undefined;
|
|
3311
3454
|
symbol: string;
|
|
3312
3455
|
type: "CryptoCurrency";
|
|
3313
3456
|
id: string;
|
|
@@ -3333,6 +3476,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3333
3476
|
metadata: string | undefined;
|
|
3334
3477
|
type: "Nft";
|
|
3335
3478
|
id: string;
|
|
3479
|
+
updatedAt: number;
|
|
3336
3480
|
};
|
|
3337
3481
|
amount: {
|
|
3338
3482
|
value: bigint;
|
|
@@ -3365,6 +3509,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3365
3509
|
};
|
|
3366
3510
|
updatedAt: number;
|
|
3367
3511
|
icon?: string | undefined;
|
|
3512
|
+
priceDatasourceId?: string | undefined;
|
|
3368
3513
|
} | {
|
|
3369
3514
|
symbol: string;
|
|
3370
3515
|
type: "FiatCurrency";
|
|
@@ -3374,6 +3519,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3374
3519
|
} | {
|
|
3375
3520
|
type: "Nft";
|
|
3376
3521
|
id: string;
|
|
3522
|
+
updatedAt: number;
|
|
3377
3523
|
name?: string | undefined;
|
|
3378
3524
|
symbol?: string | undefined;
|
|
3379
3525
|
image?: string | undefined;
|
|
@@ -3409,6 +3555,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3409
3555
|
} | undefined;
|
|
3410
3556
|
asset: {
|
|
3411
3557
|
icon: string | undefined;
|
|
3558
|
+
priceDatasourceId: string | undefined;
|
|
3412
3559
|
symbol: string;
|
|
3413
3560
|
type: "CryptoCurrency";
|
|
3414
3561
|
id: string;
|
|
@@ -3434,6 +3581,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3434
3581
|
metadata: string | undefined;
|
|
3435
3582
|
type: "Nft";
|
|
3436
3583
|
id: string;
|
|
3584
|
+
updatedAt: number;
|
|
3437
3585
|
};
|
|
3438
3586
|
amount: {
|
|
3439
3587
|
value: bigint;
|
|
@@ -3455,6 +3603,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3455
3603
|
};
|
|
3456
3604
|
updatedAt: number;
|
|
3457
3605
|
icon?: string | undefined;
|
|
3606
|
+
priceDatasourceId?: string | undefined;
|
|
3458
3607
|
} | {
|
|
3459
3608
|
symbol: string;
|
|
3460
3609
|
type: "FiatCurrency";
|
|
@@ -3464,6 +3613,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3464
3613
|
} | {
|
|
3465
3614
|
type: "Nft";
|
|
3466
3615
|
id: string;
|
|
3616
|
+
updatedAt: number;
|
|
3467
3617
|
name?: string | undefined;
|
|
3468
3618
|
symbol?: string | undefined;
|
|
3469
3619
|
image?: string | undefined;
|
|
@@ -3562,6 +3712,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3562
3712
|
decimals: number;
|
|
3563
3713
|
} | undefined;
|
|
3564
3714
|
}>;
|
|
3715
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3565
3716
|
updatedAt: z.ZodNumber;
|
|
3566
3717
|
}, "strip", z.ZodTypeAny, {
|
|
3567
3718
|
symbol: string;
|
|
@@ -3577,6 +3728,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3577
3728
|
};
|
|
3578
3729
|
updatedAt: number;
|
|
3579
3730
|
icon?: string | undefined;
|
|
3731
|
+
priceDatasourceId?: string | undefined;
|
|
3580
3732
|
}, {
|
|
3581
3733
|
symbol: string;
|
|
3582
3734
|
type: "CryptoCurrency";
|
|
@@ -3591,8 +3743,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3591
3743
|
};
|
|
3592
3744
|
updatedAt: number;
|
|
3593
3745
|
icon?: string | undefined;
|
|
3746
|
+
priceDatasourceId?: string | undefined;
|
|
3594
3747
|
}>, {
|
|
3595
3748
|
icon: string | undefined;
|
|
3749
|
+
priceDatasourceId: string | undefined;
|
|
3596
3750
|
symbol: string;
|
|
3597
3751
|
type: "CryptoCurrency";
|
|
3598
3752
|
id: string;
|
|
@@ -3619,6 +3773,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3619
3773
|
};
|
|
3620
3774
|
updatedAt: number;
|
|
3621
3775
|
icon?: string | undefined;
|
|
3776
|
+
priceDatasourceId?: string | undefined;
|
|
3622
3777
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3623
3778
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3624
3779
|
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">]>;
|
|
@@ -3656,9 +3811,11 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3656
3811
|
symbol: z.ZodOptional<z.ZodString>;
|
|
3657
3812
|
image: z.ZodOptional<z.ZodString>;
|
|
3658
3813
|
metadata: z.ZodOptional<z.ZodString>;
|
|
3814
|
+
updatedAt: z.ZodNumber;
|
|
3659
3815
|
}, "strip", z.ZodTypeAny, {
|
|
3660
3816
|
type: "Nft";
|
|
3661
3817
|
id: string;
|
|
3818
|
+
updatedAt: number;
|
|
3662
3819
|
name?: string | undefined;
|
|
3663
3820
|
symbol?: string | undefined;
|
|
3664
3821
|
image?: string | undefined;
|
|
@@ -3666,6 +3823,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3666
3823
|
}, {
|
|
3667
3824
|
type: "Nft";
|
|
3668
3825
|
id: string;
|
|
3826
|
+
updatedAt: number;
|
|
3669
3827
|
name?: string | undefined;
|
|
3670
3828
|
symbol?: string | undefined;
|
|
3671
3829
|
image?: string | undefined;
|
|
@@ -3677,9 +3835,11 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3677
3835
|
metadata: string | undefined;
|
|
3678
3836
|
type: "Nft";
|
|
3679
3837
|
id: string;
|
|
3838
|
+
updatedAt: number;
|
|
3680
3839
|
}, {
|
|
3681
3840
|
type: "Nft";
|
|
3682
3841
|
id: string;
|
|
3842
|
+
updatedAt: number;
|
|
3683
3843
|
name?: string | undefined;
|
|
3684
3844
|
symbol?: string | undefined;
|
|
3685
3845
|
image?: string | undefined;
|
|
@@ -3699,6 +3859,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3699
3859
|
}, "strip", z.ZodTypeAny, {
|
|
3700
3860
|
asset: {
|
|
3701
3861
|
icon: string | undefined;
|
|
3862
|
+
priceDatasourceId: string | undefined;
|
|
3702
3863
|
symbol: string;
|
|
3703
3864
|
type: "CryptoCurrency";
|
|
3704
3865
|
id: string;
|
|
@@ -3724,6 +3885,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3724
3885
|
metadata: string | undefined;
|
|
3725
3886
|
type: "Nft";
|
|
3726
3887
|
id: string;
|
|
3888
|
+
updatedAt: number;
|
|
3727
3889
|
};
|
|
3728
3890
|
amount: {
|
|
3729
3891
|
value: bigint;
|
|
@@ -3756,6 +3918,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3756
3918
|
};
|
|
3757
3919
|
updatedAt: number;
|
|
3758
3920
|
icon?: string | undefined;
|
|
3921
|
+
priceDatasourceId?: string | undefined;
|
|
3759
3922
|
} | {
|
|
3760
3923
|
symbol: string;
|
|
3761
3924
|
type: "FiatCurrency";
|
|
@@ -3765,6 +3928,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3765
3928
|
} | {
|
|
3766
3929
|
type: "Nft";
|
|
3767
3930
|
id: string;
|
|
3931
|
+
updatedAt: number;
|
|
3768
3932
|
name?: string | undefined;
|
|
3769
3933
|
symbol?: string | undefined;
|
|
3770
3934
|
image?: string | undefined;
|
|
@@ -3800,6 +3964,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3800
3964
|
} | undefined;
|
|
3801
3965
|
asset: {
|
|
3802
3966
|
icon: string | undefined;
|
|
3967
|
+
priceDatasourceId: string | undefined;
|
|
3803
3968
|
symbol: string;
|
|
3804
3969
|
type: "CryptoCurrency";
|
|
3805
3970
|
id: string;
|
|
@@ -3825,6 +3990,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3825
3990
|
metadata: string | undefined;
|
|
3826
3991
|
type: "Nft";
|
|
3827
3992
|
id: string;
|
|
3993
|
+
updatedAt: number;
|
|
3828
3994
|
};
|
|
3829
3995
|
amount: {
|
|
3830
3996
|
value: bigint;
|
|
@@ -3846,6 +4012,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3846
4012
|
};
|
|
3847
4013
|
updatedAt: number;
|
|
3848
4014
|
icon?: string | undefined;
|
|
4015
|
+
priceDatasourceId?: string | undefined;
|
|
3849
4016
|
} | {
|
|
3850
4017
|
symbol: string;
|
|
3851
4018
|
type: "FiatCurrency";
|
|
@@ -3855,6 +4022,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3855
4022
|
} | {
|
|
3856
4023
|
type: "Nft";
|
|
3857
4024
|
id: string;
|
|
4025
|
+
updatedAt: number;
|
|
3858
4026
|
name?: string | undefined;
|
|
3859
4027
|
symbol?: string | undefined;
|
|
3860
4028
|
image?: string | undefined;
|
|
@@ -3953,6 +4121,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3953
4121
|
decimals: number;
|
|
3954
4122
|
} | undefined;
|
|
3955
4123
|
}>;
|
|
4124
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3956
4125
|
updatedAt: z.ZodNumber;
|
|
3957
4126
|
}, "strip", z.ZodTypeAny, {
|
|
3958
4127
|
symbol: string;
|
|
@@ -3968,6 +4137,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3968
4137
|
};
|
|
3969
4138
|
updatedAt: number;
|
|
3970
4139
|
icon?: string | undefined;
|
|
4140
|
+
priceDatasourceId?: string | undefined;
|
|
3971
4141
|
}, {
|
|
3972
4142
|
symbol: string;
|
|
3973
4143
|
type: "CryptoCurrency";
|
|
@@ -3982,8 +4152,10 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3982
4152
|
};
|
|
3983
4153
|
updatedAt: number;
|
|
3984
4154
|
icon?: string | undefined;
|
|
4155
|
+
priceDatasourceId?: string | undefined;
|
|
3985
4156
|
}>, {
|
|
3986
4157
|
icon: string | undefined;
|
|
4158
|
+
priceDatasourceId: string | undefined;
|
|
3987
4159
|
symbol: string;
|
|
3988
4160
|
type: "CryptoCurrency";
|
|
3989
4161
|
id: string;
|
|
@@ -4010,6 +4182,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4010
4182
|
};
|
|
4011
4183
|
updatedAt: number;
|
|
4012
4184
|
icon?: string | undefined;
|
|
4185
|
+
priceDatasourceId?: string | undefined;
|
|
4013
4186
|
}>, z.ZodEffects<z.ZodObject<{
|
|
4014
4187
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
4015
4188
|
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">]>;
|
|
@@ -4047,9 +4220,11 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4047
4220
|
symbol: z.ZodOptional<z.ZodString>;
|
|
4048
4221
|
image: z.ZodOptional<z.ZodString>;
|
|
4049
4222
|
metadata: z.ZodOptional<z.ZodString>;
|
|
4223
|
+
updatedAt: z.ZodNumber;
|
|
4050
4224
|
}, "strip", z.ZodTypeAny, {
|
|
4051
4225
|
type: "Nft";
|
|
4052
4226
|
id: string;
|
|
4227
|
+
updatedAt: number;
|
|
4053
4228
|
name?: string | undefined;
|
|
4054
4229
|
symbol?: string | undefined;
|
|
4055
4230
|
image?: string | undefined;
|
|
@@ -4057,6 +4232,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4057
4232
|
}, {
|
|
4058
4233
|
type: "Nft";
|
|
4059
4234
|
id: string;
|
|
4235
|
+
updatedAt: number;
|
|
4060
4236
|
name?: string | undefined;
|
|
4061
4237
|
symbol?: string | undefined;
|
|
4062
4238
|
image?: string | undefined;
|
|
@@ -4068,9 +4244,11 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4068
4244
|
metadata: string | undefined;
|
|
4069
4245
|
type: "Nft";
|
|
4070
4246
|
id: string;
|
|
4247
|
+
updatedAt: number;
|
|
4071
4248
|
}, {
|
|
4072
4249
|
type: "Nft";
|
|
4073
4250
|
id: string;
|
|
4251
|
+
updatedAt: number;
|
|
4074
4252
|
name?: string | undefined;
|
|
4075
4253
|
symbol?: string | undefined;
|
|
4076
4254
|
image?: string | undefined;
|
|
@@ -4090,6 +4268,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4090
4268
|
}, "strip", z.ZodTypeAny, {
|
|
4091
4269
|
asset: {
|
|
4092
4270
|
icon: string | undefined;
|
|
4271
|
+
priceDatasourceId: string | undefined;
|
|
4093
4272
|
symbol: string;
|
|
4094
4273
|
type: "CryptoCurrency";
|
|
4095
4274
|
id: string;
|
|
@@ -4115,6 +4294,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4115
4294
|
metadata: string | undefined;
|
|
4116
4295
|
type: "Nft";
|
|
4117
4296
|
id: string;
|
|
4297
|
+
updatedAt: number;
|
|
4118
4298
|
};
|
|
4119
4299
|
amount: {
|
|
4120
4300
|
value: bigint;
|
|
@@ -4147,6 +4327,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4147
4327
|
};
|
|
4148
4328
|
updatedAt: number;
|
|
4149
4329
|
icon?: string | undefined;
|
|
4330
|
+
priceDatasourceId?: string | undefined;
|
|
4150
4331
|
} | {
|
|
4151
4332
|
symbol: string;
|
|
4152
4333
|
type: "FiatCurrency";
|
|
@@ -4156,6 +4337,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4156
4337
|
} | {
|
|
4157
4338
|
type: "Nft";
|
|
4158
4339
|
id: string;
|
|
4340
|
+
updatedAt: number;
|
|
4159
4341
|
name?: string | undefined;
|
|
4160
4342
|
symbol?: string | undefined;
|
|
4161
4343
|
image?: string | undefined;
|
|
@@ -4191,6 +4373,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4191
4373
|
} | undefined;
|
|
4192
4374
|
asset: {
|
|
4193
4375
|
icon: string | undefined;
|
|
4376
|
+
priceDatasourceId: string | undefined;
|
|
4194
4377
|
symbol: string;
|
|
4195
4378
|
type: "CryptoCurrency";
|
|
4196
4379
|
id: string;
|
|
@@ -4216,6 +4399,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4216
4399
|
metadata: string | undefined;
|
|
4217
4400
|
type: "Nft";
|
|
4218
4401
|
id: string;
|
|
4402
|
+
updatedAt: number;
|
|
4219
4403
|
};
|
|
4220
4404
|
amount: {
|
|
4221
4405
|
value: bigint;
|
|
@@ -4237,6 +4421,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4237
4421
|
};
|
|
4238
4422
|
updatedAt: number;
|
|
4239
4423
|
icon?: string | undefined;
|
|
4424
|
+
priceDatasourceId?: string | undefined;
|
|
4240
4425
|
} | {
|
|
4241
4426
|
symbol: string;
|
|
4242
4427
|
type: "FiatCurrency";
|
|
@@ -4246,6 +4431,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4246
4431
|
} | {
|
|
4247
4432
|
type: "Nft";
|
|
4248
4433
|
id: string;
|
|
4434
|
+
updatedAt: number;
|
|
4249
4435
|
name?: string | undefined;
|
|
4250
4436
|
symbol?: string | undefined;
|
|
4251
4437
|
image?: string | undefined;
|
|
@@ -4291,6 +4477,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4291
4477
|
} | undefined;
|
|
4292
4478
|
asset: {
|
|
4293
4479
|
icon: string | undefined;
|
|
4480
|
+
priceDatasourceId: string | undefined;
|
|
4294
4481
|
symbol: string;
|
|
4295
4482
|
type: "CryptoCurrency";
|
|
4296
4483
|
id: string;
|
|
@@ -4316,6 +4503,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4316
4503
|
metadata: string | undefined;
|
|
4317
4504
|
type: "Nft";
|
|
4318
4505
|
id: string;
|
|
4506
|
+
updatedAt: number;
|
|
4319
4507
|
};
|
|
4320
4508
|
amount: {
|
|
4321
4509
|
value: bigint;
|
|
@@ -4336,6 +4524,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4336
4524
|
} | undefined;
|
|
4337
4525
|
asset: {
|
|
4338
4526
|
icon: string | undefined;
|
|
4527
|
+
priceDatasourceId: string | undefined;
|
|
4339
4528
|
symbol: string;
|
|
4340
4529
|
type: "CryptoCurrency";
|
|
4341
4530
|
id: string;
|
|
@@ -4361,6 +4550,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4361
4550
|
metadata: string | undefined;
|
|
4362
4551
|
type: "Nft";
|
|
4363
4552
|
id: string;
|
|
4553
|
+
updatedAt: number;
|
|
4364
4554
|
};
|
|
4365
4555
|
amount: {
|
|
4366
4556
|
value: bigint;
|
|
@@ -4381,6 +4571,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4381
4571
|
} | undefined;
|
|
4382
4572
|
asset: {
|
|
4383
4573
|
icon: string | undefined;
|
|
4574
|
+
priceDatasourceId: string | undefined;
|
|
4384
4575
|
symbol: string;
|
|
4385
4576
|
type: "CryptoCurrency";
|
|
4386
4577
|
id: string;
|
|
@@ -4406,6 +4597,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4406
4597
|
metadata: string | undefined;
|
|
4407
4598
|
type: "Nft";
|
|
4408
4599
|
id: string;
|
|
4600
|
+
updatedAt: number;
|
|
4409
4601
|
};
|
|
4410
4602
|
amount: {
|
|
4411
4603
|
value: bigint;
|
|
@@ -4445,6 +4637,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4445
4637
|
};
|
|
4446
4638
|
updatedAt: number;
|
|
4447
4639
|
icon?: string | undefined;
|
|
4640
|
+
priceDatasourceId?: string | undefined;
|
|
4448
4641
|
} | {
|
|
4449
4642
|
symbol: string;
|
|
4450
4643
|
type: "FiatCurrency";
|
|
@@ -4454,6 +4647,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4454
4647
|
} | {
|
|
4455
4648
|
type: "Nft";
|
|
4456
4649
|
id: string;
|
|
4650
|
+
updatedAt: number;
|
|
4457
4651
|
name?: string | undefined;
|
|
4458
4652
|
symbol?: string | undefined;
|
|
4459
4653
|
image?: string | undefined;
|
|
@@ -4490,6 +4684,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4490
4684
|
};
|
|
4491
4685
|
updatedAt: number;
|
|
4492
4686
|
icon?: string | undefined;
|
|
4687
|
+
priceDatasourceId?: string | undefined;
|
|
4493
4688
|
} | {
|
|
4494
4689
|
symbol: string;
|
|
4495
4690
|
type: "FiatCurrency";
|
|
@@ -4499,6 +4694,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4499
4694
|
} | {
|
|
4500
4695
|
type: "Nft";
|
|
4501
4696
|
id: string;
|
|
4697
|
+
updatedAt: number;
|
|
4502
4698
|
name?: string | undefined;
|
|
4503
4699
|
symbol?: string | undefined;
|
|
4504
4700
|
image?: string | undefined;
|
|
@@ -4535,6 +4731,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4535
4731
|
};
|
|
4536
4732
|
updatedAt: number;
|
|
4537
4733
|
icon?: string | undefined;
|
|
4734
|
+
priceDatasourceId?: string | undefined;
|
|
4538
4735
|
} | {
|
|
4539
4736
|
symbol: string;
|
|
4540
4737
|
type: "FiatCurrency";
|
|
@@ -4544,6 +4741,7 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4544
4741
|
} | {
|
|
4545
4742
|
type: "Nft";
|
|
4546
4743
|
id: string;
|
|
4744
|
+
updatedAt: number;
|
|
4547
4745
|
name?: string | undefined;
|
|
4548
4746
|
symbol?: string | undefined;
|
|
4549
4747
|
image?: string | undefined;
|