@0xtorch/core 0.0.28 → 0.0.30
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/setAccountActionPrices.js +19 -11
- 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/setAccountActionPrices.js +19 -11
- 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 +1378 -0
- package/_types/actions/schemas/action.d.ts.map +1 -1
- package/_types/actions/schemas/borrow/borrow.d.ts +26 -0
- package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
- package/_types/actions/schemas/crossActionBundle.d.ts +90 -0
- package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +26 -0
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +26 -0
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts +52 -0
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts +52 -0
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
- package/_types/actions/schemas/default/accountAction.d.ts +99 -0
- package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/normalAction.d.ts +99 -0
- package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/transfer.d.ts +88 -0
- package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/addLiquidity.d.ts +52 -0
- package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/deposit.d.ts +26 -0
- package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/depositWithBond.d.ts +52 -0
- package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/stake.d.ts +26 -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 +39 -0
- package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/move.d.ts +39 -0
- package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +26 -0
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/sendToCex.d.ts +26 -0
- package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/spam.d.ts +52 -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/income.d.ts +26 -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 +13 -0
- package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
- package/_types/actions/schemas/reduce/reduce.d.ts +13 -0
- package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repayment.d.ts +26 -0
- package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +52 -0
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
- package/_types/actions/schemas/replace/replace.d.ts +52 -0
- package/_types/actions/schemas/replace/replace.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 +26 -0
- package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/mintNft.d.ts +26 -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 +26 -0
- package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/trade.d.ts +52 -0
- package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/swapTransfer.d.ts +13 -0
- package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/transfer.d.ts +52 -0
- package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/valuedown/valuedown.d.ts +26 -0
- package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
- package/_types/actions/schemas/valueup/valueup.d.ts +26 -0
- package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +52 -0
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/unstake.d.ts +26 -0
- package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdraw.d.ts +26 -0
- package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +52 -0
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
- package/_types/actions/utils.d.ts +3 -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 +5 -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/types/dataSource.d.ts +2 -3
- package/_types/assets/types/dataSource.d.ts.map +1 -1
- package/_types/setAccountActionPrices.d.ts +57 -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/types/dataSource.ts +2 -3
- package/package.json +1 -1
- package/setAccountActionPrices.ts +20 -12
- package/tests/utils.ts +3 -4
- package/.DS_Store +0 -0
- package/actions/.DS_Store +0 -0
- package/assets/.DS_Store +0 -0
|
@@ -130,6 +130,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
130
130
|
decimals: number;
|
|
131
131
|
} | undefined;
|
|
132
132
|
}>;
|
|
133
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
133
134
|
updatedAt: z.ZodNumber;
|
|
134
135
|
}, "strip", z.ZodTypeAny, {
|
|
135
136
|
symbol: string;
|
|
@@ -145,6 +146,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
145
146
|
};
|
|
146
147
|
updatedAt: number;
|
|
147
148
|
icon?: string | undefined;
|
|
149
|
+
priceDatasourceId?: string | undefined;
|
|
148
150
|
}, {
|
|
149
151
|
symbol: string;
|
|
150
152
|
type: "CryptoCurrency";
|
|
@@ -159,8 +161,10 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
159
161
|
};
|
|
160
162
|
updatedAt: number;
|
|
161
163
|
icon?: string | undefined;
|
|
164
|
+
priceDatasourceId?: string | undefined;
|
|
162
165
|
}>, {
|
|
163
166
|
icon: string | undefined;
|
|
167
|
+
priceDatasourceId: string | undefined;
|
|
164
168
|
symbol: string;
|
|
165
169
|
type: "CryptoCurrency";
|
|
166
170
|
id: string;
|
|
@@ -187,10 +191,12 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
187
191
|
};
|
|
188
192
|
updatedAt: number;
|
|
189
193
|
icon?: string | undefined;
|
|
194
|
+
priceDatasourceId?: string | undefined;
|
|
190
195
|
}>;
|
|
191
196
|
}, "strip", z.ZodTypeAny, {
|
|
192
197
|
asset: {
|
|
193
198
|
icon: string | undefined;
|
|
199
|
+
priceDatasourceId: string | undefined;
|
|
194
200
|
symbol: string;
|
|
195
201
|
type: "CryptoCurrency";
|
|
196
202
|
id: string;
|
|
@@ -235,6 +241,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
235
241
|
};
|
|
236
242
|
updatedAt: number;
|
|
237
243
|
icon?: string | undefined;
|
|
244
|
+
priceDatasourceId?: string | undefined;
|
|
238
245
|
};
|
|
239
246
|
amount: {
|
|
240
247
|
value: bigint;
|
|
@@ -266,6 +273,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
266
273
|
} | undefined;
|
|
267
274
|
asset: {
|
|
268
275
|
icon: string | undefined;
|
|
276
|
+
priceDatasourceId: string | undefined;
|
|
269
277
|
symbol: string;
|
|
270
278
|
type: "CryptoCurrency";
|
|
271
279
|
id: string;
|
|
@@ -299,6 +307,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
299
307
|
};
|
|
300
308
|
updatedAt: number;
|
|
301
309
|
icon?: string | undefined;
|
|
310
|
+
priceDatasourceId?: string | undefined;
|
|
302
311
|
};
|
|
303
312
|
amount: {
|
|
304
313
|
value: bigint;
|
|
@@ -594,6 +603,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
594
603
|
decimals: number;
|
|
595
604
|
} | undefined;
|
|
596
605
|
}>;
|
|
606
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
597
607
|
updatedAt: z.ZodNumber;
|
|
598
608
|
}, "strip", z.ZodTypeAny, {
|
|
599
609
|
symbol: string;
|
|
@@ -609,6 +619,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
609
619
|
};
|
|
610
620
|
updatedAt: number;
|
|
611
621
|
icon?: string | undefined;
|
|
622
|
+
priceDatasourceId?: string | undefined;
|
|
612
623
|
}, {
|
|
613
624
|
symbol: string;
|
|
614
625
|
type: "CryptoCurrency";
|
|
@@ -623,8 +634,10 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
623
634
|
};
|
|
624
635
|
updatedAt: number;
|
|
625
636
|
icon?: string | undefined;
|
|
637
|
+
priceDatasourceId?: string | undefined;
|
|
626
638
|
}>, {
|
|
627
639
|
icon: string | undefined;
|
|
640
|
+
priceDatasourceId: string | undefined;
|
|
628
641
|
symbol: string;
|
|
629
642
|
type: "CryptoCurrency";
|
|
630
643
|
id: string;
|
|
@@ -651,10 +664,12 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
651
664
|
};
|
|
652
665
|
updatedAt: number;
|
|
653
666
|
icon?: string | undefined;
|
|
667
|
+
priceDatasourceId?: string | undefined;
|
|
654
668
|
}>;
|
|
655
669
|
}, "strip", z.ZodTypeAny, {
|
|
656
670
|
asset: {
|
|
657
671
|
icon: string | undefined;
|
|
672
|
+
priceDatasourceId: string | undefined;
|
|
658
673
|
symbol: string;
|
|
659
674
|
type: "CryptoCurrency";
|
|
660
675
|
id: string;
|
|
@@ -699,6 +714,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
699
714
|
};
|
|
700
715
|
updatedAt: number;
|
|
701
716
|
icon?: string | undefined;
|
|
717
|
+
priceDatasourceId?: string | undefined;
|
|
702
718
|
};
|
|
703
719
|
amount: {
|
|
704
720
|
value: bigint;
|
|
@@ -730,6 +746,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
730
746
|
} | undefined;
|
|
731
747
|
asset: {
|
|
732
748
|
icon: string | undefined;
|
|
749
|
+
priceDatasourceId: string | undefined;
|
|
733
750
|
symbol: string;
|
|
734
751
|
type: "CryptoCurrency";
|
|
735
752
|
id: string;
|
|
@@ -763,6 +780,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
763
780
|
};
|
|
764
781
|
updatedAt: number;
|
|
765
782
|
icon?: string | undefined;
|
|
783
|
+
priceDatasourceId?: string | undefined;
|
|
766
784
|
};
|
|
767
785
|
amount: {
|
|
768
786
|
value: bigint;
|
|
@@ -990,6 +1008,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
990
1008
|
} | undefined;
|
|
991
1009
|
asset: {
|
|
992
1010
|
icon: string | undefined;
|
|
1011
|
+
priceDatasourceId: string | undefined;
|
|
993
1012
|
symbol: string;
|
|
994
1013
|
type: "CryptoCurrency";
|
|
995
1014
|
id: string;
|
|
@@ -1048,6 +1067,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
1048
1067
|
} | undefined;
|
|
1049
1068
|
asset: {
|
|
1050
1069
|
icon: string | undefined;
|
|
1070
|
+
priceDatasourceId: string | undefined;
|
|
1051
1071
|
symbol: string;
|
|
1052
1072
|
type: "CryptoCurrency";
|
|
1053
1073
|
id: string;
|
|
@@ -1123,6 +1143,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
1123
1143
|
};
|
|
1124
1144
|
updatedAt: number;
|
|
1125
1145
|
icon?: string | undefined;
|
|
1146
|
+
priceDatasourceId?: string | undefined;
|
|
1126
1147
|
};
|
|
1127
1148
|
amount: {
|
|
1128
1149
|
value: bigint;
|
|
@@ -1181,6 +1202,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
1181
1202
|
};
|
|
1182
1203
|
updatedAt: number;
|
|
1183
1204
|
icon?: string | undefined;
|
|
1205
|
+
priceDatasourceId?: string | undefined;
|
|
1184
1206
|
};
|
|
1185
1207
|
amount: {
|
|
1186
1208
|
value: bigint;
|
|
@@ -1263,6 +1285,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
1263
1285
|
} | undefined;
|
|
1264
1286
|
asset: {
|
|
1265
1287
|
icon: string | undefined;
|
|
1288
|
+
priceDatasourceId: string | undefined;
|
|
1266
1289
|
symbol: string;
|
|
1267
1290
|
type: "CryptoCurrency";
|
|
1268
1291
|
id: string;
|
|
@@ -1321,6 +1344,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
1321
1344
|
} | undefined;
|
|
1322
1345
|
asset: {
|
|
1323
1346
|
icon: string | undefined;
|
|
1347
|
+
priceDatasourceId: string | undefined;
|
|
1324
1348
|
symbol: string;
|
|
1325
1349
|
type: "CryptoCurrency";
|
|
1326
1350
|
id: string;
|
|
@@ -1387,6 +1411,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
1387
1411
|
};
|
|
1388
1412
|
updatedAt: number;
|
|
1389
1413
|
icon?: string | undefined;
|
|
1414
|
+
priceDatasourceId?: string | undefined;
|
|
1390
1415
|
};
|
|
1391
1416
|
amount: {
|
|
1392
1417
|
value: bigint;
|
|
@@ -1445,6 +1470,7 @@ export declare const normalActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObjec
|
|
|
1445
1470
|
};
|
|
1446
1471
|
updatedAt: number;
|
|
1447
1472
|
icon?: string | undefined;
|
|
1473
|
+
priceDatasourceId?: string | undefined;
|
|
1448
1474
|
};
|
|
1449
1475
|
amount: {
|
|
1450
1476
|
value: bigint;
|
|
@@ -1633,6 +1659,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
1633
1659
|
decimals: number;
|
|
1634
1660
|
} | undefined;
|
|
1635
1661
|
}>;
|
|
1662
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1636
1663
|
updatedAt: z.ZodNumber;
|
|
1637
1664
|
}, "strip", z.ZodTypeAny, {
|
|
1638
1665
|
symbol: string;
|
|
@@ -1648,6 +1675,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
1648
1675
|
};
|
|
1649
1676
|
updatedAt: number;
|
|
1650
1677
|
icon?: string | undefined;
|
|
1678
|
+
priceDatasourceId?: string | undefined;
|
|
1651
1679
|
}, {
|
|
1652
1680
|
symbol: string;
|
|
1653
1681
|
type: "CryptoCurrency";
|
|
@@ -1662,8 +1690,10 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
1662
1690
|
};
|
|
1663
1691
|
updatedAt: number;
|
|
1664
1692
|
icon?: string | undefined;
|
|
1693
|
+
priceDatasourceId?: string | undefined;
|
|
1665
1694
|
}>, {
|
|
1666
1695
|
icon: string | undefined;
|
|
1696
|
+
priceDatasourceId: string | undefined;
|
|
1667
1697
|
symbol: string;
|
|
1668
1698
|
type: "CryptoCurrency";
|
|
1669
1699
|
id: string;
|
|
@@ -1690,10 +1720,12 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
1690
1720
|
};
|
|
1691
1721
|
updatedAt: number;
|
|
1692
1722
|
icon?: string | undefined;
|
|
1723
|
+
priceDatasourceId?: string | undefined;
|
|
1693
1724
|
}>;
|
|
1694
1725
|
}, "strip", z.ZodTypeAny, {
|
|
1695
1726
|
asset: {
|
|
1696
1727
|
icon: string | undefined;
|
|
1728
|
+
priceDatasourceId: string | undefined;
|
|
1697
1729
|
symbol: string;
|
|
1698
1730
|
type: "CryptoCurrency";
|
|
1699
1731
|
id: string;
|
|
@@ -1738,6 +1770,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
1738
1770
|
};
|
|
1739
1771
|
updatedAt: number;
|
|
1740
1772
|
icon?: string | undefined;
|
|
1773
|
+
priceDatasourceId?: string | undefined;
|
|
1741
1774
|
};
|
|
1742
1775
|
amount: {
|
|
1743
1776
|
value: bigint;
|
|
@@ -1769,6 +1802,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
1769
1802
|
} | undefined;
|
|
1770
1803
|
asset: {
|
|
1771
1804
|
icon: string | undefined;
|
|
1805
|
+
priceDatasourceId: string | undefined;
|
|
1772
1806
|
symbol: string;
|
|
1773
1807
|
type: "CryptoCurrency";
|
|
1774
1808
|
id: string;
|
|
@@ -1802,6 +1836,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
1802
1836
|
};
|
|
1803
1837
|
updatedAt: number;
|
|
1804
1838
|
icon?: string | undefined;
|
|
1839
|
+
priceDatasourceId?: string | undefined;
|
|
1805
1840
|
};
|
|
1806
1841
|
amount: {
|
|
1807
1842
|
value: bigint;
|
|
@@ -2097,6 +2132,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2097
2132
|
decimals: number;
|
|
2098
2133
|
} | undefined;
|
|
2099
2134
|
}>;
|
|
2135
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2100
2136
|
updatedAt: z.ZodNumber;
|
|
2101
2137
|
}, "strip", z.ZodTypeAny, {
|
|
2102
2138
|
symbol: string;
|
|
@@ -2112,6 +2148,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2112
2148
|
};
|
|
2113
2149
|
updatedAt: number;
|
|
2114
2150
|
icon?: string | undefined;
|
|
2151
|
+
priceDatasourceId?: string | undefined;
|
|
2115
2152
|
}, {
|
|
2116
2153
|
symbol: string;
|
|
2117
2154
|
type: "CryptoCurrency";
|
|
@@ -2126,8 +2163,10 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2126
2163
|
};
|
|
2127
2164
|
updatedAt: number;
|
|
2128
2165
|
icon?: string | undefined;
|
|
2166
|
+
priceDatasourceId?: string | undefined;
|
|
2129
2167
|
}>, {
|
|
2130
2168
|
icon: string | undefined;
|
|
2169
|
+
priceDatasourceId: string | undefined;
|
|
2131
2170
|
symbol: string;
|
|
2132
2171
|
type: "CryptoCurrency";
|
|
2133
2172
|
id: string;
|
|
@@ -2154,10 +2193,12 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2154
2193
|
};
|
|
2155
2194
|
updatedAt: number;
|
|
2156
2195
|
icon?: string | undefined;
|
|
2196
|
+
priceDatasourceId?: string | undefined;
|
|
2157
2197
|
}>;
|
|
2158
2198
|
}, "strip", z.ZodTypeAny, {
|
|
2159
2199
|
asset: {
|
|
2160
2200
|
icon: string | undefined;
|
|
2201
|
+
priceDatasourceId: string | undefined;
|
|
2161
2202
|
symbol: string;
|
|
2162
2203
|
type: "CryptoCurrency";
|
|
2163
2204
|
id: string;
|
|
@@ -2202,6 +2243,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2202
2243
|
};
|
|
2203
2244
|
updatedAt: number;
|
|
2204
2245
|
icon?: string | undefined;
|
|
2246
|
+
priceDatasourceId?: string | undefined;
|
|
2205
2247
|
};
|
|
2206
2248
|
amount: {
|
|
2207
2249
|
value: bigint;
|
|
@@ -2233,6 +2275,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2233
2275
|
} | undefined;
|
|
2234
2276
|
asset: {
|
|
2235
2277
|
icon: string | undefined;
|
|
2278
|
+
priceDatasourceId: string | undefined;
|
|
2236
2279
|
symbol: string;
|
|
2237
2280
|
type: "CryptoCurrency";
|
|
2238
2281
|
id: string;
|
|
@@ -2266,6 +2309,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2266
2309
|
};
|
|
2267
2310
|
updatedAt: number;
|
|
2268
2311
|
icon?: string | undefined;
|
|
2312
|
+
priceDatasourceId?: string | undefined;
|
|
2269
2313
|
};
|
|
2270
2314
|
amount: {
|
|
2271
2315
|
value: bigint;
|
|
@@ -2495,6 +2539,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2495
2539
|
} | undefined;
|
|
2496
2540
|
asset: {
|
|
2497
2541
|
icon: string | undefined;
|
|
2542
|
+
priceDatasourceId: string | undefined;
|
|
2498
2543
|
symbol: string;
|
|
2499
2544
|
type: "CryptoCurrency";
|
|
2500
2545
|
id: string;
|
|
@@ -2553,6 +2598,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2553
2598
|
} | undefined;
|
|
2554
2599
|
asset: {
|
|
2555
2600
|
icon: string | undefined;
|
|
2601
|
+
priceDatasourceId: string | undefined;
|
|
2556
2602
|
symbol: string;
|
|
2557
2603
|
type: "CryptoCurrency";
|
|
2558
2604
|
id: string;
|
|
@@ -2630,6 +2676,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2630
2676
|
};
|
|
2631
2677
|
updatedAt: number;
|
|
2632
2678
|
icon?: string | undefined;
|
|
2679
|
+
priceDatasourceId?: string | undefined;
|
|
2633
2680
|
};
|
|
2634
2681
|
amount: {
|
|
2635
2682
|
value: bigint;
|
|
@@ -2688,6 +2735,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2688
2735
|
};
|
|
2689
2736
|
updatedAt: number;
|
|
2690
2737
|
icon?: string | undefined;
|
|
2738
|
+
priceDatasourceId?: string | undefined;
|
|
2691
2739
|
};
|
|
2692
2740
|
amount: {
|
|
2693
2741
|
value: bigint;
|
|
@@ -2772,6 +2820,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2772
2820
|
} | undefined;
|
|
2773
2821
|
asset: {
|
|
2774
2822
|
icon: string | undefined;
|
|
2823
|
+
priceDatasourceId: string | undefined;
|
|
2775
2824
|
symbol: string;
|
|
2776
2825
|
type: "CryptoCurrency";
|
|
2777
2826
|
id: string;
|
|
@@ -2830,6 +2879,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2830
2879
|
} | undefined;
|
|
2831
2880
|
asset: {
|
|
2832
2881
|
icon: string | undefined;
|
|
2882
|
+
priceDatasourceId: string | undefined;
|
|
2833
2883
|
symbol: string;
|
|
2834
2884
|
type: "CryptoCurrency";
|
|
2835
2885
|
id: string;
|
|
@@ -2898,6 +2948,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2898
2948
|
};
|
|
2899
2949
|
updatedAt: number;
|
|
2900
2950
|
icon?: string | undefined;
|
|
2951
|
+
priceDatasourceId?: string | undefined;
|
|
2901
2952
|
};
|
|
2902
2953
|
amount: {
|
|
2903
2954
|
value: bigint;
|
|
@@ -2956,6 +3007,7 @@ export declare const accountActionWithdrawWithBondSchema: z.ZodEffects<z.ZodObje
|
|
|
2956
3007
|
};
|
|
2957
3008
|
updatedAt: number;
|
|
2958
3009
|
icon?: string | undefined;
|
|
3010
|
+
priceDatasourceId?: string | undefined;
|
|
2959
3011
|
};
|
|
2960
3012
|
amount: {
|
|
2961
3013
|
value: bigint;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withdrawWithBond.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/withdraw/withdrawWithBond.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAUvB,eAAO,MAAM,kCAAkC
|
|
1
|
+
{"version":3,"file":"withdrawWithBond.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/withdraw/withdrawWithBond.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAUvB,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB1C,CAAA;AAEL,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBzC,CAAA"}
|
|
@@ -14,6 +14,7 @@ export declare const isTransferCryptoCurrencyIn: (transfer: Transfer) => transfe
|
|
|
14
14
|
} | undefined;
|
|
15
15
|
asset: {
|
|
16
16
|
icon: string | undefined;
|
|
17
|
+
priceDatasourceId: string | undefined;
|
|
17
18
|
symbol: string;
|
|
18
19
|
type: "CryptoCurrency";
|
|
19
20
|
id: string;
|
|
@@ -47,6 +48,7 @@ export declare const isTransferCryptoCurrencyOut: (transfer: Transfer) => transf
|
|
|
47
48
|
} | undefined;
|
|
48
49
|
asset: {
|
|
49
50
|
icon: string | undefined;
|
|
51
|
+
priceDatasourceId: string | undefined;
|
|
50
52
|
symbol: string;
|
|
51
53
|
type: "CryptoCurrency";
|
|
52
54
|
id: string;
|
|
@@ -80,6 +82,7 @@ export declare const isTransferCryptoCurrencyNone: (transfer: Transfer) => trans
|
|
|
80
82
|
} | undefined;
|
|
81
83
|
asset: {
|
|
82
84
|
icon: string | undefined;
|
|
85
|
+
priceDatasourceId: string | undefined;
|
|
83
86
|
symbol: string;
|
|
84
87
|
type: "CryptoCurrency";
|
|
85
88
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../actions/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAqFV,QAAQ,EAUT,MAAM,SAAS,CAAA;AAChB,OAAO,KAAK,EACV,aAAa,EACb,iBAAiB,EACjB,gBAAgB,EAChB,YAAY,EACb,MAAM,gBAAgB,CAAA;AAEvB,eAAO,MAAM,0BAA0B,aAC3B,QAAQ
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../actions/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAqFV,QAAQ,EAUT,MAAM,SAAS,CAAA;AAChB,OAAO,KAAK,EACV,aAAa,EACb,iBAAiB,EACjB,gBAAgB,EAChB,YAAY,EACb,MAAM,gBAAgB,CAAA;AAEvB,eAAO,MAAM,0BAA0B,aAC3B,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEqD,CAAA;AAEzE,eAAO,MAAM,2BAA2B,aAC5B,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEsD,CAAA;AAE1E,eAAO,MAAM,4BAA4B,aAC7B,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEuD,CAAA;AAE3E,eAAO,MAAM,eAAe,aAChB,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;CAE0C,CAAA;AAE9D,eAAO,MAAM,gBAAgB,aACjB,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;CAE2C,CAAA;AAE/D,eAAO,MAAM,iBAAiB,aAClB,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;CAE4C,CAAA;AAEhE,eAAO,MAAM,wBAAwB,aACzB,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;CAEmD,CAAA;AAEvE,eAAO,MAAM,yBAAyB,aAC1B,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;CAEoD,CAAA;AAExE,eAAO,MAAM,0BAA0B,aAC3B,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;CAEqD,CAAA;AAEzE,eAAO,MAAM,mCAAmC,WACtC,gBAAgB,KACvB,YA8yBF,CAAA;AAED,eAAO,MAAM,qCAAqC,WACxC,iBAAiB,KACxB,aAi9BF,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCryptoCurrency.d.ts","sourceRoot":"","sources":["../../../assets/creates/createCryptoCurrency.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"createCryptoCurrency.d.ts","sourceRoot":"","sources":["../../../assets/creates/createCryptoCurrency.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;kCAI/B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"astar.d.ts","sourceRoot":"","sources":["../../../assets/definitions/astar.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"astar.d.ts","sourceRoot":"","sources":["../../../assets/definitions/astar.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;CAYhB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avalanche.d.ts","sourceRoot":"","sources":["../../../assets/definitions/avalanche.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"avalanche.d.ts","sourceRoot":"","sources":["../../../assets/definitions/avalanche.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;CAYpB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bnb.d.ts","sourceRoot":"","sources":["../../../assets/definitions/bnb.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"bnb.d.ts","sourceRoot":"","sources":["../../../assets/definitions/bnb.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,GAAG;;;;;;;;;;;;CAYd,CAAA"}
|
|
@@ -4,6 +4,7 @@ export declare const coingeckoCryptoCurrencyDataSource: {
|
|
|
4
4
|
cryptoCurrencyId: string;
|
|
5
5
|
crypto: {
|
|
6
6
|
icon: string | undefined;
|
|
7
|
+
priceDatasourceId: string | undefined;
|
|
7
8
|
symbol: string;
|
|
8
9
|
type: "CryptoCurrency";
|
|
9
10
|
id: string;
|
|
@@ -21,7 +22,7 @@ export declare const coingeckoCryptoCurrencyDataSource: {
|
|
|
21
22
|
price: import("@0xtorch/big-decimal").BigDecimal;
|
|
22
23
|
timestamp: number;
|
|
23
24
|
}[]>;
|
|
24
|
-
readonly getHistoricalPrices: ({
|
|
25
|
+
readonly getHistoricalPrices: ({ targetCurrency, vsCurrency, timestampList }: import("../types").GetHistoricalPricesParameters, config?: Config) => Promise<readonly {
|
|
25
26
|
cryptoCurrencyId: string;
|
|
26
27
|
fiatCurrencyId: string;
|
|
27
28
|
price: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coingeckoCryptoCurrencyDataSource.d.ts","sourceRoot":"","sources":["../../../assets/definitions/coingeckoCryptoCurrencyDataSource.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAkBzC,eAAO,MAAM,iCAAiC;wHAI/B,MAAM
|
|
1
|
+
{"version":3,"file":"coingeckoCryptoCurrencyDataSource.d.ts","sourceRoot":"","sources":["../../../assets/definitions/coingeckoCryptoCurrencyDataSource.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAkBzC,eAAO,MAAM,iCAAiC;wHAI/B,MAAM;;;;;;;;;;;;;;;;;;;;;;6IA6CN,MAAM;;;;;;;;;CAmCpB,CAAA;AA+CD,6BAA6B;AAC7B,eAAO,MAAM,0BAA0B,SAC/B,MAAM,MACR,MAAM;mBACQ,MAAM;iBAAe,MAAM;GAS9C,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ethereum.d.ts","sourceRoot":"","sources":["../../../assets/definitions/ethereum.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"ethereum.d.ts","sourceRoot":"","sources":["../../../assets/definitions/ethereum.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;CAYnB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fantom.d.ts","sourceRoot":"","sources":["../../../assets/definitions/fantom.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"fantom.d.ts","sourceRoot":"","sources":["../../../assets/definitions/fantom.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;CAYjB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kava.d.ts","sourceRoot":"","sources":["../../../assets/definitions/kava.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"kava.d.ts","sourceRoot":"","sources":["../../../assets/definitions/kava.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;;;;;CAYf,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mantle.d.ts","sourceRoot":"","sources":["../../../assets/definitions/mantle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"mantle.d.ts","sourceRoot":"","sources":["../../../assets/definitions/mantle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;CAYjB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"maticNetwork.d.ts","sourceRoot":"","sources":["../../../assets/definitions/maticNetwork.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"maticNetwork.d.ts","sourceRoot":"","sources":["../../../assets/definitions/maticNetwork.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;CAYvB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metis.d.ts","sourceRoot":"","sources":["../../../assets/definitions/metis.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"metis.d.ts","sourceRoot":"","sources":["../../../assets/definitions/metis.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;CAYhB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"moonbeam.d.ts","sourceRoot":"","sources":["../../../assets/definitions/moonbeam.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"moonbeam.d.ts","sourceRoot":"","sources":["../../../assets/definitions/moonbeam.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;CAYnB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"moonriver.d.ts","sourceRoot":"","sources":["../../../assets/definitions/moonriver.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"moonriver.d.ts","sourceRoot":"","sources":["../../../assets/definitions/moonriver.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;CAYpB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oasys.d.ts","sourceRoot":"","sources":["../../../assets/definitions/oasys.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"oasys.d.ts","sourceRoot":"","sources":["../../../assets/definitions/oasys.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;CAYhB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ronin.d.ts","sourceRoot":"","sources":["../../../assets/definitions/ronin.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ronin.d.ts","sourceRoot":"","sources":["../../../assets/definitions/ronin.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;CAYhB,CAAA"}
|