@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
|
@@ -117,6 +117,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
117
117
|
decimals: number;
|
|
118
118
|
} | undefined;
|
|
119
119
|
}>;
|
|
120
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
120
121
|
updatedAt: z.ZodNumber;
|
|
121
122
|
}, "strip", z.ZodTypeAny, {
|
|
122
123
|
symbol: string;
|
|
@@ -132,6 +133,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
132
133
|
};
|
|
133
134
|
updatedAt: number;
|
|
134
135
|
icon?: string | undefined;
|
|
136
|
+
priceDatasourceId?: string | undefined;
|
|
135
137
|
}, {
|
|
136
138
|
symbol: string;
|
|
137
139
|
type: "CryptoCurrency";
|
|
@@ -146,8 +148,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
146
148
|
};
|
|
147
149
|
updatedAt: number;
|
|
148
150
|
icon?: string | undefined;
|
|
151
|
+
priceDatasourceId?: string | undefined;
|
|
149
152
|
}>, {
|
|
150
153
|
icon: string | undefined;
|
|
154
|
+
priceDatasourceId: string | undefined;
|
|
151
155
|
symbol: string;
|
|
152
156
|
type: "CryptoCurrency";
|
|
153
157
|
id: string;
|
|
@@ -174,6 +178,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
174
178
|
};
|
|
175
179
|
updatedAt: number;
|
|
176
180
|
icon?: string | undefined;
|
|
181
|
+
priceDatasourceId?: string | undefined;
|
|
177
182
|
}>, z.ZodEffects<z.ZodObject<{
|
|
178
183
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
179
184
|
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">]>;
|
|
@@ -211,9 +216,11 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
211
216
|
symbol: z.ZodOptional<z.ZodString>;
|
|
212
217
|
image: z.ZodOptional<z.ZodString>;
|
|
213
218
|
metadata: z.ZodOptional<z.ZodString>;
|
|
219
|
+
updatedAt: z.ZodNumber;
|
|
214
220
|
}, "strip", z.ZodTypeAny, {
|
|
215
221
|
type: "Nft";
|
|
216
222
|
id: string;
|
|
223
|
+
updatedAt: number;
|
|
217
224
|
name?: string | undefined;
|
|
218
225
|
symbol?: string | undefined;
|
|
219
226
|
image?: string | undefined;
|
|
@@ -221,6 +228,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
221
228
|
}, {
|
|
222
229
|
type: "Nft";
|
|
223
230
|
id: string;
|
|
231
|
+
updatedAt: number;
|
|
224
232
|
name?: string | undefined;
|
|
225
233
|
symbol?: string | undefined;
|
|
226
234
|
image?: string | undefined;
|
|
@@ -232,9 +240,11 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
232
240
|
metadata: string | undefined;
|
|
233
241
|
type: "Nft";
|
|
234
242
|
id: string;
|
|
243
|
+
updatedAt: number;
|
|
235
244
|
}, {
|
|
236
245
|
type: "Nft";
|
|
237
246
|
id: string;
|
|
247
|
+
updatedAt: number;
|
|
238
248
|
name?: string | undefined;
|
|
239
249
|
symbol?: string | undefined;
|
|
240
250
|
image?: string | undefined;
|
|
@@ -254,6 +264,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
254
264
|
}, "strip", z.ZodTypeAny, {
|
|
255
265
|
asset: {
|
|
256
266
|
icon: string | undefined;
|
|
267
|
+
priceDatasourceId: string | undefined;
|
|
257
268
|
symbol: string;
|
|
258
269
|
type: "CryptoCurrency";
|
|
259
270
|
id: string;
|
|
@@ -279,6 +290,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
279
290
|
metadata: string | undefined;
|
|
280
291
|
type: "Nft";
|
|
281
292
|
id: string;
|
|
293
|
+
updatedAt: number;
|
|
282
294
|
};
|
|
283
295
|
amount: {
|
|
284
296
|
value: bigint;
|
|
@@ -311,6 +323,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
311
323
|
};
|
|
312
324
|
updatedAt: number;
|
|
313
325
|
icon?: string | undefined;
|
|
326
|
+
priceDatasourceId?: string | undefined;
|
|
314
327
|
} | {
|
|
315
328
|
symbol: string;
|
|
316
329
|
type: "FiatCurrency";
|
|
@@ -320,6 +333,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
320
333
|
} | {
|
|
321
334
|
type: "Nft";
|
|
322
335
|
id: string;
|
|
336
|
+
updatedAt: number;
|
|
323
337
|
name?: string | undefined;
|
|
324
338
|
symbol?: string | undefined;
|
|
325
339
|
image?: string | undefined;
|
|
@@ -355,6 +369,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
355
369
|
} | undefined;
|
|
356
370
|
asset: {
|
|
357
371
|
icon: string | undefined;
|
|
372
|
+
priceDatasourceId: string | undefined;
|
|
358
373
|
symbol: string;
|
|
359
374
|
type: "CryptoCurrency";
|
|
360
375
|
id: string;
|
|
@@ -380,6 +395,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
380
395
|
metadata: string | undefined;
|
|
381
396
|
type: "Nft";
|
|
382
397
|
id: string;
|
|
398
|
+
updatedAt: number;
|
|
383
399
|
};
|
|
384
400
|
amount: {
|
|
385
401
|
value: bigint;
|
|
@@ -401,6 +417,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
401
417
|
};
|
|
402
418
|
updatedAt: number;
|
|
403
419
|
icon?: string | undefined;
|
|
420
|
+
priceDatasourceId?: string | undefined;
|
|
404
421
|
} | {
|
|
405
422
|
symbol: string;
|
|
406
423
|
type: "FiatCurrency";
|
|
@@ -410,6 +427,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
410
427
|
} | {
|
|
411
428
|
type: "Nft";
|
|
412
429
|
id: string;
|
|
430
|
+
updatedAt: number;
|
|
413
431
|
name?: string | undefined;
|
|
414
432
|
symbol?: string | undefined;
|
|
415
433
|
image?: string | undefined;
|
|
@@ -508,6 +526,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
508
526
|
decimals: number;
|
|
509
527
|
} | undefined;
|
|
510
528
|
}>;
|
|
529
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
511
530
|
updatedAt: z.ZodNumber;
|
|
512
531
|
}, "strip", z.ZodTypeAny, {
|
|
513
532
|
symbol: string;
|
|
@@ -523,6 +542,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
523
542
|
};
|
|
524
543
|
updatedAt: number;
|
|
525
544
|
icon?: string | undefined;
|
|
545
|
+
priceDatasourceId?: string | undefined;
|
|
526
546
|
}, {
|
|
527
547
|
symbol: string;
|
|
528
548
|
type: "CryptoCurrency";
|
|
@@ -537,8 +557,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
537
557
|
};
|
|
538
558
|
updatedAt: number;
|
|
539
559
|
icon?: string | undefined;
|
|
560
|
+
priceDatasourceId?: string | undefined;
|
|
540
561
|
}>, {
|
|
541
562
|
icon: string | undefined;
|
|
563
|
+
priceDatasourceId: string | undefined;
|
|
542
564
|
symbol: string;
|
|
543
565
|
type: "CryptoCurrency";
|
|
544
566
|
id: string;
|
|
@@ -565,6 +587,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
565
587
|
};
|
|
566
588
|
updatedAt: number;
|
|
567
589
|
icon?: string | undefined;
|
|
590
|
+
priceDatasourceId?: string | undefined;
|
|
568
591
|
}>, z.ZodEffects<z.ZodObject<{
|
|
569
592
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
570
593
|
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">]>;
|
|
@@ -602,9 +625,11 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
602
625
|
symbol: z.ZodOptional<z.ZodString>;
|
|
603
626
|
image: z.ZodOptional<z.ZodString>;
|
|
604
627
|
metadata: z.ZodOptional<z.ZodString>;
|
|
628
|
+
updatedAt: z.ZodNumber;
|
|
605
629
|
}, "strip", z.ZodTypeAny, {
|
|
606
630
|
type: "Nft";
|
|
607
631
|
id: string;
|
|
632
|
+
updatedAt: number;
|
|
608
633
|
name?: string | undefined;
|
|
609
634
|
symbol?: string | undefined;
|
|
610
635
|
image?: string | undefined;
|
|
@@ -612,6 +637,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
612
637
|
}, {
|
|
613
638
|
type: "Nft";
|
|
614
639
|
id: string;
|
|
640
|
+
updatedAt: number;
|
|
615
641
|
name?: string | undefined;
|
|
616
642
|
symbol?: string | undefined;
|
|
617
643
|
image?: string | undefined;
|
|
@@ -623,9 +649,11 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
623
649
|
metadata: string | undefined;
|
|
624
650
|
type: "Nft";
|
|
625
651
|
id: string;
|
|
652
|
+
updatedAt: number;
|
|
626
653
|
}, {
|
|
627
654
|
type: "Nft";
|
|
628
655
|
id: string;
|
|
656
|
+
updatedAt: number;
|
|
629
657
|
name?: string | undefined;
|
|
630
658
|
symbol?: string | undefined;
|
|
631
659
|
image?: string | undefined;
|
|
@@ -645,6 +673,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
645
673
|
}, "strip", z.ZodTypeAny, {
|
|
646
674
|
asset: {
|
|
647
675
|
icon: string | undefined;
|
|
676
|
+
priceDatasourceId: string | undefined;
|
|
648
677
|
symbol: string;
|
|
649
678
|
type: "CryptoCurrency";
|
|
650
679
|
id: string;
|
|
@@ -670,6 +699,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
670
699
|
metadata: string | undefined;
|
|
671
700
|
type: "Nft";
|
|
672
701
|
id: string;
|
|
702
|
+
updatedAt: number;
|
|
673
703
|
};
|
|
674
704
|
amount: {
|
|
675
705
|
value: bigint;
|
|
@@ -702,6 +732,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
702
732
|
};
|
|
703
733
|
updatedAt: number;
|
|
704
734
|
icon?: string | undefined;
|
|
735
|
+
priceDatasourceId?: string | undefined;
|
|
705
736
|
} | {
|
|
706
737
|
symbol: string;
|
|
707
738
|
type: "FiatCurrency";
|
|
@@ -711,6 +742,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
711
742
|
} | {
|
|
712
743
|
type: "Nft";
|
|
713
744
|
id: string;
|
|
745
|
+
updatedAt: number;
|
|
714
746
|
name?: string | undefined;
|
|
715
747
|
symbol?: string | undefined;
|
|
716
748
|
image?: string | undefined;
|
|
@@ -746,6 +778,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
746
778
|
} | undefined;
|
|
747
779
|
asset: {
|
|
748
780
|
icon: string | undefined;
|
|
781
|
+
priceDatasourceId: string | undefined;
|
|
749
782
|
symbol: string;
|
|
750
783
|
type: "CryptoCurrency";
|
|
751
784
|
id: string;
|
|
@@ -771,6 +804,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
771
804
|
metadata: string | undefined;
|
|
772
805
|
type: "Nft";
|
|
773
806
|
id: string;
|
|
807
|
+
updatedAt: number;
|
|
774
808
|
};
|
|
775
809
|
amount: {
|
|
776
810
|
value: bigint;
|
|
@@ -792,6 +826,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
792
826
|
};
|
|
793
827
|
updatedAt: number;
|
|
794
828
|
icon?: string | undefined;
|
|
829
|
+
priceDatasourceId?: string | undefined;
|
|
795
830
|
} | {
|
|
796
831
|
symbol: string;
|
|
797
832
|
type: "FiatCurrency";
|
|
@@ -801,6 +836,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
801
836
|
} | {
|
|
802
837
|
type: "Nft";
|
|
803
838
|
id: string;
|
|
839
|
+
updatedAt: number;
|
|
804
840
|
name?: string | undefined;
|
|
805
841
|
symbol?: string | undefined;
|
|
806
842
|
image?: string | undefined;
|
|
@@ -899,6 +935,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
899
935
|
decimals: number;
|
|
900
936
|
} | undefined;
|
|
901
937
|
}>;
|
|
938
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
902
939
|
updatedAt: z.ZodNumber;
|
|
903
940
|
}, "strip", z.ZodTypeAny, {
|
|
904
941
|
symbol: string;
|
|
@@ -914,6 +951,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
914
951
|
};
|
|
915
952
|
updatedAt: number;
|
|
916
953
|
icon?: string | undefined;
|
|
954
|
+
priceDatasourceId?: string | undefined;
|
|
917
955
|
}, {
|
|
918
956
|
symbol: string;
|
|
919
957
|
type: "CryptoCurrency";
|
|
@@ -928,8 +966,10 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
928
966
|
};
|
|
929
967
|
updatedAt: number;
|
|
930
968
|
icon?: string | undefined;
|
|
969
|
+
priceDatasourceId?: string | undefined;
|
|
931
970
|
}>, {
|
|
932
971
|
icon: string | undefined;
|
|
972
|
+
priceDatasourceId: string | undefined;
|
|
933
973
|
symbol: string;
|
|
934
974
|
type: "CryptoCurrency";
|
|
935
975
|
id: string;
|
|
@@ -956,6 +996,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
956
996
|
};
|
|
957
997
|
updatedAt: number;
|
|
958
998
|
icon?: string | undefined;
|
|
999
|
+
priceDatasourceId?: string | undefined;
|
|
959
1000
|
}>, z.ZodEffects<z.ZodObject<{
|
|
960
1001
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
961
1002
|
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">]>;
|
|
@@ -993,9 +1034,11 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
993
1034
|
symbol: z.ZodOptional<z.ZodString>;
|
|
994
1035
|
image: z.ZodOptional<z.ZodString>;
|
|
995
1036
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1037
|
+
updatedAt: z.ZodNumber;
|
|
996
1038
|
}, "strip", z.ZodTypeAny, {
|
|
997
1039
|
type: "Nft";
|
|
998
1040
|
id: string;
|
|
1041
|
+
updatedAt: number;
|
|
999
1042
|
name?: string | undefined;
|
|
1000
1043
|
symbol?: string | undefined;
|
|
1001
1044
|
image?: string | undefined;
|
|
@@ -1003,6 +1046,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1003
1046
|
}, {
|
|
1004
1047
|
type: "Nft";
|
|
1005
1048
|
id: string;
|
|
1049
|
+
updatedAt: number;
|
|
1006
1050
|
name?: string | undefined;
|
|
1007
1051
|
symbol?: string | undefined;
|
|
1008
1052
|
image?: string | undefined;
|
|
@@ -1014,9 +1058,11 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1014
1058
|
metadata: string | undefined;
|
|
1015
1059
|
type: "Nft";
|
|
1016
1060
|
id: string;
|
|
1061
|
+
updatedAt: number;
|
|
1017
1062
|
}, {
|
|
1018
1063
|
type: "Nft";
|
|
1019
1064
|
id: string;
|
|
1065
|
+
updatedAt: number;
|
|
1020
1066
|
name?: string | undefined;
|
|
1021
1067
|
symbol?: string | undefined;
|
|
1022
1068
|
image?: string | undefined;
|
|
@@ -1036,6 +1082,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1036
1082
|
}, "strip", z.ZodTypeAny, {
|
|
1037
1083
|
asset: {
|
|
1038
1084
|
icon: string | undefined;
|
|
1085
|
+
priceDatasourceId: string | undefined;
|
|
1039
1086
|
symbol: string;
|
|
1040
1087
|
type: "CryptoCurrency";
|
|
1041
1088
|
id: string;
|
|
@@ -1061,6 +1108,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1061
1108
|
metadata: string | undefined;
|
|
1062
1109
|
type: "Nft";
|
|
1063
1110
|
id: string;
|
|
1111
|
+
updatedAt: number;
|
|
1064
1112
|
};
|
|
1065
1113
|
amount: {
|
|
1066
1114
|
value: bigint;
|
|
@@ -1093,6 +1141,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1093
1141
|
};
|
|
1094
1142
|
updatedAt: number;
|
|
1095
1143
|
icon?: string | undefined;
|
|
1144
|
+
priceDatasourceId?: string | undefined;
|
|
1096
1145
|
} | {
|
|
1097
1146
|
symbol: string;
|
|
1098
1147
|
type: "FiatCurrency";
|
|
@@ -1102,6 +1151,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1102
1151
|
} | {
|
|
1103
1152
|
type: "Nft";
|
|
1104
1153
|
id: string;
|
|
1154
|
+
updatedAt: number;
|
|
1105
1155
|
name?: string | undefined;
|
|
1106
1156
|
symbol?: string | undefined;
|
|
1107
1157
|
image?: string | undefined;
|
|
@@ -1137,6 +1187,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1137
1187
|
} | undefined;
|
|
1138
1188
|
asset: {
|
|
1139
1189
|
icon: string | undefined;
|
|
1190
|
+
priceDatasourceId: string | undefined;
|
|
1140
1191
|
symbol: string;
|
|
1141
1192
|
type: "CryptoCurrency";
|
|
1142
1193
|
id: string;
|
|
@@ -1162,6 +1213,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1162
1213
|
metadata: string | undefined;
|
|
1163
1214
|
type: "Nft";
|
|
1164
1215
|
id: string;
|
|
1216
|
+
updatedAt: number;
|
|
1165
1217
|
};
|
|
1166
1218
|
amount: {
|
|
1167
1219
|
value: bigint;
|
|
@@ -1183,6 +1235,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1183
1235
|
};
|
|
1184
1236
|
updatedAt: number;
|
|
1185
1237
|
icon?: string | undefined;
|
|
1238
|
+
priceDatasourceId?: string | undefined;
|
|
1186
1239
|
} | {
|
|
1187
1240
|
symbol: string;
|
|
1188
1241
|
type: "FiatCurrency";
|
|
@@ -1192,6 +1245,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1192
1245
|
} | {
|
|
1193
1246
|
type: "Nft";
|
|
1194
1247
|
id: string;
|
|
1248
|
+
updatedAt: number;
|
|
1195
1249
|
name?: string | undefined;
|
|
1196
1250
|
symbol?: string | undefined;
|
|
1197
1251
|
image?: string | undefined;
|
|
@@ -1234,6 +1288,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<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 normalActionTransferSchema: z.ZodEffects<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 normalActionTransferSchema: z.ZodEffects<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 normalActionTransferSchema: z.ZodEffects<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 normalActionTransferSchema: z.ZodEffects<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 normalActionTransferSchema: z.ZodEffects<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 normalActionTransferSchema: z.ZodEffects<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 normalActionTransferSchema: z.ZodEffects<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 normalActionTransferSchema: z.ZodEffects<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 normalActionTransferSchema: z.ZodEffects<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 normalActionTransferSchema: z.ZodEffects<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 normalActionTransferSchema: z.ZodEffects<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;
|
|
@@ -1543,6 +1609,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1543
1609
|
} | undefined;
|
|
1544
1610
|
asset: {
|
|
1545
1611
|
icon: string | undefined;
|
|
1612
|
+
priceDatasourceId: string | undefined;
|
|
1546
1613
|
symbol: string;
|
|
1547
1614
|
type: "CryptoCurrency";
|
|
1548
1615
|
id: string;
|
|
@@ -1568,6 +1635,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1568
1635
|
metadata: string | undefined;
|
|
1569
1636
|
type: "Nft";
|
|
1570
1637
|
id: string;
|
|
1638
|
+
updatedAt: number;
|
|
1571
1639
|
};
|
|
1572
1640
|
amount: {
|
|
1573
1641
|
value: bigint;
|
|
@@ -1588,6 +1656,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1588
1656
|
} | undefined;
|
|
1589
1657
|
asset: {
|
|
1590
1658
|
icon: string | undefined;
|
|
1659
|
+
priceDatasourceId: string | undefined;
|
|
1591
1660
|
symbol: string;
|
|
1592
1661
|
type: "CryptoCurrency";
|
|
1593
1662
|
id: string;
|
|
@@ -1613,6 +1682,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1613
1682
|
metadata: string | undefined;
|
|
1614
1683
|
type: "Nft";
|
|
1615
1684
|
id: string;
|
|
1685
|
+
updatedAt: number;
|
|
1616
1686
|
};
|
|
1617
1687
|
amount: {
|
|
1618
1688
|
value: bigint;
|
|
@@ -1633,6 +1703,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1633
1703
|
} | undefined;
|
|
1634
1704
|
asset: {
|
|
1635
1705
|
icon: string | undefined;
|
|
1706
|
+
priceDatasourceId: string | undefined;
|
|
1636
1707
|
symbol: string;
|
|
1637
1708
|
type: "CryptoCurrency";
|
|
1638
1709
|
id: string;
|
|
@@ -1658,6 +1729,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1658
1729
|
metadata: string | undefined;
|
|
1659
1730
|
type: "Nft";
|
|
1660
1731
|
id: string;
|
|
1732
|
+
updatedAt: number;
|
|
1661
1733
|
};
|
|
1662
1734
|
amount: {
|
|
1663
1735
|
value: bigint;
|
|
@@ -1685,6 +1757,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1685
1757
|
};
|
|
1686
1758
|
updatedAt: number;
|
|
1687
1759
|
icon?: string | undefined;
|
|
1760
|
+
priceDatasourceId?: string | undefined;
|
|
1688
1761
|
} | {
|
|
1689
1762
|
symbol: string;
|
|
1690
1763
|
type: "FiatCurrency";
|
|
@@ -1694,6 +1767,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1694
1767
|
} | {
|
|
1695
1768
|
type: "Nft";
|
|
1696
1769
|
id: string;
|
|
1770
|
+
updatedAt: number;
|
|
1697
1771
|
name?: string | undefined;
|
|
1698
1772
|
symbol?: string | undefined;
|
|
1699
1773
|
image?: string | undefined;
|
|
@@ -1730,6 +1804,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1730
1804
|
};
|
|
1731
1805
|
updatedAt: number;
|
|
1732
1806
|
icon?: string | undefined;
|
|
1807
|
+
priceDatasourceId?: string | undefined;
|
|
1733
1808
|
} | {
|
|
1734
1809
|
symbol: string;
|
|
1735
1810
|
type: "FiatCurrency";
|
|
@@ -1739,6 +1814,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1739
1814
|
} | {
|
|
1740
1815
|
type: "Nft";
|
|
1741
1816
|
id: string;
|
|
1817
|
+
updatedAt: number;
|
|
1742
1818
|
name?: string | undefined;
|
|
1743
1819
|
symbol?: string | undefined;
|
|
1744
1820
|
image?: string | undefined;
|
|
@@ -1775,6 +1851,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1775
1851
|
};
|
|
1776
1852
|
updatedAt: number;
|
|
1777
1853
|
icon?: string | undefined;
|
|
1854
|
+
priceDatasourceId?: string | undefined;
|
|
1778
1855
|
} | {
|
|
1779
1856
|
symbol: string;
|
|
1780
1857
|
type: "FiatCurrency";
|
|
@@ -1784,6 +1861,7 @@ export declare const normalActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1784
1861
|
} | {
|
|
1785
1862
|
type: "Nft";
|
|
1786
1863
|
id: string;
|
|
1864
|
+
updatedAt: number;
|
|
1787
1865
|
name?: string | undefined;
|
|
1788
1866
|
symbol?: string | undefined;
|
|
1789
1867
|
image?: string | undefined;
|
|
@@ -1937,6 +2015,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1937
2015
|
decimals: number;
|
|
1938
2016
|
} | undefined;
|
|
1939
2017
|
}>;
|
|
2018
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1940
2019
|
updatedAt: z.ZodNumber;
|
|
1941
2020
|
}, "strip", z.ZodTypeAny, {
|
|
1942
2021
|
symbol: string;
|
|
@@ -1952,6 +2031,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1952
2031
|
};
|
|
1953
2032
|
updatedAt: number;
|
|
1954
2033
|
icon?: string | undefined;
|
|
2034
|
+
priceDatasourceId?: string | undefined;
|
|
1955
2035
|
}, {
|
|
1956
2036
|
symbol: string;
|
|
1957
2037
|
type: "CryptoCurrency";
|
|
@@ -1966,8 +2046,10 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1966
2046
|
};
|
|
1967
2047
|
updatedAt: number;
|
|
1968
2048
|
icon?: string | undefined;
|
|
2049
|
+
priceDatasourceId?: string | undefined;
|
|
1969
2050
|
}>, {
|
|
1970
2051
|
icon: string | undefined;
|
|
2052
|
+
priceDatasourceId: string | undefined;
|
|
1971
2053
|
symbol: string;
|
|
1972
2054
|
type: "CryptoCurrency";
|
|
1973
2055
|
id: string;
|
|
@@ -1994,6 +2076,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1994
2076
|
};
|
|
1995
2077
|
updatedAt: number;
|
|
1996
2078
|
icon?: string | undefined;
|
|
2079
|
+
priceDatasourceId?: string | undefined;
|
|
1997
2080
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1998
2081
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
1999
2082
|
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">]>;
|
|
@@ -2031,9 +2114,11 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2031
2114
|
symbol: z.ZodOptional<z.ZodString>;
|
|
2032
2115
|
image: z.ZodOptional<z.ZodString>;
|
|
2033
2116
|
metadata: z.ZodOptional<z.ZodString>;
|
|
2117
|
+
updatedAt: z.ZodNumber;
|
|
2034
2118
|
}, "strip", z.ZodTypeAny, {
|
|
2035
2119
|
type: "Nft";
|
|
2036
2120
|
id: string;
|
|
2121
|
+
updatedAt: number;
|
|
2037
2122
|
name?: string | undefined;
|
|
2038
2123
|
symbol?: string | undefined;
|
|
2039
2124
|
image?: string | undefined;
|
|
@@ -2041,6 +2126,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2041
2126
|
}, {
|
|
2042
2127
|
type: "Nft";
|
|
2043
2128
|
id: string;
|
|
2129
|
+
updatedAt: number;
|
|
2044
2130
|
name?: string | undefined;
|
|
2045
2131
|
symbol?: string | undefined;
|
|
2046
2132
|
image?: string | undefined;
|
|
@@ -2052,9 +2138,11 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2052
2138
|
metadata: string | undefined;
|
|
2053
2139
|
type: "Nft";
|
|
2054
2140
|
id: string;
|
|
2141
|
+
updatedAt: number;
|
|
2055
2142
|
}, {
|
|
2056
2143
|
type: "Nft";
|
|
2057
2144
|
id: string;
|
|
2145
|
+
updatedAt: number;
|
|
2058
2146
|
name?: string | undefined;
|
|
2059
2147
|
symbol?: string | undefined;
|
|
2060
2148
|
image?: string | undefined;
|
|
@@ -2074,6 +2162,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2074
2162
|
}, "strip", z.ZodTypeAny, {
|
|
2075
2163
|
asset: {
|
|
2076
2164
|
icon: string | undefined;
|
|
2165
|
+
priceDatasourceId: string | undefined;
|
|
2077
2166
|
symbol: string;
|
|
2078
2167
|
type: "CryptoCurrency";
|
|
2079
2168
|
id: string;
|
|
@@ -2099,6 +2188,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2099
2188
|
metadata: string | undefined;
|
|
2100
2189
|
type: "Nft";
|
|
2101
2190
|
id: string;
|
|
2191
|
+
updatedAt: number;
|
|
2102
2192
|
};
|
|
2103
2193
|
amount: {
|
|
2104
2194
|
value: bigint;
|
|
@@ -2131,6 +2221,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2131
2221
|
};
|
|
2132
2222
|
updatedAt: number;
|
|
2133
2223
|
icon?: string | undefined;
|
|
2224
|
+
priceDatasourceId?: string | undefined;
|
|
2134
2225
|
} | {
|
|
2135
2226
|
symbol: string;
|
|
2136
2227
|
type: "FiatCurrency";
|
|
@@ -2140,6 +2231,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2140
2231
|
} | {
|
|
2141
2232
|
type: "Nft";
|
|
2142
2233
|
id: string;
|
|
2234
|
+
updatedAt: number;
|
|
2143
2235
|
name?: string | undefined;
|
|
2144
2236
|
symbol?: string | undefined;
|
|
2145
2237
|
image?: string | undefined;
|
|
@@ -2175,6 +2267,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2175
2267
|
} | undefined;
|
|
2176
2268
|
asset: {
|
|
2177
2269
|
icon: string | undefined;
|
|
2270
|
+
priceDatasourceId: string | undefined;
|
|
2178
2271
|
symbol: string;
|
|
2179
2272
|
type: "CryptoCurrency";
|
|
2180
2273
|
id: string;
|
|
@@ -2200,6 +2293,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2200
2293
|
metadata: string | undefined;
|
|
2201
2294
|
type: "Nft";
|
|
2202
2295
|
id: string;
|
|
2296
|
+
updatedAt: number;
|
|
2203
2297
|
};
|
|
2204
2298
|
amount: {
|
|
2205
2299
|
value: bigint;
|
|
@@ -2221,6 +2315,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2221
2315
|
};
|
|
2222
2316
|
updatedAt: number;
|
|
2223
2317
|
icon?: string | undefined;
|
|
2318
|
+
priceDatasourceId?: string | undefined;
|
|
2224
2319
|
} | {
|
|
2225
2320
|
symbol: string;
|
|
2226
2321
|
type: "FiatCurrency";
|
|
@@ -2230,6 +2325,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2230
2325
|
} | {
|
|
2231
2326
|
type: "Nft";
|
|
2232
2327
|
id: string;
|
|
2328
|
+
updatedAt: number;
|
|
2233
2329
|
name?: string | undefined;
|
|
2234
2330
|
symbol?: string | undefined;
|
|
2235
2331
|
image?: string | undefined;
|
|
@@ -2273,6 +2369,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2273
2369
|
} | undefined;
|
|
2274
2370
|
asset: {
|
|
2275
2371
|
icon: string | undefined;
|
|
2372
|
+
priceDatasourceId: string | undefined;
|
|
2276
2373
|
symbol: string;
|
|
2277
2374
|
type: "CryptoCurrency";
|
|
2278
2375
|
id: string;
|
|
@@ -2298,6 +2395,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2298
2395
|
metadata: string | undefined;
|
|
2299
2396
|
type: "Nft";
|
|
2300
2397
|
id: string;
|
|
2398
|
+
updatedAt: number;
|
|
2301
2399
|
};
|
|
2302
2400
|
amount: {
|
|
2303
2401
|
value: bigint;
|
|
@@ -2336,6 +2434,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2336
2434
|
};
|
|
2337
2435
|
updatedAt: number;
|
|
2338
2436
|
icon?: string | undefined;
|
|
2437
|
+
priceDatasourceId?: string | undefined;
|
|
2339
2438
|
} | {
|
|
2340
2439
|
symbol: string;
|
|
2341
2440
|
type: "FiatCurrency";
|
|
@@ -2345,6 +2444,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2345
2444
|
} | {
|
|
2346
2445
|
type: "Nft";
|
|
2347
2446
|
id: string;
|
|
2447
|
+
updatedAt: number;
|
|
2348
2448
|
name?: string | undefined;
|
|
2349
2449
|
symbol?: string | undefined;
|
|
2350
2450
|
image?: string | undefined;
|
|
@@ -2406,6 +2506,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2406
2506
|
} | undefined;
|
|
2407
2507
|
asset: {
|
|
2408
2508
|
icon: string | undefined;
|
|
2509
|
+
priceDatasourceId: string | undefined;
|
|
2409
2510
|
symbol: string;
|
|
2410
2511
|
type: "CryptoCurrency";
|
|
2411
2512
|
id: string;
|
|
@@ -2431,6 +2532,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2431
2532
|
metadata: string | undefined;
|
|
2432
2533
|
type: "Nft";
|
|
2433
2534
|
id: string;
|
|
2535
|
+
updatedAt: number;
|
|
2434
2536
|
};
|
|
2435
2537
|
amount: {
|
|
2436
2538
|
value: bigint;
|
|
@@ -2460,6 +2562,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2460
2562
|
};
|
|
2461
2563
|
updatedAt: number;
|
|
2462
2564
|
icon?: string | undefined;
|
|
2565
|
+
priceDatasourceId?: string | undefined;
|
|
2463
2566
|
} | {
|
|
2464
2567
|
symbol: string;
|
|
2465
2568
|
type: "FiatCurrency";
|
|
@@ -2469,6 +2572,7 @@ export declare const accountActionTransferSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2469
2572
|
} | {
|
|
2470
2573
|
type: "Nft";
|
|
2471
2574
|
id: string;
|
|
2575
|
+
updatedAt: number;
|
|
2472
2576
|
name?: string | undefined;
|
|
2473
2577
|
symbol?: string | undefined;
|
|
2474
2578
|
image?: string | undefined;
|