@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
|
@@ -76,6 +76,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
76
76
|
decimals: number;
|
|
77
77
|
} | undefined;
|
|
78
78
|
}>;
|
|
79
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
79
80
|
updatedAt: z.ZodNumber;
|
|
80
81
|
}, "strip", z.ZodTypeAny, {
|
|
81
82
|
symbol: string;
|
|
@@ -91,6 +92,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
91
92
|
};
|
|
92
93
|
updatedAt: number;
|
|
93
94
|
icon?: string | undefined;
|
|
95
|
+
priceDatasourceId?: string | undefined;
|
|
94
96
|
}, {
|
|
95
97
|
symbol: string;
|
|
96
98
|
type: "CryptoCurrency";
|
|
@@ -105,8 +107,10 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
105
107
|
};
|
|
106
108
|
updatedAt: number;
|
|
107
109
|
icon?: string | undefined;
|
|
110
|
+
priceDatasourceId?: string | undefined;
|
|
108
111
|
}>, {
|
|
109
112
|
icon: string | undefined;
|
|
113
|
+
priceDatasourceId: string | undefined;
|
|
110
114
|
symbol: string;
|
|
111
115
|
type: "CryptoCurrency";
|
|
112
116
|
id: string;
|
|
@@ -133,6 +137,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
133
137
|
};
|
|
134
138
|
updatedAt: number;
|
|
135
139
|
icon?: string | undefined;
|
|
140
|
+
priceDatasourceId?: string | undefined;
|
|
136
141
|
}>, z.ZodEffects<z.ZodObject<{
|
|
137
142
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
138
143
|
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">]>;
|
|
@@ -170,9 +175,11 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
170
175
|
symbol: z.ZodOptional<z.ZodString>;
|
|
171
176
|
image: z.ZodOptional<z.ZodString>;
|
|
172
177
|
metadata: z.ZodOptional<z.ZodString>;
|
|
178
|
+
updatedAt: z.ZodNumber;
|
|
173
179
|
}, "strip", z.ZodTypeAny, {
|
|
174
180
|
type: "Nft";
|
|
175
181
|
id: string;
|
|
182
|
+
updatedAt: number;
|
|
176
183
|
name?: string | undefined;
|
|
177
184
|
symbol?: string | undefined;
|
|
178
185
|
image?: string | undefined;
|
|
@@ -180,6 +187,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
180
187
|
}, {
|
|
181
188
|
type: "Nft";
|
|
182
189
|
id: string;
|
|
190
|
+
updatedAt: number;
|
|
183
191
|
name?: string | undefined;
|
|
184
192
|
symbol?: string | undefined;
|
|
185
193
|
image?: string | undefined;
|
|
@@ -191,9 +199,11 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
191
199
|
metadata: string | undefined;
|
|
192
200
|
type: "Nft";
|
|
193
201
|
id: string;
|
|
202
|
+
updatedAt: number;
|
|
194
203
|
}, {
|
|
195
204
|
type: "Nft";
|
|
196
205
|
id: string;
|
|
206
|
+
updatedAt: number;
|
|
197
207
|
name?: string | undefined;
|
|
198
208
|
symbol?: string | undefined;
|
|
199
209
|
image?: string | undefined;
|
|
@@ -213,6 +223,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
213
223
|
}, "strip", z.ZodTypeAny, {
|
|
214
224
|
asset: {
|
|
215
225
|
icon: string | undefined;
|
|
226
|
+
priceDatasourceId: string | undefined;
|
|
216
227
|
symbol: string;
|
|
217
228
|
type: "CryptoCurrency";
|
|
218
229
|
id: string;
|
|
@@ -238,6 +249,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
238
249
|
metadata: string | undefined;
|
|
239
250
|
type: "Nft";
|
|
240
251
|
id: string;
|
|
252
|
+
updatedAt: number;
|
|
241
253
|
};
|
|
242
254
|
amount: {
|
|
243
255
|
value: bigint;
|
|
@@ -270,6 +282,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
270
282
|
};
|
|
271
283
|
updatedAt: number;
|
|
272
284
|
icon?: string | undefined;
|
|
285
|
+
priceDatasourceId?: string | undefined;
|
|
273
286
|
} | {
|
|
274
287
|
symbol: string;
|
|
275
288
|
type: "FiatCurrency";
|
|
@@ -279,6 +292,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
279
292
|
} | {
|
|
280
293
|
type: "Nft";
|
|
281
294
|
id: string;
|
|
295
|
+
updatedAt: number;
|
|
282
296
|
name?: string | undefined;
|
|
283
297
|
symbol?: string | undefined;
|
|
284
298
|
image?: string | undefined;
|
|
@@ -314,6 +328,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
314
328
|
} | undefined;
|
|
315
329
|
asset: {
|
|
316
330
|
icon: string | undefined;
|
|
331
|
+
priceDatasourceId: string | undefined;
|
|
317
332
|
symbol: string;
|
|
318
333
|
type: "CryptoCurrency";
|
|
319
334
|
id: string;
|
|
@@ -339,6 +354,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
339
354
|
metadata: string | undefined;
|
|
340
355
|
type: "Nft";
|
|
341
356
|
id: string;
|
|
357
|
+
updatedAt: number;
|
|
342
358
|
};
|
|
343
359
|
amount: {
|
|
344
360
|
value: bigint;
|
|
@@ -360,6 +376,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
360
376
|
};
|
|
361
377
|
updatedAt: number;
|
|
362
378
|
icon?: string | undefined;
|
|
379
|
+
priceDatasourceId?: string | undefined;
|
|
363
380
|
} | {
|
|
364
381
|
symbol: string;
|
|
365
382
|
type: "FiatCurrency";
|
|
@@ -369,6 +386,7 @@ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
369
386
|
} | {
|
|
370
387
|
type: "Nft";
|
|
371
388
|
id: string;
|
|
389
|
+
updatedAt: number;
|
|
372
390
|
name?: string | undefined;
|
|
373
391
|
symbol?: string | undefined;
|
|
374
392
|
image?: string | undefined;
|
|
@@ -479,6 +497,7 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
479
497
|
decimals: number;
|
|
480
498
|
} | undefined;
|
|
481
499
|
}>;
|
|
500
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
482
501
|
updatedAt: z.ZodNumber;
|
|
483
502
|
}, "strip", z.ZodTypeAny, {
|
|
484
503
|
symbol: string;
|
|
@@ -494,6 +513,7 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
494
513
|
};
|
|
495
514
|
updatedAt: number;
|
|
496
515
|
icon?: string | undefined;
|
|
516
|
+
priceDatasourceId?: string | undefined;
|
|
497
517
|
}, {
|
|
498
518
|
symbol: string;
|
|
499
519
|
type: "CryptoCurrency";
|
|
@@ -508,8 +528,10 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
508
528
|
};
|
|
509
529
|
updatedAt: number;
|
|
510
530
|
icon?: string | undefined;
|
|
531
|
+
priceDatasourceId?: string | undefined;
|
|
511
532
|
}>, {
|
|
512
533
|
icon: string | undefined;
|
|
534
|
+
priceDatasourceId: string | undefined;
|
|
513
535
|
symbol: string;
|
|
514
536
|
type: "CryptoCurrency";
|
|
515
537
|
id: string;
|
|
@@ -536,10 +558,12 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
536
558
|
};
|
|
537
559
|
updatedAt: number;
|
|
538
560
|
icon?: string | undefined;
|
|
561
|
+
priceDatasourceId?: string | undefined;
|
|
539
562
|
}>;
|
|
540
563
|
}, "strip", z.ZodTypeAny, {
|
|
541
564
|
asset: {
|
|
542
565
|
icon: string | undefined;
|
|
566
|
+
priceDatasourceId: string | undefined;
|
|
543
567
|
symbol: string;
|
|
544
568
|
type: "CryptoCurrency";
|
|
545
569
|
id: string;
|
|
@@ -584,6 +608,7 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
584
608
|
};
|
|
585
609
|
updatedAt: number;
|
|
586
610
|
icon?: string | undefined;
|
|
611
|
+
priceDatasourceId?: string | undefined;
|
|
587
612
|
};
|
|
588
613
|
amount: {
|
|
589
614
|
value: bigint;
|
|
@@ -615,6 +640,7 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
615
640
|
} | undefined;
|
|
616
641
|
asset: {
|
|
617
642
|
icon: string | undefined;
|
|
643
|
+
priceDatasourceId: string | undefined;
|
|
618
644
|
symbol: string;
|
|
619
645
|
type: "CryptoCurrency";
|
|
620
646
|
id: string;
|
|
@@ -648,6 +674,7 @@ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
648
674
|
};
|
|
649
675
|
updatedAt: number;
|
|
650
676
|
icon?: string | undefined;
|
|
677
|
+
priceDatasourceId?: string | undefined;
|
|
651
678
|
};
|
|
652
679
|
amount: {
|
|
653
680
|
value: bigint;
|
|
@@ -891,9 +918,11 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
891
918
|
symbol: z.ZodOptional<z.ZodString>;
|
|
892
919
|
image: z.ZodOptional<z.ZodString>;
|
|
893
920
|
metadata: z.ZodOptional<z.ZodString>;
|
|
921
|
+
updatedAt: z.ZodNumber;
|
|
894
922
|
}, "strip", z.ZodTypeAny, {
|
|
895
923
|
type: "Nft";
|
|
896
924
|
id: string;
|
|
925
|
+
updatedAt: number;
|
|
897
926
|
name?: string | undefined;
|
|
898
927
|
symbol?: string | undefined;
|
|
899
928
|
image?: string | undefined;
|
|
@@ -901,6 +930,7 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
901
930
|
}, {
|
|
902
931
|
type: "Nft";
|
|
903
932
|
id: string;
|
|
933
|
+
updatedAt: number;
|
|
904
934
|
name?: string | undefined;
|
|
905
935
|
symbol?: string | undefined;
|
|
906
936
|
image?: string | undefined;
|
|
@@ -912,9 +942,11 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
912
942
|
metadata: string | undefined;
|
|
913
943
|
type: "Nft";
|
|
914
944
|
id: string;
|
|
945
|
+
updatedAt: number;
|
|
915
946
|
}, {
|
|
916
947
|
type: "Nft";
|
|
917
948
|
id: string;
|
|
949
|
+
updatedAt: number;
|
|
918
950
|
name?: string | undefined;
|
|
919
951
|
symbol?: string | undefined;
|
|
920
952
|
image?: string | undefined;
|
|
@@ -928,6 +960,7 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
928
960
|
metadata: string | undefined;
|
|
929
961
|
type: "Nft";
|
|
930
962
|
id: string;
|
|
963
|
+
updatedAt: number;
|
|
931
964
|
};
|
|
932
965
|
amount: {
|
|
933
966
|
value: bigint;
|
|
@@ -949,6 +982,7 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
949
982
|
asset: {
|
|
950
983
|
type: "Nft";
|
|
951
984
|
id: string;
|
|
985
|
+
updatedAt: number;
|
|
952
986
|
name?: string | undefined;
|
|
953
987
|
symbol?: string | undefined;
|
|
954
988
|
image?: string | undefined;
|
|
@@ -989,6 +1023,7 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
989
1023
|
metadata: string | undefined;
|
|
990
1024
|
type: "Nft";
|
|
991
1025
|
id: string;
|
|
1026
|
+
updatedAt: number;
|
|
992
1027
|
};
|
|
993
1028
|
amount: {
|
|
994
1029
|
value: bigint;
|
|
@@ -999,6 +1034,7 @@ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
|
|
|
999
1034
|
asset: {
|
|
1000
1035
|
type: "Nft";
|
|
1001
1036
|
id: string;
|
|
1037
|
+
updatedAt: number;
|
|
1002
1038
|
name?: string | undefined;
|
|
1003
1039
|
symbol?: string | undefined;
|
|
1004
1040
|
image?: string | undefined;
|
|
@@ -1098,6 +1134,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1098
1134
|
decimals: number;
|
|
1099
1135
|
} | undefined;
|
|
1100
1136
|
}>;
|
|
1137
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1101
1138
|
updatedAt: z.ZodNumber;
|
|
1102
1139
|
}, "strip", z.ZodTypeAny, {
|
|
1103
1140
|
symbol: string;
|
|
@@ -1113,6 +1150,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1113
1150
|
};
|
|
1114
1151
|
updatedAt: number;
|
|
1115
1152
|
icon?: string | undefined;
|
|
1153
|
+
priceDatasourceId?: string | undefined;
|
|
1116
1154
|
}, {
|
|
1117
1155
|
symbol: string;
|
|
1118
1156
|
type: "CryptoCurrency";
|
|
@@ -1127,8 +1165,10 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1127
1165
|
};
|
|
1128
1166
|
updatedAt: number;
|
|
1129
1167
|
icon?: string | undefined;
|
|
1168
|
+
priceDatasourceId?: string | undefined;
|
|
1130
1169
|
}>, {
|
|
1131
1170
|
icon: string | undefined;
|
|
1171
|
+
priceDatasourceId: string | undefined;
|
|
1132
1172
|
symbol: string;
|
|
1133
1173
|
type: "CryptoCurrency";
|
|
1134
1174
|
id: string;
|
|
@@ -1155,6 +1195,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1155
1195
|
};
|
|
1156
1196
|
updatedAt: number;
|
|
1157
1197
|
icon?: string | undefined;
|
|
1198
|
+
priceDatasourceId?: string | undefined;
|
|
1158
1199
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1159
1200
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
1160
1201
|
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">]>;
|
|
@@ -1192,9 +1233,11 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1192
1233
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1193
1234
|
image: z.ZodOptional<z.ZodString>;
|
|
1194
1235
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1236
|
+
updatedAt: z.ZodNumber;
|
|
1195
1237
|
}, "strip", z.ZodTypeAny, {
|
|
1196
1238
|
type: "Nft";
|
|
1197
1239
|
id: string;
|
|
1240
|
+
updatedAt: number;
|
|
1198
1241
|
name?: string | undefined;
|
|
1199
1242
|
symbol?: string | undefined;
|
|
1200
1243
|
image?: string | undefined;
|
|
@@ -1202,6 +1245,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1202
1245
|
}, {
|
|
1203
1246
|
type: "Nft";
|
|
1204
1247
|
id: string;
|
|
1248
|
+
updatedAt: number;
|
|
1205
1249
|
name?: string | undefined;
|
|
1206
1250
|
symbol?: string | undefined;
|
|
1207
1251
|
image?: string | undefined;
|
|
@@ -1213,9 +1257,11 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1213
1257
|
metadata: string | undefined;
|
|
1214
1258
|
type: "Nft";
|
|
1215
1259
|
id: string;
|
|
1260
|
+
updatedAt: number;
|
|
1216
1261
|
}, {
|
|
1217
1262
|
type: "Nft";
|
|
1218
1263
|
id: string;
|
|
1264
|
+
updatedAt: number;
|
|
1219
1265
|
name?: string | undefined;
|
|
1220
1266
|
symbol?: string | undefined;
|
|
1221
1267
|
image?: string | undefined;
|
|
@@ -1235,6 +1281,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1235
1281
|
}, "strip", z.ZodTypeAny, {
|
|
1236
1282
|
asset: {
|
|
1237
1283
|
icon: string | undefined;
|
|
1284
|
+
priceDatasourceId: string | undefined;
|
|
1238
1285
|
symbol: string;
|
|
1239
1286
|
type: "CryptoCurrency";
|
|
1240
1287
|
id: string;
|
|
@@ -1260,6 +1307,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1260
1307
|
metadata: string | undefined;
|
|
1261
1308
|
type: "Nft";
|
|
1262
1309
|
id: string;
|
|
1310
|
+
updatedAt: number;
|
|
1263
1311
|
};
|
|
1264
1312
|
amount: {
|
|
1265
1313
|
value: bigint;
|
|
@@ -1292,6 +1340,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1292
1340
|
};
|
|
1293
1341
|
updatedAt: number;
|
|
1294
1342
|
icon?: string | undefined;
|
|
1343
|
+
priceDatasourceId?: string | undefined;
|
|
1295
1344
|
} | {
|
|
1296
1345
|
symbol: string;
|
|
1297
1346
|
type: "FiatCurrency";
|
|
@@ -1301,6 +1350,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1301
1350
|
} | {
|
|
1302
1351
|
type: "Nft";
|
|
1303
1352
|
id: string;
|
|
1353
|
+
updatedAt: number;
|
|
1304
1354
|
name?: string | undefined;
|
|
1305
1355
|
symbol?: string | undefined;
|
|
1306
1356
|
image?: string | undefined;
|
|
@@ -1336,6 +1386,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1336
1386
|
} | undefined;
|
|
1337
1387
|
asset: {
|
|
1338
1388
|
icon: string | undefined;
|
|
1389
|
+
priceDatasourceId: string | undefined;
|
|
1339
1390
|
symbol: string;
|
|
1340
1391
|
type: "CryptoCurrency";
|
|
1341
1392
|
id: string;
|
|
@@ -1361,6 +1412,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1361
1412
|
metadata: string | undefined;
|
|
1362
1413
|
type: "Nft";
|
|
1363
1414
|
id: string;
|
|
1415
|
+
updatedAt: number;
|
|
1364
1416
|
};
|
|
1365
1417
|
amount: {
|
|
1366
1418
|
value: bigint;
|
|
@@ -1382,6 +1434,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1382
1434
|
};
|
|
1383
1435
|
updatedAt: number;
|
|
1384
1436
|
icon?: string | undefined;
|
|
1437
|
+
priceDatasourceId?: string | undefined;
|
|
1385
1438
|
} | {
|
|
1386
1439
|
symbol: string;
|
|
1387
1440
|
type: "FiatCurrency";
|
|
@@ -1391,6 +1444,7 @@ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1391
1444
|
} | {
|
|
1392
1445
|
type: "Nft";
|
|
1393
1446
|
id: string;
|
|
1447
|
+
updatedAt: number;
|
|
1394
1448
|
name?: string | undefined;
|
|
1395
1449
|
symbol?: string | undefined;
|
|
1396
1450
|
image?: string | undefined;
|
|
@@ -1501,6 +1555,7 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1501
1555
|
decimals: number;
|
|
1502
1556
|
} | undefined;
|
|
1503
1557
|
}>;
|
|
1558
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1504
1559
|
updatedAt: z.ZodNumber;
|
|
1505
1560
|
}, "strip", z.ZodTypeAny, {
|
|
1506
1561
|
symbol: string;
|
|
@@ -1516,6 +1571,7 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1516
1571
|
};
|
|
1517
1572
|
updatedAt: number;
|
|
1518
1573
|
icon?: string | undefined;
|
|
1574
|
+
priceDatasourceId?: string | undefined;
|
|
1519
1575
|
}, {
|
|
1520
1576
|
symbol: string;
|
|
1521
1577
|
type: "CryptoCurrency";
|
|
@@ -1530,8 +1586,10 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1530
1586
|
};
|
|
1531
1587
|
updatedAt: number;
|
|
1532
1588
|
icon?: string | undefined;
|
|
1589
|
+
priceDatasourceId?: string | undefined;
|
|
1533
1590
|
}>, {
|
|
1534
1591
|
icon: string | undefined;
|
|
1592
|
+
priceDatasourceId: string | undefined;
|
|
1535
1593
|
symbol: string;
|
|
1536
1594
|
type: "CryptoCurrency";
|
|
1537
1595
|
id: string;
|
|
@@ -1558,10 +1616,12 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1558
1616
|
};
|
|
1559
1617
|
updatedAt: number;
|
|
1560
1618
|
icon?: string | undefined;
|
|
1619
|
+
priceDatasourceId?: string | undefined;
|
|
1561
1620
|
}>;
|
|
1562
1621
|
}, "strip", z.ZodTypeAny, {
|
|
1563
1622
|
asset: {
|
|
1564
1623
|
icon: string | undefined;
|
|
1624
|
+
priceDatasourceId: string | undefined;
|
|
1565
1625
|
symbol: string;
|
|
1566
1626
|
type: "CryptoCurrency";
|
|
1567
1627
|
id: string;
|
|
@@ -1606,6 +1666,7 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1606
1666
|
};
|
|
1607
1667
|
updatedAt: number;
|
|
1608
1668
|
icon?: string | undefined;
|
|
1669
|
+
priceDatasourceId?: string | undefined;
|
|
1609
1670
|
};
|
|
1610
1671
|
amount: {
|
|
1611
1672
|
value: bigint;
|
|
@@ -1637,6 +1698,7 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1637
1698
|
} | undefined;
|
|
1638
1699
|
asset: {
|
|
1639
1700
|
icon: string | undefined;
|
|
1701
|
+
priceDatasourceId: string | undefined;
|
|
1640
1702
|
symbol: string;
|
|
1641
1703
|
type: "CryptoCurrency";
|
|
1642
1704
|
id: string;
|
|
@@ -1670,6 +1732,7 @@ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1670
1732
|
};
|
|
1671
1733
|
updatedAt: number;
|
|
1672
1734
|
icon?: string | undefined;
|
|
1735
|
+
priceDatasourceId?: string | undefined;
|
|
1673
1736
|
};
|
|
1674
1737
|
amount: {
|
|
1675
1738
|
value: bigint;
|
|
@@ -1913,9 +1976,11 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1913
1976
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1914
1977
|
image: z.ZodOptional<z.ZodString>;
|
|
1915
1978
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1979
|
+
updatedAt: z.ZodNumber;
|
|
1916
1980
|
}, "strip", z.ZodTypeAny, {
|
|
1917
1981
|
type: "Nft";
|
|
1918
1982
|
id: string;
|
|
1983
|
+
updatedAt: number;
|
|
1919
1984
|
name?: string | undefined;
|
|
1920
1985
|
symbol?: string | undefined;
|
|
1921
1986
|
image?: string | undefined;
|
|
@@ -1923,6 +1988,7 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1923
1988
|
}, {
|
|
1924
1989
|
type: "Nft";
|
|
1925
1990
|
id: string;
|
|
1991
|
+
updatedAt: number;
|
|
1926
1992
|
name?: string | undefined;
|
|
1927
1993
|
symbol?: string | undefined;
|
|
1928
1994
|
image?: string | undefined;
|
|
@@ -1934,9 +2000,11 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1934
2000
|
metadata: string | undefined;
|
|
1935
2001
|
type: "Nft";
|
|
1936
2002
|
id: string;
|
|
2003
|
+
updatedAt: number;
|
|
1937
2004
|
}, {
|
|
1938
2005
|
type: "Nft";
|
|
1939
2006
|
id: string;
|
|
2007
|
+
updatedAt: number;
|
|
1940
2008
|
name?: string | undefined;
|
|
1941
2009
|
symbol?: string | undefined;
|
|
1942
2010
|
image?: string | undefined;
|
|
@@ -1950,6 +2018,7 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1950
2018
|
metadata: string | undefined;
|
|
1951
2019
|
type: "Nft";
|
|
1952
2020
|
id: string;
|
|
2021
|
+
updatedAt: number;
|
|
1953
2022
|
};
|
|
1954
2023
|
amount: {
|
|
1955
2024
|
value: bigint;
|
|
@@ -1971,6 +2040,7 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1971
2040
|
asset: {
|
|
1972
2041
|
type: "Nft";
|
|
1973
2042
|
id: string;
|
|
2043
|
+
updatedAt: number;
|
|
1974
2044
|
name?: string | undefined;
|
|
1975
2045
|
symbol?: string | undefined;
|
|
1976
2046
|
image?: string | undefined;
|
|
@@ -2011,6 +2081,7 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2011
2081
|
metadata: string | undefined;
|
|
2012
2082
|
type: "Nft";
|
|
2013
2083
|
id: string;
|
|
2084
|
+
updatedAt: number;
|
|
2014
2085
|
};
|
|
2015
2086
|
amount: {
|
|
2016
2087
|
value: bigint;
|
|
@@ -2021,6 +2092,7 @@ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2021
2092
|
asset: {
|
|
2022
2093
|
type: "Nft";
|
|
2023
2094
|
id: string;
|
|
2095
|
+
updatedAt: number;
|
|
2024
2096
|
name?: string | undefined;
|
|
2025
2097
|
symbol?: string | undefined;
|
|
2026
2098
|
image?: string | undefined;
|
|
@@ -2120,6 +2192,7 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2120
2192
|
decimals: number;
|
|
2121
2193
|
} | undefined;
|
|
2122
2194
|
}>;
|
|
2195
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2123
2196
|
updatedAt: z.ZodNumber;
|
|
2124
2197
|
}, "strip", z.ZodTypeAny, {
|
|
2125
2198
|
symbol: string;
|
|
@@ -2135,6 +2208,7 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2135
2208
|
};
|
|
2136
2209
|
updatedAt: number;
|
|
2137
2210
|
icon?: string | undefined;
|
|
2211
|
+
priceDatasourceId?: string | undefined;
|
|
2138
2212
|
}, {
|
|
2139
2213
|
symbol: string;
|
|
2140
2214
|
type: "CryptoCurrency";
|
|
@@ -2149,8 +2223,10 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2149
2223
|
};
|
|
2150
2224
|
updatedAt: number;
|
|
2151
2225
|
icon?: string | undefined;
|
|
2226
|
+
priceDatasourceId?: string | undefined;
|
|
2152
2227
|
}>, {
|
|
2153
2228
|
icon: string | undefined;
|
|
2229
|
+
priceDatasourceId: string | undefined;
|
|
2154
2230
|
symbol: string;
|
|
2155
2231
|
type: "CryptoCurrency";
|
|
2156
2232
|
id: string;
|
|
@@ -2177,6 +2253,7 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2177
2253
|
};
|
|
2178
2254
|
updatedAt: number;
|
|
2179
2255
|
icon?: string | undefined;
|
|
2256
|
+
priceDatasourceId?: string | undefined;
|
|
2180
2257
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2181
2258
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2182
2259
|
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">]>;
|
|
@@ -2214,9 +2291,11 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2214
2291
|
symbol: z.ZodOptional<z.ZodString>;
|
|
2215
2292
|
image: z.ZodOptional<z.ZodString>;
|
|
2216
2293
|
metadata: z.ZodOptional<z.ZodString>;
|
|
2294
|
+
updatedAt: z.ZodNumber;
|
|
2217
2295
|
}, "strip", z.ZodTypeAny, {
|
|
2218
2296
|
type: "Nft";
|
|
2219
2297
|
id: string;
|
|
2298
|
+
updatedAt: number;
|
|
2220
2299
|
name?: string | undefined;
|
|
2221
2300
|
symbol?: string | undefined;
|
|
2222
2301
|
image?: string | undefined;
|
|
@@ -2224,6 +2303,7 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2224
2303
|
}, {
|
|
2225
2304
|
type: "Nft";
|
|
2226
2305
|
id: string;
|
|
2306
|
+
updatedAt: number;
|
|
2227
2307
|
name?: string | undefined;
|
|
2228
2308
|
symbol?: string | undefined;
|
|
2229
2309
|
image?: string | undefined;
|
|
@@ -2235,9 +2315,11 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2235
2315
|
metadata: string | undefined;
|
|
2236
2316
|
type: "Nft";
|
|
2237
2317
|
id: string;
|
|
2318
|
+
updatedAt: number;
|
|
2238
2319
|
}, {
|
|
2239
2320
|
type: "Nft";
|
|
2240
2321
|
id: string;
|
|
2322
|
+
updatedAt: number;
|
|
2241
2323
|
name?: string | undefined;
|
|
2242
2324
|
symbol?: string | undefined;
|
|
2243
2325
|
image?: string | undefined;
|
|
@@ -2257,6 +2339,7 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2257
2339
|
}, "strip", z.ZodTypeAny, {
|
|
2258
2340
|
asset: {
|
|
2259
2341
|
icon: string | undefined;
|
|
2342
|
+
priceDatasourceId: string | undefined;
|
|
2260
2343
|
symbol: string;
|
|
2261
2344
|
type: "CryptoCurrency";
|
|
2262
2345
|
id: string;
|
|
@@ -2282,6 +2365,7 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2282
2365
|
metadata: string | undefined;
|
|
2283
2366
|
type: "Nft";
|
|
2284
2367
|
id: string;
|
|
2368
|
+
updatedAt: number;
|
|
2285
2369
|
};
|
|
2286
2370
|
amount: {
|
|
2287
2371
|
value: bigint;
|
|
@@ -2314,6 +2398,7 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2314
2398
|
};
|
|
2315
2399
|
updatedAt: number;
|
|
2316
2400
|
icon?: string | undefined;
|
|
2401
|
+
priceDatasourceId?: string | undefined;
|
|
2317
2402
|
} | {
|
|
2318
2403
|
symbol: string;
|
|
2319
2404
|
type: "FiatCurrency";
|
|
@@ -2323,6 +2408,7 @@ export declare const transferNoneDefaultSchema: z.ZodObject<{
|
|
|
2323
2408
|
} | {
|
|
2324
2409
|
type: "Nft";
|
|
2325
2410
|
id: string;
|
|
2411
|
+
updatedAt: number;
|
|
2326
2412
|
name?: string | undefined;
|
|
2327
2413
|
symbol?: string | undefined;
|
|
2328
2414
|
image?: string | undefined;
|
|
@@ -2422,6 +2508,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2422
2508
|
decimals: number;
|
|
2423
2509
|
} | undefined;
|
|
2424
2510
|
}>;
|
|
2511
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2425
2512
|
updatedAt: z.ZodNumber;
|
|
2426
2513
|
}, "strip", z.ZodTypeAny, {
|
|
2427
2514
|
symbol: string;
|
|
@@ -2437,6 +2524,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2437
2524
|
};
|
|
2438
2525
|
updatedAt: number;
|
|
2439
2526
|
icon?: string | undefined;
|
|
2527
|
+
priceDatasourceId?: string | undefined;
|
|
2440
2528
|
}, {
|
|
2441
2529
|
symbol: string;
|
|
2442
2530
|
type: "CryptoCurrency";
|
|
@@ -2451,8 +2539,10 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2451
2539
|
};
|
|
2452
2540
|
updatedAt: number;
|
|
2453
2541
|
icon?: string | undefined;
|
|
2542
|
+
priceDatasourceId?: string | undefined;
|
|
2454
2543
|
}>, {
|
|
2455
2544
|
icon: string | undefined;
|
|
2545
|
+
priceDatasourceId: string | undefined;
|
|
2456
2546
|
symbol: string;
|
|
2457
2547
|
type: "CryptoCurrency";
|
|
2458
2548
|
id: string;
|
|
@@ -2479,6 +2569,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2479
2569
|
};
|
|
2480
2570
|
updatedAt: number;
|
|
2481
2571
|
icon?: string | undefined;
|
|
2572
|
+
priceDatasourceId?: string | undefined;
|
|
2482
2573
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2483
2574
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2484
2575
|
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">]>;
|
|
@@ -2516,9 +2607,11 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2516
2607
|
symbol: z.ZodOptional<z.ZodString>;
|
|
2517
2608
|
image: z.ZodOptional<z.ZodString>;
|
|
2518
2609
|
metadata: z.ZodOptional<z.ZodString>;
|
|
2610
|
+
updatedAt: z.ZodNumber;
|
|
2519
2611
|
}, "strip", z.ZodTypeAny, {
|
|
2520
2612
|
type: "Nft";
|
|
2521
2613
|
id: string;
|
|
2614
|
+
updatedAt: number;
|
|
2522
2615
|
name?: string | undefined;
|
|
2523
2616
|
symbol?: string | undefined;
|
|
2524
2617
|
image?: string | undefined;
|
|
@@ -2526,6 +2619,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2526
2619
|
}, {
|
|
2527
2620
|
type: "Nft";
|
|
2528
2621
|
id: string;
|
|
2622
|
+
updatedAt: number;
|
|
2529
2623
|
name?: string | undefined;
|
|
2530
2624
|
symbol?: string | undefined;
|
|
2531
2625
|
image?: string | undefined;
|
|
@@ -2537,9 +2631,11 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2537
2631
|
metadata: string | undefined;
|
|
2538
2632
|
type: "Nft";
|
|
2539
2633
|
id: string;
|
|
2634
|
+
updatedAt: number;
|
|
2540
2635
|
}, {
|
|
2541
2636
|
type: "Nft";
|
|
2542
2637
|
id: string;
|
|
2638
|
+
updatedAt: number;
|
|
2543
2639
|
name?: string | undefined;
|
|
2544
2640
|
symbol?: string | undefined;
|
|
2545
2641
|
image?: string | undefined;
|
|
@@ -2559,6 +2655,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2559
2655
|
}, "strip", z.ZodTypeAny, {
|
|
2560
2656
|
asset: {
|
|
2561
2657
|
icon: string | undefined;
|
|
2658
|
+
priceDatasourceId: string | undefined;
|
|
2562
2659
|
symbol: string;
|
|
2563
2660
|
type: "CryptoCurrency";
|
|
2564
2661
|
id: string;
|
|
@@ -2584,6 +2681,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2584
2681
|
metadata: string | undefined;
|
|
2585
2682
|
type: "Nft";
|
|
2586
2683
|
id: string;
|
|
2684
|
+
updatedAt: number;
|
|
2587
2685
|
};
|
|
2588
2686
|
amount: {
|
|
2589
2687
|
value: bigint;
|
|
@@ -2616,6 +2714,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2616
2714
|
};
|
|
2617
2715
|
updatedAt: number;
|
|
2618
2716
|
icon?: string | undefined;
|
|
2717
|
+
priceDatasourceId?: string | undefined;
|
|
2619
2718
|
} | {
|
|
2620
2719
|
symbol: string;
|
|
2621
2720
|
type: "FiatCurrency";
|
|
@@ -2625,6 +2724,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2625
2724
|
} | {
|
|
2626
2725
|
type: "Nft";
|
|
2627
2726
|
id: string;
|
|
2727
|
+
updatedAt: number;
|
|
2628
2728
|
name?: string | undefined;
|
|
2629
2729
|
symbol?: string | undefined;
|
|
2630
2730
|
image?: string | undefined;
|
|
@@ -2660,6 +2760,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2660
2760
|
} | undefined;
|
|
2661
2761
|
asset: {
|
|
2662
2762
|
icon: string | undefined;
|
|
2763
|
+
priceDatasourceId: string | undefined;
|
|
2663
2764
|
symbol: string;
|
|
2664
2765
|
type: "CryptoCurrency";
|
|
2665
2766
|
id: string;
|
|
@@ -2685,6 +2786,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2685
2786
|
metadata: string | undefined;
|
|
2686
2787
|
type: "Nft";
|
|
2687
2788
|
id: string;
|
|
2789
|
+
updatedAt: number;
|
|
2688
2790
|
};
|
|
2689
2791
|
amount: {
|
|
2690
2792
|
value: bigint;
|
|
@@ -2706,6 +2808,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2706
2808
|
};
|
|
2707
2809
|
updatedAt: number;
|
|
2708
2810
|
icon?: string | undefined;
|
|
2811
|
+
priceDatasourceId?: string | undefined;
|
|
2709
2812
|
} | {
|
|
2710
2813
|
symbol: string;
|
|
2711
2814
|
type: "FiatCurrency";
|
|
@@ -2715,6 +2818,7 @@ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2715
2818
|
} | {
|
|
2716
2819
|
type: "Nft";
|
|
2717
2820
|
id: string;
|
|
2821
|
+
updatedAt: number;
|
|
2718
2822
|
name?: string | undefined;
|
|
2719
2823
|
symbol?: string | undefined;
|
|
2720
2824
|
image?: string | undefined;
|
|
@@ -2825,6 +2929,7 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
|
|
|
2825
2929
|
decimals: number;
|
|
2826
2930
|
} | undefined;
|
|
2827
2931
|
}>;
|
|
2932
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2828
2933
|
updatedAt: z.ZodNumber;
|
|
2829
2934
|
}, "strip", z.ZodTypeAny, {
|
|
2830
2935
|
symbol: string;
|
|
@@ -2840,6 +2945,7 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
|
|
|
2840
2945
|
};
|
|
2841
2946
|
updatedAt: number;
|
|
2842
2947
|
icon?: string | undefined;
|
|
2948
|
+
priceDatasourceId?: string | undefined;
|
|
2843
2949
|
}, {
|
|
2844
2950
|
symbol: string;
|
|
2845
2951
|
type: "CryptoCurrency";
|
|
@@ -2854,8 +2960,10 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
|
|
|
2854
2960
|
};
|
|
2855
2961
|
updatedAt: number;
|
|
2856
2962
|
icon?: string | undefined;
|
|
2963
|
+
priceDatasourceId?: string | undefined;
|
|
2857
2964
|
}>, {
|
|
2858
2965
|
icon: string | undefined;
|
|
2966
|
+
priceDatasourceId: string | undefined;
|
|
2859
2967
|
symbol: string;
|
|
2860
2968
|
type: "CryptoCurrency";
|
|
2861
2969
|
id: string;
|
|
@@ -2882,10 +2990,12 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
|
|
|
2882
2990
|
};
|
|
2883
2991
|
updatedAt: number;
|
|
2884
2992
|
icon?: string | undefined;
|
|
2993
|
+
priceDatasourceId?: string | undefined;
|
|
2885
2994
|
}>;
|
|
2886
2995
|
}, "strip", z.ZodTypeAny, {
|
|
2887
2996
|
asset: {
|
|
2888
2997
|
icon: string | undefined;
|
|
2998
|
+
priceDatasourceId: string | undefined;
|
|
2889
2999
|
symbol: string;
|
|
2890
3000
|
type: "CryptoCurrency";
|
|
2891
3001
|
id: string;
|
|
@@ -2930,6 +3040,7 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
|
|
|
2930
3040
|
};
|
|
2931
3041
|
updatedAt: number;
|
|
2932
3042
|
icon?: string | undefined;
|
|
3043
|
+
priceDatasourceId?: string | undefined;
|
|
2933
3044
|
};
|
|
2934
3045
|
amount: {
|
|
2935
3046
|
value: bigint;
|
|
@@ -2961,6 +3072,7 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
|
|
|
2961
3072
|
} | undefined;
|
|
2962
3073
|
asset: {
|
|
2963
3074
|
icon: string | undefined;
|
|
3075
|
+
priceDatasourceId: string | undefined;
|
|
2964
3076
|
symbol: string;
|
|
2965
3077
|
type: "CryptoCurrency";
|
|
2966
3078
|
id: string;
|
|
@@ -2994,6 +3106,7 @@ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<
|
|
|
2994
3106
|
};
|
|
2995
3107
|
updatedAt: number;
|
|
2996
3108
|
icon?: string | undefined;
|
|
3109
|
+
priceDatasourceId?: string | undefined;
|
|
2997
3110
|
};
|
|
2998
3111
|
amount: {
|
|
2999
3112
|
value: bigint;
|
|
@@ -3237,9 +3350,11 @@ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3237
3350
|
symbol: z.ZodOptional<z.ZodString>;
|
|
3238
3351
|
image: z.ZodOptional<z.ZodString>;
|
|
3239
3352
|
metadata: z.ZodOptional<z.ZodString>;
|
|
3353
|
+
updatedAt: z.ZodNumber;
|
|
3240
3354
|
}, "strip", z.ZodTypeAny, {
|
|
3241
3355
|
type: "Nft";
|
|
3242
3356
|
id: string;
|
|
3357
|
+
updatedAt: number;
|
|
3243
3358
|
name?: string | undefined;
|
|
3244
3359
|
symbol?: string | undefined;
|
|
3245
3360
|
image?: string | undefined;
|
|
@@ -3247,6 +3362,7 @@ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3247
3362
|
}, {
|
|
3248
3363
|
type: "Nft";
|
|
3249
3364
|
id: string;
|
|
3365
|
+
updatedAt: number;
|
|
3250
3366
|
name?: string | undefined;
|
|
3251
3367
|
symbol?: string | undefined;
|
|
3252
3368
|
image?: string | undefined;
|
|
@@ -3258,9 +3374,11 @@ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3258
3374
|
metadata: string | undefined;
|
|
3259
3375
|
type: "Nft";
|
|
3260
3376
|
id: string;
|
|
3377
|
+
updatedAt: number;
|
|
3261
3378
|
}, {
|
|
3262
3379
|
type: "Nft";
|
|
3263
3380
|
id: string;
|
|
3381
|
+
updatedAt: number;
|
|
3264
3382
|
name?: string | undefined;
|
|
3265
3383
|
symbol?: string | undefined;
|
|
3266
3384
|
image?: string | undefined;
|
|
@@ -3274,6 +3392,7 @@ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3274
3392
|
metadata: string | undefined;
|
|
3275
3393
|
type: "Nft";
|
|
3276
3394
|
id: string;
|
|
3395
|
+
updatedAt: number;
|
|
3277
3396
|
};
|
|
3278
3397
|
amount: {
|
|
3279
3398
|
value: bigint;
|
|
@@ -3295,6 +3414,7 @@ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3295
3414
|
asset: {
|
|
3296
3415
|
type: "Nft";
|
|
3297
3416
|
id: string;
|
|
3417
|
+
updatedAt: number;
|
|
3298
3418
|
name?: string | undefined;
|
|
3299
3419
|
symbol?: string | undefined;
|
|
3300
3420
|
image?: string | undefined;
|
|
@@ -3335,6 +3455,7 @@ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3335
3455
|
metadata: string | undefined;
|
|
3336
3456
|
type: "Nft";
|
|
3337
3457
|
id: string;
|
|
3458
|
+
updatedAt: number;
|
|
3338
3459
|
};
|
|
3339
3460
|
amount: {
|
|
3340
3461
|
value: bigint;
|
|
@@ -3345,6 +3466,7 @@ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3345
3466
|
asset: {
|
|
3346
3467
|
type: "Nft";
|
|
3347
3468
|
id: string;
|
|
3469
|
+
updatedAt: number;
|
|
3348
3470
|
name?: string | undefined;
|
|
3349
3471
|
symbol?: string | undefined;
|
|
3350
3472
|
image?: string | undefined;
|
|
@@ -3444,6 +3566,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3444
3566
|
decimals: number;
|
|
3445
3567
|
} | undefined;
|
|
3446
3568
|
}>;
|
|
3569
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3447
3570
|
updatedAt: z.ZodNumber;
|
|
3448
3571
|
}, "strip", z.ZodTypeAny, {
|
|
3449
3572
|
symbol: string;
|
|
@@ -3459,6 +3582,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3459
3582
|
};
|
|
3460
3583
|
updatedAt: number;
|
|
3461
3584
|
icon?: string | undefined;
|
|
3585
|
+
priceDatasourceId?: string | undefined;
|
|
3462
3586
|
}, {
|
|
3463
3587
|
symbol: string;
|
|
3464
3588
|
type: "CryptoCurrency";
|
|
@@ -3473,8 +3597,10 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3473
3597
|
};
|
|
3474
3598
|
updatedAt: number;
|
|
3475
3599
|
icon?: string | undefined;
|
|
3600
|
+
priceDatasourceId?: string | undefined;
|
|
3476
3601
|
}>, {
|
|
3477
3602
|
icon: string | undefined;
|
|
3603
|
+
priceDatasourceId: string | undefined;
|
|
3478
3604
|
symbol: string;
|
|
3479
3605
|
type: "CryptoCurrency";
|
|
3480
3606
|
id: string;
|
|
@@ -3501,6 +3627,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3501
3627
|
};
|
|
3502
3628
|
updatedAt: number;
|
|
3503
3629
|
icon?: string | undefined;
|
|
3630
|
+
priceDatasourceId?: string | undefined;
|
|
3504
3631
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3505
3632
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3506
3633
|
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">]>;
|
|
@@ -3538,9 +3665,11 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3538
3665
|
symbol: z.ZodOptional<z.ZodString>;
|
|
3539
3666
|
image: z.ZodOptional<z.ZodString>;
|
|
3540
3667
|
metadata: z.ZodOptional<z.ZodString>;
|
|
3668
|
+
updatedAt: z.ZodNumber;
|
|
3541
3669
|
}, "strip", z.ZodTypeAny, {
|
|
3542
3670
|
type: "Nft";
|
|
3543
3671
|
id: string;
|
|
3672
|
+
updatedAt: number;
|
|
3544
3673
|
name?: string | undefined;
|
|
3545
3674
|
symbol?: string | undefined;
|
|
3546
3675
|
image?: string | undefined;
|
|
@@ -3548,6 +3677,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3548
3677
|
}, {
|
|
3549
3678
|
type: "Nft";
|
|
3550
3679
|
id: string;
|
|
3680
|
+
updatedAt: number;
|
|
3551
3681
|
name?: string | undefined;
|
|
3552
3682
|
symbol?: string | undefined;
|
|
3553
3683
|
image?: string | undefined;
|
|
@@ -3559,9 +3689,11 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3559
3689
|
metadata: string | undefined;
|
|
3560
3690
|
type: "Nft";
|
|
3561
3691
|
id: string;
|
|
3692
|
+
updatedAt: number;
|
|
3562
3693
|
}, {
|
|
3563
3694
|
type: "Nft";
|
|
3564
3695
|
id: string;
|
|
3696
|
+
updatedAt: number;
|
|
3565
3697
|
name?: string | undefined;
|
|
3566
3698
|
symbol?: string | undefined;
|
|
3567
3699
|
image?: string | undefined;
|
|
@@ -3581,6 +3713,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3581
3713
|
}, "strip", z.ZodTypeAny, {
|
|
3582
3714
|
asset: {
|
|
3583
3715
|
icon: string | undefined;
|
|
3716
|
+
priceDatasourceId: string | undefined;
|
|
3584
3717
|
symbol: string;
|
|
3585
3718
|
type: "CryptoCurrency";
|
|
3586
3719
|
id: string;
|
|
@@ -3606,6 +3739,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3606
3739
|
metadata: string | undefined;
|
|
3607
3740
|
type: "Nft";
|
|
3608
3741
|
id: string;
|
|
3742
|
+
updatedAt: number;
|
|
3609
3743
|
};
|
|
3610
3744
|
amount: {
|
|
3611
3745
|
value: bigint;
|
|
@@ -3638,6 +3772,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3638
3772
|
};
|
|
3639
3773
|
updatedAt: number;
|
|
3640
3774
|
icon?: string | undefined;
|
|
3775
|
+
priceDatasourceId?: string | undefined;
|
|
3641
3776
|
} | {
|
|
3642
3777
|
symbol: string;
|
|
3643
3778
|
type: "FiatCurrency";
|
|
@@ -3647,6 +3782,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3647
3782
|
} | {
|
|
3648
3783
|
type: "Nft";
|
|
3649
3784
|
id: string;
|
|
3785
|
+
updatedAt: number;
|
|
3650
3786
|
name?: string | undefined;
|
|
3651
3787
|
symbol?: string | undefined;
|
|
3652
3788
|
image?: string | undefined;
|
|
@@ -3682,6 +3818,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3682
3818
|
} | undefined;
|
|
3683
3819
|
asset: {
|
|
3684
3820
|
icon: string | undefined;
|
|
3821
|
+
priceDatasourceId: string | undefined;
|
|
3685
3822
|
symbol: string;
|
|
3686
3823
|
type: "CryptoCurrency";
|
|
3687
3824
|
id: string;
|
|
@@ -3707,6 +3844,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3707
3844
|
metadata: string | undefined;
|
|
3708
3845
|
type: "Nft";
|
|
3709
3846
|
id: string;
|
|
3847
|
+
updatedAt: number;
|
|
3710
3848
|
};
|
|
3711
3849
|
amount: {
|
|
3712
3850
|
value: bigint;
|
|
@@ -3728,6 +3866,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3728
3866
|
};
|
|
3729
3867
|
updatedAt: number;
|
|
3730
3868
|
icon?: string | undefined;
|
|
3869
|
+
priceDatasourceId?: string | undefined;
|
|
3731
3870
|
} | {
|
|
3732
3871
|
symbol: string;
|
|
3733
3872
|
type: "FiatCurrency";
|
|
@@ -3737,6 +3876,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3737
3876
|
} | {
|
|
3738
3877
|
type: "Nft";
|
|
3739
3878
|
id: string;
|
|
3879
|
+
updatedAt: number;
|
|
3740
3880
|
name?: string | undefined;
|
|
3741
3881
|
symbol?: string | undefined;
|
|
3742
3882
|
image?: string | undefined;
|
|
@@ -3835,6 +3975,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3835
3975
|
decimals: number;
|
|
3836
3976
|
} | undefined;
|
|
3837
3977
|
}>;
|
|
3978
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3838
3979
|
updatedAt: z.ZodNumber;
|
|
3839
3980
|
}, "strip", z.ZodTypeAny, {
|
|
3840
3981
|
symbol: string;
|
|
@@ -3850,6 +3991,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3850
3991
|
};
|
|
3851
3992
|
updatedAt: number;
|
|
3852
3993
|
icon?: string | undefined;
|
|
3994
|
+
priceDatasourceId?: string | undefined;
|
|
3853
3995
|
}, {
|
|
3854
3996
|
symbol: string;
|
|
3855
3997
|
type: "CryptoCurrency";
|
|
@@ -3864,8 +4006,10 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3864
4006
|
};
|
|
3865
4007
|
updatedAt: number;
|
|
3866
4008
|
icon?: string | undefined;
|
|
4009
|
+
priceDatasourceId?: string | undefined;
|
|
3867
4010
|
}>, {
|
|
3868
4011
|
icon: string | undefined;
|
|
4012
|
+
priceDatasourceId: string | undefined;
|
|
3869
4013
|
symbol: string;
|
|
3870
4014
|
type: "CryptoCurrency";
|
|
3871
4015
|
id: string;
|
|
@@ -3892,6 +4036,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3892
4036
|
};
|
|
3893
4037
|
updatedAt: number;
|
|
3894
4038
|
icon?: string | undefined;
|
|
4039
|
+
priceDatasourceId?: string | undefined;
|
|
3895
4040
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3896
4041
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3897
4042
|
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">]>;
|
|
@@ -3929,9 +4074,11 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3929
4074
|
symbol: z.ZodOptional<z.ZodString>;
|
|
3930
4075
|
image: z.ZodOptional<z.ZodString>;
|
|
3931
4076
|
metadata: z.ZodOptional<z.ZodString>;
|
|
4077
|
+
updatedAt: z.ZodNumber;
|
|
3932
4078
|
}, "strip", z.ZodTypeAny, {
|
|
3933
4079
|
type: "Nft";
|
|
3934
4080
|
id: string;
|
|
4081
|
+
updatedAt: number;
|
|
3935
4082
|
name?: string | undefined;
|
|
3936
4083
|
symbol?: string | undefined;
|
|
3937
4084
|
image?: string | undefined;
|
|
@@ -3939,6 +4086,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3939
4086
|
}, {
|
|
3940
4087
|
type: "Nft";
|
|
3941
4088
|
id: string;
|
|
4089
|
+
updatedAt: number;
|
|
3942
4090
|
name?: string | undefined;
|
|
3943
4091
|
symbol?: string | undefined;
|
|
3944
4092
|
image?: string | undefined;
|
|
@@ -3950,9 +4098,11 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3950
4098
|
metadata: string | undefined;
|
|
3951
4099
|
type: "Nft";
|
|
3952
4100
|
id: string;
|
|
4101
|
+
updatedAt: number;
|
|
3953
4102
|
}, {
|
|
3954
4103
|
type: "Nft";
|
|
3955
4104
|
id: string;
|
|
4105
|
+
updatedAt: number;
|
|
3956
4106
|
name?: string | undefined;
|
|
3957
4107
|
symbol?: string | undefined;
|
|
3958
4108
|
image?: string | undefined;
|
|
@@ -3972,6 +4122,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3972
4122
|
}, "strip", z.ZodTypeAny, {
|
|
3973
4123
|
asset: {
|
|
3974
4124
|
icon: string | undefined;
|
|
4125
|
+
priceDatasourceId: string | undefined;
|
|
3975
4126
|
symbol: string;
|
|
3976
4127
|
type: "CryptoCurrency";
|
|
3977
4128
|
id: string;
|
|
@@ -3997,6 +4148,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3997
4148
|
metadata: string | undefined;
|
|
3998
4149
|
type: "Nft";
|
|
3999
4150
|
id: string;
|
|
4151
|
+
updatedAt: number;
|
|
4000
4152
|
};
|
|
4001
4153
|
amount: {
|
|
4002
4154
|
value: bigint;
|
|
@@ -4029,6 +4181,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4029
4181
|
};
|
|
4030
4182
|
updatedAt: number;
|
|
4031
4183
|
icon?: string | undefined;
|
|
4184
|
+
priceDatasourceId?: string | undefined;
|
|
4032
4185
|
} | {
|
|
4033
4186
|
symbol: string;
|
|
4034
4187
|
type: "FiatCurrency";
|
|
@@ -4038,6 +4191,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4038
4191
|
} | {
|
|
4039
4192
|
type: "Nft";
|
|
4040
4193
|
id: string;
|
|
4194
|
+
updatedAt: number;
|
|
4041
4195
|
name?: string | undefined;
|
|
4042
4196
|
symbol?: string | undefined;
|
|
4043
4197
|
image?: string | undefined;
|
|
@@ -4073,6 +4227,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4073
4227
|
} | undefined;
|
|
4074
4228
|
asset: {
|
|
4075
4229
|
icon: string | undefined;
|
|
4230
|
+
priceDatasourceId: string | undefined;
|
|
4076
4231
|
symbol: string;
|
|
4077
4232
|
type: "CryptoCurrency";
|
|
4078
4233
|
id: string;
|
|
@@ -4098,6 +4253,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4098
4253
|
metadata: string | undefined;
|
|
4099
4254
|
type: "Nft";
|
|
4100
4255
|
id: string;
|
|
4256
|
+
updatedAt: number;
|
|
4101
4257
|
};
|
|
4102
4258
|
amount: {
|
|
4103
4259
|
value: bigint;
|
|
@@ -4119,6 +4275,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4119
4275
|
};
|
|
4120
4276
|
updatedAt: number;
|
|
4121
4277
|
icon?: string | undefined;
|
|
4278
|
+
priceDatasourceId?: string | undefined;
|
|
4122
4279
|
} | {
|
|
4123
4280
|
symbol: string;
|
|
4124
4281
|
type: "FiatCurrency";
|
|
@@ -4128,6 +4285,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4128
4285
|
} | {
|
|
4129
4286
|
type: "Nft";
|
|
4130
4287
|
id: string;
|
|
4288
|
+
updatedAt: number;
|
|
4131
4289
|
name?: string | undefined;
|
|
4132
4290
|
symbol?: string | undefined;
|
|
4133
4291
|
image?: string | undefined;
|
|
@@ -4226,6 +4384,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4226
4384
|
decimals: number;
|
|
4227
4385
|
} | undefined;
|
|
4228
4386
|
}>;
|
|
4387
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
4229
4388
|
updatedAt: z.ZodNumber;
|
|
4230
4389
|
}, "strip", z.ZodTypeAny, {
|
|
4231
4390
|
symbol: string;
|
|
@@ -4241,6 +4400,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4241
4400
|
};
|
|
4242
4401
|
updatedAt: number;
|
|
4243
4402
|
icon?: string | undefined;
|
|
4403
|
+
priceDatasourceId?: string | undefined;
|
|
4244
4404
|
}, {
|
|
4245
4405
|
symbol: string;
|
|
4246
4406
|
type: "CryptoCurrency";
|
|
@@ -4255,8 +4415,10 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4255
4415
|
};
|
|
4256
4416
|
updatedAt: number;
|
|
4257
4417
|
icon?: string | undefined;
|
|
4418
|
+
priceDatasourceId?: string | undefined;
|
|
4258
4419
|
}>, {
|
|
4259
4420
|
icon: string | undefined;
|
|
4421
|
+
priceDatasourceId: string | undefined;
|
|
4260
4422
|
symbol: string;
|
|
4261
4423
|
type: "CryptoCurrency";
|
|
4262
4424
|
id: string;
|
|
@@ -4283,6 +4445,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4283
4445
|
};
|
|
4284
4446
|
updatedAt: number;
|
|
4285
4447
|
icon?: string | undefined;
|
|
4448
|
+
priceDatasourceId?: string | undefined;
|
|
4286
4449
|
}>, z.ZodEffects<z.ZodObject<{
|
|
4287
4450
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
4288
4451
|
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">]>;
|
|
@@ -4320,9 +4483,11 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4320
4483
|
symbol: z.ZodOptional<z.ZodString>;
|
|
4321
4484
|
image: z.ZodOptional<z.ZodString>;
|
|
4322
4485
|
metadata: z.ZodOptional<z.ZodString>;
|
|
4486
|
+
updatedAt: z.ZodNumber;
|
|
4323
4487
|
}, "strip", z.ZodTypeAny, {
|
|
4324
4488
|
type: "Nft";
|
|
4325
4489
|
id: string;
|
|
4490
|
+
updatedAt: number;
|
|
4326
4491
|
name?: string | undefined;
|
|
4327
4492
|
symbol?: string | undefined;
|
|
4328
4493
|
image?: string | undefined;
|
|
@@ -4330,6 +4495,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4330
4495
|
}, {
|
|
4331
4496
|
type: "Nft";
|
|
4332
4497
|
id: string;
|
|
4498
|
+
updatedAt: number;
|
|
4333
4499
|
name?: string | undefined;
|
|
4334
4500
|
symbol?: string | undefined;
|
|
4335
4501
|
image?: string | undefined;
|
|
@@ -4341,9 +4507,11 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4341
4507
|
metadata: string | undefined;
|
|
4342
4508
|
type: "Nft";
|
|
4343
4509
|
id: string;
|
|
4510
|
+
updatedAt: number;
|
|
4344
4511
|
}, {
|
|
4345
4512
|
type: "Nft";
|
|
4346
4513
|
id: string;
|
|
4514
|
+
updatedAt: number;
|
|
4347
4515
|
name?: string | undefined;
|
|
4348
4516
|
symbol?: string | undefined;
|
|
4349
4517
|
image?: string | undefined;
|
|
@@ -4363,6 +4531,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4363
4531
|
}, "strip", z.ZodTypeAny, {
|
|
4364
4532
|
asset: {
|
|
4365
4533
|
icon: string | undefined;
|
|
4534
|
+
priceDatasourceId: string | undefined;
|
|
4366
4535
|
symbol: string;
|
|
4367
4536
|
type: "CryptoCurrency";
|
|
4368
4537
|
id: string;
|
|
@@ -4388,6 +4557,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4388
4557
|
metadata: string | undefined;
|
|
4389
4558
|
type: "Nft";
|
|
4390
4559
|
id: string;
|
|
4560
|
+
updatedAt: number;
|
|
4391
4561
|
};
|
|
4392
4562
|
amount: {
|
|
4393
4563
|
value: bigint;
|
|
@@ -4420,6 +4590,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4420
4590
|
};
|
|
4421
4591
|
updatedAt: number;
|
|
4422
4592
|
icon?: string | undefined;
|
|
4593
|
+
priceDatasourceId?: string | undefined;
|
|
4423
4594
|
} | {
|
|
4424
4595
|
symbol: string;
|
|
4425
4596
|
type: "FiatCurrency";
|
|
@@ -4429,6 +4600,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4429
4600
|
} | {
|
|
4430
4601
|
type: "Nft";
|
|
4431
4602
|
id: string;
|
|
4603
|
+
updatedAt: number;
|
|
4432
4604
|
name?: string | undefined;
|
|
4433
4605
|
symbol?: string | undefined;
|
|
4434
4606
|
image?: string | undefined;
|
|
@@ -4464,6 +4636,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4464
4636
|
} | undefined;
|
|
4465
4637
|
asset: {
|
|
4466
4638
|
icon: string | undefined;
|
|
4639
|
+
priceDatasourceId: string | undefined;
|
|
4467
4640
|
symbol: string;
|
|
4468
4641
|
type: "CryptoCurrency";
|
|
4469
4642
|
id: string;
|
|
@@ -4489,6 +4662,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4489
4662
|
metadata: string | undefined;
|
|
4490
4663
|
type: "Nft";
|
|
4491
4664
|
id: string;
|
|
4665
|
+
updatedAt: number;
|
|
4492
4666
|
};
|
|
4493
4667
|
amount: {
|
|
4494
4668
|
value: bigint;
|
|
@@ -4510,6 +4684,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4510
4684
|
};
|
|
4511
4685
|
updatedAt: number;
|
|
4512
4686
|
icon?: string | undefined;
|
|
4687
|
+
priceDatasourceId?: string | undefined;
|
|
4513
4688
|
} | {
|
|
4514
4689
|
symbol: string;
|
|
4515
4690
|
type: "FiatCurrency";
|
|
@@ -4519,6 +4694,7 @@ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
4519
4694
|
} | {
|
|
4520
4695
|
type: "Nft";
|
|
4521
4696
|
id: string;
|
|
4697
|
+
updatedAt: number;
|
|
4522
4698
|
name?: string | undefined;
|
|
4523
4699
|
symbol?: string | undefined;
|
|
4524
4700
|
image?: string | undefined;
|