@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
|
@@ -93,9 +93,11 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
93
93
|
symbol: z.ZodOptional<z.ZodString>;
|
|
94
94
|
image: z.ZodOptional<z.ZodString>;
|
|
95
95
|
metadata: z.ZodOptional<z.ZodString>;
|
|
96
|
+
updatedAt: z.ZodNumber;
|
|
96
97
|
}, "strip", z.ZodTypeAny, {
|
|
97
98
|
type: "Nft";
|
|
98
99
|
id: string;
|
|
100
|
+
updatedAt: number;
|
|
99
101
|
name?: string | undefined;
|
|
100
102
|
symbol?: string | undefined;
|
|
101
103
|
image?: string | undefined;
|
|
@@ -103,6 +105,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
103
105
|
}, {
|
|
104
106
|
type: "Nft";
|
|
105
107
|
id: string;
|
|
108
|
+
updatedAt: number;
|
|
106
109
|
name?: string | undefined;
|
|
107
110
|
symbol?: string | undefined;
|
|
108
111
|
image?: string | undefined;
|
|
@@ -114,9 +117,11 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
114
117
|
metadata: string | undefined;
|
|
115
118
|
type: "Nft";
|
|
116
119
|
id: string;
|
|
120
|
+
updatedAt: number;
|
|
117
121
|
}, {
|
|
118
122
|
type: "Nft";
|
|
119
123
|
id: string;
|
|
124
|
+
updatedAt: number;
|
|
120
125
|
name?: string | undefined;
|
|
121
126
|
symbol?: string | undefined;
|
|
122
127
|
image?: string | undefined;
|
|
@@ -130,6 +135,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
130
135
|
metadata: string | undefined;
|
|
131
136
|
type: "Nft";
|
|
132
137
|
id: string;
|
|
138
|
+
updatedAt: number;
|
|
133
139
|
};
|
|
134
140
|
amount: {
|
|
135
141
|
value: bigint;
|
|
@@ -151,6 +157,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
151
157
|
asset: {
|
|
152
158
|
type: "Nft";
|
|
153
159
|
id: string;
|
|
160
|
+
updatedAt: number;
|
|
154
161
|
name?: string | undefined;
|
|
155
162
|
symbol?: string | undefined;
|
|
156
163
|
image?: string | undefined;
|
|
@@ -191,6 +198,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
191
198
|
metadata: string | undefined;
|
|
192
199
|
type: "Nft";
|
|
193
200
|
id: string;
|
|
201
|
+
updatedAt: number;
|
|
194
202
|
};
|
|
195
203
|
amount: {
|
|
196
204
|
value: bigint;
|
|
@@ -201,6 +209,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
201
209
|
asset: {
|
|
202
210
|
type: "Nft";
|
|
203
211
|
id: string;
|
|
212
|
+
updatedAt: number;
|
|
204
213
|
name?: string | undefined;
|
|
205
214
|
symbol?: string | undefined;
|
|
206
215
|
image?: string | undefined;
|
|
@@ -482,6 +491,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
482
491
|
decimals: number;
|
|
483
492
|
} | undefined;
|
|
484
493
|
}>;
|
|
494
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
485
495
|
updatedAt: z.ZodNumber;
|
|
486
496
|
}, "strip", z.ZodTypeAny, {
|
|
487
497
|
symbol: string;
|
|
@@ -497,6 +507,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
497
507
|
};
|
|
498
508
|
updatedAt: number;
|
|
499
509
|
icon?: string | undefined;
|
|
510
|
+
priceDatasourceId?: string | undefined;
|
|
500
511
|
}, {
|
|
501
512
|
symbol: string;
|
|
502
513
|
type: "CryptoCurrency";
|
|
@@ -511,8 +522,10 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
511
522
|
};
|
|
512
523
|
updatedAt: number;
|
|
513
524
|
icon?: string | undefined;
|
|
525
|
+
priceDatasourceId?: string | undefined;
|
|
514
526
|
}>, {
|
|
515
527
|
icon: string | undefined;
|
|
528
|
+
priceDatasourceId: string | undefined;
|
|
516
529
|
symbol: string;
|
|
517
530
|
type: "CryptoCurrency";
|
|
518
531
|
id: string;
|
|
@@ -539,10 +552,12 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
539
552
|
};
|
|
540
553
|
updatedAt: number;
|
|
541
554
|
icon?: string | undefined;
|
|
555
|
+
priceDatasourceId?: string | undefined;
|
|
542
556
|
}>;
|
|
543
557
|
}, "strip", z.ZodTypeAny, {
|
|
544
558
|
asset: {
|
|
545
559
|
icon: string | undefined;
|
|
560
|
+
priceDatasourceId: string | undefined;
|
|
546
561
|
symbol: string;
|
|
547
562
|
type: "CryptoCurrency";
|
|
548
563
|
id: string;
|
|
@@ -587,6 +602,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
587
602
|
};
|
|
588
603
|
updatedAt: number;
|
|
589
604
|
icon?: string | undefined;
|
|
605
|
+
priceDatasourceId?: string | undefined;
|
|
590
606
|
};
|
|
591
607
|
amount: {
|
|
592
608
|
value: bigint;
|
|
@@ -618,6 +634,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
618
634
|
} | undefined;
|
|
619
635
|
asset: {
|
|
620
636
|
icon: string | undefined;
|
|
637
|
+
priceDatasourceId: string | undefined;
|
|
621
638
|
symbol: string;
|
|
622
639
|
type: "CryptoCurrency";
|
|
623
640
|
id: string;
|
|
@@ -651,6 +668,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
651
668
|
};
|
|
652
669
|
updatedAt: number;
|
|
653
670
|
icon?: string | undefined;
|
|
671
|
+
priceDatasourceId?: string | undefined;
|
|
654
672
|
};
|
|
655
673
|
amount: {
|
|
656
674
|
value: bigint;
|
|
@@ -693,6 +711,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
693
711
|
metadata: string | undefined;
|
|
694
712
|
type: "Nft";
|
|
695
713
|
id: string;
|
|
714
|
+
updatedAt: number;
|
|
696
715
|
};
|
|
697
716
|
amount: {
|
|
698
717
|
value: bigint;
|
|
@@ -713,6 +732,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
713
732
|
} | undefined;
|
|
714
733
|
asset: {
|
|
715
734
|
icon: string | undefined;
|
|
735
|
+
priceDatasourceId: string | undefined;
|
|
716
736
|
symbol: string;
|
|
717
737
|
type: "CryptoCurrency";
|
|
718
738
|
id: string;
|
|
@@ -774,6 +794,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
774
794
|
asset: {
|
|
775
795
|
type: "Nft";
|
|
776
796
|
id: string;
|
|
797
|
+
updatedAt: number;
|
|
777
798
|
name?: string | undefined;
|
|
778
799
|
symbol?: string | undefined;
|
|
779
800
|
image?: string | undefined;
|
|
@@ -810,6 +831,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
810
831
|
};
|
|
811
832
|
updatedAt: number;
|
|
812
833
|
icon?: string | undefined;
|
|
834
|
+
priceDatasourceId?: string | undefined;
|
|
813
835
|
};
|
|
814
836
|
amount: {
|
|
815
837
|
value: bigint;
|
|
@@ -894,6 +916,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
894
916
|
metadata: string | undefined;
|
|
895
917
|
type: "Nft";
|
|
896
918
|
id: string;
|
|
919
|
+
updatedAt: number;
|
|
897
920
|
};
|
|
898
921
|
amount: {
|
|
899
922
|
value: bigint;
|
|
@@ -914,6 +937,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
914
937
|
} | undefined;
|
|
915
938
|
asset: {
|
|
916
939
|
icon: string | undefined;
|
|
940
|
+
priceDatasourceId: string | undefined;
|
|
917
941
|
symbol: string;
|
|
918
942
|
type: "CryptoCurrency";
|
|
919
943
|
id: string;
|
|
@@ -966,6 +990,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
966
990
|
asset: {
|
|
967
991
|
type: "Nft";
|
|
968
992
|
id: string;
|
|
993
|
+
updatedAt: number;
|
|
969
994
|
name?: string | undefined;
|
|
970
995
|
symbol?: string | undefined;
|
|
971
996
|
image?: string | undefined;
|
|
@@ -1002,6 +1027,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1002
1027
|
};
|
|
1003
1028
|
updatedAt: number;
|
|
1004
1029
|
icon?: string | undefined;
|
|
1030
|
+
priceDatasourceId?: string | undefined;
|
|
1005
1031
|
};
|
|
1006
1032
|
amount: {
|
|
1007
1033
|
value: bigint;
|
|
@@ -1150,9 +1176,11 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1150
1176
|
symbol: z.ZodOptional<z.ZodString>;
|
|
1151
1177
|
image: z.ZodOptional<z.ZodString>;
|
|
1152
1178
|
metadata: z.ZodOptional<z.ZodString>;
|
|
1179
|
+
updatedAt: z.ZodNumber;
|
|
1153
1180
|
}, "strip", z.ZodTypeAny, {
|
|
1154
1181
|
type: "Nft";
|
|
1155
1182
|
id: string;
|
|
1183
|
+
updatedAt: number;
|
|
1156
1184
|
name?: string | undefined;
|
|
1157
1185
|
symbol?: string | undefined;
|
|
1158
1186
|
image?: string | undefined;
|
|
@@ -1160,6 +1188,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1160
1188
|
}, {
|
|
1161
1189
|
type: "Nft";
|
|
1162
1190
|
id: string;
|
|
1191
|
+
updatedAt: number;
|
|
1163
1192
|
name?: string | undefined;
|
|
1164
1193
|
symbol?: string | undefined;
|
|
1165
1194
|
image?: string | undefined;
|
|
@@ -1171,9 +1200,11 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1171
1200
|
metadata: string | undefined;
|
|
1172
1201
|
type: "Nft";
|
|
1173
1202
|
id: string;
|
|
1203
|
+
updatedAt: number;
|
|
1174
1204
|
}, {
|
|
1175
1205
|
type: "Nft";
|
|
1176
1206
|
id: string;
|
|
1207
|
+
updatedAt: number;
|
|
1177
1208
|
name?: string | undefined;
|
|
1178
1209
|
symbol?: string | undefined;
|
|
1179
1210
|
image?: string | undefined;
|
|
@@ -1187,6 +1218,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1187
1218
|
metadata: string | undefined;
|
|
1188
1219
|
type: "Nft";
|
|
1189
1220
|
id: string;
|
|
1221
|
+
updatedAt: number;
|
|
1190
1222
|
};
|
|
1191
1223
|
amount: {
|
|
1192
1224
|
value: bigint;
|
|
@@ -1208,6 +1240,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1208
1240
|
asset: {
|
|
1209
1241
|
type: "Nft";
|
|
1210
1242
|
id: string;
|
|
1243
|
+
updatedAt: number;
|
|
1211
1244
|
name?: string | undefined;
|
|
1212
1245
|
symbol?: string | undefined;
|
|
1213
1246
|
image?: string | undefined;
|
|
@@ -1248,6 +1281,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1248
1281
|
metadata: string | undefined;
|
|
1249
1282
|
type: "Nft";
|
|
1250
1283
|
id: string;
|
|
1284
|
+
updatedAt: number;
|
|
1251
1285
|
};
|
|
1252
1286
|
amount: {
|
|
1253
1287
|
value: bigint;
|
|
@@ -1258,6 +1292,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1258
1292
|
asset: {
|
|
1259
1293
|
type: "Nft";
|
|
1260
1294
|
id: string;
|
|
1295
|
+
updatedAt: number;
|
|
1261
1296
|
name?: string | undefined;
|
|
1262
1297
|
symbol?: string | undefined;
|
|
1263
1298
|
image?: string | undefined;
|
|
@@ -1539,6 +1574,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1539
1574
|
decimals: number;
|
|
1540
1575
|
} | undefined;
|
|
1541
1576
|
}>;
|
|
1577
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1542
1578
|
updatedAt: z.ZodNumber;
|
|
1543
1579
|
}, "strip", z.ZodTypeAny, {
|
|
1544
1580
|
symbol: string;
|
|
@@ -1554,6 +1590,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1554
1590
|
};
|
|
1555
1591
|
updatedAt: number;
|
|
1556
1592
|
icon?: string | undefined;
|
|
1593
|
+
priceDatasourceId?: string | undefined;
|
|
1557
1594
|
}, {
|
|
1558
1595
|
symbol: string;
|
|
1559
1596
|
type: "CryptoCurrency";
|
|
@@ -1568,8 +1605,10 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1568
1605
|
};
|
|
1569
1606
|
updatedAt: number;
|
|
1570
1607
|
icon?: string | undefined;
|
|
1608
|
+
priceDatasourceId?: string | undefined;
|
|
1571
1609
|
}>, {
|
|
1572
1610
|
icon: string | undefined;
|
|
1611
|
+
priceDatasourceId: string | undefined;
|
|
1573
1612
|
symbol: string;
|
|
1574
1613
|
type: "CryptoCurrency";
|
|
1575
1614
|
id: string;
|
|
@@ -1596,10 +1635,12 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1596
1635
|
};
|
|
1597
1636
|
updatedAt: number;
|
|
1598
1637
|
icon?: string | undefined;
|
|
1638
|
+
priceDatasourceId?: string | undefined;
|
|
1599
1639
|
}>;
|
|
1600
1640
|
}, "strip", z.ZodTypeAny, {
|
|
1601
1641
|
asset: {
|
|
1602
1642
|
icon: string | undefined;
|
|
1643
|
+
priceDatasourceId: string | undefined;
|
|
1603
1644
|
symbol: string;
|
|
1604
1645
|
type: "CryptoCurrency";
|
|
1605
1646
|
id: string;
|
|
@@ -1644,6 +1685,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1644
1685
|
};
|
|
1645
1686
|
updatedAt: number;
|
|
1646
1687
|
icon?: string | undefined;
|
|
1688
|
+
priceDatasourceId?: string | undefined;
|
|
1647
1689
|
};
|
|
1648
1690
|
amount: {
|
|
1649
1691
|
value: bigint;
|
|
@@ -1675,6 +1717,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1675
1717
|
} | undefined;
|
|
1676
1718
|
asset: {
|
|
1677
1719
|
icon: string | undefined;
|
|
1720
|
+
priceDatasourceId: string | undefined;
|
|
1678
1721
|
symbol: string;
|
|
1679
1722
|
type: "CryptoCurrency";
|
|
1680
1723
|
id: string;
|
|
@@ -1708,6 +1751,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1708
1751
|
};
|
|
1709
1752
|
updatedAt: number;
|
|
1710
1753
|
icon?: string | undefined;
|
|
1754
|
+
priceDatasourceId?: string | undefined;
|
|
1711
1755
|
};
|
|
1712
1756
|
amount: {
|
|
1713
1757
|
value: bigint;
|
|
@@ -1752,6 +1796,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1752
1796
|
metadata: string | undefined;
|
|
1753
1797
|
type: "Nft";
|
|
1754
1798
|
id: string;
|
|
1799
|
+
updatedAt: number;
|
|
1755
1800
|
};
|
|
1756
1801
|
amount: {
|
|
1757
1802
|
value: bigint;
|
|
@@ -1772,6 +1817,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1772
1817
|
} | undefined;
|
|
1773
1818
|
asset: {
|
|
1774
1819
|
icon: string | undefined;
|
|
1820
|
+
priceDatasourceId: string | undefined;
|
|
1775
1821
|
symbol: string;
|
|
1776
1822
|
type: "CryptoCurrency";
|
|
1777
1823
|
id: string;
|
|
@@ -1835,6 +1881,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1835
1881
|
asset: {
|
|
1836
1882
|
type: "Nft";
|
|
1837
1883
|
id: string;
|
|
1884
|
+
updatedAt: number;
|
|
1838
1885
|
name?: string | undefined;
|
|
1839
1886
|
symbol?: string | undefined;
|
|
1840
1887
|
image?: string | undefined;
|
|
@@ -1871,6 +1918,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1871
1918
|
};
|
|
1872
1919
|
updatedAt: number;
|
|
1873
1920
|
icon?: string | undefined;
|
|
1921
|
+
priceDatasourceId?: string | undefined;
|
|
1874
1922
|
};
|
|
1875
1923
|
amount: {
|
|
1876
1924
|
value: bigint;
|
|
@@ -1957,6 +2005,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1957
2005
|
metadata: string | undefined;
|
|
1958
2006
|
type: "Nft";
|
|
1959
2007
|
id: string;
|
|
2008
|
+
updatedAt: number;
|
|
1960
2009
|
};
|
|
1961
2010
|
amount: {
|
|
1962
2011
|
value: bigint;
|
|
@@ -1977,6 +2026,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1977
2026
|
} | undefined;
|
|
1978
2027
|
asset: {
|
|
1979
2028
|
icon: string | undefined;
|
|
2029
|
+
priceDatasourceId: string | undefined;
|
|
1980
2030
|
symbol: string;
|
|
1981
2031
|
type: "CryptoCurrency";
|
|
1982
2032
|
id: string;
|
|
@@ -2031,6 +2081,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2031
2081
|
asset: {
|
|
2032
2082
|
type: "Nft";
|
|
2033
2083
|
id: string;
|
|
2084
|
+
updatedAt: number;
|
|
2034
2085
|
name?: string | undefined;
|
|
2035
2086
|
symbol?: string | undefined;
|
|
2036
2087
|
image?: string | undefined;
|
|
@@ -2067,6 +2118,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2067
2118
|
};
|
|
2068
2119
|
updatedAt: number;
|
|
2069
2120
|
icon?: string | undefined;
|
|
2121
|
+
priceDatasourceId?: string | undefined;
|
|
2070
2122
|
};
|
|
2071
2123
|
amount: {
|
|
2072
2124
|
value: bigint;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mintNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/mintNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"mintNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/mintNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAejC,CAAA;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAelC,CAAA"}
|
|
@@ -301,6 +301,7 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
301
301
|
decimals: number;
|
|
302
302
|
} | undefined;
|
|
303
303
|
}>;
|
|
304
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
304
305
|
updatedAt: z.ZodNumber;
|
|
305
306
|
}, "strip", z.ZodTypeAny, {
|
|
306
307
|
symbol: string;
|
|
@@ -316,6 +317,7 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
316
317
|
};
|
|
317
318
|
updatedAt: number;
|
|
318
319
|
icon?: string | undefined;
|
|
320
|
+
priceDatasourceId?: string | undefined;
|
|
319
321
|
}, {
|
|
320
322
|
symbol: string;
|
|
321
323
|
type: "CryptoCurrency";
|
|
@@ -330,8 +332,10 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
330
332
|
};
|
|
331
333
|
updatedAt: number;
|
|
332
334
|
icon?: string | undefined;
|
|
335
|
+
priceDatasourceId?: string | undefined;
|
|
333
336
|
}>, {
|
|
334
337
|
icon: string | undefined;
|
|
338
|
+
priceDatasourceId: string | undefined;
|
|
335
339
|
symbol: string;
|
|
336
340
|
type: "CryptoCurrency";
|
|
337
341
|
id: string;
|
|
@@ -358,10 +362,12 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
358
362
|
};
|
|
359
363
|
updatedAt: number;
|
|
360
364
|
icon?: string | undefined;
|
|
365
|
+
priceDatasourceId?: string | undefined;
|
|
361
366
|
}>;
|
|
362
367
|
}, "strip", z.ZodTypeAny, {
|
|
363
368
|
asset: {
|
|
364
369
|
icon: string | undefined;
|
|
370
|
+
priceDatasourceId: string | undefined;
|
|
365
371
|
symbol: string;
|
|
366
372
|
type: "CryptoCurrency";
|
|
367
373
|
id: string;
|
|
@@ -406,6 +412,7 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
406
412
|
};
|
|
407
413
|
updatedAt: number;
|
|
408
414
|
icon?: string | undefined;
|
|
415
|
+
priceDatasourceId?: string | undefined;
|
|
409
416
|
};
|
|
410
417
|
amount: {
|
|
411
418
|
value: bigint;
|
|
@@ -437,6 +444,7 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
437
444
|
} | undefined;
|
|
438
445
|
asset: {
|
|
439
446
|
icon: string | undefined;
|
|
447
|
+
priceDatasourceId: string | undefined;
|
|
440
448
|
symbol: string;
|
|
441
449
|
type: "CryptoCurrency";
|
|
442
450
|
id: string;
|
|
@@ -470,6 +478,7 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
470
478
|
};
|
|
471
479
|
updatedAt: number;
|
|
472
480
|
icon?: string | undefined;
|
|
481
|
+
priceDatasourceId?: string | undefined;
|
|
473
482
|
};
|
|
474
483
|
amount: {
|
|
475
484
|
value: bigint;
|
|
@@ -531,6 +540,7 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
531
540
|
} | undefined;
|
|
532
541
|
asset: {
|
|
533
542
|
icon: string | undefined;
|
|
543
|
+
priceDatasourceId: string | undefined;
|
|
534
544
|
symbol: string;
|
|
535
545
|
type: "CryptoCurrency";
|
|
536
546
|
id: string;
|
|
@@ -603,6 +613,7 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
603
613
|
};
|
|
604
614
|
updatedAt: number;
|
|
605
615
|
icon?: string | undefined;
|
|
616
|
+
priceDatasourceId?: string | undefined;
|
|
606
617
|
};
|
|
607
618
|
amount: {
|
|
608
619
|
value: bigint;
|
|
@@ -682,6 +693,7 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
682
693
|
} | undefined;
|
|
683
694
|
asset: {
|
|
684
695
|
icon: string | undefined;
|
|
696
|
+
priceDatasourceId: string | undefined;
|
|
685
697
|
symbol: string;
|
|
686
698
|
type: "CryptoCurrency";
|
|
687
699
|
id: string;
|
|
@@ -745,6 +757,7 @@ export declare const normalActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
745
757
|
};
|
|
746
758
|
updatedAt: number;
|
|
747
759
|
icon?: string | undefined;
|
|
760
|
+
priceDatasourceId?: string | undefined;
|
|
748
761
|
};
|
|
749
762
|
amount: {
|
|
750
763
|
value: bigint;
|
|
@@ -1077,6 +1090,7 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1077
1090
|
decimals: number;
|
|
1078
1091
|
} | undefined;
|
|
1079
1092
|
}>;
|
|
1093
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1080
1094
|
updatedAt: z.ZodNumber;
|
|
1081
1095
|
}, "strip", z.ZodTypeAny, {
|
|
1082
1096
|
symbol: string;
|
|
@@ -1092,6 +1106,7 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1092
1106
|
};
|
|
1093
1107
|
updatedAt: number;
|
|
1094
1108
|
icon?: string | undefined;
|
|
1109
|
+
priceDatasourceId?: string | undefined;
|
|
1095
1110
|
}, {
|
|
1096
1111
|
symbol: string;
|
|
1097
1112
|
type: "CryptoCurrency";
|
|
@@ -1106,8 +1121,10 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1106
1121
|
};
|
|
1107
1122
|
updatedAt: number;
|
|
1108
1123
|
icon?: string | undefined;
|
|
1124
|
+
priceDatasourceId?: string | undefined;
|
|
1109
1125
|
}>, {
|
|
1110
1126
|
icon: string | undefined;
|
|
1127
|
+
priceDatasourceId: string | undefined;
|
|
1111
1128
|
symbol: string;
|
|
1112
1129
|
type: "CryptoCurrency";
|
|
1113
1130
|
id: string;
|
|
@@ -1134,10 +1151,12 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1134
1151
|
};
|
|
1135
1152
|
updatedAt: number;
|
|
1136
1153
|
icon?: string | undefined;
|
|
1154
|
+
priceDatasourceId?: string | undefined;
|
|
1137
1155
|
}>;
|
|
1138
1156
|
}, "strip", z.ZodTypeAny, {
|
|
1139
1157
|
asset: {
|
|
1140
1158
|
icon: string | undefined;
|
|
1159
|
+
priceDatasourceId: string | undefined;
|
|
1141
1160
|
symbol: string;
|
|
1142
1161
|
type: "CryptoCurrency";
|
|
1143
1162
|
id: string;
|
|
@@ -1182,6 +1201,7 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1182
1201
|
};
|
|
1183
1202
|
updatedAt: number;
|
|
1184
1203
|
icon?: string | undefined;
|
|
1204
|
+
priceDatasourceId?: string | undefined;
|
|
1185
1205
|
};
|
|
1186
1206
|
amount: {
|
|
1187
1207
|
value: bigint;
|
|
@@ -1213,6 +1233,7 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1213
1233
|
} | undefined;
|
|
1214
1234
|
asset: {
|
|
1215
1235
|
icon: string | undefined;
|
|
1236
|
+
priceDatasourceId: string | undefined;
|
|
1216
1237
|
symbol: string;
|
|
1217
1238
|
type: "CryptoCurrency";
|
|
1218
1239
|
id: string;
|
|
@@ -1246,6 +1267,7 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1246
1267
|
};
|
|
1247
1268
|
updatedAt: number;
|
|
1248
1269
|
icon?: string | undefined;
|
|
1270
|
+
priceDatasourceId?: string | undefined;
|
|
1249
1271
|
};
|
|
1250
1272
|
amount: {
|
|
1251
1273
|
value: bigint;
|
|
@@ -1309,6 +1331,7 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1309
1331
|
} | undefined;
|
|
1310
1332
|
asset: {
|
|
1311
1333
|
icon: string | undefined;
|
|
1334
|
+
priceDatasourceId: string | undefined;
|
|
1312
1335
|
symbol: string;
|
|
1313
1336
|
type: "CryptoCurrency";
|
|
1314
1337
|
id: string;
|
|
@@ -1383,6 +1406,7 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1383
1406
|
};
|
|
1384
1407
|
updatedAt: number;
|
|
1385
1408
|
icon?: string | undefined;
|
|
1409
|
+
priceDatasourceId?: string | undefined;
|
|
1386
1410
|
};
|
|
1387
1411
|
amount: {
|
|
1388
1412
|
value: bigint;
|
|
@@ -1464,6 +1488,7 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1464
1488
|
} | undefined;
|
|
1465
1489
|
asset: {
|
|
1466
1490
|
icon: string | undefined;
|
|
1491
|
+
priceDatasourceId: string | undefined;
|
|
1467
1492
|
symbol: string;
|
|
1468
1493
|
type: "CryptoCurrency";
|
|
1469
1494
|
id: string;
|
|
@@ -1529,6 +1554,7 @@ export declare const accountActionSellCryptoSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1529
1554
|
};
|
|
1530
1555
|
updatedAt: number;
|
|
1531
1556
|
icon?: string | undefined;
|
|
1557
|
+
priceDatasourceId?: string | undefined;
|
|
1532
1558
|
};
|
|
1533
1559
|
amount: {
|
|
1534
1560
|
value: bigint;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sellCrypto.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/sellCrypto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"sellCrypto.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/sellCrypto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWpC,CAAA;AAEL,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWrC,CAAA"}
|