@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
|
@@ -491,6 +491,7 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
491
491
|
decimals: number;
|
|
492
492
|
} | undefined;
|
|
493
493
|
}>;
|
|
494
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
494
495
|
updatedAt: z.ZodNumber;
|
|
495
496
|
}, "strip", z.ZodTypeAny, {
|
|
496
497
|
symbol: string;
|
|
@@ -506,6 +507,7 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
506
507
|
};
|
|
507
508
|
updatedAt: number;
|
|
508
509
|
icon?: string | undefined;
|
|
510
|
+
priceDatasourceId?: string | undefined;
|
|
509
511
|
}, {
|
|
510
512
|
symbol: string;
|
|
511
513
|
type: "CryptoCurrency";
|
|
@@ -520,8 +522,10 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
520
522
|
};
|
|
521
523
|
updatedAt: number;
|
|
522
524
|
icon?: string | undefined;
|
|
525
|
+
priceDatasourceId?: string | undefined;
|
|
523
526
|
}>, {
|
|
524
527
|
icon: string | undefined;
|
|
528
|
+
priceDatasourceId: string | undefined;
|
|
525
529
|
symbol: string;
|
|
526
530
|
type: "CryptoCurrency";
|
|
527
531
|
id: string;
|
|
@@ -548,10 +552,12 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
548
552
|
};
|
|
549
553
|
updatedAt: number;
|
|
550
554
|
icon?: string | undefined;
|
|
555
|
+
priceDatasourceId?: string | undefined;
|
|
551
556
|
}>;
|
|
552
557
|
}, "strip", z.ZodTypeAny, {
|
|
553
558
|
asset: {
|
|
554
559
|
icon: string | undefined;
|
|
560
|
+
priceDatasourceId: string | undefined;
|
|
555
561
|
symbol: string;
|
|
556
562
|
type: "CryptoCurrency";
|
|
557
563
|
id: string;
|
|
@@ -596,6 +602,7 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
596
602
|
};
|
|
597
603
|
updatedAt: number;
|
|
598
604
|
icon?: string | undefined;
|
|
605
|
+
priceDatasourceId?: string | undefined;
|
|
599
606
|
};
|
|
600
607
|
amount: {
|
|
601
608
|
value: bigint;
|
|
@@ -627,6 +634,7 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
627
634
|
} | undefined;
|
|
628
635
|
asset: {
|
|
629
636
|
icon: string | undefined;
|
|
637
|
+
priceDatasourceId: string | undefined;
|
|
630
638
|
symbol: string;
|
|
631
639
|
type: "CryptoCurrency";
|
|
632
640
|
id: string;
|
|
@@ -660,6 +668,7 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
660
668
|
};
|
|
661
669
|
updatedAt: number;
|
|
662
670
|
icon?: string | undefined;
|
|
671
|
+
priceDatasourceId?: string | undefined;
|
|
663
672
|
};
|
|
664
673
|
amount: {
|
|
665
674
|
value: bigint;
|
|
@@ -723,6 +732,7 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
723
732
|
} | undefined;
|
|
724
733
|
asset: {
|
|
725
734
|
icon: string | undefined;
|
|
735
|
+
priceDatasourceId: string | undefined;
|
|
726
736
|
symbol: string;
|
|
727
737
|
type: "CryptoCurrency";
|
|
728
738
|
id: string;
|
|
@@ -821,6 +831,7 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
821
831
|
};
|
|
822
832
|
updatedAt: number;
|
|
823
833
|
icon?: string | undefined;
|
|
834
|
+
priceDatasourceId?: string | undefined;
|
|
824
835
|
};
|
|
825
836
|
amount: {
|
|
826
837
|
value: bigint;
|
|
@@ -926,6 +937,7 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
926
937
|
} | undefined;
|
|
927
938
|
asset: {
|
|
928
939
|
icon: string | undefined;
|
|
940
|
+
priceDatasourceId: string | undefined;
|
|
929
941
|
symbol: string;
|
|
930
942
|
type: "CryptoCurrency";
|
|
931
943
|
id: string;
|
|
@@ -1015,6 +1027,7 @@ export declare const normalActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1015
1027
|
};
|
|
1016
1028
|
updatedAt: number;
|
|
1017
1029
|
icon?: string | undefined;
|
|
1030
|
+
priceDatasourceId?: string | undefined;
|
|
1018
1031
|
};
|
|
1019
1032
|
amount: {
|
|
1020
1033
|
value: bigint;
|
|
@@ -1561,6 +1574,7 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1561
1574
|
decimals: number;
|
|
1562
1575
|
} | undefined;
|
|
1563
1576
|
}>;
|
|
1577
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1564
1578
|
updatedAt: z.ZodNumber;
|
|
1565
1579
|
}, "strip", z.ZodTypeAny, {
|
|
1566
1580
|
symbol: string;
|
|
@@ -1576,6 +1590,7 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1576
1590
|
};
|
|
1577
1591
|
updatedAt: number;
|
|
1578
1592
|
icon?: string | undefined;
|
|
1593
|
+
priceDatasourceId?: string | undefined;
|
|
1579
1594
|
}, {
|
|
1580
1595
|
symbol: string;
|
|
1581
1596
|
type: "CryptoCurrency";
|
|
@@ -1590,8 +1605,10 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1590
1605
|
};
|
|
1591
1606
|
updatedAt: number;
|
|
1592
1607
|
icon?: string | undefined;
|
|
1608
|
+
priceDatasourceId?: string | undefined;
|
|
1593
1609
|
}>, {
|
|
1594
1610
|
icon: string | undefined;
|
|
1611
|
+
priceDatasourceId: string | undefined;
|
|
1595
1612
|
symbol: string;
|
|
1596
1613
|
type: "CryptoCurrency";
|
|
1597
1614
|
id: string;
|
|
@@ -1618,10 +1635,12 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1618
1635
|
};
|
|
1619
1636
|
updatedAt: number;
|
|
1620
1637
|
icon?: string | undefined;
|
|
1638
|
+
priceDatasourceId?: string | undefined;
|
|
1621
1639
|
}>;
|
|
1622
1640
|
}, "strip", z.ZodTypeAny, {
|
|
1623
1641
|
asset: {
|
|
1624
1642
|
icon: string | undefined;
|
|
1643
|
+
priceDatasourceId: string | undefined;
|
|
1625
1644
|
symbol: string;
|
|
1626
1645
|
type: "CryptoCurrency";
|
|
1627
1646
|
id: string;
|
|
@@ -1666,6 +1685,7 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1666
1685
|
};
|
|
1667
1686
|
updatedAt: number;
|
|
1668
1687
|
icon?: string | undefined;
|
|
1688
|
+
priceDatasourceId?: string | undefined;
|
|
1669
1689
|
};
|
|
1670
1690
|
amount: {
|
|
1671
1691
|
value: bigint;
|
|
@@ -1697,6 +1717,7 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1697
1717
|
} | undefined;
|
|
1698
1718
|
asset: {
|
|
1699
1719
|
icon: string | undefined;
|
|
1720
|
+
priceDatasourceId: string | undefined;
|
|
1700
1721
|
symbol: string;
|
|
1701
1722
|
type: "CryptoCurrency";
|
|
1702
1723
|
id: string;
|
|
@@ -1730,6 +1751,7 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1730
1751
|
};
|
|
1731
1752
|
updatedAt: number;
|
|
1732
1753
|
icon?: string | undefined;
|
|
1754
|
+
priceDatasourceId?: string | undefined;
|
|
1733
1755
|
};
|
|
1734
1756
|
amount: {
|
|
1735
1757
|
value: bigint;
|
|
@@ -1795,6 +1817,7 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1795
1817
|
} | undefined;
|
|
1796
1818
|
asset: {
|
|
1797
1819
|
icon: string | undefined;
|
|
1820
|
+
priceDatasourceId: string | undefined;
|
|
1798
1821
|
symbol: string;
|
|
1799
1822
|
type: "CryptoCurrency";
|
|
1800
1823
|
id: string;
|
|
@@ -1895,6 +1918,7 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1895
1918
|
};
|
|
1896
1919
|
updatedAt: number;
|
|
1897
1920
|
icon?: string | undefined;
|
|
1921
|
+
priceDatasourceId?: string | undefined;
|
|
1898
1922
|
};
|
|
1899
1923
|
amount: {
|
|
1900
1924
|
value: bigint;
|
|
@@ -2002,6 +2026,7 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2002
2026
|
} | undefined;
|
|
2003
2027
|
asset: {
|
|
2004
2028
|
icon: string | undefined;
|
|
2029
|
+
priceDatasourceId: string | undefined;
|
|
2005
2030
|
symbol: string;
|
|
2006
2031
|
type: "CryptoCurrency";
|
|
2007
2032
|
id: string;
|
|
@@ -2093,6 +2118,7 @@ export declare const accountActionBuyNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2093
2118
|
};
|
|
2094
2119
|
updatedAt: number;
|
|
2095
2120
|
icon?: string | undefined;
|
|
2121
|
+
priceDatasourceId?: string | undefined;
|
|
2096
2122
|
};
|
|
2097
2123
|
amount: {
|
|
2098
2124
|
value: bigint;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buyNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/buyNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"buyNft.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/trade/buyNft.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AASvB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAehC,CAAA;AAEL,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAejC,CAAA"}
|
|
@@ -491,6 +491,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
491
491
|
decimals: number;
|
|
492
492
|
} | undefined;
|
|
493
493
|
}>;
|
|
494
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
494
495
|
updatedAt: z.ZodNumber;
|
|
495
496
|
}, "strip", z.ZodTypeAny, {
|
|
496
497
|
symbol: string;
|
|
@@ -506,6 +507,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
506
507
|
};
|
|
507
508
|
updatedAt: number;
|
|
508
509
|
icon?: string | undefined;
|
|
510
|
+
priceDatasourceId?: string | undefined;
|
|
509
511
|
}, {
|
|
510
512
|
symbol: string;
|
|
511
513
|
type: "CryptoCurrency";
|
|
@@ -520,8 +522,10 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
520
522
|
};
|
|
521
523
|
updatedAt: number;
|
|
522
524
|
icon?: string | undefined;
|
|
525
|
+
priceDatasourceId?: string | undefined;
|
|
523
526
|
}>, {
|
|
524
527
|
icon: string | undefined;
|
|
528
|
+
priceDatasourceId: string | undefined;
|
|
525
529
|
symbol: string;
|
|
526
530
|
type: "CryptoCurrency";
|
|
527
531
|
id: string;
|
|
@@ -548,10 +552,12 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
548
552
|
};
|
|
549
553
|
updatedAt: number;
|
|
550
554
|
icon?: string | undefined;
|
|
555
|
+
priceDatasourceId?: string | undefined;
|
|
551
556
|
}>;
|
|
552
557
|
}, "strip", z.ZodTypeAny, {
|
|
553
558
|
asset: {
|
|
554
559
|
icon: string | undefined;
|
|
560
|
+
priceDatasourceId: string | undefined;
|
|
555
561
|
symbol: string;
|
|
556
562
|
type: "CryptoCurrency";
|
|
557
563
|
id: string;
|
|
@@ -596,6 +602,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
596
602
|
};
|
|
597
603
|
updatedAt: number;
|
|
598
604
|
icon?: string | undefined;
|
|
605
|
+
priceDatasourceId?: string | undefined;
|
|
599
606
|
};
|
|
600
607
|
amount: {
|
|
601
608
|
value: bigint;
|
|
@@ -627,6 +634,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
627
634
|
} | undefined;
|
|
628
635
|
asset: {
|
|
629
636
|
icon: string | undefined;
|
|
637
|
+
priceDatasourceId: string | undefined;
|
|
630
638
|
symbol: string;
|
|
631
639
|
type: "CryptoCurrency";
|
|
632
640
|
id: string;
|
|
@@ -660,6 +668,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
660
668
|
};
|
|
661
669
|
updatedAt: number;
|
|
662
670
|
icon?: string | undefined;
|
|
671
|
+
priceDatasourceId?: string | undefined;
|
|
663
672
|
};
|
|
664
673
|
amount: {
|
|
665
674
|
value: bigint;
|
|
@@ -723,6 +732,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
723
732
|
} | undefined;
|
|
724
733
|
asset: {
|
|
725
734
|
icon: string | undefined;
|
|
735
|
+
priceDatasourceId: string | undefined;
|
|
726
736
|
symbol: string;
|
|
727
737
|
type: "CryptoCurrency";
|
|
728
738
|
id: string;
|
|
@@ -821,6 +831,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
821
831
|
};
|
|
822
832
|
updatedAt: number;
|
|
823
833
|
icon?: string | undefined;
|
|
834
|
+
priceDatasourceId?: string | undefined;
|
|
824
835
|
};
|
|
825
836
|
amount: {
|
|
826
837
|
value: bigint;
|
|
@@ -926,6 +937,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
926
937
|
} | undefined;
|
|
927
938
|
asset: {
|
|
928
939
|
icon: string | undefined;
|
|
940
|
+
priceDatasourceId: string | undefined;
|
|
929
941
|
symbol: string;
|
|
930
942
|
type: "CryptoCurrency";
|
|
931
943
|
id: string;
|
|
@@ -1015,6 +1027,7 @@ export declare const normalActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1015
1027
|
};
|
|
1016
1028
|
updatedAt: number;
|
|
1017
1029
|
icon?: string | undefined;
|
|
1030
|
+
priceDatasourceId?: string | undefined;
|
|
1018
1031
|
};
|
|
1019
1032
|
amount: {
|
|
1020
1033
|
value: bigint;
|
|
@@ -1561,6 +1574,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1561
1574
|
decimals: number;
|
|
1562
1575
|
} | undefined;
|
|
1563
1576
|
}>;
|
|
1577
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1564
1578
|
updatedAt: z.ZodNumber;
|
|
1565
1579
|
}, "strip", z.ZodTypeAny, {
|
|
1566
1580
|
symbol: string;
|
|
@@ -1576,6 +1590,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1576
1590
|
};
|
|
1577
1591
|
updatedAt: number;
|
|
1578
1592
|
icon?: string | undefined;
|
|
1593
|
+
priceDatasourceId?: string | undefined;
|
|
1579
1594
|
}, {
|
|
1580
1595
|
symbol: string;
|
|
1581
1596
|
type: "CryptoCurrency";
|
|
@@ -1590,8 +1605,10 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1590
1605
|
};
|
|
1591
1606
|
updatedAt: number;
|
|
1592
1607
|
icon?: string | undefined;
|
|
1608
|
+
priceDatasourceId?: string | undefined;
|
|
1593
1609
|
}>, {
|
|
1594
1610
|
icon: string | undefined;
|
|
1611
|
+
priceDatasourceId: string | undefined;
|
|
1595
1612
|
symbol: string;
|
|
1596
1613
|
type: "CryptoCurrency";
|
|
1597
1614
|
id: string;
|
|
@@ -1618,10 +1635,12 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1618
1635
|
};
|
|
1619
1636
|
updatedAt: number;
|
|
1620
1637
|
icon?: string | undefined;
|
|
1638
|
+
priceDatasourceId?: string | undefined;
|
|
1621
1639
|
}>;
|
|
1622
1640
|
}, "strip", z.ZodTypeAny, {
|
|
1623
1641
|
asset: {
|
|
1624
1642
|
icon: string | undefined;
|
|
1643
|
+
priceDatasourceId: string | undefined;
|
|
1625
1644
|
symbol: string;
|
|
1626
1645
|
type: "CryptoCurrency";
|
|
1627
1646
|
id: string;
|
|
@@ -1666,6 +1685,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1666
1685
|
};
|
|
1667
1686
|
updatedAt: number;
|
|
1668
1687
|
icon?: string | undefined;
|
|
1688
|
+
priceDatasourceId?: string | undefined;
|
|
1669
1689
|
};
|
|
1670
1690
|
amount: {
|
|
1671
1691
|
value: bigint;
|
|
@@ -1697,6 +1717,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1697
1717
|
} | undefined;
|
|
1698
1718
|
asset: {
|
|
1699
1719
|
icon: string | undefined;
|
|
1720
|
+
priceDatasourceId: string | undefined;
|
|
1700
1721
|
symbol: string;
|
|
1701
1722
|
type: "CryptoCurrency";
|
|
1702
1723
|
id: string;
|
|
@@ -1730,6 +1751,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1730
1751
|
};
|
|
1731
1752
|
updatedAt: number;
|
|
1732
1753
|
icon?: string | undefined;
|
|
1754
|
+
priceDatasourceId?: string | undefined;
|
|
1733
1755
|
};
|
|
1734
1756
|
amount: {
|
|
1735
1757
|
value: bigint;
|
|
@@ -1795,6 +1817,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1795
1817
|
} | undefined;
|
|
1796
1818
|
asset: {
|
|
1797
1819
|
icon: string | undefined;
|
|
1820
|
+
priceDatasourceId: string | undefined;
|
|
1798
1821
|
symbol: string;
|
|
1799
1822
|
type: "CryptoCurrency";
|
|
1800
1823
|
id: string;
|
|
@@ -1895,6 +1918,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1895
1918
|
};
|
|
1896
1919
|
updatedAt: number;
|
|
1897
1920
|
icon?: string | undefined;
|
|
1921
|
+
priceDatasourceId?: string | undefined;
|
|
1898
1922
|
};
|
|
1899
1923
|
amount: {
|
|
1900
1924
|
value: bigint;
|
|
@@ -2002,6 +2026,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2002
2026
|
} | undefined;
|
|
2003
2027
|
asset: {
|
|
2004
2028
|
icon: string | undefined;
|
|
2029
|
+
priceDatasourceId: string | undefined;
|
|
2005
2030
|
symbol: string;
|
|
2006
2031
|
type: "CryptoCurrency";
|
|
2007
2032
|
id: string;
|
|
@@ -2093,6 +2118,7 @@ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2093
2118
|
};
|
|
2094
2119
|
updatedAt: number;
|
|
2095
2120
|
icon?: string | undefined;
|
|
2121
|
+
priceDatasourceId?: string | undefined;
|
|
2096
2122
|
};
|
|
2097
2123
|
amount: {
|
|
2098
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"}
|