@vechain/vechain-kit 2.4.1 → 2.4.3

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.
Files changed (38) hide show
  1. package/dist/assets/index.cjs +1 -1
  2. package/dist/assets/index.d.cts +1 -1
  3. package/dist/assets/index.d.mts +1 -1
  4. package/dist/assets/index.mjs +1 -1
  5. package/dist/{assets-aAdDxPJu.mjs → assets-BL24r-Yp.mjs} +2 -2
  6. package/dist/assets-BL24r-Yp.mjs.map +1 -0
  7. package/dist/{assets-DXVXPy3w.cjs → assets-DNJsQD7_.cjs} +4 -4
  8. package/dist/assets-DNJsQD7_.cjs.map +1 -0
  9. package/dist/{index-BYfc-9J5.d.mts → index-CWViOs1U.d.mts} +4 -4
  10. package/dist/{index-BYfc-9J5.d.mts.map → index-CWViOs1U.d.mts.map} +1 -1
  11. package/dist/{index-DQ-Jm6mW.d.mts → index-FTYW_KQc.d.mts} +150 -149
  12. package/dist/{index-DQ-Jm6mW.d.mts.map → index-FTYW_KQc.d.mts.map} +1 -1
  13. package/dist/{index-DSMUkHcK.d.cts → index-I8fe7GR2.d.cts} +4 -4
  14. package/dist/{index-DSMUkHcK.d.cts.map → index-I8fe7GR2.d.cts.map} +1 -1
  15. package/dist/{index-C6zk462M.d.cts → index-KHIaOcYe.d.cts} +150 -149
  16. package/dist/index-KHIaOcYe.d.cts.map +1 -0
  17. package/dist/index.cjs +8 -8
  18. package/dist/index.cjs.map +1 -1
  19. package/dist/index.d.cts +2 -2
  20. package/dist/index.d.mts +2 -2
  21. package/dist/index.mjs +8 -8
  22. package/dist/index.mjs.map +1 -1
  23. package/dist/utils/index.cjs +1 -1
  24. package/dist/utils/index.d.cts +2 -2
  25. package/dist/utils/index.d.mts +2 -2
  26. package/dist/utils/index.mjs +1 -1
  27. package/dist/utils-DLxoAo_P.cjs +2 -0
  28. package/dist/utils-DLxoAo_P.cjs.map +1 -0
  29. package/dist/utils-DjpjrcqQ.mjs +2 -0
  30. package/dist/utils-DjpjrcqQ.mjs.map +1 -0
  31. package/package.json +2 -2
  32. package/dist/assets-DXVXPy3w.cjs.map +0 -1
  33. package/dist/assets-aAdDxPJu.mjs.map +0 -1
  34. package/dist/index-C6zk462M.d.cts.map +0 -1
  35. package/dist/utils-CNYVq6tT.mjs +0 -2
  36. package/dist/utils-CNYVq6tT.mjs.map +0 -1
  37. package/dist/utils-DcAJej3n.cjs +0 -2
  38. package/dist/utils-DcAJej3n.cjs.map +0 -1
@@ -1,7 +1,7 @@
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 react_jsx_runtime0 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
5
5
  import * as _vechain_sdk_network0 from "@vechain/sdk-network";
6
6
  import { CompressedBlockDetail, EventLogs, FilterEventLogsOptions, ThorClient, ThorClient as ThorClient$1, TransactionReceipt } from "@vechain/sdk-network";
7
7
  import { LoginMethodOrderOption, OAuthProviderType, SignTypedDataParams, User, WalletListEntry, useMfaEnrollment, usePrivy, useSetWalletRecovery } from "@privy-io/react-auth";
@@ -11,7 +11,7 @@ import { LogLevel, WalletSource } from "@vechain/dapp-kit";
11
11
  import { WalletButton as DAppKitWalletButton, WalletConnectOptions, useThor, useWallet as useDAppKitWallet, useWalletModal as useDAppKitWalletModal } from "@vechain/dapp-kit-react";
12
12
  import { CustomizedStyle, I18n, SourceInfo } from "@vechain/dapp-kit-ui";
13
13
  import { IconType } from "react-icons";
14
- import * as _tanstack_react_query8 from "@tanstack/react-query";
14
+ import * as _tanstack_react_query28 from "@tanstack/react-query";
15
15
  import { UseQueryOptions } from "@tanstack/react-query";
16
16
  import { z } from "zod";
17
17
  import { CustomTokenInfo } from "@vechain/contract-getters";
@@ -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): "test" | "main" | "solo" | undefined;
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">) => react_jsx_runtime0.JSX.Element;
632
+ declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
675
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
693
+ }) => react_jsx_runtime4.JSX.Element;
694
694
  declare const VechainKitThemeProvider: ({
695
695
  children,
696
696
  darkMode,
697
697
  theme: customTheme
698
- }: Props$35) => react_jsx_runtime0.JSX.Element;
698
+ }: Props$35) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
714
+ }: Props$34) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
750
+ }: Props$33) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
762
+ }: Props$32) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
780
+ }: LoadingContentProps) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
794
+ }: ErrorContentProps) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
810
+ }: Props$31) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element | null;
833
+ }: ConnectionButtonProps) => react_jsx_runtime4.JSX.Element | null;
834
834
  //#endregion
835
835
  //#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
836
- declare const EmailLoginButton: () => react_jsx_runtime0.JSX.Element;
836
+ declare const EmailLoginButton: () => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
848
+ }: Props$30) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
862
+ }: Props$29) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
874
+ }: Props$28) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
884
+ }: Props$27) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
896
+ }: Props$26) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
906
+ }: Props$25) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
916
+ }: Props$24) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
926
+ }: Props$23) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
936
+ }: ConnectPopoverProps) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element;
955
+ }: WalletButtonProps) => react_jsx_runtime4.JSX.Element;
956
956
  //#endregion
957
957
  //#region src/components/WalletButton/SocialIcons.d.ts
958
- declare const SocialIcons: () => react_jsx_runtime0.JSX.Element;
958
+ declare const SocialIcons: () => react_jsx_runtime4.JSX.Element;
959
959
  //#endregion
960
960
  //#region src/components/TransactionModal/TransactionModal.d.ts
961
961
  type TransactionModalProps = {
@@ -985,17 +985,17 @@ declare const TransactionModal: ({
985
985
  txReceipt,
986
986
  txError,
987
987
  onTryAgain
988
- }: TransactionModalProps) => react_jsx_runtime0.JSX.Element | null;
988
+ }: TransactionModalProps) => react_jsx_runtime4.JSX.Element | null;
989
989
  //#endregion
990
990
  //#region src/components/TransactionModal/Components/ShareButtons.d.ts
991
991
  type Props$22 = {
992
- descriptionEncoded: string;
992
+ description: string;
993
993
  url?: string;
994
994
  facebookHashtag?: string;
995
995
  };
996
996
  declare const ShareButtons: ({
997
- descriptionEncoded
998
- }: Props$22) => react_jsx_runtime0.JSX.Element;
997
+ description
998
+ }: Props$22) => react_jsx_runtime4.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">) => react_jsx_runtime0.JSX.Element;
1008
+ }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime4.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) => react_jsx_runtime0.JSX.Element | null;
1028
+ }: TransactionToastProps) => react_jsx_runtime4.JSX.Element | null;
1029
1029
  //#endregion
1030
1030
  //#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
1031
1031
  type Props$21 = {
@@ -1041,12 +1041,12 @@ declare const AccountMainContent: ({
1041
1041
  wallet,
1042
1042
  onClose,
1043
1043
  switchFeedback
1044
- }: Props$21) => react_jsx_runtime0.JSX.Element;
1044
+ }: Props$21) => react_jsx_runtime4.JSX.Element;
1045
1045
  //#endregion
1046
1046
  //#region src/hooks/api/privy/useFetchAppInfo.d.ts
1047
1047
  declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
1048
1048
  declare const getPrivyAppInfoQueryKey: (appIds: string | string[]) => string[];
1049
- declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query8.UseQueryResult<{
1049
+ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query28.UseQueryResult<{
1050
1050
  [k: string]: {
1051
1051
  website: string | undefined;
1052
1052
  id: string;
@@ -1067,7 +1067,7 @@ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_qu
1067
1067
  //#endregion
1068
1068
  //#region src/hooks/api/privy/useFetchPrivyStatus.d.ts
1069
1069
  declare const fetchPrivyStatus: () => Promise<string>;
1070
- declare const useFetchPrivyStatus: () => _tanstack_react_query8.UseQueryResult<string, Error>;
1070
+ declare const useFetchPrivyStatus: () => _tanstack_react_query28.UseQueryResult<string, Error>;
1071
1071
  //#endregion
1072
1072
  //#region src/hooks/api/vetDomains/useVechainDomain.d.ts
1073
1073
  interface VeChainDomainResult {
@@ -1077,11 +1077,11 @@ interface VeChainDomainResult {
1077
1077
  isPrimaryDomain: boolean;
1078
1078
  }
1079
1079
  declare const getVechainDomainQueryKey: (addressOrDomain?: string | null) => (string | null | undefined)[];
1080
- declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query8.UseQueryResult<VeChainDomainResult, Error>;
1080
+ declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query28.UseQueryResult<VeChainDomainResult, Error>;
1081
1081
  //#endregion
1082
1082
  //#region src/hooks/api/vetDomains/useEnsRecordExists.d.ts
1083
1083
  declare const getEnsRecordExistsQueryKey: (name: string) => string[];
1084
- declare const useEnsRecordExists: (name: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
1084
+ declare const useEnsRecordExists: (name: string) => _tanstack_react_query28.UseQueryResult<boolean, Error>;
1085
1085
  //#endregion
1086
1086
  //#region src/hooks/api/vetDomains/useClaimVeWorldSubdomain.d.ts
1087
1087
  type useClaimVeWorldSubdomainProps = {
@@ -1143,7 +1143,7 @@ declare const getIsDomainProtectedQueryKey: (domain?: string) => (string | undef
1143
1143
  * @param {boolean} [enabled=true] - Flag to enable or disable the hook.
1144
1144
  * @returns The result of the useQuery hook, with the protection status.
1145
1145
  */
1146
- declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
1146
+ declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query28.UseQueryResult<boolean, Error>;
1147
1147
  //#endregion
1148
1148
  //#region src/hooks/api/vetDomains/useGetDomainsOfAddress.d.ts
1149
1149
  declare const DomainSchema: z.ZodObject<{
@@ -1171,7 +1171,7 @@ declare const getDomainsOfAddressQueryKey: (address?: string, parentDomain?: str
1171
1171
  * @param parentDomain The parent domain (e.g., "veworld.vet")
1172
1172
  * @returns The domains owned by the address
1173
1173
  */
1174
- declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query8.UseQueryResult<{
1174
+ declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query28.UseQueryResult<{
1175
1175
  domains: {
1176
1176
  name: string;
1177
1177
  }[];
@@ -1184,7 +1184,7 @@ declare const getAvatarQueryKey: (name: string, networkType: NETWORK_TYPE) => st
1184
1184
  * @param name - The VET domain name
1185
1185
  * @returns The resolved avatar URL
1186
1186
  */
1187
- declare const useGetAvatar: (name: string) => _tanstack_react_query8.UseQueryResult<string | null, Error>;
1187
+ declare const useGetAvatar: (name: string) => _tanstack_react_query28.UseQueryResult<string | null, Error>;
1188
1188
  //#endregion
1189
1189
  //#region src/hooks/api/vetDomains/useGetTextRecords.d.ts
1190
1190
  /**
@@ -1196,7 +1196,7 @@ declare const useGetAvatar: (name: string) => _tanstack_react_query8.UseQueryRes
1196
1196
  */
1197
1197
  declare const getTextRecords: (nodeUrl: string, network: NETWORK_TYPE, domain?: string) => Promise<TextRecords>;
1198
1198
  declare const getTextRecordsQueryKey: (domain?: string, network?: NETWORK_TYPE) => (string | undefined)[];
1199
- declare const useGetTextRecords: (domain?: string) => _tanstack_react_query8.UseQueryResult<TextRecords, Error>;
1199
+ declare const useGetTextRecords: (domain?: string) => _tanstack_react_query28.UseQueryResult<TextRecords, Error>;
1200
1200
  //#endregion
1201
1201
  //#region src/hooks/api/vetDomains/useUpdateTextRecord.d.ts
1202
1202
  type UpdateTextRecordVariables = {
@@ -1229,7 +1229,7 @@ declare const getResolverAddressQueryKey: (domain?: string) => (string | undefin
1229
1229
  * @param domain The domain to get resolver for
1230
1230
  * @returns The resolver address for the domain
1231
1231
  */
1232
- declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query8.UseQueryResult<`0x${string}`, unknown>;
1232
+ declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query28.UseQueryResult<`0x${string}`, unknown>;
1233
1233
  //#endregion
1234
1234
  //#region src/hooks/api/vetDomains/useGetAvatarOfAddress.d.ts
1235
1235
  declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefined)[];
@@ -1239,7 +1239,7 @@ declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefi
1239
1239
  * @param address The owner's address
1240
1240
  * @returns The avatar URL for the address's primary domain
1241
1241
  */
1242
- declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query8.UseQueryResult<string, Error>;
1242
+ declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query28.UseQueryResult<string, Error>;
1243
1243
  //#endregion
1244
1244
  //#region src/hooks/api/vetDomains/useGetAvatarLegacy.d.ts
1245
1245
  /**
@@ -1256,7 +1256,7 @@ declare const getAvatarLegacyQueryKey: (name: string, networkType: NETWORK_TYPE)
1256
1256
  * @param name - The VET domain name
1257
1257
  * @returns The resolved avatar URL
1258
1258
  */
1259
- declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query8.UseQueryResult<string | null, Error>;
1259
+ declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query28.UseQueryResult<string | null, Error>;
1260
1260
  //#endregion
1261
1261
  //#region src/hooks/api/vetDomains/useUnsetDomain.d.ts
1262
1262
  type useUnsetDomainProps = {
@@ -1365,7 +1365,7 @@ declare const getCurrentAllocationsRoundIdQueryKey: (address: string) => string[
1365
1365
  * Hook to get the current roundId of allocations voting
1366
1366
  * @returns the current roundId of allocations voting
1367
1367
  */
1368
- declare const useCurrentAllocationsRoundId: () => _tanstack_react_query8.UseQueryResult<string, unknown>;
1368
+ declare const useCurrentAllocationsRoundId: () => _tanstack_react_query28.UseQueryResult<string, unknown>;
1369
1369
  //#endregion
1370
1370
  //#region src/hooks/api/wallet/useCustomTokens.d.ts
1371
1371
  declare const useCustomTokens: () => {
@@ -1378,7 +1378,7 @@ declare const useCustomTokens: () => {
1378
1378
  //#endregion
1379
1379
  //#region src/hooks/api/wallet/useGetB3trBalance.d.ts
1380
1380
  declare const getB3trBalanceQueryKey: (address?: string) => (string | undefined)[];
1381
- declare const useGetB3trBalance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
1381
+ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query28.UseQueryResult<{
1382
1382
  original: string;
1383
1383
  scaled: string;
1384
1384
  formatted: string;
@@ -1387,7 +1387,7 @@ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query8.Us
1387
1387
  //#region src/hooks/api/wallet/useGetCustomTokenBalances.d.ts
1388
1388
  type TokenWithBalance = CustomTokenInfo & TokenBalance;
1389
1389
  declare const getCustomTokenBalanceQueryKey: (tokenAddress?: string, address?: string) => (string | undefined)[];
1390
- declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query8.UseQueryResult<{
1390
+ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query28.UseQueryResult<{
1391
1391
  original: string;
1392
1392
  scaled: string;
1393
1393
  formatted: string;
@@ -1400,11 +1400,11 @@ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_q
1400
1400
  //#region src/hooks/api/wallet/useGetCustomTokenInfo.d.ts
1401
1401
  declare const getTokenInfo: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
1402
1402
  declare const getCustomTokenInfoQueryKey: (tokenAddress: string) => string[];
1403
- declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query8.UseQueryResult<CustomTokenInfo, Error>;
1403
+ declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query28.UseQueryResult<CustomTokenInfo, Error>;
1404
1404
  //#endregion
1405
1405
  //#region src/hooks/api/wallet/useGetErc20Balance.d.ts
1406
1406
  declare const getErc20BalanceQueryKey: (tokenAddress: string, address?: string) => (string | undefined)[];
1407
- declare const useGetErc20Balance: (tokenAddress: string, address?: string) => _tanstack_react_query8.UseQueryResult<{
1407
+ declare const useGetErc20Balance: (tokenAddress: string, address?: string) => _tanstack_react_query28.UseQueryResult<{
1408
1408
  original: string;
1409
1409
  scaled: string;
1410
1410
  formatted: string;
@@ -1421,11 +1421,11 @@ declare const PRICE_FEED_IDS: {
1421
1421
  type SupportedToken = keyof typeof PRICE_FEED_IDS;
1422
1422
  declare const getTokenUsdPrice: (thor: ThorClient, token: SupportedToken, network: NETWORK_TYPE) => Promise<number>;
1423
1423
  declare const getTokenUsdPriceQueryKey: (token: SupportedToken) => string[];
1424
- declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query8.UseQueryResult<number, Error>;
1424
+ declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query28.UseQueryResult<number, Error>;
1425
1425
  //#endregion
1426
1426
  //#region src/hooks/api/wallet/useGetVot3Balance.d.ts
1427
1427
  declare const getVot3BalanceQueryKey: (address?: string) => (string | undefined)[];
1428
- declare const useGetVot3Balance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
1428
+ declare const useGetVot3Balance: (address?: string) => _tanstack_react_query28.UseQueryResult<{
1429
1429
  original: string;
1430
1430
  scaled: string;
1431
1431
  formatted: string;
@@ -1444,7 +1444,7 @@ declare const getIsPersonQueryKey: (user: string, networkType: NETWORK_TYPE) =>
1444
1444
  * @param user - The user address.
1445
1445
  * @returns The isPerson status.
1446
1446
  */
1447
- declare const useIsPerson: (user?: string | null) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
1447
+ declare const useIsPerson: (user?: string | null) => _tanstack_react_query28.UseQueryResult<boolean, Error>;
1448
1448
  //#endregion
1449
1449
  //#region src/hooks/api/wallet/useMostVotedAppsInRound.d.ts
1450
1450
  type XApp = {
@@ -1482,7 +1482,7 @@ declare const useRefreshMetadata: (domain: string, address: string) => {
1482
1482
  //#endregion
1483
1483
  //#region src/hooks/api/wallet/useRoundXApps.d.ts
1484
1484
  declare const getRoundXAppsQueryKey: (roundId: string, networkType: NETWORK_TYPE) => unknown[];
1485
- declare const useRoundXApps: (roundId?: string) => _tanstack_react_query8.UseQueryResult<{
1485
+ declare const useRoundXApps: (roundId?: string) => _tanstack_react_query28.UseQueryResult<{
1486
1486
  id: string;
1487
1487
  teamWalletAddress: `0x${string}`;
1488
1488
  name: string;
@@ -1596,7 +1596,7 @@ type XAppMetadata = {
1596
1596
  * @returns The metadata of the xApp see {@link XAppMetadata}
1597
1597
  */
1598
1598
  declare const getXAppMetadata: (uri: string, networkType: NETWORK_TYPE) => Promise<XAppMetadata | undefined>;
1599
- declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query8.UseQueryResult<XAppMetadata | undefined, Error>;
1599
+ declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query28.UseQueryResult<XAppMetadata | undefined, Error>;
1600
1600
  //#endregion
1601
1601
  //#region src/hooks/api/wallet/useXAppShares.d.ts
1602
1602
  /**
@@ -1611,7 +1611,7 @@ declare const getXAppsSharesQueryKey: (roundId?: number | string) => (string | n
1611
1611
  * @returns the shares (% of allocation pool) for the xApps in the round { allocated: number, unallocated: number }
1612
1612
  *
1613
1613
  */
1614
- declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query8.UseQueryResult<{
1614
+ declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query28.UseQueryResult<{
1615
1615
  app: string;
1616
1616
  share: number;
1617
1617
  unallocatedShare: number;
@@ -1633,7 +1633,7 @@ declare const getIpfsMetadataQueryKey: (networkType: NETWORK_TYPE, ipfsUri?: str
1633
1633
  * @param ipfsUri - The IPFS URI
1634
1634
  * @returns The metadata from IPFS
1635
1635
  */
1636
- declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<T$1>, Error>;
1636
+ declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query28.UseQueryResult<_tanstack_react_query28.NoInfer<T$1>, Error>;
1637
1637
  //#endregion
1638
1638
  //#region src/hooks/api/ipfs/useIpfsImage.d.ts
1639
1639
  interface IpfsImage {
@@ -1660,14 +1660,14 @@ declare const getIpfsImageQueryKey: (networkType: NETWORK_TYPE, imageIpfsUri?: n
1660
1660
  * @param imageIpfsUri - The IPFS URI of the NFT media
1661
1661
  * @returns The NFT media
1662
1662
  */
1663
- declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query8.UseQueryResult<IpfsImage, Error>;
1663
+ declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query28.UseQueryResult<IpfsImage, Error>;
1664
1664
  /**
1665
1665
  * Custom hook to fetch a list of IPFS images.
1666
1666
  *
1667
1667
  * @param imageIpfsUriList - An array of IPFS URIs for the images.
1668
1668
  * @returns An array of queries for each IPFS image URI.
1669
1669
  */
1670
- declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query8.UseQueryResult<IpfsImage, Error>[];
1670
+ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query28.UseQueryResult<IpfsImage, Error>[];
1671
1671
  //#endregion
1672
1672
  //#region src/hooks/api/ipfs/useIpfsMetadatas.d.ts
1673
1673
  /**
@@ -1675,7 +1675,7 @@ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_
1675
1675
  * @param ipfsUris - The IPFS URIs
1676
1676
  * @returns The metadata from IPFS for each URI
1677
1677
  */
1678
- declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query8.UseQueryResult<T$1, Error>[];
1678
+ declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query28.UseQueryResult<T$1, Error>[];
1679
1679
  //#endregion
1680
1680
  //#region src/hooks/api/ipfs/useUploadImages.d.ts
1681
1681
  declare const imageCompressionOptions: Options;
@@ -1894,7 +1894,7 @@ declare const ConnectModalProvider: ({
1894
1894
  children
1895
1895
  }: {
1896
1896
  children: ReactNode;
1897
- }) => react_jsx_runtime0.JSX.Element;
1897
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
1909
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
1921
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
1933
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
1945
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
1957
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
1969
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
1986
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
1998
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
2010
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
2022
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
2034
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
2046
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
2072
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
2084
+ }) => react_jsx_runtime4.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
- }) => react_jsx_runtime0.JSX.Element;
2102
+ }) => react_jsx_runtime4.JSX.Element;
2103
2103
  //#endregion
2104
2104
  //#region src/hooks/notifications/types.d.ts
2105
2105
  type NotificationAction = {
@@ -2229,7 +2229,7 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
2229
2229
  * );
2230
2230
  * ```
2231
2231
  */
2232
- declare const useAppHubApps: () => _tanstack_react_query8.UseQueryResult<AppHubApp[], Error>;
2232
+ declare const useAppHubApps: () => _tanstack_react_query28.UseQueryResult<AppHubApp[], Error>;
2233
2233
  //#endregion
2234
2234
  //#region src/utils/constants.d.ts
2235
2235
  declare const TOKEN_LOGOS: Record<string, string>;
@@ -2582,7 +2582,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
2582
2582
  method: TMethod;
2583
2583
  args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
2584
2584
  queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
2585
- }) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<TData>, unknown>;
2585
+ }) => _tanstack_react_query28.UseQueryResult<_tanstack_react_query28.NoInfer<TData>, unknown>;
2586
2586
  declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
2587
2587
  thor,
2588
2588
  calls,
@@ -2593,7 +2593,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
2593
2593
  calls: MultipleClausesCallParameters<contracts, allowFailure>;
2594
2594
  queryKey: string[];
2595
2595
  enabled?: boolean;
2596
- }) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
2596
+ }) => _tanstack_react_query28.UseQueryResult<_tanstack_react_query28.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
2597
2597
  //#endregion
2598
2598
  //#region src/hooks/utils/useCurrency.d.ts
2599
2599
  /**
@@ -2717,7 +2717,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
2717
2717
  filterParams,
2718
2718
  mapResponse,
2719
2719
  nodeUrl
2720
- }: UseEventsParams<T$1, K, R>) => _tanstack_react_query8.UseQueryResult<R[], Error>;
2720
+ }: UseEventsParams<T$1, K, R>) => _tanstack_react_query28.UseQueryResult<R[], Error>;
2721
2721
  //#endregion
2722
2722
  //#region src/hooks/utils/useBuildClauses.d.ts
2723
2723
  interface BuildClausesParams {
@@ -2782,6 +2782,7 @@ declare enum LocalStorageKey {
2782
2782
  NODE_URL = "vechain_kit_node_url",
2783
2783
  NETWORK = "vechain_kit_network",
2784
2784
  GAS_TOKEN_PREFERENCES = "vechain_kit_gas_token_preferences",
2785
+ SHOW_ASSETS = "vechain_kit_show_assets",
2785
2786
  }
2786
2787
  declare const useLocalStorage: <T$1>(key: LocalStorageKey, initialValue: T$1) => readonly [T$1, react0.Dispatch<react0.SetStateAction<T$1>>];
2787
2788
  //#endregion
@@ -2868,7 +2869,7 @@ declare const useGenericDelegatorFeeEstimation: ({
2868
2869
  tokens,
2869
2870
  sendingAmount,
2870
2871
  sendingTokenSymbol
2871
- }: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query8.UseQueryResult<EstimationResponse & {
2872
+ }: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query28.UseQueryResult<EstimationResponse & {
2872
2873
  usedToken: string;
2873
2874
  }, Error>;
2874
2875
  //#endregion
@@ -2882,7 +2883,7 @@ declare const useEstimateAllTokens: ({
2882
2883
  clauses,
2883
2884
  tokens,
2884
2885
  enabled
2885
- }: UseEstimateAllTokensParams) => _tanstack_react_query8.UseQueryResult<Record<GasTokenType, {
2886
+ }: UseEstimateAllTokensParams) => _tanstack_react_query28.UseQueryResult<Record<GasTokenType, {
2886
2887
  cost: number;
2887
2888
  loading: boolean;
2888
2889
  error?: string;
@@ -2899,7 +2900,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
2899
2900
  * @param address The address of the account to get the balance for
2900
2901
  * @returns The account balance
2901
2902
  */
2902
- declare const useAccountBalance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
2903
+ declare const useAccountBalance: (address?: string) => _tanstack_react_query28.UseQueryResult<{
2903
2904
  balance: string;
2904
2905
  energy: string;
2905
2906
  }, Error>;
@@ -2912,7 +2913,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
2912
2913
  * @param version - The version of the smart account implementation
2913
2914
  * @returns The address of the smart account implementation
2914
2915
  */
2915
- declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query8.UseQueryResult<string, Error>;
2916
+ declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query28.UseQueryResult<string, Error>;
2916
2917
  //#endregion
2917
2918
  //#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
2918
2919
  declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
@@ -2921,7 +2922,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
2921
2922
  * Get the current account implementation version used by the smart account factory
2922
2923
  * @returns The current account implementation version
2923
2924
  */
2924
- declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query8.UseQueryResult<number, Error>;
2925
+ declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query28.UseQueryResult<number, Error>;
2925
2926
  //#endregion
2926
2927
  //#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
2927
2928
  declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
@@ -2931,7 +2932,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
2931
2932
  * @param ownerAddress - The address of the owner of the smart account
2932
2933
  * @returns The address of the smart account
2933
2934
  */
2934
- declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<string, Error>;
2935
+ declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query28.UseQueryResult<string, Error>;
2935
2936
  //#endregion
2936
2937
  //#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
2937
2938
  declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => unknown[];
@@ -2941,7 +2942,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
2941
2942
  * @param ownerAddress - The address of the owner of the smart account
2942
2943
  * @returns The version of the smart account
2943
2944
  */
2944
- declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query8.UseQueryResult<{
2945
+ declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query28.UseQueryResult<{
2945
2946
  version: number;
2946
2947
  isDeployed: boolean;
2947
2948
  }, unknown>;
@@ -2954,7 +2955,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
2954
2955
  * @param ownerAddress - The address of the owner of the smart account
2955
2956
  * @returns True if the smart account has a v1 smart account, false otherwise
2956
2957
  */
2957
- declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
2958
+ declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query28.UseQueryResult<boolean, Error>;
2958
2959
  //#endregion
2959
2960
  //#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
2960
2961
  declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
@@ -2963,7 +2964,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
2963
2964
  * Check if a smart account is deployed
2964
2965
  * @returns True if the smart account is deployed, false otherwise
2965
2966
  */
2966
- declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
2967
+ declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query28.UseQueryResult<boolean, Error>;
2967
2968
  //#endregion
2968
2969
  //#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
2969
2970
  /**
@@ -2996,7 +2997,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
2996
2997
  isDeployed: boolean;
2997
2998
  }>;
2998
2999
  declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
2999
- declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<{
3000
+ declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query28.UseQueryResult<{
3000
3001
  address: undefined;
3001
3002
  isDeployed?: undefined;
3002
3003
  } | {
@@ -3014,7 +3015,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
3014
3015
  * @param targetVersion - The version of the smart account to check for
3015
3016
  * @returns True if the smart account needs an upgrade, false otherwise
3016
3017
  */
3017
- declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
3018
+ declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query28.UseQueryResult<boolean, Error>;
3018
3019
  //#endregion
3019
3020
  //#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
3020
3021
  declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
@@ -3025,7 +3026,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
3025
3026
  * @param targetVersion - The target version of the smart account
3026
3027
  * @returns True if the smart account needs an upgrade, false otherwise
3027
3028
  */
3028
- declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
3029
+ declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query28.UseQueryResult<boolean, Error>;
3029
3030
  //#endregion
3030
3031
  //#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
3031
3032
  type UseUpgradeSmartAccountVersionProps = {
@@ -3050,7 +3051,7 @@ declare const currentBlockQueryKey: () => string[];
3050
3051
  * Fetches the current block from the blockchain. The block is refetched every 10 seconds.
3051
3052
  * @returns the current block
3052
3053
  */
3053
- declare const useCurrentBlock: () => _tanstack_react_query8.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
3054
+ declare const useCurrentBlock: () => _tanstack_react_query28.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
3054
3055
  //#endregion
3055
3056
  //#region src/hooks/thor/blocks/useGetChainId.d.ts
3056
3057
  declare const getChainId: (thor: ThorClient) => Promise<string>;
@@ -3059,7 +3060,7 @@ declare const getChainIdQueryKey: () => string[];
3059
3060
  * Get the chain id
3060
3061
  * @returns The chain id
3061
3062
  */
3062
- declare const useGetChainId: () => _tanstack_react_query8.UseQueryResult<string, Error>;
3063
+ declare const useGetChainId: () => _tanstack_react_query28.UseQueryResult<string, Error>;
3063
3064
  //#endregion
3064
3065
  //#region src/hooks/thor/logs/logUtils.d.ts
3065
3066
  /**
@@ -3311,7 +3312,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
3311
3312
  * @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
3312
3313
  * @returns Query result containing the transaction receipt
3313
3314
  */
3314
- declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query8.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
3315
+ declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query28.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
3315
3316
  //#endregion
3316
3317
  //#region src/hooks/thor/transactions/useGasEstimate.d.ts
3317
3318
  declare const useGasEstimate: (thor: ThorClient, clauses: TransactionClause[], caller: string, options?: {
@@ -3333,7 +3334,7 @@ declare const SendTokenContent: ({
3333
3334
  initialAmount,
3334
3335
  initialToAddressOrDomain,
3335
3336
  onBack: parentOnBack
3336
- }: SendTokenContentProps) => react_jsx_runtime0.JSX.Element;
3337
+ }: SendTokenContentProps) => react_jsx_runtime4.JSX.Element;
3337
3338
  //#endregion
3338
3339
  //#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
3339
3340
  type SendTokenSummaryContentProps = {
@@ -3353,7 +3354,7 @@ declare const SendTokenSummaryContent: ({
3353
3354
  amount,
3354
3355
  selectedToken,
3355
3356
  formattedTotalAmount
3356
- }: SendTokenSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3357
+ }: SendTokenSummaryContentProps) => react_jsx_runtime4.JSX.Element;
3357
3358
  //#endregion
3358
3359
  //#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
3359
3360
  type Props$18 = {
@@ -3369,7 +3370,7 @@ declare const SelectTokenContent: ({
3369
3370
  onSelectToken,
3370
3371
  onBack,
3371
3372
  showAllTokens
3372
- }: Props$18) => react_jsx_runtime0.JSX.Element;
3373
+ }: Props$18) => react_jsx_runtime4.JSX.Element;
3373
3374
  //#endregion
3374
3375
  //#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
3375
3376
  type Props$17 = {
@@ -3377,7 +3378,7 @@ type Props$17 = {
3377
3378
  };
3378
3379
  declare const ReceiveTokenContent: ({
3379
3380
  setCurrentContent
3380
- }: Props$17) => react_jsx_runtime0.JSX.Element;
3381
+ }: Props$17) => react_jsx_runtime4.JSX.Element;
3381
3382
  //#endregion
3382
3383
  //#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
3383
3384
  type Props$16 = {
@@ -3389,7 +3390,7 @@ declare const SwapTokenContent: ({
3389
3390
  setCurrentContent,
3390
3391
  fromTokenAddress,
3391
3392
  toTokenAddress
3392
- }: Props$16) => react_jsx_runtime0.JSX.Element;
3393
+ }: Props$16) => react_jsx_runtime4.JSX.Element;
3393
3394
  //#endregion
3394
3395
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
3395
3396
  type ChooseNameContentProps = {
@@ -3401,7 +3402,7 @@ declare const ChooseNameContent: ({
3401
3402
  setCurrentContent,
3402
3403
  onBack,
3403
3404
  initialContentSource
3404
- }: ChooseNameContentProps) => react_jsx_runtime0.JSX.Element;
3405
+ }: ChooseNameContentProps) => react_jsx_runtime4.JSX.Element;
3405
3406
  //#endregion
3406
3407
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
3407
3408
  type ChooseNameSearchContentProps = {
@@ -3413,7 +3414,7 @@ declare const ChooseNameSearchContent: ({
3413
3414
  name: initialName,
3414
3415
  setCurrentContent,
3415
3416
  initialContentSource
3416
- }: ChooseNameSearchContentProps) => react_jsx_runtime0.JSX.Element;
3417
+ }: ChooseNameSearchContentProps) => react_jsx_runtime4.JSX.Element;
3417
3418
  //#endregion
3418
3419
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
3419
3420
  type ChooseNameSummaryContentProps = {
@@ -3431,7 +3432,7 @@ declare const ChooseNameSummaryContent: ({
3431
3432
  isOwnDomain,
3432
3433
  isUnsetting,
3433
3434
  initialContentSource
3434
- }: ChooseNameSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3435
+ }: ChooseNameSummaryContentProps) => react_jsx_runtime4.JSX.Element;
3435
3436
  //#endregion
3436
3437
  //#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
3437
3438
  type FAQContentProps = {
@@ -3441,7 +3442,7 @@ type FAQContentProps = {
3441
3442
  declare const FAQContent: ({
3442
3443
  onGoBack,
3443
3444
  showLanguageSelector
3444
- }: FAQContentProps) => react_jsx_runtime0.JSX.Element;
3445
+ }: FAQContentProps) => react_jsx_runtime4.JSX.Element;
3445
3446
  //#endregion
3446
3447
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
3447
3448
  type AccountCustomizationContentProps = {
@@ -3451,7 +3452,7 @@ type AccountCustomizationContentProps = {
3451
3452
  declare const CustomizationContent: ({
3452
3453
  setCurrentContent,
3453
3454
  initialContentSource
3454
- }: AccountCustomizationContentProps) => react_jsx_runtime0.JSX.Element;
3455
+ }: AccountCustomizationContentProps) => react_jsx_runtime4.JSX.Element;
3455
3456
  //#endregion
3456
3457
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
3457
3458
  type CustomizationSummaryContentProps = {
@@ -3470,7 +3471,7 @@ declare const CustomizationSummaryContent: ({
3470
3471
  setCurrentContent,
3471
3472
  changes,
3472
3473
  onDoneRedirectContent
3473
- }: CustomizationSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3474
+ }: CustomizationSummaryContentProps) => react_jsx_runtime4.JSX.Element;
3474
3475
  //#endregion
3475
3476
  //#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
3476
3477
  type ProfileContentProps = {
@@ -3484,7 +3485,7 @@ declare const ProfileContent: ({
3484
3485
  setCurrentContent,
3485
3486
  onLogoutSuccess,
3486
3487
  switchFeedback
3487
- }: ProfileContentProps) => react_jsx_runtime0.JSX.Element;
3488
+ }: ProfileContentProps) => react_jsx_runtime4.JSX.Element;
3488
3489
  //#endregion
3489
3490
  //#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
3490
3491
  type UpgradeSmartAccountContentProps = {
@@ -3496,7 +3497,7 @@ declare const UpgradeSmartAccountContent: ({
3496
3497
  setCurrentContent,
3497
3498
  handleClose,
3498
3499
  initialContent
3499
- }: UpgradeSmartAccountContentProps) => react_jsx_runtime0.JSX.Element;
3500
+ }: UpgradeSmartAccountContentProps) => react_jsx_runtime4.JSX.Element;
3500
3501
  //#endregion
3501
3502
  //#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
3502
3503
  type AssetsContentProps = {
@@ -3504,7 +3505,7 @@ type AssetsContentProps = {
3504
3505
  };
3505
3506
  declare const AssetsContent: ({
3506
3507
  setCurrentContent
3507
- }: AssetsContentProps) => react_jsx_runtime0.JSX.Element;
3508
+ }: AssetsContentProps) => react_jsx_runtime4.JSX.Element;
3508
3509
  //#endregion
3509
3510
  //#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
3510
3511
  type ManageCustomTokenContentProps = {
@@ -3512,7 +3513,7 @@ type ManageCustomTokenContentProps = {
3512
3513
  };
3513
3514
  declare const ManageCustomTokenContent: ({
3514
3515
  setCurrentContent
3515
- }: ManageCustomTokenContentProps) => react_jsx_runtime0.JSX.Element;
3516
+ }: ManageCustomTokenContentProps) => react_jsx_runtime4.JSX.Element;
3516
3517
  //#endregion
3517
3518
  //#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
3518
3519
  type Props$15 = {
@@ -3520,7 +3521,7 @@ type Props$15 = {
3520
3521
  };
3521
3522
  declare const BridgeContent: ({
3522
3523
  setCurrentContent
3523
- }: Props$15) => react_jsx_runtime0.JSX.Element;
3524
+ }: Props$15) => react_jsx_runtime4.JSX.Element;
3524
3525
  //#endregion
3525
3526
  //#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
3526
3527
  type ChangeCurrencyContentProps = {
@@ -3528,7 +3529,7 @@ type ChangeCurrencyContentProps = {
3528
3529
  };
3529
3530
  declare const ChangeCurrencyContent: ({
3530
3531
  setCurrentContent
3531
- }: ChangeCurrencyContentProps) => react_jsx_runtime0.JSX.Element;
3532
+ }: ChangeCurrencyContentProps) => react_jsx_runtime4.JSX.Element;
3532
3533
  //#endregion
3533
3534
  //#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
3534
3535
  type Props$14 = {
@@ -3536,7 +3537,7 @@ type Props$14 = {
3536
3537
  };
3537
3538
  declare const LanguageSettingsContent: ({
3538
3539
  setCurrentContent
3539
- }: Props$14) => react_jsx_runtime0.JSX.Element;
3540
+ }: Props$14) => react_jsx_runtime4.JSX.Element;
3540
3541
  //#endregion
3541
3542
  //#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
3542
3543
  type Props$13 = {
@@ -3544,7 +3545,7 @@ type Props$13 = {
3544
3545
  };
3545
3546
  declare const GasTokenSettingsContent: ({
3546
3547
  setCurrentContent
3547
- }: Props$13) => react_jsx_runtime0.JSX.Element;
3548
+ }: Props$13) => react_jsx_runtime4.JSX.Element;
3548
3549
  //#endregion
3549
3550
  //#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
3550
3551
  type SettingsContentProps = {
@@ -3554,7 +3555,7 @@ type SettingsContentProps = {
3554
3555
  declare const SettingsContent: ({
3555
3556
  setCurrentContent,
3556
3557
  onLogoutSuccess
3557
- }: SettingsContentProps) => react_jsx_runtime0.JSX.Element;
3558
+ }: SettingsContentProps) => react_jsx_runtime4.JSX.Element;
3558
3559
  //#endregion
3559
3560
  //#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
3560
3561
  type TermsAndPrivacyContentProps = {
@@ -3562,7 +3563,7 @@ type TermsAndPrivacyContentProps = {
3562
3563
  };
3563
3564
  declare const TermsAndPrivacyContent: ({
3564
3565
  onGoBack
3565
- }: TermsAndPrivacyContentProps) => react_jsx_runtime0.JSX.Element;
3566
+ }: TermsAndPrivacyContentProps) => react_jsx_runtime4.JSX.Element;
3566
3567
  //#endregion
3567
3568
  //#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
3568
3569
  type DisconnectConfirmContentProps = {
@@ -3578,7 +3579,7 @@ declare const DisconnectConfirmContent: ({
3578
3579
  onClose,
3579
3580
  showCloseButton,
3580
3581
  text
3581
- }: DisconnectConfirmContentProps) => react_jsx_runtime0.JSX.Element;
3582
+ }: DisconnectConfirmContentProps) => react_jsx_runtime4.JSX.Element;
3582
3583
  //#endregion
3583
3584
  //#region src/components/AccountModal/Contents/SelectWallet/SelectWalletContent.d.ts
3584
3585
  type Props$12 = {
@@ -3591,7 +3592,7 @@ declare const SelectWalletContent: ({
3591
3592
  setCurrentContent,
3592
3593
  returnTo,
3593
3594
  onLogoutSuccess: _onLogoutSuccess
3594
- }: Props$12) => react_jsx_runtime0.JSX.Element;
3595
+ }: Props$12) => react_jsx_runtime4.JSX.Element;
3595
3596
  //#endregion
3596
3597
  //#region src/components/AccountModal/Contents/SelectWallet/RemoveWalletConfirmContent.d.ts
3597
3598
  type RemoveWalletConfirmContentProps = {
@@ -3607,7 +3608,7 @@ declare const RemoveWalletConfirmContent: ({
3607
3608
  onConfirm,
3608
3609
  onBack,
3609
3610
  onClose
3610
- }: RemoveWalletConfirmContentProps) => react_jsx_runtime0.JSX.Element;
3611
+ }: RemoveWalletConfirmContentProps) => react_jsx_runtime4.JSX.Element;
3611
3612
  //#endregion
3612
3613
  //#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
3613
3614
  type CategoryFilter = string | null;
@@ -3735,7 +3736,7 @@ declare const AccountModal: ({
3735
3736
  isOpen,
3736
3737
  onClose,
3737
3738
  initialContent
3738
- }: Props$11) => react_jsx_runtime0.JSX.Element;
3739
+ }: Props$11) => react_jsx_runtime4.JSX.Element;
3739
3740
  //#endregion
3740
3741
  //#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
3741
3742
  interface AccountDetailsButtonProps {
@@ -3757,7 +3758,7 @@ declare const AccountDetailsButton: ({
3757
3758
  onClick,
3758
3759
  leftImage,
3759
3760
  isActive
3760
- }: AccountDetailsButtonProps) => react_jsx_runtime0.JSX.Element;
3761
+ }: AccountDetailsButtonProps) => react_jsx_runtime4.JSX.Element;
3761
3762
  //#endregion
3762
3763
  //#region src/components/AccountModal/Components/ActionButton.d.ts
3763
3764
  type ActionButtonProps = {
@@ -3799,7 +3800,7 @@ declare const ActionButton: ({
3799
3800
  extraContent,
3800
3801
  dataTestId,
3801
3802
  variant
3802
- }: ActionButtonProps) => react_jsx_runtime0.JSX.Element;
3803
+ }: ActionButtonProps) => react_jsx_runtime4.JSX.Element;
3803
3804
  //#endregion
3804
3805
  //#region src/components/AccountModal/Components/AccountSelector.d.ts
3805
3806
  type Props$10 = {
@@ -3819,7 +3820,7 @@ declare const AccountSelector: ({
3819
3820
  onClose,
3820
3821
  mt,
3821
3822
  style
3822
- }: Props$10) => react_jsx_runtime0.JSX.Element;
3823
+ }: Props$10) => react_jsx_runtime4.JSX.Element;
3823
3824
  //#endregion
3824
3825
  //#region src/components/AccountModal/Components/BalanceSection.d.ts
3825
3826
  declare const BalanceSection: ({
@@ -3830,7 +3831,7 @@ declare const BalanceSection: ({
3830
3831
  mb?: number;
3831
3832
  mt?: number;
3832
3833
  onAssetsClick?: () => void;
3833
- }) => react_jsx_runtime0.JSX.Element;
3834
+ }) => react_jsx_runtime4.JSX.Element;
3834
3835
  //#endregion
3835
3836
  //#region src/components/AccountModal/Components/QuickActionsSection.d.ts
3836
3837
  type Props$9 = {
@@ -3840,7 +3841,7 @@ type Props$9 = {
3840
3841
  declare const QuickActionsSection: ({
3841
3842
  mt,
3842
3843
  setCurrentContent
3843
- }: Props$9) => react_jsx_runtime0.JSX.Element;
3844
+ }: Props$9) => react_jsx_runtime4.JSX.Element;
3844
3845
  //#endregion
3845
3846
  //#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
3846
3847
  type FeatureAnnouncementCardProps = {
@@ -3848,16 +3849,16 @@ type FeatureAnnouncementCardProps = {
3848
3849
  };
3849
3850
  declare const FeatureAnnouncementCard: ({
3850
3851
  setCurrentContent
3851
- }: FeatureAnnouncementCardProps) => react_jsx_runtime0.JSX.Element;
3852
+ }: FeatureAnnouncementCardProps) => react_jsx_runtime4.JSX.Element;
3852
3853
  //#endregion
3853
3854
  //#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
3854
- declare const ExchangeWarningAlert: () => react_jsx_runtime0.JSX.Element;
3855
+ declare const ExchangeWarningAlert: () => react_jsx_runtime4.JSX.Element;
3855
3856
  //#endregion
3856
3857
  //#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
3857
- declare const DomainRequiredAlert: () => react_jsx_runtime0.JSX.Element;
3858
+ declare const DomainRequiredAlert: () => react_jsx_runtime4.JSX.Element;
3858
3859
  //#endregion
3859
3860
  //#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
3860
- declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime0.JSX.Element;
3861
+ declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime4.JSX.Element;
3861
3862
  //#endregion
3862
3863
  //#region src/components/common/ModalBackButton.d.ts
3863
3864
  type BackButtonProps = {
@@ -3866,7 +3867,7 @@ type BackButtonProps = {
3866
3867
  declare const ModalBackButton: ({
3867
3868
  onClick,
3868
3869
  ...props
3869
- }: BackButtonProps) => react_jsx_runtime0.JSX.Element;
3870
+ }: BackButtonProps) => react_jsx_runtime4.JSX.Element;
3870
3871
  //#endregion
3871
3872
  //#region src/components/common/AddressDisplay.d.ts
3872
3873
  type Props$8 = {
@@ -3884,13 +3885,13 @@ declare const AddressDisplay: ({
3884
3885
  showHumanAddress,
3885
3886
  setCurrentContent,
3886
3887
  onLogout
3887
- }: Props$8) => react_jsx_runtime0.JSX.Element;
3888
+ }: Props$8) => react_jsx_runtime4.JSX.Element;
3888
3889
  //#endregion
3889
3890
  //#region src/components/common/VersionFooter.d.ts
3890
3891
  type Props$7 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
3891
3892
  declare const VersionFooter: ({
3892
3893
  ...props
3893
- }: Props$7) => react_jsx_runtime0.JSX.Element;
3894
+ }: Props$7) => react_jsx_runtime4.JSX.Element;
3894
3895
  //#endregion
3895
3896
  //#region src/components/common/StickyHeaderContainer.d.ts
3896
3897
  type Props$6 = {
@@ -3901,7 +3902,7 @@ declare const useStickyHeaderContext: () => {
3901
3902
  };
3902
3903
  declare const StickyHeaderContainer: ({
3903
3904
  children
3904
- }: Props$6) => react_jsx_runtime0.JSX.Element;
3905
+ }: Props$6) => react_jsx_runtime4.JSX.Element;
3905
3906
  //#endregion
3906
3907
  //#region src/components/common/StickyFooterContainer.d.ts
3907
3908
  type Props$5 = {
@@ -3909,7 +3910,7 @@ type Props$5 = {
3909
3910
  };
3910
3911
  declare const StickyFooterContainer: ({
3911
3912
  children
3912
- }: Props$5) => react_jsx_runtime0.JSX.Element;
3913
+ }: Props$5) => react_jsx_runtime4.JSX.Element;
3913
3914
  //#endregion
3914
3915
  //#region src/components/common/BaseModal.d.ts
3915
3916
  type BaseModalProps = {
@@ -3958,7 +3959,7 @@ declare const BaseModal: ({
3958
3959
  mobileMaxHeight,
3959
3960
  desktopMinHeight,
3960
3961
  desktopMaxHeight
3961
- }: BaseModalProps) => react_jsx_runtime0.JSX.Element;
3962
+ }: BaseModalProps) => react_jsx_runtime4.JSX.Element;
3962
3963
  //#endregion
3963
3964
  //#region src/components/common/AssetButton.d.ts
3964
3965
  type AssetButtonProps = ButtonProps & {
@@ -3977,7 +3978,7 @@ declare const AssetButton: ({
3977
3978
  isDisabled,
3978
3979
  onClick,
3979
3980
  ...buttonProps
3980
- }: AssetButtonProps) => react_jsx_runtime0.JSX.Element;
3981
+ }: AssetButtonProps) => react_jsx_runtime4.JSX.Element;
3981
3982
  //#endregion
3982
3983
  //#region src/components/common/AddressDisplayCard.d.ts
3983
3984
  type AddressDisplayCardProps = {
@@ -3997,7 +3998,7 @@ declare const AddressDisplayCard: ({
3997
3998
  hideAddress,
3998
3999
  balance,
3999
4000
  tokenAddress
4000
- }: AddressDisplayCardProps) => react_jsx_runtime0.JSX.Element;
4001
+ }: AddressDisplayCardProps) => react_jsx_runtime4.JSX.Element;
4001
4002
  //#endregion
4002
4003
  //#region src/components/common/ModalFAQButton.d.ts
4003
4004
  type FAQButtonProps = {
@@ -4006,13 +4007,13 @@ type FAQButtonProps = {
4006
4007
  declare const ModalFAQButton: ({
4007
4008
  onClick,
4008
4009
  ...props
4009
- }: FAQButtonProps) => react_jsx_runtime0.JSX.Element;
4010
+ }: FAQButtonProps) => react_jsx_runtime4.JSX.Element;
4010
4011
  //#endregion
4011
4012
  //#region src/components/common/ScrollToTopWrapper.d.ts
4012
4013
  declare const ScrollToTopWrapper: ({
4013
4014
  children,
4014
4015
  ...props
4015
- }: StackProps) => react_jsx_runtime0.JSX.Element;
4016
+ }: StackProps) => react_jsx_runtime4.JSX.Element;
4016
4017
  //#endregion
4017
4018
  //#region src/components/common/AccountAvatar.d.ts
4018
4019
  type AccountAvatarProps = {
@@ -4022,7 +4023,7 @@ type AccountAvatarProps = {
4022
4023
  declare const AccountAvatar: ({
4023
4024
  wallet,
4024
4025
  props
4025
- }: AccountAvatarProps) => react_jsx_runtime0.JSX.Element;
4026
+ }: AccountAvatarProps) => react_jsx_runtime4.JSX.Element;
4026
4027
  //#endregion
4027
4028
  //#region src/components/common/TransactionButtonAndStatus.d.ts
4028
4029
  type TransactionButtonAndStatusProps = {
@@ -4064,7 +4065,7 @@ declare const TransactionButtonAndStatus: ({
4064
4065
  isLoadingGasEstimation,
4065
4066
  showGasEstimationError,
4066
4067
  context
4067
- }: TransactionButtonAndStatusProps) => react_jsx_runtime0.JSX.Element;
4068
+ }: TransactionButtonAndStatusProps) => react_jsx_runtime4.JSX.Element;
4068
4069
  //#endregion
4069
4070
  //#region src/components/common/ModalNotificationButton.d.ts
4070
4071
  type NotificationButtonProps = {
@@ -4075,7 +4076,7 @@ declare const ModalNotificationButton: ({
4075
4076
  onClick,
4076
4077
  hasUnreadNotifications,
4077
4078
  ...props
4078
- }: NotificationButtonProps) => react_jsx_runtime0.JSX.Element;
4079
+ }: NotificationButtonProps) => react_jsx_runtime4.JSX.Element;
4079
4080
  //#endregion
4080
4081
  //#region src/components/common/GasFeeSummary.d.ts
4081
4082
  interface GasFeeSummaryProps {
@@ -4111,7 +4112,7 @@ declare const GasFeeTokenSelector: ({
4111
4112
  availableTokens,
4112
4113
  tokenEstimations,
4113
4114
  walletAddress
4114
- }: GasFeeTokenSelectorProps) => react_jsx_runtime0.JSX.Element;
4115
+ }: GasFeeTokenSelectorProps) => react_jsx_runtime4.JSX.Element;
4115
4116
  //#endregion
4116
4117
  //#region src/components/common/InlineFeedback.d.ts
4117
4118
  type Props$4 = {
@@ -4123,7 +4124,7 @@ declare const InlineFeedback: ({
4123
4124
  message,
4124
4125
  duration,
4125
4126
  onClose
4126
- }: Props$4) => react_jsx_runtime0.JSX.Element;
4127
+ }: Props$4) => react_jsx_runtime4.JSX.Element;
4127
4128
  //#endregion
4128
4129
  //#region src/components/common/WalletSwitchFeedback.d.ts
4129
4130
  type Props$3 = {
@@ -4140,7 +4141,7 @@ type Props$3 = {
4140
4141
  */
4141
4142
  declare const WalletSwitchFeedback: ({
4142
4143
  showFeedback
4143
- }: Props$3) => react_jsx_runtime0.JSX.Element | null;
4144
+ }: Props$3) => react_jsx_runtime4.JSX.Element | null;
4144
4145
  //#endregion
4145
4146
  //#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
4146
4147
  type SuccessfulOperationContentProps = {
@@ -4170,7 +4171,7 @@ declare const UpgradeSmartAccountModal: ({
4170
4171
  isOpen,
4171
4172
  onClose,
4172
4173
  style
4173
- }: Props$2) => react_jsx_runtime0.JSX.Element;
4174
+ }: Props$2) => react_jsx_runtime4.JSX.Element;
4174
4175
  //#endregion
4175
4176
  //#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
4176
4177
  type Props$1 = {
@@ -4185,7 +4186,7 @@ declare const LegalDocumentsModal: ({
4185
4186
  onAgree,
4186
4187
  handleLogout,
4187
4188
  onlyOptionalDocuments
4188
- }: Props$1) => react_jsx_runtime0.JSX.Element;
4189
+ }: Props$1) => react_jsx_runtime4.JSX.Element;
4189
4190
  //#endregion
4190
4191
  //#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
4191
4192
  type Props = {
@@ -4197,7 +4198,7 @@ declare const LegalDocumentItem: ({
4197
4198
  document,
4198
4199
  register,
4199
4200
  isText
4200
- }: Props) => react_jsx_runtime0.JSX.Element;
4201
+ }: Props) => react_jsx_runtime4.JSX.Element;
4201
4202
  //#endregion
4202
4203
  //#region src/providers/ModalProvider.d.ts
4203
4204
  type AccountModalOptions = {
@@ -4232,7 +4233,7 @@ declare const ModalProvider: ({
4232
4233
  children
4233
4234
  }: {
4234
4235
  children: ReactNode;
4235
- }) => react_jsx_runtime0.JSX.Element;
4236
+ }) => react_jsx_runtime4.JSX.Element;
4236
4237
  //#endregion
4237
4238
  //#region src/config/index.d.ts
4238
4239
  type AppConfig = {
@@ -4278,4 +4279,4 @@ type AppConfig = {
4278
4279
  declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
4279
4280
  //#endregion
4280
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 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 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 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 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 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 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 };
4281
- //# sourceMappingURL=index-C6zk462M.d.cts.map
4282
+ //# sourceMappingURL=index-KHIaOcYe.d.cts.map