@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
|
@@ -35,6 +35,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
35
35
|
} | undefined;
|
|
36
36
|
asset: {
|
|
37
37
|
icon: string | undefined;
|
|
38
|
+
priceDatasourceId: string | undefined;
|
|
38
39
|
symbol: string;
|
|
39
40
|
type: "CryptoCurrency";
|
|
40
41
|
id: string;
|
|
@@ -72,6 +73,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
72
73
|
metadata: string | undefined;
|
|
73
74
|
type: "Nft";
|
|
74
75
|
id: string;
|
|
76
|
+
updatedAt: number;
|
|
75
77
|
};
|
|
76
78
|
amount: {
|
|
77
79
|
value: bigint;
|
|
@@ -110,6 +112,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
110
112
|
} | undefined;
|
|
111
113
|
asset: {
|
|
112
114
|
icon: string | undefined;
|
|
115
|
+
priceDatasourceId: string | undefined;
|
|
113
116
|
symbol: string;
|
|
114
117
|
type: "CryptoCurrency";
|
|
115
118
|
id: string;
|
|
@@ -147,6 +150,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
147
150
|
metadata: string | undefined;
|
|
148
151
|
type: "Nft";
|
|
149
152
|
id: string;
|
|
153
|
+
updatedAt: number;
|
|
150
154
|
};
|
|
151
155
|
amount: {
|
|
152
156
|
value: bigint;
|
|
@@ -186,6 +190,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
186
190
|
} | undefined;
|
|
187
191
|
asset: {
|
|
188
192
|
icon: string | undefined;
|
|
193
|
+
priceDatasourceId: string | undefined;
|
|
189
194
|
symbol: string;
|
|
190
195
|
type: "CryptoCurrency";
|
|
191
196
|
id: string;
|
|
@@ -223,6 +228,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
223
228
|
metadata: string | undefined;
|
|
224
229
|
type: "Nft";
|
|
225
230
|
id: string;
|
|
231
|
+
updatedAt: number;
|
|
226
232
|
};
|
|
227
233
|
amount: {
|
|
228
234
|
value: bigint;
|
|
@@ -262,6 +268,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
262
268
|
} | undefined;
|
|
263
269
|
asset: {
|
|
264
270
|
icon: string | undefined;
|
|
271
|
+
priceDatasourceId: string | undefined;
|
|
265
272
|
symbol: string;
|
|
266
273
|
type: "CryptoCurrency";
|
|
267
274
|
id: string;
|
|
@@ -287,6 +294,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
287
294
|
metadata: string | undefined;
|
|
288
295
|
type: "Nft";
|
|
289
296
|
id: string;
|
|
297
|
+
updatedAt: number;
|
|
290
298
|
};
|
|
291
299
|
amount: {
|
|
292
300
|
value: bigint;
|
|
@@ -307,6 +315,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
307
315
|
} | undefined;
|
|
308
316
|
asset: {
|
|
309
317
|
icon: string | undefined;
|
|
318
|
+
priceDatasourceId: string | undefined;
|
|
310
319
|
symbol: string;
|
|
311
320
|
type: "CryptoCurrency";
|
|
312
321
|
id: string;
|
|
@@ -332,6 +341,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
332
341
|
metadata: string | undefined;
|
|
333
342
|
type: "Nft";
|
|
334
343
|
id: string;
|
|
344
|
+
updatedAt: number;
|
|
335
345
|
};
|
|
336
346
|
amount: {
|
|
337
347
|
value: bigint;
|
|
@@ -371,6 +381,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
371
381
|
} | undefined;
|
|
372
382
|
asset: {
|
|
373
383
|
icon: string | undefined;
|
|
384
|
+
priceDatasourceId: string | undefined;
|
|
374
385
|
symbol: string;
|
|
375
386
|
type: "CryptoCurrency";
|
|
376
387
|
id: string;
|
|
@@ -396,6 +407,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
396
407
|
metadata: string | undefined;
|
|
397
408
|
type: "Nft";
|
|
398
409
|
id: string;
|
|
410
|
+
updatedAt: number;
|
|
399
411
|
};
|
|
400
412
|
amount: {
|
|
401
413
|
value: bigint;
|
|
@@ -416,6 +428,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
416
428
|
} | undefined;
|
|
417
429
|
asset: {
|
|
418
430
|
icon: string | undefined;
|
|
431
|
+
priceDatasourceId: string | undefined;
|
|
419
432
|
symbol: string;
|
|
420
433
|
type: "CryptoCurrency";
|
|
421
434
|
id: string;
|
|
@@ -441,6 +454,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
441
454
|
metadata: string | undefined;
|
|
442
455
|
type: "Nft";
|
|
443
456
|
id: string;
|
|
457
|
+
updatedAt: number;
|
|
444
458
|
};
|
|
445
459
|
amount: {
|
|
446
460
|
value: bigint;
|
|
@@ -480,6 +494,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
480
494
|
} | undefined;
|
|
481
495
|
asset: {
|
|
482
496
|
icon: string | undefined;
|
|
497
|
+
priceDatasourceId: string | undefined;
|
|
483
498
|
symbol: string;
|
|
484
499
|
type: "CryptoCurrency";
|
|
485
500
|
id: string;
|
|
@@ -517,6 +532,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
517
532
|
metadata: string | undefined;
|
|
518
533
|
type: "Nft";
|
|
519
534
|
id: string;
|
|
535
|
+
updatedAt: number;
|
|
520
536
|
};
|
|
521
537
|
amount: {
|
|
522
538
|
value: bigint;
|
|
@@ -537,6 +553,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
537
553
|
} | undefined;
|
|
538
554
|
asset: {
|
|
539
555
|
icon: string | undefined;
|
|
556
|
+
priceDatasourceId: string | undefined;
|
|
540
557
|
symbol: string;
|
|
541
558
|
type: "CryptoCurrency";
|
|
542
559
|
id: string;
|
|
@@ -574,6 +591,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
574
591
|
metadata: string | undefined;
|
|
575
592
|
type: "Nft";
|
|
576
593
|
id: string;
|
|
594
|
+
updatedAt: number;
|
|
577
595
|
};
|
|
578
596
|
amount: {
|
|
579
597
|
value: bigint;
|
|
@@ -612,6 +630,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
612
630
|
} | undefined;
|
|
613
631
|
asset: {
|
|
614
632
|
icon: string | undefined;
|
|
633
|
+
priceDatasourceId: string | undefined;
|
|
615
634
|
symbol: string;
|
|
616
635
|
type: "CryptoCurrency";
|
|
617
636
|
id: string;
|
|
@@ -649,6 +668,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
649
668
|
metadata: string | undefined;
|
|
650
669
|
type: "Nft";
|
|
651
670
|
id: string;
|
|
671
|
+
updatedAt: number;
|
|
652
672
|
};
|
|
653
673
|
amount: {
|
|
654
674
|
value: bigint;
|
|
@@ -687,6 +707,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
687
707
|
} | undefined;
|
|
688
708
|
asset: {
|
|
689
709
|
icon: string | undefined;
|
|
710
|
+
priceDatasourceId: string | undefined;
|
|
690
711
|
symbol: string;
|
|
691
712
|
type: "CryptoCurrency";
|
|
692
713
|
id: string;
|
|
@@ -724,6 +745,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
724
745
|
metadata: string | undefined;
|
|
725
746
|
type: "Nft";
|
|
726
747
|
id: string;
|
|
748
|
+
updatedAt: number;
|
|
727
749
|
};
|
|
728
750
|
amount: {
|
|
729
751
|
value: bigint;
|
|
@@ -744,6 +766,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
744
766
|
} | undefined;
|
|
745
767
|
asset: {
|
|
746
768
|
icon: string | undefined;
|
|
769
|
+
priceDatasourceId: string | undefined;
|
|
747
770
|
symbol: string;
|
|
748
771
|
type: "CryptoCurrency";
|
|
749
772
|
id: string;
|
|
@@ -781,6 +804,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
781
804
|
metadata: string | undefined;
|
|
782
805
|
type: "Nft";
|
|
783
806
|
id: string;
|
|
807
|
+
updatedAt: number;
|
|
784
808
|
};
|
|
785
809
|
amount: {
|
|
786
810
|
value: bigint;
|
|
@@ -819,6 +843,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
819
843
|
} | undefined;
|
|
820
844
|
asset: {
|
|
821
845
|
icon: string | undefined;
|
|
846
|
+
priceDatasourceId: string | undefined;
|
|
822
847
|
symbol: string;
|
|
823
848
|
type: "CryptoCurrency";
|
|
824
849
|
id: string;
|
|
@@ -856,6 +881,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
856
881
|
metadata: string | undefined;
|
|
857
882
|
type: "Nft";
|
|
858
883
|
id: string;
|
|
884
|
+
updatedAt: number;
|
|
859
885
|
};
|
|
860
886
|
amount: {
|
|
861
887
|
value: bigint;
|
|
@@ -894,6 +920,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
894
920
|
} | undefined;
|
|
895
921
|
asset: {
|
|
896
922
|
icon: string | undefined;
|
|
923
|
+
priceDatasourceId: string | undefined;
|
|
897
924
|
symbol: string;
|
|
898
925
|
type: "CryptoCurrency";
|
|
899
926
|
id: string;
|
|
@@ -967,6 +994,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
967
994
|
} | undefined;
|
|
968
995
|
asset: {
|
|
969
996
|
icon: string | undefined;
|
|
997
|
+
priceDatasourceId: string | undefined;
|
|
970
998
|
symbol: string;
|
|
971
999
|
type: "CryptoCurrency";
|
|
972
1000
|
id: string;
|
|
@@ -1050,6 +1078,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1050
1078
|
} | undefined;
|
|
1051
1079
|
asset: {
|
|
1052
1080
|
icon: string | undefined;
|
|
1081
|
+
priceDatasourceId: string | undefined;
|
|
1053
1082
|
symbol: string;
|
|
1054
1083
|
type: "CryptoCurrency";
|
|
1055
1084
|
id: string;
|
|
@@ -1075,6 +1104,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1075
1104
|
metadata: string | undefined;
|
|
1076
1105
|
type: "Nft";
|
|
1077
1106
|
id: string;
|
|
1107
|
+
updatedAt: number;
|
|
1078
1108
|
};
|
|
1079
1109
|
amount: {
|
|
1080
1110
|
value: bigint;
|
|
@@ -1095,6 +1125,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1095
1125
|
} | undefined;
|
|
1096
1126
|
asset: {
|
|
1097
1127
|
icon: string | undefined;
|
|
1128
|
+
priceDatasourceId: string | undefined;
|
|
1098
1129
|
symbol: string;
|
|
1099
1130
|
type: "CryptoCurrency";
|
|
1100
1131
|
id: string;
|
|
@@ -1120,6 +1151,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1120
1151
|
metadata: string | undefined;
|
|
1121
1152
|
type: "Nft";
|
|
1122
1153
|
id: string;
|
|
1154
|
+
updatedAt: number;
|
|
1123
1155
|
};
|
|
1124
1156
|
amount: {
|
|
1125
1157
|
value: bigint;
|
|
@@ -1140,6 +1172,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1140
1172
|
} | undefined;
|
|
1141
1173
|
asset: {
|
|
1142
1174
|
icon: string | undefined;
|
|
1175
|
+
priceDatasourceId: string | undefined;
|
|
1143
1176
|
symbol: string;
|
|
1144
1177
|
type: "CryptoCurrency";
|
|
1145
1178
|
id: string;
|
|
@@ -1165,6 +1198,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1165
1198
|
metadata: string | undefined;
|
|
1166
1199
|
type: "Nft";
|
|
1167
1200
|
id: string;
|
|
1201
|
+
updatedAt: number;
|
|
1168
1202
|
};
|
|
1169
1203
|
amount: {
|
|
1170
1204
|
value: bigint;
|
|
@@ -1202,6 +1236,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1202
1236
|
} | undefined;
|
|
1203
1237
|
asset: {
|
|
1204
1238
|
icon: string | undefined;
|
|
1239
|
+
priceDatasourceId: string | undefined;
|
|
1205
1240
|
symbol: string;
|
|
1206
1241
|
type: "CryptoCurrency";
|
|
1207
1242
|
id: string;
|
|
@@ -1227,6 +1262,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1227
1262
|
metadata: string | undefined;
|
|
1228
1263
|
type: "Nft";
|
|
1229
1264
|
id: string;
|
|
1265
|
+
updatedAt: number;
|
|
1230
1266
|
};
|
|
1231
1267
|
amount: {
|
|
1232
1268
|
value: bigint;
|
|
@@ -1247,6 +1283,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1247
1283
|
} | undefined;
|
|
1248
1284
|
asset: {
|
|
1249
1285
|
icon: string | undefined;
|
|
1286
|
+
priceDatasourceId: string | undefined;
|
|
1250
1287
|
symbol: string;
|
|
1251
1288
|
type: "CryptoCurrency";
|
|
1252
1289
|
id: string;
|
|
@@ -1272,6 +1309,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1272
1309
|
metadata: string | undefined;
|
|
1273
1310
|
type: "Nft";
|
|
1274
1311
|
id: string;
|
|
1312
|
+
updatedAt: number;
|
|
1275
1313
|
};
|
|
1276
1314
|
amount: {
|
|
1277
1315
|
value: bigint;
|
|
@@ -1292,6 +1330,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1292
1330
|
} | undefined;
|
|
1293
1331
|
asset: {
|
|
1294
1332
|
icon: string | undefined;
|
|
1333
|
+
priceDatasourceId: string | undefined;
|
|
1295
1334
|
symbol: string;
|
|
1296
1335
|
type: "CryptoCurrency";
|
|
1297
1336
|
id: string;
|
|
@@ -1317,6 +1356,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1317
1356
|
metadata: string | undefined;
|
|
1318
1357
|
type: "Nft";
|
|
1319
1358
|
id: string;
|
|
1359
|
+
updatedAt: number;
|
|
1320
1360
|
};
|
|
1321
1361
|
amount: {
|
|
1322
1362
|
value: bigint;
|
|
@@ -1354,6 +1394,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1354
1394
|
} | undefined;
|
|
1355
1395
|
asset: {
|
|
1356
1396
|
icon: string | undefined;
|
|
1397
|
+
priceDatasourceId: string | undefined;
|
|
1357
1398
|
symbol: string;
|
|
1358
1399
|
type: "CryptoCurrency";
|
|
1359
1400
|
id: string;
|
|
@@ -1391,6 +1432,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1391
1432
|
metadata: string | undefined;
|
|
1392
1433
|
type: "Nft";
|
|
1393
1434
|
id: string;
|
|
1435
|
+
updatedAt: number;
|
|
1394
1436
|
};
|
|
1395
1437
|
amount: {
|
|
1396
1438
|
value: bigint;
|
|
@@ -1445,6 +1487,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1445
1487
|
} | undefined;
|
|
1446
1488
|
asset: {
|
|
1447
1489
|
icon: string | undefined;
|
|
1490
|
+
priceDatasourceId: string | undefined;
|
|
1448
1491
|
symbol: string;
|
|
1449
1492
|
type: "CryptoCurrency";
|
|
1450
1493
|
id: string;
|
|
@@ -1482,6 +1525,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1482
1525
|
metadata: string | undefined;
|
|
1483
1526
|
type: "Nft";
|
|
1484
1527
|
id: string;
|
|
1528
|
+
updatedAt: number;
|
|
1485
1529
|
};
|
|
1486
1530
|
amount: {
|
|
1487
1531
|
value: bigint;
|
|
@@ -1519,6 +1563,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1519
1563
|
} | undefined;
|
|
1520
1564
|
asset: {
|
|
1521
1565
|
icon: string | undefined;
|
|
1566
|
+
priceDatasourceId: string | undefined;
|
|
1522
1567
|
symbol: string;
|
|
1523
1568
|
type: "CryptoCurrency";
|
|
1524
1569
|
id: string;
|
|
@@ -1556,6 +1601,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1556
1601
|
metadata: string | undefined;
|
|
1557
1602
|
type: "Nft";
|
|
1558
1603
|
id: string;
|
|
1604
|
+
updatedAt: number;
|
|
1559
1605
|
};
|
|
1560
1606
|
amount: {
|
|
1561
1607
|
value: bigint;
|
|
@@ -1576,6 +1622,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1576
1622
|
} | undefined;
|
|
1577
1623
|
asset: {
|
|
1578
1624
|
icon: string | undefined;
|
|
1625
|
+
priceDatasourceId: string | undefined;
|
|
1579
1626
|
symbol: string;
|
|
1580
1627
|
type: "CryptoCurrency";
|
|
1581
1628
|
id: string;
|
|
@@ -1613,6 +1660,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1613
1660
|
metadata: string | undefined;
|
|
1614
1661
|
type: "Nft";
|
|
1615
1662
|
id: string;
|
|
1663
|
+
updatedAt: number;
|
|
1616
1664
|
};
|
|
1617
1665
|
amount: {
|
|
1618
1666
|
value: bigint;
|
|
@@ -1650,6 +1698,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1650
1698
|
} | undefined;
|
|
1651
1699
|
asset: {
|
|
1652
1700
|
icon: string | undefined;
|
|
1701
|
+
priceDatasourceId: string | undefined;
|
|
1653
1702
|
symbol: string;
|
|
1654
1703
|
type: "CryptoCurrency";
|
|
1655
1704
|
id: string;
|
|
@@ -1682,6 +1731,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1682
1731
|
} | undefined;
|
|
1683
1732
|
asset: {
|
|
1684
1733
|
icon: string | undefined;
|
|
1734
|
+
priceDatasourceId: string | undefined;
|
|
1685
1735
|
symbol: string;
|
|
1686
1736
|
type: "CryptoCurrency";
|
|
1687
1737
|
id: string;
|
|
@@ -1736,6 +1786,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1736
1786
|
metadata: string | undefined;
|
|
1737
1787
|
type: "Nft";
|
|
1738
1788
|
id: string;
|
|
1789
|
+
updatedAt: number;
|
|
1739
1790
|
};
|
|
1740
1791
|
amount: {
|
|
1741
1792
|
value: bigint;
|
|
@@ -1773,6 +1824,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1773
1824
|
} | undefined;
|
|
1774
1825
|
asset: {
|
|
1775
1826
|
icon: string | undefined;
|
|
1827
|
+
priceDatasourceId: string | undefined;
|
|
1776
1828
|
symbol: string;
|
|
1777
1829
|
type: "CryptoCurrency";
|
|
1778
1830
|
id: string;
|
|
@@ -1798,6 +1850,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1798
1850
|
metadata: string | undefined;
|
|
1799
1851
|
type: "Nft";
|
|
1800
1852
|
id: string;
|
|
1853
|
+
updatedAt: number;
|
|
1801
1854
|
};
|
|
1802
1855
|
amount: {
|
|
1803
1856
|
value: bigint;
|
|
@@ -1835,6 +1888,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1835
1888
|
} | undefined;
|
|
1836
1889
|
asset: {
|
|
1837
1890
|
icon: string | undefined;
|
|
1891
|
+
priceDatasourceId: string | undefined;
|
|
1838
1892
|
symbol: string;
|
|
1839
1893
|
type: "CryptoCurrency";
|
|
1840
1894
|
id: string;
|
|
@@ -1908,6 +1962,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1908
1962
|
} | undefined;
|
|
1909
1963
|
asset: {
|
|
1910
1964
|
icon: string | undefined;
|
|
1965
|
+
priceDatasourceId: string | undefined;
|
|
1911
1966
|
symbol: string;
|
|
1912
1967
|
type: "CryptoCurrency";
|
|
1913
1968
|
id: string;
|
|
@@ -1945,6 +2000,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1945
2000
|
metadata: string | undefined;
|
|
1946
2001
|
type: "Nft";
|
|
1947
2002
|
id: string;
|
|
2003
|
+
updatedAt: number;
|
|
1948
2004
|
};
|
|
1949
2005
|
amount: {
|
|
1950
2006
|
value: bigint;
|
|
@@ -1982,6 +2038,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
1982
2038
|
} | undefined;
|
|
1983
2039
|
asset: {
|
|
1984
2040
|
icon: string | undefined;
|
|
2041
|
+
priceDatasourceId: string | undefined;
|
|
1985
2042
|
symbol: string;
|
|
1986
2043
|
type: "CryptoCurrency";
|
|
1987
2044
|
id: string;
|
|
@@ -2019,6 +2076,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2019
2076
|
metadata: string | undefined;
|
|
2020
2077
|
type: "Nft";
|
|
2021
2078
|
id: string;
|
|
2079
|
+
updatedAt: number;
|
|
2022
2080
|
};
|
|
2023
2081
|
amount: {
|
|
2024
2082
|
value: bigint;
|
|
@@ -2056,6 +2114,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2056
2114
|
} | undefined;
|
|
2057
2115
|
asset: {
|
|
2058
2116
|
icon: string | undefined;
|
|
2117
|
+
priceDatasourceId: string | undefined;
|
|
2059
2118
|
symbol: string;
|
|
2060
2119
|
type: "CryptoCurrency";
|
|
2061
2120
|
id: string;
|
|
@@ -2093,6 +2152,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2093
2152
|
metadata: string | undefined;
|
|
2094
2153
|
type: "Nft";
|
|
2095
2154
|
id: string;
|
|
2155
|
+
updatedAt: number;
|
|
2096
2156
|
};
|
|
2097
2157
|
amount: {
|
|
2098
2158
|
value: bigint;
|
|
@@ -2131,6 +2191,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2131
2191
|
} | undefined;
|
|
2132
2192
|
asset: {
|
|
2133
2193
|
icon: string | undefined;
|
|
2194
|
+
priceDatasourceId: string | undefined;
|
|
2134
2195
|
symbol: string;
|
|
2135
2196
|
type: "CryptoCurrency";
|
|
2136
2197
|
id: string;
|
|
@@ -2168,6 +2229,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2168
2229
|
metadata: string | undefined;
|
|
2169
2230
|
type: "Nft";
|
|
2170
2231
|
id: string;
|
|
2232
|
+
updatedAt: number;
|
|
2171
2233
|
};
|
|
2172
2234
|
amount: {
|
|
2173
2235
|
value: bigint;
|
|
@@ -2188,6 +2250,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2188
2250
|
} | undefined;
|
|
2189
2251
|
asset: {
|
|
2190
2252
|
icon: string | undefined;
|
|
2253
|
+
priceDatasourceId: string | undefined;
|
|
2191
2254
|
symbol: string;
|
|
2192
2255
|
type: "CryptoCurrency";
|
|
2193
2256
|
id: string;
|
|
@@ -2225,6 +2288,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2225
2288
|
metadata: string | undefined;
|
|
2226
2289
|
type: "Nft";
|
|
2227
2290
|
id: string;
|
|
2291
|
+
updatedAt: number;
|
|
2228
2292
|
};
|
|
2229
2293
|
amount: {
|
|
2230
2294
|
value: bigint;
|
|
@@ -2263,6 +2327,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2263
2327
|
} | undefined;
|
|
2264
2328
|
asset: {
|
|
2265
2329
|
icon: string | undefined;
|
|
2330
|
+
priceDatasourceId: string | undefined;
|
|
2266
2331
|
symbol: string;
|
|
2267
2332
|
type: "CryptoCurrency";
|
|
2268
2333
|
id: string;
|
|
@@ -2300,6 +2365,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2300
2365
|
metadata: string | undefined;
|
|
2301
2366
|
type: "Nft";
|
|
2302
2367
|
id: string;
|
|
2368
|
+
updatedAt: number;
|
|
2303
2369
|
};
|
|
2304
2370
|
amount: {
|
|
2305
2371
|
value: bigint;
|
|
@@ -2320,6 +2386,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2320
2386
|
} | undefined;
|
|
2321
2387
|
asset: {
|
|
2322
2388
|
icon: string | undefined;
|
|
2389
|
+
priceDatasourceId: string | undefined;
|
|
2323
2390
|
symbol: string;
|
|
2324
2391
|
type: "CryptoCurrency";
|
|
2325
2392
|
id: string;
|
|
@@ -2357,6 +2424,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2357
2424
|
metadata: string | undefined;
|
|
2358
2425
|
type: "Nft";
|
|
2359
2426
|
id: string;
|
|
2427
|
+
updatedAt: number;
|
|
2360
2428
|
};
|
|
2361
2429
|
amount: {
|
|
2362
2430
|
value: bigint;
|
|
@@ -2399,6 +2467,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2399
2467
|
metadata: string | undefined;
|
|
2400
2468
|
type: "Nft";
|
|
2401
2469
|
id: string;
|
|
2470
|
+
updatedAt: number;
|
|
2402
2471
|
};
|
|
2403
2472
|
amount: {
|
|
2404
2473
|
value: bigint;
|
|
@@ -2424,6 +2493,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2424
2493
|
metadata: string | undefined;
|
|
2425
2494
|
type: "Nft";
|
|
2426
2495
|
id: string;
|
|
2496
|
+
updatedAt: number;
|
|
2427
2497
|
};
|
|
2428
2498
|
amount: {
|
|
2429
2499
|
value: bigint;
|
|
@@ -2461,6 +2531,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2461
2531
|
} | undefined;
|
|
2462
2532
|
asset: {
|
|
2463
2533
|
icon: string | undefined;
|
|
2534
|
+
priceDatasourceId: string | undefined;
|
|
2464
2535
|
symbol: string;
|
|
2465
2536
|
type: "CryptoCurrency";
|
|
2466
2537
|
id: string;
|
|
@@ -2493,6 +2564,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2493
2564
|
} | undefined;
|
|
2494
2565
|
asset: {
|
|
2495
2566
|
icon: string | undefined;
|
|
2567
|
+
priceDatasourceId: string | undefined;
|
|
2496
2568
|
symbol: string;
|
|
2497
2569
|
type: "CryptoCurrency";
|
|
2498
2570
|
id: string;
|
|
@@ -2542,6 +2614,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2542
2614
|
} | undefined;
|
|
2543
2615
|
asset: {
|
|
2544
2616
|
icon: string | undefined;
|
|
2617
|
+
priceDatasourceId: string | undefined;
|
|
2545
2618
|
symbol: string;
|
|
2546
2619
|
type: "CryptoCurrency";
|
|
2547
2620
|
id: string;
|
|
@@ -2574,6 +2647,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2574
2647
|
} | undefined;
|
|
2575
2648
|
asset: {
|
|
2576
2649
|
icon: string | undefined;
|
|
2650
|
+
priceDatasourceId: string | undefined;
|
|
2577
2651
|
symbol: string;
|
|
2578
2652
|
type: "CryptoCurrency";
|
|
2579
2653
|
id: string;
|
|
@@ -2623,6 +2697,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2623
2697
|
} | undefined;
|
|
2624
2698
|
asset: {
|
|
2625
2699
|
icon: string | undefined;
|
|
2700
|
+
priceDatasourceId: string | undefined;
|
|
2626
2701
|
symbol: string;
|
|
2627
2702
|
type: "CryptoCurrency";
|
|
2628
2703
|
id: string;
|
|
@@ -2701,6 +2776,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2701
2776
|
metadata: string | undefined;
|
|
2702
2777
|
type: "Nft";
|
|
2703
2778
|
id: string;
|
|
2779
|
+
updatedAt: number;
|
|
2704
2780
|
};
|
|
2705
2781
|
amount: {
|
|
2706
2782
|
value: bigint;
|
|
@@ -2721,6 +2797,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2721
2797
|
} | undefined;
|
|
2722
2798
|
asset: {
|
|
2723
2799
|
icon: string | undefined;
|
|
2800
|
+
priceDatasourceId: string | undefined;
|
|
2724
2801
|
symbol: string;
|
|
2725
2802
|
type: "CryptoCurrency";
|
|
2726
2803
|
id: string;
|
|
@@ -2799,6 +2876,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2799
2876
|
metadata: string | undefined;
|
|
2800
2877
|
type: "Nft";
|
|
2801
2878
|
id: string;
|
|
2879
|
+
updatedAt: number;
|
|
2802
2880
|
};
|
|
2803
2881
|
amount: {
|
|
2804
2882
|
value: bigint;
|
|
@@ -2819,6 +2897,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2819
2897
|
} | undefined;
|
|
2820
2898
|
asset: {
|
|
2821
2899
|
icon: string | undefined;
|
|
2900
|
+
priceDatasourceId: string | undefined;
|
|
2822
2901
|
symbol: string;
|
|
2823
2902
|
type: "CryptoCurrency";
|
|
2824
2903
|
id: string;
|
|
@@ -2916,6 +2995,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2916
2995
|
} | undefined;
|
|
2917
2996
|
asset: {
|
|
2918
2997
|
icon: string | undefined;
|
|
2998
|
+
priceDatasourceId: string | undefined;
|
|
2919
2999
|
symbol: string;
|
|
2920
3000
|
type: "CryptoCurrency";
|
|
2921
3001
|
id: string;
|
|
@@ -2965,6 +3045,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
2965
3045
|
} | undefined;
|
|
2966
3046
|
asset: {
|
|
2967
3047
|
icon: string | undefined;
|
|
3048
|
+
priceDatasourceId: string | undefined;
|
|
2968
3049
|
symbol: string;
|
|
2969
3050
|
type: "CryptoCurrency";
|
|
2970
3051
|
id: string;
|
|
@@ -3026,6 +3107,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3026
3107
|
metadata: string | undefined;
|
|
3027
3108
|
type: "Nft";
|
|
3028
3109
|
id: string;
|
|
3110
|
+
updatedAt: number;
|
|
3029
3111
|
};
|
|
3030
3112
|
amount: {
|
|
3031
3113
|
value: bigint;
|
|
@@ -3063,6 +3145,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3063
3145
|
} | undefined;
|
|
3064
3146
|
asset: {
|
|
3065
3147
|
icon: string | undefined;
|
|
3148
|
+
priceDatasourceId: string | undefined;
|
|
3066
3149
|
symbol: string;
|
|
3067
3150
|
type: "CryptoCurrency";
|
|
3068
3151
|
id: string;
|
|
@@ -3088,6 +3171,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3088
3171
|
metadata: string | undefined;
|
|
3089
3172
|
type: "Nft";
|
|
3090
3173
|
id: string;
|
|
3174
|
+
updatedAt: number;
|
|
3091
3175
|
};
|
|
3092
3176
|
amount: {
|
|
3093
3177
|
value: bigint;
|
|
@@ -3108,6 +3192,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3108
3192
|
} | undefined;
|
|
3109
3193
|
asset: {
|
|
3110
3194
|
icon: string | undefined;
|
|
3195
|
+
priceDatasourceId: string | undefined;
|
|
3111
3196
|
symbol: string;
|
|
3112
3197
|
type: "CryptoCurrency";
|
|
3113
3198
|
id: string;
|
|
@@ -3133,6 +3218,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3133
3218
|
metadata: string | undefined;
|
|
3134
3219
|
type: "Nft";
|
|
3135
3220
|
id: string;
|
|
3221
|
+
updatedAt: number;
|
|
3136
3222
|
};
|
|
3137
3223
|
amount: {
|
|
3138
3224
|
value: bigint;
|
|
@@ -3170,6 +3256,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3170
3256
|
} | undefined;
|
|
3171
3257
|
asset: {
|
|
3172
3258
|
icon: string | undefined;
|
|
3259
|
+
priceDatasourceId: string | undefined;
|
|
3173
3260
|
symbol: string;
|
|
3174
3261
|
type: "CryptoCurrency";
|
|
3175
3262
|
id: string;
|
|
@@ -3207,6 +3294,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3207
3294
|
metadata: string | undefined;
|
|
3208
3295
|
type: "Nft";
|
|
3209
3296
|
id: string;
|
|
3297
|
+
updatedAt: number;
|
|
3210
3298
|
};
|
|
3211
3299
|
amount: {
|
|
3212
3300
|
value: bigint;
|
|
@@ -3244,6 +3332,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3244
3332
|
} | undefined;
|
|
3245
3333
|
asset: {
|
|
3246
3334
|
icon: string | undefined;
|
|
3335
|
+
priceDatasourceId: string | undefined;
|
|
3247
3336
|
symbol: string;
|
|
3248
3337
|
type: "CryptoCurrency";
|
|
3249
3338
|
id: string;
|
|
@@ -3269,6 +3358,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3269
3358
|
metadata: string | undefined;
|
|
3270
3359
|
type: "Nft";
|
|
3271
3360
|
id: string;
|
|
3361
|
+
updatedAt: number;
|
|
3272
3362
|
};
|
|
3273
3363
|
amount: {
|
|
3274
3364
|
value: bigint;
|
|
@@ -3306,6 +3396,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3306
3396
|
} | undefined;
|
|
3307
3397
|
asset: {
|
|
3308
3398
|
icon: string | undefined;
|
|
3399
|
+
priceDatasourceId: string | undefined;
|
|
3309
3400
|
symbol: string;
|
|
3310
3401
|
type: "CryptoCurrency";
|
|
3311
3402
|
id: string;
|
|
@@ -3331,6 +3422,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3331
3422
|
metadata: string | undefined;
|
|
3332
3423
|
type: "Nft";
|
|
3333
3424
|
id: string;
|
|
3425
|
+
updatedAt: number;
|
|
3334
3426
|
};
|
|
3335
3427
|
amount: {
|
|
3336
3428
|
value: bigint;
|
|
@@ -3345,6 +3437,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3345
3437
|
metadata: string | undefined;
|
|
3346
3438
|
type: "Nft";
|
|
3347
3439
|
id: string;
|
|
3440
|
+
updatedAt: number;
|
|
3348
3441
|
};
|
|
3349
3442
|
} | {
|
|
3350
3443
|
comment: string | undefined;
|
|
@@ -3376,6 +3469,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3376
3469
|
} | undefined;
|
|
3377
3470
|
asset: {
|
|
3378
3471
|
icon: string | undefined;
|
|
3472
|
+
priceDatasourceId: string | undefined;
|
|
3379
3473
|
symbol: string;
|
|
3380
3474
|
type: "CryptoCurrency";
|
|
3381
3475
|
id: string;
|
|
@@ -3401,6 +3495,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3401
3495
|
metadata: string | undefined;
|
|
3402
3496
|
type: "Nft";
|
|
3403
3497
|
id: string;
|
|
3498
|
+
updatedAt: number;
|
|
3404
3499
|
};
|
|
3405
3500
|
amount: {
|
|
3406
3501
|
value: bigint;
|
|
@@ -3415,6 +3510,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3415
3510
|
metadata: string | undefined;
|
|
3416
3511
|
type: "Nft";
|
|
3417
3512
|
id: string;
|
|
3513
|
+
updatedAt: number;
|
|
3418
3514
|
};
|
|
3419
3515
|
} | {
|
|
3420
3516
|
comment: string | undefined;
|
|
@@ -3446,6 +3542,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3446
3542
|
} | undefined;
|
|
3447
3543
|
asset: {
|
|
3448
3544
|
icon: string | undefined;
|
|
3545
|
+
priceDatasourceId: string | undefined;
|
|
3449
3546
|
symbol: string;
|
|
3450
3547
|
type: "CryptoCurrency";
|
|
3451
3548
|
id: string;
|
|
@@ -3483,6 +3580,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3483
3580
|
metadata: string | undefined;
|
|
3484
3581
|
type: "Nft";
|
|
3485
3582
|
id: string;
|
|
3583
|
+
updatedAt: number;
|
|
3486
3584
|
};
|
|
3487
3585
|
amount: {
|
|
3488
3586
|
value: bigint;
|
|
@@ -3503,6 +3601,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3503
3601
|
} | undefined;
|
|
3504
3602
|
asset: {
|
|
3505
3603
|
icon: string | undefined;
|
|
3604
|
+
priceDatasourceId: string | undefined;
|
|
3506
3605
|
symbol: string;
|
|
3507
3606
|
type: "CryptoCurrency";
|
|
3508
3607
|
id: string;
|
|
@@ -3540,6 +3639,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3540
3639
|
metadata: string | undefined;
|
|
3541
3640
|
type: "Nft";
|
|
3542
3641
|
id: string;
|
|
3642
|
+
updatedAt: number;
|
|
3543
3643
|
};
|
|
3544
3644
|
amount: {
|
|
3545
3645
|
value: bigint;
|
|
@@ -3578,6 +3678,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3578
3678
|
} | undefined;
|
|
3579
3679
|
asset: {
|
|
3580
3680
|
icon: string | undefined;
|
|
3681
|
+
priceDatasourceId: string | undefined;
|
|
3581
3682
|
symbol: string;
|
|
3582
3683
|
type: "CryptoCurrency";
|
|
3583
3684
|
id: string;
|
|
@@ -3615,6 +3716,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3615
3716
|
metadata: string | undefined;
|
|
3616
3717
|
type: "Nft";
|
|
3617
3718
|
id: string;
|
|
3719
|
+
updatedAt: number;
|
|
3618
3720
|
};
|
|
3619
3721
|
amount: {
|
|
3620
3722
|
value: bigint;
|
|
@@ -3653,6 +3755,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3653
3755
|
} | undefined;
|
|
3654
3756
|
asset: {
|
|
3655
3757
|
icon: string | undefined;
|
|
3758
|
+
priceDatasourceId: string | undefined;
|
|
3656
3759
|
symbol: string;
|
|
3657
3760
|
type: "CryptoCurrency";
|
|
3658
3761
|
id: string;
|
|
@@ -3690,6 +3793,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3690
3793
|
metadata: string | undefined;
|
|
3691
3794
|
type: "Nft";
|
|
3692
3795
|
id: string;
|
|
3796
|
+
updatedAt: number;
|
|
3693
3797
|
};
|
|
3694
3798
|
amount: {
|
|
3695
3799
|
value: bigint;
|
|
@@ -3728,6 +3832,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3728
3832
|
} | undefined;
|
|
3729
3833
|
asset: {
|
|
3730
3834
|
icon: string | undefined;
|
|
3835
|
+
priceDatasourceId: string | undefined;
|
|
3731
3836
|
symbol: string;
|
|
3732
3837
|
type: "CryptoCurrency";
|
|
3733
3838
|
id: string;
|
|
@@ -3765,6 +3870,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3765
3870
|
metadata: string | undefined;
|
|
3766
3871
|
type: "Nft";
|
|
3767
3872
|
id: string;
|
|
3873
|
+
updatedAt: number;
|
|
3768
3874
|
};
|
|
3769
3875
|
amount: {
|
|
3770
3876
|
value: bigint;
|
|
@@ -3785,6 +3891,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3785
3891
|
} | undefined;
|
|
3786
3892
|
asset: {
|
|
3787
3893
|
icon: string | undefined;
|
|
3894
|
+
priceDatasourceId: string | undefined;
|
|
3788
3895
|
symbol: string;
|
|
3789
3896
|
type: "CryptoCurrency";
|
|
3790
3897
|
id: string;
|
|
@@ -3822,6 +3929,7 @@ export declare const setAccountActionPrices: ({ actions, fiat, cryptoCurrencyDat
|
|
|
3822
3929
|
metadata: string | undefined;
|
|
3823
3930
|
type: "Nft";
|
|
3824
3931
|
id: string;
|
|
3932
|
+
updatedAt: number;
|
|
3825
3933
|
};
|
|
3826
3934
|
amount: {
|
|
3827
3935
|
value: bigint;
|