@vechain/vechain-kit 2.4.4 → 2.4.5
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/dist/assets/index.d.cts +1 -1
- package/dist/assets/index.d.mts +1 -1
- package/dist/{index-DSMUkHcK.d.cts → index--hSO7Xv4.d.mts} +1 -1
- package/dist/{index-DSMUkHcK.d.cts.map → index--hSO7Xv4.d.mts.map} +1 -1
- package/dist/{index-DQsJ0-2w.d.cts → index-8BC07wqK.d.mts} +72 -65
- package/dist/index-8BC07wqK.d.mts.map +1 -0
- package/dist/{index-lLN0Fy0E.d.mts → index-BI93V0nR.d.cts} +125 -118
- package/dist/{index-DQsJ0-2w.d.cts.map → index-BI93V0nR.d.cts.map} +1 -1
- package/dist/{index-BYfc-9J5.d.mts → index-CLLQDcuv.d.cts} +4 -4
- package/dist/{index-BYfc-9J5.d.mts.map → index-CLLQDcuv.d.cts.map} +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +8 -8
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.cts +3 -3
- package/dist/utils/index.d.mts +3 -3
- package/dist/utils/index.mjs +1 -1
- package/dist/utils-DeETrpws.cjs +2 -0
- package/dist/utils-DeETrpws.cjs.map +1 -0
- package/dist/{utils-DjpjrcqQ.mjs → utils-ctNraYqK.mjs} +2 -2
- package/dist/utils-ctNraYqK.mjs.map +1 -0
- package/package.json +1 -1
- package/dist/index-lLN0Fy0E.d.mts.map +0 -1
- package/dist/utils-DLxoAo_P.cjs +0 -2
- package/dist/utils-DLxoAo_P.cjs.map +0 -1
- package/dist/utils-DjpjrcqQ.mjs.map +0 -1
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import { ButtonProps, IconButtonProps, ImageProps, PropsOf, StackProps, ThemeTypings, VStack } from "@chakra-ui/react";
|
|
2
2
|
import * as react0 from "react";
|
|
3
3
|
import React$1, { ElementType, ReactElement, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
5
|
-
import
|
|
4
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
5
|
+
import * as _vechain_sdk_network0 from "@vechain/sdk-network";
|
|
6
|
+
import { CompressedBlockDetail, EventLogs, FilterEventLogsOptions, ThorClient, ThorClient as ThorClient$1, TransactionReceipt } from "@vechain/sdk-network";
|
|
7
|
+
import { LoginMethodOrderOption, OAuthProviderType, SignTypedDataParams, User, WalletListEntry, useMfaEnrollment, usePrivy, useSetWalletRecovery } from "@privy-io/react-auth";
|
|
6
8
|
import * as _vechain_sdk_core0 from "@vechain/sdk-core";
|
|
7
9
|
import { Address, Certificate, CertificateData, Clause, Revision, Transaction, TransactionClause } from "@vechain/sdk-core";
|
|
8
|
-
import {
|
|
9
|
-
import { WalletButton as DAppKitWalletButton, WalletConnectOptions, useThor
|
|
10
|
+
import { LogLevel, WalletSource } from "@vechain/dapp-kit";
|
|
11
|
+
import { WalletButton as DAppKitWalletButton, WalletConnectOptions, useThor, useWallet as useDAppKitWallet, useWalletModal as useDAppKitWalletModal } from "@vechain/dapp-kit-react";
|
|
12
|
+
import { CustomizedStyle, I18n, SourceInfo } from "@vechain/dapp-kit-ui";
|
|
13
|
+
import { IconType } from "react-icons";
|
|
10
14
|
import * as _tanstack_react_query8 from "@tanstack/react-query";
|
|
11
15
|
import { UseQueryOptions } from "@tanstack/react-query";
|
|
12
|
-
import { CustomTokenInfo } from "@vechain/contract-getters";
|
|
13
|
-
import { Abi, ContractEventName, ContractFunctionParameters, MulticallParameters, MulticallReturnType, decodeEventLog } from "viem";
|
|
14
16
|
import { z } from "zod";
|
|
17
|
+
import { CustomTokenInfo } from "@vechain/contract-getters";
|
|
15
18
|
import { Options } from "browser-image-compression";
|
|
16
|
-
import {
|
|
17
|
-
import * as _vechain_sdk_network0 from "@vechain/sdk-network";
|
|
18
|
-
import { CompressedBlockDetail, EventLogs, FilterEventLogsOptions, ThorClient, ThorClient as ThorClient$1, TransactionReceipt } from "@vechain/sdk-network";
|
|
19
|
-
import { LogLevel, WalletSource } from "@vechain/dapp-kit";
|
|
20
|
-
import { CustomizedStyle, I18n, SourceInfo } from "@vechain/dapp-kit-ui";
|
|
21
|
-
import { IconType } from "react-icons";
|
|
19
|
+
import { Account } from "viem/accounts";
|
|
22
20
|
import * as abitype0 from "abitype";
|
|
23
21
|
import { AbiParametersToPrimitiveTypes, ExtractAbiFunction, ExtractAbiFunctionNames } from "abitype";
|
|
22
|
+
import { Abi, ContractEventName, ContractFunctionParameters, MulticallParameters, MulticallReturnType, decodeEventLog } from "viem";
|
|
23
|
+
import { UseFormRegister } from "react-hook-form";
|
|
24
24
|
|
|
25
25
|
//#region src/config/network.d.ts
|
|
26
26
|
/**
|
|
@@ -53,7 +53,7 @@ declare const genesises: {
|
|
|
53
53
|
readonly main: CompressedBlockDetail;
|
|
54
54
|
readonly test: CompressedBlockDetail;
|
|
55
55
|
readonly solo: CompressedBlockDetail;
|
|
56
|
-
which(gid: string): "
|
|
56
|
+
which(gid: string): "main" | "test" | "solo" | undefined;
|
|
57
57
|
};
|
|
58
58
|
//#endregion
|
|
59
59
|
//#region src/types/types.d.ts
|
|
@@ -629,7 +629,7 @@ declare const VeChainKitContext: react0.Context<VeChainKitConfig | null>;
|
|
|
629
629
|
* ```
|
|
630
630
|
*/
|
|
631
631
|
declare const useVeChainKitConfig: () => VeChainKitConfig;
|
|
632
|
-
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) =>
|
|
632
|
+
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime1.JSX.Element;
|
|
633
633
|
//#endregion
|
|
634
634
|
//#region src/providers/PrivyWalletProvider.d.ts
|
|
635
635
|
interface PrivyWalletProviderContextType {
|
|
@@ -672,7 +672,7 @@ declare const PrivyWalletProvider: ({
|
|
|
672
672
|
delegatorUrl?: string;
|
|
673
673
|
delegateAllTransactions: boolean;
|
|
674
674
|
genericDelegator?: boolean;
|
|
675
|
-
}) =>
|
|
675
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
676
676
|
declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
|
|
677
677
|
//#endregion
|
|
678
678
|
//#region src/providers/VechainKitThemeProvider.d.ts
|
|
@@ -690,12 +690,12 @@ declare const ColorModeSync: ({
|
|
|
690
690
|
darkMode
|
|
691
691
|
}: {
|
|
692
692
|
darkMode: boolean;
|
|
693
|
-
}) =>
|
|
693
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
694
694
|
declare const VechainKitThemeProvider: ({
|
|
695
695
|
children,
|
|
696
696
|
darkMode,
|
|
697
697
|
theme: customTheme
|
|
698
|
-
}: Props$35) =>
|
|
698
|
+
}: Props$35) => react_jsx_runtime1.JSX.Element;
|
|
699
699
|
//#endregion
|
|
700
700
|
//#region src/providers/LegalDocumentsProvider.d.ts
|
|
701
701
|
type Props$34 = {
|
|
@@ -711,7 +711,7 @@ type LegalDocumentsContextType = {
|
|
|
711
711
|
declare const useLegalDocuments: () => LegalDocumentsContextType;
|
|
712
712
|
declare const LegalDocumentsProvider: ({
|
|
713
713
|
children
|
|
714
|
-
}: Props$34) =>
|
|
714
|
+
}: Props$34) => react_jsx_runtime1.JSX.Element;
|
|
715
715
|
//#endregion
|
|
716
716
|
//#region src/components/ConnectModal/ConnectModal.d.ts
|
|
717
717
|
type Props$33 = {
|
|
@@ -747,7 +747,7 @@ declare const ConnectModal: ({
|
|
|
747
747
|
onClose,
|
|
748
748
|
initialContent,
|
|
749
749
|
preventAutoClose
|
|
750
|
-
}: Props$33) =>
|
|
750
|
+
}: Props$33) => react_jsx_runtime1.JSX.Element;
|
|
751
751
|
//#endregion
|
|
752
752
|
//#region src/components/ConnectModal/Contents/MainContent.d.ts
|
|
753
753
|
type Props$32 = {
|
|
@@ -759,7 +759,7 @@ declare const MainContent: ({
|
|
|
759
759
|
setCurrentContent,
|
|
760
760
|
onClose,
|
|
761
761
|
preventAutoClose
|
|
762
|
-
}: Props$32) =>
|
|
762
|
+
}: Props$32) => react_jsx_runtime1.JSX.Element;
|
|
763
763
|
//#endregion
|
|
764
764
|
//#region src/components/ConnectModal/Contents/LoadingContent.d.ts
|
|
765
765
|
type LoadingContentProps = {
|
|
@@ -777,7 +777,7 @@ declare const LoadingContent: ({
|
|
|
777
777
|
onClose,
|
|
778
778
|
onGoBack,
|
|
779
779
|
showBackButton
|
|
780
|
-
}: LoadingContentProps) =>
|
|
780
|
+
}: LoadingContentProps) => react_jsx_runtime1.JSX.Element;
|
|
781
781
|
//#endregion
|
|
782
782
|
//#region src/components/ConnectModal/Contents/ErrorContent.d.ts
|
|
783
783
|
type ErrorContentProps = {
|
|
@@ -791,7 +791,7 @@ declare const ErrorContent: ({
|
|
|
791
791
|
onClose,
|
|
792
792
|
onTryAgain,
|
|
793
793
|
onGoBack
|
|
794
|
-
}: ErrorContentProps) =>
|
|
794
|
+
}: ErrorContentProps) => react_jsx_runtime1.JSX.Element;
|
|
795
795
|
//#endregion
|
|
796
796
|
//#region src/components/ConnectModal/Contents/EcosystemContent.d.ts
|
|
797
797
|
type Props$31 = {
|
|
@@ -807,7 +807,7 @@ declare const EcosystemContent: ({
|
|
|
807
807
|
isLoading,
|
|
808
808
|
setCurrentContent,
|
|
809
809
|
showBackButton
|
|
810
|
-
}: Props$31) =>
|
|
810
|
+
}: Props$31) => react_jsx_runtime1.JSX.Element;
|
|
811
811
|
//#endregion
|
|
812
812
|
//#region src/components/ConnectModal/Components/ConnectionButton.d.ts
|
|
813
813
|
interface ConnectionButtonProps {
|
|
@@ -830,10 +830,10 @@ declare const ConnectionButton: ({
|
|
|
830
830
|
style,
|
|
831
831
|
variant,
|
|
832
832
|
iconWidth
|
|
833
|
-
}: ConnectionButtonProps) =>
|
|
833
|
+
}: ConnectionButtonProps) => react_jsx_runtime1.JSX.Element | null;
|
|
834
834
|
//#endregion
|
|
835
835
|
//#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
|
|
836
|
-
declare const EmailLoginButton: () =>
|
|
836
|
+
declare const EmailLoginButton: () => react_jsx_runtime1.JSX.Element;
|
|
837
837
|
//#endregion
|
|
838
838
|
//#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
|
|
839
839
|
type Props$30 = {
|
|
@@ -845,7 +845,7 @@ declare const VeChainLoginButton: ({
|
|
|
845
845
|
isDark,
|
|
846
846
|
gridColumn,
|
|
847
847
|
setCurrentContent
|
|
848
|
-
}: Props$30) =>
|
|
848
|
+
}: Props$30) => react_jsx_runtime1.JSX.Element;
|
|
849
849
|
//#endregion
|
|
850
850
|
//#region src/components/ConnectModal/Components/EcosystemButton.d.ts
|
|
851
851
|
type Props$29 = {
|
|
@@ -859,7 +859,7 @@ declare const EcosystemButton: ({
|
|
|
859
859
|
appsInfo,
|
|
860
860
|
isLoading,
|
|
861
861
|
setCurrentContent
|
|
862
|
-
}: Props$29) =>
|
|
862
|
+
}: Props$29) => react_jsx_runtime1.JSX.Element;
|
|
863
863
|
//#endregion
|
|
864
864
|
//#region src/components/ConnectModal/Components/PrivyButton.d.ts
|
|
865
865
|
type Props$28 = {
|
|
@@ -871,7 +871,7 @@ declare const PrivyButton: ({
|
|
|
871
871
|
isDark,
|
|
872
872
|
onViewMoreLogin,
|
|
873
873
|
gridColumn
|
|
874
|
-
}: Props$28) =>
|
|
874
|
+
}: Props$28) => react_jsx_runtime1.JSX.Element;
|
|
875
875
|
//#endregion
|
|
876
876
|
//#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
|
|
877
877
|
type Props$27 = {
|
|
@@ -881,7 +881,7 @@ type Props$27 = {
|
|
|
881
881
|
declare const LoginWithGoogleButton: ({
|
|
882
882
|
isDark,
|
|
883
883
|
gridColumn
|
|
884
|
-
}: Props$27) =>
|
|
884
|
+
}: Props$27) => react_jsx_runtime1.JSX.Element;
|
|
885
885
|
//#endregion
|
|
886
886
|
//#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
|
|
887
887
|
type Props$26 = {
|
|
@@ -893,7 +893,7 @@ declare const PasskeyLoginButton: ({
|
|
|
893
893
|
isDark,
|
|
894
894
|
gridColumn,
|
|
895
895
|
setCurrentContent
|
|
896
|
-
}: Props$26) =>
|
|
896
|
+
}: Props$26) => react_jsx_runtime1.JSX.Element;
|
|
897
897
|
//#endregion
|
|
898
898
|
//#region src/components/ConnectModal/Components/DappKitButton.d.ts
|
|
899
899
|
type Props$25 = {
|
|
@@ -903,7 +903,7 @@ type Props$25 = {
|
|
|
903
903
|
declare const DappKitButton: ({
|
|
904
904
|
isDark,
|
|
905
905
|
gridColumn
|
|
906
|
-
}: Props$25) =>
|
|
906
|
+
}: Props$25) => react_jsx_runtime1.JSX.Element;
|
|
907
907
|
//#endregion
|
|
908
908
|
//#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
|
|
909
909
|
type Props$24 = {
|
|
@@ -913,7 +913,7 @@ type Props$24 = {
|
|
|
913
913
|
declare const VeChainWithPrivyLoginButton: ({
|
|
914
914
|
isDark,
|
|
915
915
|
gridColumn
|
|
916
|
-
}: Props$24) =>
|
|
916
|
+
}: Props$24) => react_jsx_runtime1.JSX.Element;
|
|
917
917
|
//#endregion
|
|
918
918
|
//#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
|
|
919
919
|
type Props$23 = {
|
|
@@ -923,7 +923,7 @@ type Props$23 = {
|
|
|
923
923
|
declare const LoginWithGithubButton: ({
|
|
924
924
|
isDark,
|
|
925
925
|
gridColumn
|
|
926
|
-
}: Props$23) =>
|
|
926
|
+
}: Props$23) => react_jsx_runtime1.JSX.Element;
|
|
927
927
|
//#endregion
|
|
928
928
|
//#region src/components/ConnectModal/ConnectPopover.d.ts
|
|
929
929
|
type ConnectPopoverProps = {
|
|
@@ -933,7 +933,7 @@ type ConnectPopoverProps = {
|
|
|
933
933
|
declare const ConnectPopover: ({
|
|
934
934
|
isLoading,
|
|
935
935
|
buttonStyle
|
|
936
|
-
}: ConnectPopoverProps) =>
|
|
936
|
+
}: ConnectPopoverProps) => react_jsx_runtime1.JSX.Element;
|
|
937
937
|
//#endregion
|
|
938
938
|
//#region src/components/WalletButton/types.d.ts
|
|
939
939
|
type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
|
|
@@ -952,10 +952,10 @@ declare const WalletButton: ({
|
|
|
952
952
|
buttonStyle,
|
|
953
953
|
connectionVariant,
|
|
954
954
|
label
|
|
955
|
-
}: WalletButtonProps) =>
|
|
955
|
+
}: WalletButtonProps) => react_jsx_runtime1.JSX.Element;
|
|
956
956
|
//#endregion
|
|
957
957
|
//#region src/components/WalletButton/SocialIcons.d.ts
|
|
958
|
-
declare const SocialIcons: () =>
|
|
958
|
+
declare const SocialIcons: () => react_jsx_runtime1.JSX.Element;
|
|
959
959
|
//#endregion
|
|
960
960
|
//#region src/components/TransactionModal/TransactionModal.d.ts
|
|
961
961
|
type TransactionModalProps = {
|
|
@@ -985,7 +985,7 @@ declare const TransactionModal: ({
|
|
|
985
985
|
txReceipt,
|
|
986
986
|
txError,
|
|
987
987
|
onTryAgain
|
|
988
|
-
}: TransactionModalProps) =>
|
|
988
|
+
}: TransactionModalProps) => react_jsx_runtime1.JSX.Element | null;
|
|
989
989
|
//#endregion
|
|
990
990
|
//#region src/components/TransactionModal/Components/ShareButtons.d.ts
|
|
991
991
|
type Props$22 = {
|
|
@@ -995,7 +995,7 @@ type Props$22 = {
|
|
|
995
995
|
};
|
|
996
996
|
declare const ShareButtons: ({
|
|
997
997
|
description
|
|
998
|
-
}: Props$22) =>
|
|
998
|
+
}: Props$22) => react_jsx_runtime1.JSX.Element;
|
|
999
999
|
//#endregion
|
|
1000
1000
|
//#region src/components/TransactionModal/TransactionModalContent.d.ts
|
|
1001
1001
|
declare const TransactionModalContent: ({
|
|
@@ -1005,7 +1005,7 @@ declare const TransactionModalContent: ({
|
|
|
1005
1005
|
txReceipt,
|
|
1006
1006
|
txError,
|
|
1007
1007
|
onClose
|
|
1008
|
-
}: Omit<TransactionModalProps, "isOpen">) =>
|
|
1008
|
+
}: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime1.JSX.Element;
|
|
1009
1009
|
//#endregion
|
|
1010
1010
|
//#region src/components/TransactionToast/TransactionToast.d.ts
|
|
1011
1011
|
type TransactionToastProps = {
|
|
@@ -1025,7 +1025,7 @@ declare const TransactionToast: ({
|
|
|
1025
1025
|
txError,
|
|
1026
1026
|
onTryAgain,
|
|
1027
1027
|
description
|
|
1028
|
-
}: TransactionToastProps) =>
|
|
1028
|
+
}: TransactionToastProps) => react_jsx_runtime1.JSX.Element | null;
|
|
1029
1029
|
//#endregion
|
|
1030
1030
|
//#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
|
|
1031
1031
|
type Props$21 = {
|
|
@@ -1041,7 +1041,7 @@ declare const AccountMainContent: ({
|
|
|
1041
1041
|
wallet,
|
|
1042
1042
|
onClose,
|
|
1043
1043
|
switchFeedback
|
|
1044
|
-
}: Props$21) =>
|
|
1044
|
+
}: Props$21) => react_jsx_runtime1.JSX.Element;
|
|
1045
1045
|
//#endregion
|
|
1046
1046
|
//#region src/hooks/api/privy/useFetchAppInfo.d.ts
|
|
1047
1047
|
declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
|
|
@@ -1398,7 +1398,7 @@ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_q
|
|
|
1398
1398
|
}, Error>[];
|
|
1399
1399
|
//#endregion
|
|
1400
1400
|
//#region src/hooks/api/wallet/useGetCustomTokenInfo.d.ts
|
|
1401
|
-
declare const getTokenInfo
|
|
1401
|
+
declare const getTokenInfo: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
|
|
1402
1402
|
declare const getCustomTokenInfoQueryKey: (tokenAddress: string) => string[];
|
|
1403
1403
|
declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query8.UseQueryResult<CustomTokenInfo, Error>;
|
|
1404
1404
|
//#endregion
|
|
@@ -1513,7 +1513,7 @@ type UseWalletReturnType = {
|
|
|
1513
1513
|
};
|
|
1514
1514
|
disconnect: () => Promise<void>;
|
|
1515
1515
|
};
|
|
1516
|
-
declare const useWallet
|
|
1516
|
+
declare const useWallet: () => UseWalletReturnType;
|
|
1517
1517
|
//#endregion
|
|
1518
1518
|
//#region src/hooks/api/wallet/useWalletMetadata.d.ts
|
|
1519
1519
|
declare const useWalletMetadata: (address: string, networkType: NETWORK_TYPE) => {
|
|
@@ -1894,7 +1894,7 @@ declare const ConnectModalProvider: ({
|
|
|
1894
1894
|
children
|
|
1895
1895
|
}: {
|
|
1896
1896
|
children: ReactNode;
|
|
1897
|
-
}) =>
|
|
1897
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1898
1898
|
//#endregion
|
|
1899
1899
|
//#region src/hooks/modals/useAccountModal.d.ts
|
|
1900
1900
|
declare const useAccountModal: () => {
|
|
@@ -1906,7 +1906,7 @@ declare const AccountModalProvider: ({
|
|
|
1906
1906
|
children
|
|
1907
1907
|
}: {
|
|
1908
1908
|
children: ReactNode;
|
|
1909
|
-
}) =>
|
|
1909
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1910
1910
|
//#endregion
|
|
1911
1911
|
//#region src/hooks/modals/useTransactionModal.d.ts
|
|
1912
1912
|
declare const useTransactionModal: () => {
|
|
@@ -1918,7 +1918,7 @@ declare const TransactionModalProvider: ({
|
|
|
1918
1918
|
children
|
|
1919
1919
|
}: {
|
|
1920
1920
|
children: ReactNode;
|
|
1921
|
-
}) =>
|
|
1921
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1922
1922
|
//#endregion
|
|
1923
1923
|
//#region src/hooks/modals/useTransactionToast.d.ts
|
|
1924
1924
|
declare const useTransactionToast: () => {
|
|
@@ -1930,7 +1930,7 @@ declare const TransactionToastProvider: ({
|
|
|
1930
1930
|
children
|
|
1931
1931
|
}: {
|
|
1932
1932
|
children: ReactNode;
|
|
1933
|
-
}) =>
|
|
1933
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1934
1934
|
//#endregion
|
|
1935
1935
|
//#region src/hooks/modals/useWalletModal.d.ts
|
|
1936
1936
|
declare const useWalletModal: () => {
|
|
@@ -1942,7 +1942,7 @@ declare const WalletModalProvider: ({
|
|
|
1942
1942
|
children
|
|
1943
1943
|
}: {
|
|
1944
1944
|
children: ReactNode;
|
|
1945
|
-
}) =>
|
|
1945
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1946
1946
|
//#endregion
|
|
1947
1947
|
//#region src/hooks/modals/useChooseNameModal.d.ts
|
|
1948
1948
|
declare const useChooseNameModal: () => {
|
|
@@ -1954,7 +1954,7 @@ declare const ChooseNameModalProvider: ({
|
|
|
1954
1954
|
children
|
|
1955
1955
|
}: {
|
|
1956
1956
|
children: ReactNode;
|
|
1957
|
-
}) =>
|
|
1957
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1958
1958
|
//#endregion
|
|
1959
1959
|
//#region src/hooks/modals/useSendTokenModal.d.ts
|
|
1960
1960
|
declare const useSendTokenModal: () => {
|
|
@@ -1966,7 +1966,7 @@ declare const SendTokenModalProvider: ({
|
|
|
1966
1966
|
children
|
|
1967
1967
|
}: {
|
|
1968
1968
|
children: ReactNode;
|
|
1969
|
-
}) =>
|
|
1969
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1970
1970
|
//#endregion
|
|
1971
1971
|
//#region src/hooks/modals/useSwapTokenModal.d.ts
|
|
1972
1972
|
type SwapTokenModalOptions = {
|
|
@@ -1983,7 +1983,7 @@ declare const SwapTokenModalProvider: ({
|
|
|
1983
1983
|
children
|
|
1984
1984
|
}: {
|
|
1985
1985
|
children: ReactNode;
|
|
1986
|
-
}) =>
|
|
1986
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1987
1987
|
//#endregion
|
|
1988
1988
|
//#region src/hooks/modals/useExploreEcosystemModal.d.ts
|
|
1989
1989
|
declare const useExploreEcosystemModal: () => {
|
|
@@ -1995,7 +1995,7 @@ declare const ExploreEcosystemModalProvider: ({
|
|
|
1995
1995
|
children
|
|
1996
1996
|
}: {
|
|
1997
1997
|
children: ReactNode;
|
|
1998
|
-
}) =>
|
|
1998
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1999
1999
|
//#endregion
|
|
2000
2000
|
//#region src/hooks/modals/useNotificationsModal.d.ts
|
|
2001
2001
|
declare const useNotificationsModal: () => {
|
|
@@ -2007,7 +2007,7 @@ declare const NotificationsModalProvider: ({
|
|
|
2007
2007
|
children
|
|
2008
2008
|
}: {
|
|
2009
2009
|
children: ReactNode;
|
|
2010
|
-
}) =>
|
|
2010
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
2011
2011
|
//#endregion
|
|
2012
2012
|
//#region src/hooks/modals/useFAQModal.d.ts
|
|
2013
2013
|
declare const useFAQModal: () => {
|
|
@@ -2019,7 +2019,7 @@ declare const FAQModalProvider: ({
|
|
|
2019
2019
|
children
|
|
2020
2020
|
}: {
|
|
2021
2021
|
children: ReactNode;
|
|
2022
|
-
}) =>
|
|
2022
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
2023
2023
|
//#endregion
|
|
2024
2024
|
//#region src/hooks/modals/useAccountCustomizationModal.d.ts
|
|
2025
2025
|
declare const useAccountCustomizationModal: () => {
|
|
@@ -2031,7 +2031,7 @@ declare const AccountCustomizationModalProvider: ({
|
|
|
2031
2031
|
children
|
|
2032
2032
|
}: {
|
|
2033
2033
|
children: ReactNode;
|
|
2034
|
-
}) =>
|
|
2034
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
2035
2035
|
//#endregion
|
|
2036
2036
|
//#region src/hooks/modals/useReceiveModal.d.ts
|
|
2037
2037
|
declare const useReceiveModal: () => {
|
|
@@ -2043,7 +2043,7 @@ declare const ReceiveModalProvider: ({
|
|
|
2043
2043
|
children
|
|
2044
2044
|
}: {
|
|
2045
2045
|
children: ReactNode;
|
|
2046
|
-
}) =>
|
|
2046
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
2047
2047
|
//#endregion
|
|
2048
2048
|
//#region src/hooks/modals/useLoginModalContent.d.ts
|
|
2049
2049
|
type LoginModalContentConfig = {
|
|
@@ -2069,7 +2069,7 @@ declare const UpgradeSmartAccountModalProvider: ({
|
|
|
2069
2069
|
children
|
|
2070
2070
|
}: {
|
|
2071
2071
|
children: ReactNode;
|
|
2072
|
-
}) =>
|
|
2072
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
2073
2073
|
//#endregion
|
|
2074
2074
|
//#region src/hooks/modals/useProfileModal.d.ts
|
|
2075
2075
|
declare const useProfileModal: () => {
|
|
@@ -2081,7 +2081,7 @@ declare const ProfileModalProvider: ({
|
|
|
2081
2081
|
children
|
|
2082
2082
|
}: {
|
|
2083
2083
|
children: ReactNode;
|
|
2084
|
-
}) =>
|
|
2084
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
2085
2085
|
//#endregion
|
|
2086
2086
|
//#region src/hooks/modals/useAccountModalOptions.d.ts
|
|
2087
2087
|
declare const useAccountModalOptions: () => {
|
|
@@ -2099,7 +2099,7 @@ declare const SettingsModalProvider: ({
|
|
|
2099
2099
|
children
|
|
2100
2100
|
}: {
|
|
2101
2101
|
children: ReactNode;
|
|
2102
|
-
}) =>
|
|
2102
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
2103
2103
|
//#endregion
|
|
2104
2104
|
//#region src/hooks/notifications/types.d.ts
|
|
2105
2105
|
type NotificationAction = {
|
|
@@ -2164,7 +2164,7 @@ type UseSignTypedDataReturnValue = {
|
|
|
2164
2164
|
declare const useSignTypedData: () => UseSignTypedDataReturnValue;
|
|
2165
2165
|
//#endregion
|
|
2166
2166
|
//#region src/hooks/login/useLoginWithPasskey.d.ts
|
|
2167
|
-
declare const useLoginWithPasskey
|
|
2167
|
+
declare const useLoginWithPasskey: () => {
|
|
2168
2168
|
loginWithPasskey: () => Promise<void>;
|
|
2169
2169
|
};
|
|
2170
2170
|
//#endregion
|
|
@@ -2172,7 +2172,7 @@ declare const useLoginWithPasskey$1: () => {
|
|
|
2172
2172
|
interface OAuthOptions {
|
|
2173
2173
|
provider: OAuthProviderType;
|
|
2174
2174
|
}
|
|
2175
|
-
declare const useLoginWithOAuth
|
|
2175
|
+
declare const useLoginWithOAuth: () => {
|
|
2176
2176
|
initOAuth: ({
|
|
2177
2177
|
provider
|
|
2178
2178
|
}: OAuthOptions) => Promise<void>;
|
|
@@ -2232,6 +2232,8 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
|
|
|
2232
2232
|
declare const useAppHubApps: () => _tanstack_react_query8.UseQueryResult<AppHubApp[], Error>;
|
|
2233
2233
|
//#endregion
|
|
2234
2234
|
//#region src/utils/constants.d.ts
|
|
2235
|
+
/** Tokens that cannot be swapped or transferred (e.g. governance voting tokens) */
|
|
2236
|
+
declare const NON_TRANSFERABLE_TOKEN_SYMBOLS: readonly string[];
|
|
2235
2237
|
declare const TOKEN_LOGOS: Record<string, string>;
|
|
2236
2238
|
declare const TOKEN_LOGO_COMPONENTS: Record<string, JSX.Element>;
|
|
2237
2239
|
declare const VECHAIN_PRIVY_APP_ID = "cm4wxxujb022fyujl7g0thb21";
|
|
@@ -3334,7 +3336,7 @@ declare const SendTokenContent: ({
|
|
|
3334
3336
|
initialAmount,
|
|
3335
3337
|
initialToAddressOrDomain,
|
|
3336
3338
|
onBack: parentOnBack
|
|
3337
|
-
}: SendTokenContentProps) =>
|
|
3339
|
+
}: SendTokenContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3338
3340
|
//#endregion
|
|
3339
3341
|
//#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
|
|
3340
3342
|
type SendTokenSummaryContentProps = {
|
|
@@ -3354,7 +3356,7 @@ declare const SendTokenSummaryContent: ({
|
|
|
3354
3356
|
amount,
|
|
3355
3357
|
selectedToken,
|
|
3356
3358
|
formattedTotalAmount
|
|
3357
|
-
}: SendTokenSummaryContentProps) =>
|
|
3359
|
+
}: SendTokenSummaryContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3358
3360
|
//#endregion
|
|
3359
3361
|
//#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
|
|
3360
3362
|
type Props$18 = {
|
|
@@ -3365,12 +3367,17 @@ type Props$18 = {
|
|
|
3365
3367
|
* If true, shows all tokens (not just tokens with balance) and sorts owned tokens first
|
|
3366
3368
|
*/
|
|
3367
3369
|
showAllTokens?: boolean;
|
|
3370
|
+
/**
|
|
3371
|
+
* Token symbols to exclude from the list (e.g. non-transferable governance tokens)
|
|
3372
|
+
*/
|
|
3373
|
+
excludedTokenSymbols?: readonly string[];
|
|
3368
3374
|
};
|
|
3369
3375
|
declare const SelectTokenContent: ({
|
|
3370
3376
|
onSelectToken,
|
|
3371
3377
|
onBack,
|
|
3372
|
-
showAllTokens
|
|
3373
|
-
|
|
3378
|
+
showAllTokens,
|
|
3379
|
+
excludedTokenSymbols
|
|
3380
|
+
}: Props$18) => react_jsx_runtime1.JSX.Element;
|
|
3374
3381
|
//#endregion
|
|
3375
3382
|
//#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
|
|
3376
3383
|
type Props$17 = {
|
|
@@ -3378,7 +3385,7 @@ type Props$17 = {
|
|
|
3378
3385
|
};
|
|
3379
3386
|
declare const ReceiveTokenContent: ({
|
|
3380
3387
|
setCurrentContent
|
|
3381
|
-
}: Props$17) =>
|
|
3388
|
+
}: Props$17) => react_jsx_runtime1.JSX.Element;
|
|
3382
3389
|
//#endregion
|
|
3383
3390
|
//#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
|
|
3384
3391
|
type Props$16 = {
|
|
@@ -3390,7 +3397,7 @@ declare const SwapTokenContent: ({
|
|
|
3390
3397
|
setCurrentContent,
|
|
3391
3398
|
fromTokenAddress,
|
|
3392
3399
|
toTokenAddress
|
|
3393
|
-
}: Props$16) =>
|
|
3400
|
+
}: Props$16) => react_jsx_runtime1.JSX.Element;
|
|
3394
3401
|
//#endregion
|
|
3395
3402
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
|
|
3396
3403
|
type ChooseNameContentProps = {
|
|
@@ -3402,7 +3409,7 @@ declare const ChooseNameContent: ({
|
|
|
3402
3409
|
setCurrentContent,
|
|
3403
3410
|
onBack,
|
|
3404
3411
|
initialContentSource
|
|
3405
|
-
}: ChooseNameContentProps) =>
|
|
3412
|
+
}: ChooseNameContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3406
3413
|
//#endregion
|
|
3407
3414
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
|
|
3408
3415
|
type ChooseNameSearchContentProps = {
|
|
@@ -3414,7 +3421,7 @@ declare const ChooseNameSearchContent: ({
|
|
|
3414
3421
|
name: initialName,
|
|
3415
3422
|
setCurrentContent,
|
|
3416
3423
|
initialContentSource
|
|
3417
|
-
}: ChooseNameSearchContentProps) =>
|
|
3424
|
+
}: ChooseNameSearchContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3418
3425
|
//#endregion
|
|
3419
3426
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
|
|
3420
3427
|
type ChooseNameSummaryContentProps = {
|
|
@@ -3432,7 +3439,7 @@ declare const ChooseNameSummaryContent: ({
|
|
|
3432
3439
|
isOwnDomain,
|
|
3433
3440
|
isUnsetting,
|
|
3434
3441
|
initialContentSource
|
|
3435
|
-
}: ChooseNameSummaryContentProps) =>
|
|
3442
|
+
}: ChooseNameSummaryContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3436
3443
|
//#endregion
|
|
3437
3444
|
//#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
|
|
3438
3445
|
type FAQContentProps = {
|
|
@@ -3442,7 +3449,7 @@ type FAQContentProps = {
|
|
|
3442
3449
|
declare const FAQContent: ({
|
|
3443
3450
|
onGoBack,
|
|
3444
3451
|
showLanguageSelector
|
|
3445
|
-
}: FAQContentProps) =>
|
|
3452
|
+
}: FAQContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3446
3453
|
//#endregion
|
|
3447
3454
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
|
|
3448
3455
|
type AccountCustomizationContentProps = {
|
|
@@ -3452,7 +3459,7 @@ type AccountCustomizationContentProps = {
|
|
|
3452
3459
|
declare const CustomizationContent: ({
|
|
3453
3460
|
setCurrentContent,
|
|
3454
3461
|
initialContentSource
|
|
3455
|
-
}: AccountCustomizationContentProps) =>
|
|
3462
|
+
}: AccountCustomizationContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3456
3463
|
//#endregion
|
|
3457
3464
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
|
|
3458
3465
|
type CustomizationSummaryContentProps = {
|
|
@@ -3471,7 +3478,7 @@ declare const CustomizationSummaryContent: ({
|
|
|
3471
3478
|
setCurrentContent,
|
|
3472
3479
|
changes,
|
|
3473
3480
|
onDoneRedirectContent
|
|
3474
|
-
}: CustomizationSummaryContentProps) =>
|
|
3481
|
+
}: CustomizationSummaryContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3475
3482
|
//#endregion
|
|
3476
3483
|
//#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
|
|
3477
3484
|
type ProfileContentProps = {
|
|
@@ -3485,7 +3492,7 @@ declare const ProfileContent: ({
|
|
|
3485
3492
|
setCurrentContent,
|
|
3486
3493
|
onLogoutSuccess,
|
|
3487
3494
|
switchFeedback
|
|
3488
|
-
}: ProfileContentProps) =>
|
|
3495
|
+
}: ProfileContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3489
3496
|
//#endregion
|
|
3490
3497
|
//#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
|
|
3491
3498
|
type UpgradeSmartAccountContentProps = {
|
|
@@ -3497,7 +3504,7 @@ declare const UpgradeSmartAccountContent: ({
|
|
|
3497
3504
|
setCurrentContent,
|
|
3498
3505
|
handleClose,
|
|
3499
3506
|
initialContent
|
|
3500
|
-
}: UpgradeSmartAccountContentProps) =>
|
|
3507
|
+
}: UpgradeSmartAccountContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3501
3508
|
//#endregion
|
|
3502
3509
|
//#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
|
|
3503
3510
|
type AssetsContentProps = {
|
|
@@ -3505,7 +3512,7 @@ type AssetsContentProps = {
|
|
|
3505
3512
|
};
|
|
3506
3513
|
declare const AssetsContent: ({
|
|
3507
3514
|
setCurrentContent
|
|
3508
|
-
}: AssetsContentProps) =>
|
|
3515
|
+
}: AssetsContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3509
3516
|
//#endregion
|
|
3510
3517
|
//#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
|
|
3511
3518
|
type ManageCustomTokenContentProps = {
|
|
@@ -3513,7 +3520,7 @@ type ManageCustomTokenContentProps = {
|
|
|
3513
3520
|
};
|
|
3514
3521
|
declare const ManageCustomTokenContent: ({
|
|
3515
3522
|
setCurrentContent
|
|
3516
|
-
}: ManageCustomTokenContentProps) =>
|
|
3523
|
+
}: ManageCustomTokenContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3517
3524
|
//#endregion
|
|
3518
3525
|
//#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
|
|
3519
3526
|
type Props$15 = {
|
|
@@ -3521,7 +3528,7 @@ type Props$15 = {
|
|
|
3521
3528
|
};
|
|
3522
3529
|
declare const BridgeContent: ({
|
|
3523
3530
|
setCurrentContent
|
|
3524
|
-
}: Props$15) =>
|
|
3531
|
+
}: Props$15) => react_jsx_runtime1.JSX.Element;
|
|
3525
3532
|
//#endregion
|
|
3526
3533
|
//#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
|
|
3527
3534
|
type ChangeCurrencyContentProps = {
|
|
@@ -3529,7 +3536,7 @@ type ChangeCurrencyContentProps = {
|
|
|
3529
3536
|
};
|
|
3530
3537
|
declare const ChangeCurrencyContent: ({
|
|
3531
3538
|
setCurrentContent
|
|
3532
|
-
}: ChangeCurrencyContentProps) =>
|
|
3539
|
+
}: ChangeCurrencyContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3533
3540
|
//#endregion
|
|
3534
3541
|
//#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
|
|
3535
3542
|
type Props$14 = {
|
|
@@ -3537,7 +3544,7 @@ type Props$14 = {
|
|
|
3537
3544
|
};
|
|
3538
3545
|
declare const LanguageSettingsContent: ({
|
|
3539
3546
|
setCurrentContent
|
|
3540
|
-
}: Props$14) =>
|
|
3547
|
+
}: Props$14) => react_jsx_runtime1.JSX.Element;
|
|
3541
3548
|
//#endregion
|
|
3542
3549
|
//#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
|
|
3543
3550
|
type Props$13 = {
|
|
@@ -3545,7 +3552,7 @@ type Props$13 = {
|
|
|
3545
3552
|
};
|
|
3546
3553
|
declare const GasTokenSettingsContent: ({
|
|
3547
3554
|
setCurrentContent
|
|
3548
|
-
}: Props$13) =>
|
|
3555
|
+
}: Props$13) => react_jsx_runtime1.JSX.Element;
|
|
3549
3556
|
//#endregion
|
|
3550
3557
|
//#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
|
|
3551
3558
|
type SettingsContentProps = {
|
|
@@ -3555,7 +3562,7 @@ type SettingsContentProps = {
|
|
|
3555
3562
|
declare const SettingsContent: ({
|
|
3556
3563
|
setCurrentContent,
|
|
3557
3564
|
onLogoutSuccess
|
|
3558
|
-
}: SettingsContentProps) =>
|
|
3565
|
+
}: SettingsContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3559
3566
|
//#endregion
|
|
3560
3567
|
//#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
|
|
3561
3568
|
type TermsAndPrivacyContentProps = {
|
|
@@ -3563,7 +3570,7 @@ type TermsAndPrivacyContentProps = {
|
|
|
3563
3570
|
};
|
|
3564
3571
|
declare const TermsAndPrivacyContent: ({
|
|
3565
3572
|
onGoBack
|
|
3566
|
-
}: TermsAndPrivacyContentProps) =>
|
|
3573
|
+
}: TermsAndPrivacyContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3567
3574
|
//#endregion
|
|
3568
3575
|
//#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
|
|
3569
3576
|
type DisconnectConfirmContentProps = {
|
|
@@ -3579,7 +3586,7 @@ declare const DisconnectConfirmContent: ({
|
|
|
3579
3586
|
onClose,
|
|
3580
3587
|
showCloseButton,
|
|
3581
3588
|
text
|
|
3582
|
-
}: DisconnectConfirmContentProps) =>
|
|
3589
|
+
}: DisconnectConfirmContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3583
3590
|
//#endregion
|
|
3584
3591
|
//#region src/components/AccountModal/Contents/SelectWallet/SelectWalletContent.d.ts
|
|
3585
3592
|
type Props$12 = {
|
|
@@ -3592,7 +3599,7 @@ declare const SelectWalletContent: ({
|
|
|
3592
3599
|
setCurrentContent,
|
|
3593
3600
|
returnTo,
|
|
3594
3601
|
onLogoutSuccess: _onLogoutSuccess
|
|
3595
|
-
}: Props$12) =>
|
|
3602
|
+
}: Props$12) => react_jsx_runtime1.JSX.Element;
|
|
3596
3603
|
//#endregion
|
|
3597
3604
|
//#region src/components/AccountModal/Contents/SelectWallet/RemoveWalletConfirmContent.d.ts
|
|
3598
3605
|
type RemoveWalletConfirmContentProps = {
|
|
@@ -3608,7 +3615,7 @@ declare const RemoveWalletConfirmContent: ({
|
|
|
3608
3615
|
onConfirm,
|
|
3609
3616
|
onBack,
|
|
3610
3617
|
onClose
|
|
3611
|
-
}: RemoveWalletConfirmContentProps) =>
|
|
3618
|
+
}: RemoveWalletConfirmContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3612
3619
|
//#endregion
|
|
3613
3620
|
//#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
|
|
3614
3621
|
type CategoryFilter = string | null;
|
|
@@ -3736,7 +3743,7 @@ declare const AccountModal: ({
|
|
|
3736
3743
|
isOpen,
|
|
3737
3744
|
onClose,
|
|
3738
3745
|
initialContent
|
|
3739
|
-
}: Props$11) =>
|
|
3746
|
+
}: Props$11) => react_jsx_runtime1.JSX.Element;
|
|
3740
3747
|
//#endregion
|
|
3741
3748
|
//#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
|
|
3742
3749
|
interface AccountDetailsButtonProps {
|
|
@@ -3758,7 +3765,7 @@ declare const AccountDetailsButton: ({
|
|
|
3758
3765
|
onClick,
|
|
3759
3766
|
leftImage,
|
|
3760
3767
|
isActive
|
|
3761
|
-
}: AccountDetailsButtonProps) =>
|
|
3768
|
+
}: AccountDetailsButtonProps) => react_jsx_runtime1.JSX.Element;
|
|
3762
3769
|
//#endregion
|
|
3763
3770
|
//#region src/components/AccountModal/Components/ActionButton.d.ts
|
|
3764
3771
|
type ActionButtonProps = {
|
|
@@ -3800,7 +3807,7 @@ declare const ActionButton: ({
|
|
|
3800
3807
|
extraContent,
|
|
3801
3808
|
dataTestId,
|
|
3802
3809
|
variant
|
|
3803
|
-
}: ActionButtonProps) =>
|
|
3810
|
+
}: ActionButtonProps) => react_jsx_runtime1.JSX.Element;
|
|
3804
3811
|
//#endregion
|
|
3805
3812
|
//#region src/components/AccountModal/Components/AccountSelector.d.ts
|
|
3806
3813
|
type Props$10 = {
|
|
@@ -3820,7 +3827,7 @@ declare const AccountSelector: ({
|
|
|
3820
3827
|
onClose,
|
|
3821
3828
|
mt,
|
|
3822
3829
|
style
|
|
3823
|
-
}: Props$10) =>
|
|
3830
|
+
}: Props$10) => react_jsx_runtime1.JSX.Element;
|
|
3824
3831
|
//#endregion
|
|
3825
3832
|
//#region src/components/AccountModal/Components/BalanceSection.d.ts
|
|
3826
3833
|
declare const BalanceSection: ({
|
|
@@ -3831,7 +3838,7 @@ declare const BalanceSection: ({
|
|
|
3831
3838
|
mb?: number;
|
|
3832
3839
|
mt?: number;
|
|
3833
3840
|
onAssetsClick?: () => void;
|
|
3834
|
-
}) =>
|
|
3841
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
3835
3842
|
//#endregion
|
|
3836
3843
|
//#region src/components/AccountModal/Components/QuickActionsSection.d.ts
|
|
3837
3844
|
type Props$9 = {
|
|
@@ -3841,7 +3848,7 @@ type Props$9 = {
|
|
|
3841
3848
|
declare const QuickActionsSection: ({
|
|
3842
3849
|
mt,
|
|
3843
3850
|
setCurrentContent
|
|
3844
|
-
}: Props$9) =>
|
|
3851
|
+
}: Props$9) => react_jsx_runtime1.JSX.Element;
|
|
3845
3852
|
//#endregion
|
|
3846
3853
|
//#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
|
|
3847
3854
|
type FeatureAnnouncementCardProps = {
|
|
@@ -3849,16 +3856,16 @@ type FeatureAnnouncementCardProps = {
|
|
|
3849
3856
|
};
|
|
3850
3857
|
declare const FeatureAnnouncementCard: ({
|
|
3851
3858
|
setCurrentContent
|
|
3852
|
-
}: FeatureAnnouncementCardProps) =>
|
|
3859
|
+
}: FeatureAnnouncementCardProps) => react_jsx_runtime1.JSX.Element;
|
|
3853
3860
|
//#endregion
|
|
3854
3861
|
//#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
|
|
3855
|
-
declare const ExchangeWarningAlert: () =>
|
|
3862
|
+
declare const ExchangeWarningAlert: () => react_jsx_runtime1.JSX.Element;
|
|
3856
3863
|
//#endregion
|
|
3857
3864
|
//#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
|
|
3858
|
-
declare const DomainRequiredAlert: () =>
|
|
3865
|
+
declare const DomainRequiredAlert: () => react_jsx_runtime1.JSX.Element;
|
|
3859
3866
|
//#endregion
|
|
3860
3867
|
//#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
|
|
3861
|
-
declare const CrossAppConnectionSecurityCard: () =>
|
|
3868
|
+
declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime1.JSX.Element;
|
|
3862
3869
|
//#endregion
|
|
3863
3870
|
//#region src/components/common/ModalBackButton.d.ts
|
|
3864
3871
|
type BackButtonProps = {
|
|
@@ -3867,7 +3874,7 @@ type BackButtonProps = {
|
|
|
3867
3874
|
declare const ModalBackButton: ({
|
|
3868
3875
|
onClick,
|
|
3869
3876
|
...props
|
|
3870
|
-
}: BackButtonProps) =>
|
|
3877
|
+
}: BackButtonProps) => react_jsx_runtime1.JSX.Element;
|
|
3871
3878
|
//#endregion
|
|
3872
3879
|
//#region src/components/common/AddressDisplay.d.ts
|
|
3873
3880
|
type Props$8 = {
|
|
@@ -3885,13 +3892,13 @@ declare const AddressDisplay: ({
|
|
|
3885
3892
|
showHumanAddress,
|
|
3886
3893
|
setCurrentContent,
|
|
3887
3894
|
onLogout
|
|
3888
|
-
}: Props$8) =>
|
|
3895
|
+
}: Props$8) => react_jsx_runtime1.JSX.Element;
|
|
3889
3896
|
//#endregion
|
|
3890
3897
|
//#region src/components/common/VersionFooter.d.ts
|
|
3891
3898
|
type Props$7 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
|
|
3892
3899
|
declare const VersionFooter: ({
|
|
3893
3900
|
...props
|
|
3894
|
-
}: Props$7) =>
|
|
3901
|
+
}: Props$7) => react_jsx_runtime1.JSX.Element;
|
|
3895
3902
|
//#endregion
|
|
3896
3903
|
//#region src/components/common/StickyHeaderContainer.d.ts
|
|
3897
3904
|
type Props$6 = {
|
|
@@ -3902,7 +3909,7 @@ declare const useStickyHeaderContext: () => {
|
|
|
3902
3909
|
};
|
|
3903
3910
|
declare const StickyHeaderContainer: ({
|
|
3904
3911
|
children
|
|
3905
|
-
}: Props$6) =>
|
|
3912
|
+
}: Props$6) => react_jsx_runtime1.JSX.Element;
|
|
3906
3913
|
//#endregion
|
|
3907
3914
|
//#region src/components/common/StickyFooterContainer.d.ts
|
|
3908
3915
|
type Props$5 = {
|
|
@@ -3910,7 +3917,7 @@ type Props$5 = {
|
|
|
3910
3917
|
};
|
|
3911
3918
|
declare const StickyFooterContainer: ({
|
|
3912
3919
|
children
|
|
3913
|
-
}: Props$5) =>
|
|
3920
|
+
}: Props$5) => react_jsx_runtime1.JSX.Element;
|
|
3914
3921
|
//#endregion
|
|
3915
3922
|
//#region src/components/common/BaseModal.d.ts
|
|
3916
3923
|
type BaseModalProps = {
|
|
@@ -3959,7 +3966,7 @@ declare const BaseModal: ({
|
|
|
3959
3966
|
mobileMaxHeight,
|
|
3960
3967
|
desktopMinHeight,
|
|
3961
3968
|
desktopMaxHeight
|
|
3962
|
-
}: BaseModalProps) =>
|
|
3969
|
+
}: BaseModalProps) => react_jsx_runtime1.JSX.Element;
|
|
3963
3970
|
//#endregion
|
|
3964
3971
|
//#region src/components/common/AssetButton.d.ts
|
|
3965
3972
|
type AssetButtonProps = ButtonProps & {
|
|
@@ -3978,7 +3985,7 @@ declare const AssetButton: ({
|
|
|
3978
3985
|
isDisabled,
|
|
3979
3986
|
onClick,
|
|
3980
3987
|
...buttonProps
|
|
3981
|
-
}: AssetButtonProps) =>
|
|
3988
|
+
}: AssetButtonProps) => react_jsx_runtime1.JSX.Element;
|
|
3982
3989
|
//#endregion
|
|
3983
3990
|
//#region src/components/common/AddressDisplayCard.d.ts
|
|
3984
3991
|
type AddressDisplayCardProps = {
|
|
@@ -3998,7 +4005,7 @@ declare const AddressDisplayCard: ({
|
|
|
3998
4005
|
hideAddress,
|
|
3999
4006
|
balance,
|
|
4000
4007
|
tokenAddress
|
|
4001
|
-
}: AddressDisplayCardProps) =>
|
|
4008
|
+
}: AddressDisplayCardProps) => react_jsx_runtime1.JSX.Element;
|
|
4002
4009
|
//#endregion
|
|
4003
4010
|
//#region src/components/common/ModalFAQButton.d.ts
|
|
4004
4011
|
type FAQButtonProps = {
|
|
@@ -4007,13 +4014,13 @@ type FAQButtonProps = {
|
|
|
4007
4014
|
declare const ModalFAQButton: ({
|
|
4008
4015
|
onClick,
|
|
4009
4016
|
...props
|
|
4010
|
-
}: FAQButtonProps) =>
|
|
4017
|
+
}: FAQButtonProps) => react_jsx_runtime1.JSX.Element;
|
|
4011
4018
|
//#endregion
|
|
4012
4019
|
//#region src/components/common/ScrollToTopWrapper.d.ts
|
|
4013
4020
|
declare const ScrollToTopWrapper: ({
|
|
4014
4021
|
children,
|
|
4015
4022
|
...props
|
|
4016
|
-
}: StackProps) =>
|
|
4023
|
+
}: StackProps) => react_jsx_runtime1.JSX.Element;
|
|
4017
4024
|
//#endregion
|
|
4018
4025
|
//#region src/components/common/AccountAvatar.d.ts
|
|
4019
4026
|
type AccountAvatarProps = {
|
|
@@ -4023,7 +4030,7 @@ type AccountAvatarProps = {
|
|
|
4023
4030
|
declare const AccountAvatar: ({
|
|
4024
4031
|
wallet,
|
|
4025
4032
|
props
|
|
4026
|
-
}: AccountAvatarProps) =>
|
|
4033
|
+
}: AccountAvatarProps) => react_jsx_runtime1.JSX.Element;
|
|
4027
4034
|
//#endregion
|
|
4028
4035
|
//#region src/components/common/TransactionButtonAndStatus.d.ts
|
|
4029
4036
|
type TransactionButtonAndStatusProps = {
|
|
@@ -4065,7 +4072,7 @@ declare const TransactionButtonAndStatus: ({
|
|
|
4065
4072
|
isLoadingGasEstimation,
|
|
4066
4073
|
showGasEstimationError,
|
|
4067
4074
|
context
|
|
4068
|
-
}: TransactionButtonAndStatusProps) =>
|
|
4075
|
+
}: TransactionButtonAndStatusProps) => react_jsx_runtime1.JSX.Element;
|
|
4069
4076
|
//#endregion
|
|
4070
4077
|
//#region src/components/common/ModalNotificationButton.d.ts
|
|
4071
4078
|
type NotificationButtonProps = {
|
|
@@ -4076,7 +4083,7 @@ declare const ModalNotificationButton: ({
|
|
|
4076
4083
|
onClick,
|
|
4077
4084
|
hasUnreadNotifications,
|
|
4078
4085
|
...props
|
|
4079
|
-
}: NotificationButtonProps) =>
|
|
4086
|
+
}: NotificationButtonProps) => react_jsx_runtime1.JSX.Element;
|
|
4080
4087
|
//#endregion
|
|
4081
4088
|
//#region src/components/common/GasFeeSummary.d.ts
|
|
4082
4089
|
interface GasFeeSummaryProps {
|
|
@@ -4112,7 +4119,7 @@ declare const GasFeeTokenSelector: ({
|
|
|
4112
4119
|
availableTokens,
|
|
4113
4120
|
tokenEstimations,
|
|
4114
4121
|
walletAddress
|
|
4115
|
-
}: GasFeeTokenSelectorProps) =>
|
|
4122
|
+
}: GasFeeTokenSelectorProps) => react_jsx_runtime1.JSX.Element;
|
|
4116
4123
|
//#endregion
|
|
4117
4124
|
//#region src/components/common/InlineFeedback.d.ts
|
|
4118
4125
|
type Props$4 = {
|
|
@@ -4124,7 +4131,7 @@ declare const InlineFeedback: ({
|
|
|
4124
4131
|
message,
|
|
4125
4132
|
duration,
|
|
4126
4133
|
onClose
|
|
4127
|
-
}: Props$4) =>
|
|
4134
|
+
}: Props$4) => react_jsx_runtime1.JSX.Element;
|
|
4128
4135
|
//#endregion
|
|
4129
4136
|
//#region src/components/common/WalletSwitchFeedback.d.ts
|
|
4130
4137
|
type Props$3 = {
|
|
@@ -4141,7 +4148,7 @@ type Props$3 = {
|
|
|
4141
4148
|
*/
|
|
4142
4149
|
declare const WalletSwitchFeedback: ({
|
|
4143
4150
|
showFeedback
|
|
4144
|
-
}: Props$3) =>
|
|
4151
|
+
}: Props$3) => react_jsx_runtime1.JSX.Element | null;
|
|
4145
4152
|
//#endregion
|
|
4146
4153
|
//#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
|
|
4147
4154
|
type SuccessfulOperationContentProps = {
|
|
@@ -4171,7 +4178,7 @@ declare const UpgradeSmartAccountModal: ({
|
|
|
4171
4178
|
isOpen,
|
|
4172
4179
|
onClose,
|
|
4173
4180
|
style
|
|
4174
|
-
}: Props$2) =>
|
|
4181
|
+
}: Props$2) => react_jsx_runtime1.JSX.Element;
|
|
4175
4182
|
//#endregion
|
|
4176
4183
|
//#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
|
|
4177
4184
|
type Props$1 = {
|
|
@@ -4186,7 +4193,7 @@ declare const LegalDocumentsModal: ({
|
|
|
4186
4193
|
onAgree,
|
|
4187
4194
|
handleLogout,
|
|
4188
4195
|
onlyOptionalDocuments
|
|
4189
|
-
}: Props$1) =>
|
|
4196
|
+
}: Props$1) => react_jsx_runtime1.JSX.Element;
|
|
4190
4197
|
//#endregion
|
|
4191
4198
|
//#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
|
|
4192
4199
|
type Props = {
|
|
@@ -4198,7 +4205,7 @@ declare const LegalDocumentItem: ({
|
|
|
4198
4205
|
document,
|
|
4199
4206
|
register,
|
|
4200
4207
|
isText
|
|
4201
|
-
}: Props) =>
|
|
4208
|
+
}: Props) => react_jsx_runtime1.JSX.Element;
|
|
4202
4209
|
//#endregion
|
|
4203
4210
|
//#region src/providers/ModalProvider.d.ts
|
|
4204
4211
|
type AccountModalOptions = {
|
|
@@ -4233,7 +4240,7 @@ declare const ModalProvider: ({
|
|
|
4233
4240
|
children
|
|
4234
4241
|
}: {
|
|
4235
4242
|
children: ReactNode;
|
|
4236
|
-
}) =>
|
|
4243
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
4237
4244
|
//#endregion
|
|
4238
4245
|
//#region src/config/index.d.ts
|
|
4239
4246
|
type AppConfig = {
|
|
@@ -4278,5 +4285,5 @@ type AppConfig = {
|
|
|
4278
4285
|
};
|
|
4279
4286
|
declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
|
|
4280
4287
|
//#endregion
|
|
4281
|
-
export { LanguageSettingsContent as $, useRefreshBalances as $a, FAQModalProvider as $i, useBuildClauses as $n, useIsDomainProtected as $o, resolveMediaTypeFromMimeType as $r, useVeChainKitConfig as $s, useUpgradeSmartAccount as $t, AddressDisplay as A, MAX_IMAGE_SIZE as Aa, PrivyAppInfo as Ac, AppHubApp as Ai, getAccountBalanceQueryKey as An, WalletTokenBalance as Ao, buildCallClauses as Ar, VeChainLoginButton as As, useMfaEnrollment as At, AccountDetailsButton as B, XAppMetadata as Ba, useNotifications as Bi, estimateGas as Bn, buildClauses as Bo, validate as Br, useLegalDocuments as Bs, useTransferVET as Bt, AddressDisplayCard as C, useSingleImageUpload as Ca, ConnectionSource as Cc, VECHAIN_KIT_COOKIES_CONFIG as Ci, getCurrentAccountImplementationVersion as Cn, getCurrentAllocationsRoundIdQueryKey as Co, removeLocalStorageItem as Cr, LoginWithGithubButton as Cs, ReceiveTokenContent as Ct, StickyHeaderContainer as D, useUploadImages as Da, ExecuteBatchWithAuthorizationSignData as Dc, getENV as Di, getAccountImplementationAddressQueryKey as Dn, useTokensWithValues as Do, MultipleClausesCallParameters as Dr, LoginWithGoogleButton as Ds, ThorClient$1 as Dt, StickyFooterContainer as E, imageCompressionOptions as Ea, EnhancedClause as Ec, VECHAIN_PRIVY_APP_ID as Ei, getAccountImplementationAddress as En, TokenWithValue as Eo, setLocalStorageItem as Er, PasskeyLoginButton as Es, SendTokenContent as Et, FeatureAnnouncementCard as F, getIpfsMetadata as Fa, TransactionStatusErrorType as Fc, useLoginWithOAuth$1 as Fi, useGenericDelegatorFeeEstimationParams as Fn, useGetAvatarLegacy as Fo, compare as Fr, LoadingContent as Fs, txReceiptQueryKey as Ft, RemoveWalletConfirmContentProps as G, StoredWallet as Ga, useProfileModal as Gi, EcosystemShortcut as Gn, getAvatarQueryKey as Go, MinXNodeLevel as Gr, PrivyWalletProviderContextType as Gs, GetEventsProps as Gt, AccountModalContentTypes as H, useXAppMetadata as Ha, useSettingsModal as Hi, signVip191Transaction as Hn, getTextRecords as Ho, simpleHash as Hr, VechainKitThemeProvider as Hs, useTransferERC20 as Ht, QuickActionsSection as I, getIpfsMetadataQueryKey as Ia, VePassportUserStatus as Ic, useLoginWithPasskey$1 as Ii, useGasTokenSelection as In, getAvatarOfAddressQueryKey as Io, isInvalid as Ir, MainContent as Is, useTxReceipt as It, DisconnectConfirmContentProps as J, UseWalletReturnType as Ja, useLoginModalContent as Ji, LocalStorageKey as Jn, DomainsResponse as Jo, allNodeStrengthLevelToName as Jr, LegalDocumentOptions as Js, getChainId as Jt, SelectWalletContent as K, useWalletStorage as Ka, UpgradeSmartAccountModalProvider as Ki, useEcosystemShortcuts as Kn, useGetAvatar as Ko, NodeStrengthLevelToImage as Kr, usePrivyWalletProvider as Ks, getAllEventLogs as Kt, BalanceSection as L, useIpfsMetadata as La, Wallet as Lc, useSignTypedData as Li, decodeRawTx as Ln, useGetAvatarOfAddress as Lo, isValid as Lr, ConnectModal as Ls, BuildTransactionProps as Lt, CrossAppConnectionSecurityCard as M, getIpfsImageQueryKey as Ma, SmartAccount as Mc, getAppHubAppsQueryKey as Mi, UseEstimateAllTokensParams as Mn, useUnsetDomain as Mo, executeMultipleClausesCall as Mr, ConnectionButton as Ms, useSetWalletRecovery as Mt, DomainRequiredAlert as N, useIpfsImage as Na, TokenBalance as Nc, useAppHubApps as Ni, useEstimateAllTokens as Nn, getAvatarLegacy as No, isValidUrl as Nr, EcosystemContent as Ns, useThor$1 as Nt, useStickyHeaderContext as O, useIpfsMetadatas as Oa, ExecuteWithAuthorizationSignData as Oc, getGenericDelegatorUrl as Oi, useAccountImplementationAddress as On, ExchangeRates as Oo, MultipleClausesCallReturnType as Or, PrivyButton as Os, useDAppKitWallet as Ot, ExchangeWarningAlert as P, useIpfsImageList as Pa, TransactionStatus as Pc, useLoginWithVeChain as Pi, useGenericDelegatorFeeEstimation as Pn, getAvatarLegacyQueryKey as Po, addPrefix as Pr, ErrorContent as Ps, useGasEstimate as Pt, GasTokenSettingsContent as Q, useRefreshMetadata as Qa, useAccountCustomizationModal as Qi, buildSingleAuthorizationTypedData as Qn, getIsDomainProtectedQueryKey as Qo, convertUriToUrl as Qr, VechainKitProviderProps as Qs, useCurrentBlock as Qt, AccountSelector as R, getXAppsSharesQueryKey as Ra, useSignMessage as Ri, delegateAuthorized as Rn, getResolverAddressQueryKey as Ro, normalize as Rr, ConnectModalContentsTypes as Rs, useBuildTransaction as Rt, ModalFAQButton as S, useSwapTransaction as Sa, CURRENCY_SYMBOLS as Sc, TogglePassportCheck as Si, useGetAccountAddress as Sn, useCustomTokens as So, isOnline as Sr, ConnectPopover as Ss, SwapTokenContent as St, BaseModal as T, compressImages as Ta, ENSRecords as Tc, VECHAIN_KIT_TERMS_CONFIG as Ti, useCurrentAccountImplementationVersion as Tn, useTotalBalance as To, safeWindowOpen as Tr, DappKitButton as Ts, SendTokenSummaryContent as Tt, SwitchFeedback as U, UseSwitchWalletReturnType as Ua, useAccountModalOptions as Ui, useGenericDelegator as Un, getTextRecordsQueryKey as Uo, TIME as Ur, useVechainKitThemeConfig as Us, UseSendTransactionReturnValue as Ut, AccountModal as V, getXAppMetadata as Va, SettingsModalProvider as Vi, getDepositAccount as Vn, useUpdateTextRecord as Vo, isRejectionError as Vr, ColorModeSync as Vs, buildERC20Clauses as Vt, RemoveWalletConfirmContent as W, useSwitchWallet as Wa, ProfileModalProvider as Wi, useCrossAppConnectionCache as Wn, useGetTextRecords as Wo, EconomicNodeStrengthLevelToName as Wr, PrivyWalletProvider as Ws, useSendTransaction as Wt, SettingsContent as X, getRoundXAppsQueryKey as Xa, useReceiveModal as Xi, BuildClausesParams as Xn, getDomainsOfAddressQueryKey as Xo, gmNfts as Xr, VeChainKitContext as Xs, useGetChainId as Xt, TermsAndPrivacyContent as Y, useWallet$1 as Ya, ReceiveModalProvider as Yi, useLocalStorage as Yn, getDomainsOfAddress as Yo, buildQueryString as Yr, VeChainKitConfig as Ys, getChainIdQueryKey as Yt, SettingsContentProps as Z, useRoundXApps as Za, AccountCustomizationModalProvider as Zi, buildBatchAuthorizationTypedData as Zn, useGetDomainsOfAddress as Zo, xNodeToGMstartingLevel as Zr, VeChainKitProvider as Zs, currentBlockQueryKey as Zt, ModalNotificationButton as _, AccountModalProvider as _a, GasTokenType as _c, ENV as _i, useHasV1SmartAccount as _n, TokenWithBalance as _o, getDocumentTitle as _r, TransactionModalProps as _s, ChooseNameSummaryContentProps as _t, useModal as a, SwapTokenModalProvider as aa, DepositAccount as ac, isValidAddress as ai, useUpgradeRequired as an, getVot3BalanceQueryKey as ao, useScrollToTop as ar, getVechainDomainQueryKey as as, AssetsContent as at, AccountAvatar as b, useConnectModal as ba, TextRecords as bc, TOKEN_LOGOS as bi, getAccountAddress as bn, getB3trBalanceQueryKey as bo, hasNavigator as br, WalletButtonProps as bs, ChooseNameContent as bt, LegalDocumentsModal as c, useSendTokenModal as ca, Rate as cc, randomTransactionUser as ci, getSmartAccountQueryKey as cn, SupportedToken as co, useFeatureAnnouncement as cr, useFetchPrivyStatus as cs, UpgradeSmartAccountContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, WalletModalProvider as da, calculateTotalCost as dc, humanAddress as di, useRefreshFactoryQueries as dn, useGetTokenUsdPrice as do, useCurrency as dr, useFetchAppInfo as ds, CustomizationSummaryContent as dt, useFAQModal as ea, EnrichedLegalDocument as ec, toIPFSURL as ei, getUpgradeRequiredForAccount as en, MostVotedAppsInRoundReturnType as eo, GetEventsKeyParams as er, buildVetDomainClauses as es, ChangeCurrencyContent as et, UpgradeSmartAccountModalStyle as f, useWalletModal as fa, formatGasCost as fc, humanDomain as fi, getIsDeployed as fn, getErc20BalanceQueryKey as fo, getCallClauseQueryKey as fr, AccountMainContent as fs, CustomizationSummaryContentProps as ft, GasFeeSummary as g, useTransactionModal as ga, GasTokenSelection as gc, DEFAULT_PRIVY_ECOSYSTEM_APPS as gi, getHasV1SmartAccountQueryKey as gn, useGetCustomTokenInfo as go, copyToClipboard as gr, TransactionModal as gs, ChooseNameSummaryContent as gt, GasFeeTokenSelector as h, TransactionModalProvider as ha, GasTokenPreferences as hc, DEFAULT_GAS_TOKEN_PREFERENCES as hi, getHasV1SmartAccount as hn, getTokenInfo$1 as ho, useMultipleClausesCall as hr, ShareButtons as hs, FAQContent as ht, ModalProvider as i, useExploreEcosystemModal as ia, CostLevel as ic, compareListOfAddresses as ii, getUpgradeRequiredQueryKey as in, useIsPerson as io, useEvents as ir, useEnsRecordExists as is, ManageCustomTokenContentProps as it, ModalBackButton as j, getIpfsImage as ja, PrivyLoginMethod as jc, fetchAppHubApps as ji, useAccountBalance as jn, useTokenBalances as jo, executeCallClause as jr, EmailLoginButton as js, usePrivy$1 as jt, VersionFooter as k, IpfsImage as ka, NFTMediaType as kc, notFoundImage as ki, getAccountBalance as kn, useTokenPrices as ko, ViewFunctionResult as kr, EcosystemButton as ks, useDAppKitWalletModal as kt, LegalDocumentsModalContentsTypes as l, ChooseNameModalProvider as la, TransactionCost as lc, formatTokenBalance as li, useSmartAccount as ln, getTokenUsdPrice as lo, useCurrentCurrency as lr, fetchPrivyAppInfo as ls, ProfileContent as lt, InlineFeedback as m, useTransactionToast as ma, GasTokenInfo as mc, isZero as mi, useIsSmartAccountDeployed as mn, getCustomTokenInfoQueryKey as mo, useCallClause as mr, TransactionModalContent as ms, CustomizationContent as mt, getConfig as n, useNotificationsModal as na, LegalDocumentSource as nc, validateIpfsUri as ni, useUpgradeRequiredForAccount as nn, useMostVotedAppsInRound as no, decodeEventLog$1 as nr, useClaimVeWorldSubdomain as ns, BridgeContent as nt, DAppKitWalletButton as o, useSwapTokenModal as oa, EstimatedGas as oc, leftPadWithZeros as oi, SmartAccountReturnType as on, useGetVot3Balance as oo, useIsPWA as or, useVechainDomain as os, AssetsContentProps as ot, WalletSwitchFeedback as p, TransactionToastProvider as pa, GasTokenEstimate as pc, humanNumber as pi, getIsDeployedQueryKey as pn, useGetErc20Balance as po, getCallClauseQueryKeyWithArgs as pr, TransactionToast as ps, AccountCustomizationContentProps as pt, DisconnectConfirmContent as q, useWalletMetadata as qa, useUpgradeSmartAccountModal as qi, useSyncableLocalStorage as qn, Domain as qo, XNodeStrengthLevelToName as qr, LegalDocument as qs, getEventLogs as qt, AccountModalOptions as r, ExploreEcosystemModalProvider as ra, LegalDocumentType as rc, compareAddresses as ri, getUpgradeRequired as rn, getIsPersonQueryKey as ro, getEventsKey as rr, getEnsRecordExistsQueryKey as rs, ManageCustomTokenContent as rt, LegalDocumentItem as s, SendTokenModalProvider as sa, EstimationResponse as sc, regexPattern as si, getSmartAccount as sn, PRICE_FEED_IDS as so, useGetNodeUrl as sr, fetchPrivyStatus as ss, UpgradeSmartAccountContent as st, AppConfig as t, NotificationsModalProvider as ta, LegalDocumentAgreement as tc, uploadBlobToIPFS as ti, getUpgradeRequiredForAccountQueryKey as tn, XApp as to, UseEventsParams as tr, useClaimVetDomain as ts, ChangeCurrencyContentProps as tt, UpgradeSmartAccountModal as u, useChooseNameModal as ua, VthoPerGasAtSpeed as uc, getPicassoImage as ui, useRefreshSmartAccountQueries as un, getTokenUsdPriceQueryKey as uo, useCurrentLanguage as ur, getPrivyAppInfoQueryKey as us, ProfileContentProps as ut, TransactionButtonAndStatus as v, useAccountModal as va, TransactionSpeed as vc, PrivyEcosystemApp as vi, getAccountVersionQueryKey as vn, getCustomTokenBalanceQueryKey as vo, getLocalStorageItem as vr, SocialIcons as vs, ChooseNameSearchContent as vt, AssetButton as w, UploadedImage as wa, CrossAppConnectionCache as wc, VECHAIN_KIT_STORAGE_KEYS as wi, getCurrentAccountImplementationVersionQueryKey as wn, useCurrentAllocationsRoundId as wo, safeQuerySelector as wr, VeChainWithPrivyLoginButton as ws, SelectTokenContent as wt, ScrollToTopWrapper as x, useSwapQuotes as xa, CURRENCY as xc, TOKEN_LOGO_COMPONENTS as xi, getAccountAddressQueryKey as xn, useGetB3trBalance as xo, isBrowser as xr, WalletDisplayVariant as xs, ChooseNameContentProps as xt, TransactionButtonAndStatusProps as y, ConnectModalProvider as ya, ENS_TEXT_RECORDS as yc, SUPPORTED_GAS_TOKENS as yi, useGetAccountVersion as yn, useGetCustomTokenBalances as yo, getWindowOrigin as yr, WalletButton as ys, ChooseNameSearchContentProps as yt, ActionButton as z, useXAppsShares as za, useNotificationAlerts as zi, estimateAndBuildTxBody as zn, useGetResolverAddress as zo, removePrefix as zr, LegalDocumentsProvider as zs, buildVETClauses as zt };
|
|
4282
|
-
//# sourceMappingURL=index-
|
|
4288
|
+
export { LanguageSettingsContent as $, useRefreshMetadata as $a, useAccountCustomizationModal as $i, useBuildClauses as $n, getIsDomainProtectedQueryKey as $o, resolveMediaTypeFromMimeType as $r, VechainKitProviderProps as $s, useUpgradeSmartAccount as $t, AddressDisplay as A, IpfsImage as Aa, NFTMediaType as Ac, notFoundImage as Ai, getAccountBalanceQueryKey as An, useTokenPrices as Ao, buildCallClauses as Ar, EcosystemButton as As, useMfaEnrollment as At, AccountDetailsButton as B, useXAppsShares as Ba, useNotificationAlerts as Bi, estimateGas as Bn, useGetResolverAddress as Bo, validate as Br, LegalDocumentsProvider as Bs, useTransferVET as Bt, AddressDisplayCard as C, useSwapTransaction as Ca, CURRENCY_SYMBOLS as Cc, TogglePassportCheck as Ci, getCurrentAccountImplementationVersion as Cn, useCustomTokens as Co, removeLocalStorageItem as Cr, ConnectPopover as Cs, ReceiveTokenContent as Ct, StickyHeaderContainer as D, imageCompressionOptions as Da, EnhancedClause as Dc, VECHAIN_PRIVY_APP_ID as Di, getAccountImplementationAddressQueryKey as Dn, TokenWithValue as Do, MultipleClausesCallParameters as Dr, PasskeyLoginButton as Ds, ThorClient$1 as Dt, StickyFooterContainer as E, compressImages as Ea, ENSRecords as Ec, VECHAIN_KIT_TERMS_CONFIG as Ei, getAccountImplementationAddress as En, useTotalBalance as Eo, setLocalStorageItem as Er, DappKitButton as Es, SendTokenContent as Et, FeatureAnnouncementCard as F, useIpfsImageList as Fa, TransactionStatus as Fc, useLoginWithVeChain as Fi, useGenericDelegatorFeeEstimationParams as Fn, getAvatarLegacyQueryKey as Fo, compare as Fr, ErrorContent as Fs, txReceiptQueryKey as Ft, RemoveWalletConfirmContentProps as G, useSwitchWallet as Ga, ProfileModalProvider as Gi, EcosystemShortcut as Gn, useGetTextRecords as Go, MinXNodeLevel as Gr, PrivyWalletProvider as Gs, GetEventsProps as Gt, AccountModalContentTypes as H, getXAppMetadata as Ha, SettingsModalProvider as Hi, signVip191Transaction as Hn, useUpdateTextRecord as Ho, simpleHash as Hr, ColorModeSync as Hs, useTransferERC20 as Ht, QuickActionsSection as I, getIpfsMetadata as Ia, TransactionStatusErrorType as Ic, useLoginWithOAuth as Ii, useGasTokenSelection as In, useGetAvatarLegacy as Io, isInvalid as Ir, LoadingContent as Is, useTxReceipt as It, DisconnectConfirmContentProps as J, useWalletMetadata as Ja, useUpgradeSmartAccountModal as Ji, LocalStorageKey as Jn, Domain as Jo, allNodeStrengthLevelToName as Jr, LegalDocument as Js, getChainId as Jt, SelectWalletContent as K, StoredWallet as Ka, useProfileModal as Ki, useEcosystemShortcuts as Kn, getAvatarQueryKey as Ko, NodeStrengthLevelToImage as Kr, PrivyWalletProviderContextType as Ks, getAllEventLogs as Kt, BalanceSection as L, getIpfsMetadataQueryKey as La, VePassportUserStatus as Lc, useLoginWithPasskey as Li, decodeRawTx as Ln, getAvatarOfAddressQueryKey as Lo, isValid as Lr, MainContent as Ls, BuildTransactionProps as Lt, CrossAppConnectionSecurityCard as M, getIpfsImage as Ma, PrivyLoginMethod as Mc, fetchAppHubApps as Mi, UseEstimateAllTokensParams as Mn, useTokenBalances as Mo, executeMultipleClausesCall as Mr, EmailLoginButton as Ms, useSetWalletRecovery as Mt, DomainRequiredAlert as N, getIpfsImageQueryKey as Na, SmartAccount as Nc, getAppHubAppsQueryKey as Ni, useEstimateAllTokens as Nn, useUnsetDomain as No, isValidUrl as Nr, ConnectionButton as Ns, useThor as Nt, useStickyHeaderContext as O, useUploadImages as Oa, ExecuteBatchWithAuthorizationSignData as Oc, getENV as Oi, useAccountImplementationAddress as On, useTokensWithValues as Oo, MultipleClausesCallReturnType as Or, LoginWithGoogleButton as Os, useDAppKitWallet as Ot, ExchangeWarningAlert as P, useIpfsImage as Pa, TokenBalance as Pc, useAppHubApps as Pi, useGenericDelegatorFeeEstimation as Pn, getAvatarLegacy as Po, addPrefix as Pr, EcosystemContent as Ps, useGasEstimate as Pt, GasTokenSettingsContent as Q, useRoundXApps as Qa, AccountCustomizationModalProvider as Qi, buildSingleAuthorizationTypedData as Qn, useGetDomainsOfAddress as Qo, convertUriToUrl as Qr, VeChainKitProvider as Qs, useCurrentBlock as Qt, AccountSelector as R, useIpfsMetadata as Ra, Wallet as Rc, useSignTypedData as Ri, delegateAuthorized as Rn, useGetAvatarOfAddress as Ro, normalize as Rr, ConnectModal as Rs, useBuildTransaction as Rt, ModalFAQButton as S, useSwapQuotes as Sa, CURRENCY as Sc, TOKEN_LOGO_COMPONENTS as Si, useGetAccountAddress as Sn, useGetB3trBalance as So, isOnline as Sr, WalletDisplayVariant as Ss, SwapTokenContent as St, BaseModal as T, UploadedImage as Ta, CrossAppConnectionCache as Tc, VECHAIN_KIT_STORAGE_KEYS as Ti, useCurrentAccountImplementationVersion as Tn, useCurrentAllocationsRoundId as To, safeWindowOpen as Tr, VeChainWithPrivyLoginButton as Ts, SendTokenSummaryContent as Tt, SwitchFeedback as U, useXAppMetadata as Ua, useSettingsModal as Ui, useGenericDelegator as Un, getTextRecords as Uo, TIME as Ur, VechainKitThemeProvider as Us, UseSendTransactionReturnValue as Ut, AccountModal as V, XAppMetadata as Va, useNotifications as Vi, getDepositAccount as Vn, buildClauses as Vo, isRejectionError as Vr, useLegalDocuments as Vs, buildERC20Clauses as Vt, RemoveWalletConfirmContent as W, UseSwitchWalletReturnType as Wa, useAccountModalOptions as Wi, useCrossAppConnectionCache as Wn, getTextRecordsQueryKey as Wo, EconomicNodeStrengthLevelToName as Wr, useVechainKitThemeConfig as Ws, useSendTransaction as Wt, SettingsContent as X, useWallet as Xa, ReceiveModalProvider as Xi, BuildClausesParams as Xn, getDomainsOfAddress as Xo, gmNfts as Xr, VeChainKitConfig as Xs, useGetChainId as Xt, TermsAndPrivacyContent as Y, UseWalletReturnType as Ya, useLoginModalContent as Yi, useLocalStorage as Yn, DomainsResponse as Yo, buildQueryString as Yr, LegalDocumentOptions as Ys, getChainIdQueryKey as Yt, SettingsContentProps as Z, getRoundXAppsQueryKey as Za, useReceiveModal as Zi, buildBatchAuthorizationTypedData as Zn, getDomainsOfAddressQueryKey as Zo, xNodeToGMstartingLevel as Zr, VeChainKitContext as Zs, currentBlockQueryKey as Zt, ModalNotificationButton as _, useTransactionModal as _a, GasTokenSelection as _c, ENV as _i, useHasV1SmartAccount as _n, useGetCustomTokenInfo as _o, getDocumentTitle as _r, TransactionModal as _s, ChooseNameSummaryContentProps as _t, useModal as a, useExploreEcosystemModal as aa, CostLevel as ac, isValidAddress as ai, useUpgradeRequired as an, useIsPerson as ao, useScrollToTop as ar, useEnsRecordExists as as, AssetsContent as at, AccountAvatar as b, ConnectModalProvider as ba, ENS_TEXT_RECORDS as bc, SUPPORTED_GAS_TOKENS as bi, getAccountAddress as bn, useGetCustomTokenBalances as bo, hasNavigator as br, WalletButton as bs, ChooseNameContent as bt, LegalDocumentsModal as c, SendTokenModalProvider as ca, EstimationResponse as cc, randomTransactionUser as ci, getSmartAccountQueryKey as cn, PRICE_FEED_IDS as co, useFeatureAnnouncement as cr, fetchPrivyStatus as cs, UpgradeSmartAccountContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, useChooseNameModal as da, VthoPerGasAtSpeed as dc, humanAddress as di, useRefreshFactoryQueries as dn, getTokenUsdPriceQueryKey as do, useCurrency as dr, getPrivyAppInfoQueryKey as ds, CustomizationSummaryContent as dt, FAQModalProvider as ea, useVeChainKitConfig as ec, toIPFSURL as ei, getUpgradeRequiredForAccount as en, useRefreshBalances as eo, GetEventsKeyParams as er, useIsDomainProtected as es, ChangeCurrencyContent as et, UpgradeSmartAccountModalStyle as f, WalletModalProvider as fa, calculateTotalCost as fc, humanDomain as fi, getIsDeployed as fn, useGetTokenUsdPrice as fo, getCallClauseQueryKey as fr, useFetchAppInfo as fs, CustomizationSummaryContentProps as ft, GasFeeSummary as g, TransactionModalProvider as ga, GasTokenPreferences as gc, DEFAULT_PRIVY_ECOSYSTEM_APPS as gi, getHasV1SmartAccountQueryKey as gn, getTokenInfo as go, copyToClipboard as gr, ShareButtons as gs, ChooseNameSummaryContent as gt, GasFeeTokenSelector as h, useTransactionToast as ha, GasTokenInfo as hc, DEFAULT_GAS_TOKEN_PREFERENCES as hi, getHasV1SmartAccount as hn, getCustomTokenInfoQueryKey as ho, useMultipleClausesCall as hr, TransactionModalContent as hs, FAQContent as ht, ModalProvider as i, ExploreEcosystemModalProvider as ia, LegalDocumentType as ic, compareListOfAddresses as ii, getUpgradeRequiredQueryKey as in, getIsPersonQueryKey as io, useEvents as ir, getEnsRecordExistsQueryKey as is, ManageCustomTokenContentProps as it, ModalBackButton as j, MAX_IMAGE_SIZE as ja, PrivyAppInfo as jc, AppHubApp as ji, useAccountBalance as jn, WalletTokenBalance as jo, executeCallClause as jr, VeChainLoginButton as js, usePrivy as jt, VersionFooter as k, useIpfsMetadatas as ka, ExecuteWithAuthorizationSignData as kc, getGenericDelegatorUrl as ki, getAccountBalance as kn, ExchangeRates as ko, ViewFunctionResult as kr, PrivyButton as ks, useDAppKitWalletModal as kt, LegalDocumentsModalContentsTypes as l, useSendTokenModal as la, Rate as lc, formatTokenBalance as li, useSmartAccount as ln, SupportedToken as lo, useCurrentCurrency as lr, useFetchPrivyStatus as ls, ProfileContent as lt, InlineFeedback as m, TransactionToastProvider as ma, GasTokenEstimate as mc, isZero as mi, useIsSmartAccountDeployed as mn, useGetErc20Balance as mo, useCallClause as mr, TransactionToast as ms, CustomizationContent as mt, getConfig as n, NotificationsModalProvider as na, LegalDocumentAgreement as nc, validateIpfsUri as ni, useUpgradeRequiredForAccount as nn, XApp as no, decodeEventLog$1 as nr, useClaimVetDomain as ns, BridgeContent as nt, DAppKitWalletButton as o, SwapTokenModalProvider as oa, DepositAccount as oc, leftPadWithZeros as oi, SmartAccountReturnType as on, getVot3BalanceQueryKey as oo, useIsPWA as or, getVechainDomainQueryKey as os, AssetsContentProps as ot, WalletSwitchFeedback as p, useWalletModal as pa, formatGasCost as pc, humanNumber as pi, getIsDeployedQueryKey as pn, getErc20BalanceQueryKey as po, getCallClauseQueryKeyWithArgs as pr, AccountMainContent as ps, AccountCustomizationContentProps as pt, DisconnectConfirmContent as q, useWalletStorage as qa, UpgradeSmartAccountModalProvider as qi, useSyncableLocalStorage as qn, useGetAvatar as qo, XNodeStrengthLevelToName as qr, usePrivyWalletProvider as qs, getEventLogs as qt, AccountModalOptions as r, useNotificationsModal as ra, LegalDocumentSource as rc, compareAddresses as ri, getUpgradeRequired as rn, useMostVotedAppsInRound as ro, getEventsKey as rr, useClaimVeWorldSubdomain as rs, ManageCustomTokenContent as rt, LegalDocumentItem as s, useSwapTokenModal as sa, EstimatedGas as sc, regexPattern as si, getSmartAccount as sn, useGetVot3Balance as so, useGetNodeUrl as sr, useVechainDomain as ss, UpgradeSmartAccountContent as st, AppConfig as t, useFAQModal as ta, EnrichedLegalDocument as tc, uploadBlobToIPFS as ti, getUpgradeRequiredForAccountQueryKey as tn, MostVotedAppsInRoundReturnType as to, UseEventsParams as tr, buildVetDomainClauses as ts, ChangeCurrencyContentProps as tt, UpgradeSmartAccountModal as u, ChooseNameModalProvider as ua, TransactionCost as uc, getPicassoImage as ui, useRefreshSmartAccountQueries as un, getTokenUsdPrice as uo, useCurrentLanguage as ur, fetchPrivyAppInfo as us, ProfileContentProps as ut, TransactionButtonAndStatus as v, AccountModalProvider as va, GasTokenType as vc, NON_TRANSFERABLE_TOKEN_SYMBOLS as vi, getAccountVersionQueryKey as vn, TokenWithBalance as vo, getLocalStorageItem as vr, TransactionModalProps as vs, ChooseNameSearchContent as vt, AssetButton as w, useSingleImageUpload as wa, ConnectionSource as wc, VECHAIN_KIT_COOKIES_CONFIG as wi, getCurrentAccountImplementationVersionQueryKey as wn, getCurrentAllocationsRoundIdQueryKey as wo, safeQuerySelector as wr, LoginWithGithubButton as ws, SelectTokenContent as wt, ScrollToTopWrapper as x, useConnectModal as xa, TextRecords as xc, TOKEN_LOGOS as xi, getAccountAddressQueryKey as xn, getB3trBalanceQueryKey as xo, isBrowser as xr, WalletButtonProps as xs, ChooseNameContentProps as xt, TransactionButtonAndStatusProps as y, useAccountModal as ya, TransactionSpeed as yc, PrivyEcosystemApp as yi, useGetAccountVersion as yn, getCustomTokenBalanceQueryKey as yo, getWindowOrigin as yr, SocialIcons as ys, ChooseNameSearchContentProps as yt, ActionButton as z, getXAppsSharesQueryKey as za, useSignMessage as zi, estimateAndBuildTxBody as zn, getResolverAddressQueryKey as zo, removePrefix as zr, ConnectModalContentsTypes as zs, buildVETClauses as zt };
|
|
4289
|
+
//# sourceMappingURL=index-BI93V0nR.d.cts.map
|