@vechain/vechain-kit 2.0.1 → 2.0.2

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.
@@ -1,13 +1,13 @@
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_runtime4 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
5
5
  import { Account } from "viem/accounts";
6
6
  import * as _vechain_sdk_core0 from "@vechain/sdk-core";
7
7
  import { Address, Certificate, CertificateData, Clause, Transaction, TransactionClause } from "@vechain/sdk-core";
8
8
  import { LoginMethodOrderOption, OAuthProviderType, SignTypedDataParams, User, WalletListEntry, useMfaEnrollment, usePrivy as usePrivy$1, useSetWalletRecovery } from "@privy-io/react-auth";
9
9
  import { WalletButton as DAppKitWalletButton, WalletConnectOptions, useThor as useThor$1, useWallet as useDAppKitWallet, useWalletModal as useDAppKitWalletModal } from "@vechain/dapp-kit-react";
10
- import * as _tanstack_react_query8 from "@tanstack/react-query";
10
+ import * as _tanstack_react_query28 from "@tanstack/react-query";
11
11
  import { UseQueryOptions } from "@tanstack/react-query";
12
12
  import { CustomTokenInfo } from "@vechain/contract-getters";
13
13
  import { Abi, ContractEventName, ContractFunctionParameters, MulticallParameters, MulticallReturnType, decodeEventLog } from "viem";
@@ -565,7 +565,7 @@ declare const useVeChainKitConfig: () => VeChainKitConfig;
565
565
  /**
566
566
  * Provider to wrap the application with Privy and DAppKit
567
567
  */
568
- declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime4.JSX.Element;
568
+ declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime3.JSX.Element;
569
569
  //#endregion
570
570
  //#region src/providers/PrivyWalletProvider.d.ts
571
571
  interface PrivyWalletProviderContextType {
@@ -607,7 +607,7 @@ declare const PrivyWalletProvider: ({
607
607
  delegatorUrl?: string;
608
608
  delegateAllTransactions: boolean;
609
609
  genericDelegator?: boolean;
610
- }) => react_jsx_runtime4.JSX.Element;
610
+ }) => react_jsx_runtime3.JSX.Element;
611
611
  declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
612
612
  //#endregion
613
613
  //#region src/providers/VechainKitThemeProvider.d.ts
@@ -624,12 +624,12 @@ declare const ColorModeSync: ({
624
624
  darkMode
625
625
  }: {
626
626
  darkMode: boolean;
627
- }) => react_jsx_runtime4.JSX.Element;
627
+ }) => react_jsx_runtime3.JSX.Element;
628
628
  declare const VechainKitThemeProvider: ({
629
629
  children,
630
630
  darkMode,
631
631
  theme: customTheme
632
- }: Props$36) => react_jsx_runtime4.JSX.Element;
632
+ }: Props$36) => react_jsx_runtime3.JSX.Element;
633
633
  //#endregion
634
634
  //#region src/providers/LegalDocumentsProvider.d.ts
635
635
  type Props$35 = {
@@ -645,7 +645,7 @@ type LegalDocumentsContextType = {
645
645
  declare const useLegalDocuments: () => LegalDocumentsContextType;
646
646
  declare const LegalDocumentsProvider: ({
647
647
  children
648
- }: Props$35) => react_jsx_runtime4.JSX.Element;
648
+ }: Props$35) => react_jsx_runtime3.JSX.Element;
649
649
  //#endregion
650
650
  //#region src/components/ConnectModal/ConnectModal.d.ts
651
651
  type Props$34 = {
@@ -656,7 +656,7 @@ type ConnectModalContentsTypes = 'main' | 'email-verification' | 'faq';
656
656
  declare const ConnectModal: ({
657
657
  isOpen,
658
658
  onClose
659
- }: Props$34) => react_jsx_runtime4.JSX.Element;
659
+ }: Props$34) => react_jsx_runtime3.JSX.Element;
660
660
  //#endregion
661
661
  //#region src/components/ConnectModal/Contents/MainContent.d.ts
662
662
  type Props$33 = {
@@ -666,7 +666,7 @@ type Props$33 = {
666
666
  declare const MainContent: ({
667
667
  setCurrentContent,
668
668
  onClose
669
- }: Props$33) => react_jsx_runtime4.JSX.Element;
669
+ }: Props$33) => react_jsx_runtime3.JSX.Element;
670
670
  //#endregion
671
671
  //#region src/components/ConnectModal/Components/ConnectionButton.d.ts
672
672
  interface ConnectionButtonProps {
@@ -689,10 +689,10 @@ declare const ConnectionButton: ({
689
689
  style,
690
690
  variant,
691
691
  iconWidth
692
- }: ConnectionButtonProps) => react_jsx_runtime4.JSX.Element | null;
692
+ }: ConnectionButtonProps) => react_jsx_runtime3.JSX.Element | null;
693
693
  //#endregion
694
694
  //#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
695
- declare const EmailLoginButton: () => react_jsx_runtime4.JSX.Element;
695
+ declare const EmailLoginButton: () => react_jsx_runtime3.JSX.Element;
696
696
  //#endregion
697
697
  //#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
698
698
  type Props$32 = {
@@ -702,7 +702,7 @@ type Props$32 = {
702
702
  declare const VeChainLoginButton: ({
703
703
  isDark,
704
704
  gridColumn
705
- }: Props$32) => react_jsx_runtime4.JSX.Element;
705
+ }: Props$32) => react_jsx_runtime3.JSX.Element;
706
706
  //#endregion
707
707
  //#region src/components/ConnectModal/Components/EcosystemButton.d.ts
708
708
  type Props$31 = {
@@ -714,7 +714,7 @@ type Props$31 = {
714
714
  declare const EcosystemButton: ({
715
715
  appsInfo,
716
716
  isLoading
717
- }: Props$31) => react_jsx_runtime4.JSX.Element;
717
+ }: Props$31) => react_jsx_runtime3.JSX.Element;
718
718
  //#endregion
719
719
  //#region src/components/ConnectModal/Components/PrivyButton.d.ts
720
720
  type Props$30 = {
@@ -726,7 +726,7 @@ declare const PrivyButton: ({
726
726
  isDark,
727
727
  onViewMoreLogin,
728
728
  gridColumn
729
- }: Props$30) => react_jsx_runtime4.JSX.Element;
729
+ }: Props$30) => react_jsx_runtime3.JSX.Element;
730
730
  //#endregion
731
731
  //#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
732
732
  type Props$29 = {
@@ -736,7 +736,7 @@ type Props$29 = {
736
736
  declare const LoginWithGoogleButton: ({
737
737
  isDark,
738
738
  gridColumn
739
- }: Props$29) => react_jsx_runtime4.JSX.Element;
739
+ }: Props$29) => react_jsx_runtime3.JSX.Element;
740
740
  //#endregion
741
741
  //#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
742
742
  type Props$28 = {
@@ -746,7 +746,7 @@ type Props$28 = {
746
746
  declare const PasskeyLoginButton: ({
747
747
  isDark,
748
748
  gridColumn
749
- }: Props$28) => react_jsx_runtime4.JSX.Element;
749
+ }: Props$28) => react_jsx_runtime3.JSX.Element;
750
750
  //#endregion
751
751
  //#region src/components/ConnectModal/Components/DappKitButton.d.ts
752
752
  type Props$27 = {
@@ -756,7 +756,7 @@ type Props$27 = {
756
756
  declare const DappKitButton: ({
757
757
  isDark,
758
758
  gridColumn
759
- }: Props$27) => react_jsx_runtime4.JSX.Element;
759
+ }: Props$27) => react_jsx_runtime3.JSX.Element;
760
760
  //#endregion
761
761
  //#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
762
762
  type Props$26 = {
@@ -766,7 +766,7 @@ type Props$26 = {
766
766
  declare const VeChainWithPrivyLoginButton: ({
767
767
  isDark,
768
768
  gridColumn
769
- }: Props$26) => react_jsx_runtime4.JSX.Element;
769
+ }: Props$26) => react_jsx_runtime3.JSX.Element;
770
770
  //#endregion
771
771
  //#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
772
772
  type Props$25 = {
@@ -776,7 +776,7 @@ type Props$25 = {
776
776
  declare const LoginWithGithubButton: ({
777
777
  isDark,
778
778
  gridColumn
779
- }: Props$25) => react_jsx_runtime4.JSX.Element;
779
+ }: Props$25) => react_jsx_runtime3.JSX.Element;
780
780
  //#endregion
781
781
  //#region src/components/ConnectModal/ConnectPopover.d.ts
782
782
  type ConnectPopoverProps = {
@@ -786,7 +786,7 @@ type ConnectPopoverProps = {
786
786
  declare const ConnectPopover: ({
787
787
  isLoading,
788
788
  buttonStyle
789
- }: ConnectPopoverProps) => react_jsx_runtime4.JSX.Element;
789
+ }: ConnectPopoverProps) => react_jsx_runtime3.JSX.Element;
790
790
  //#endregion
791
791
  //#region src/components/WalletButton/types.d.ts
792
792
  type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
@@ -803,10 +803,10 @@ declare const WalletButton: ({
803
803
  desktopVariant,
804
804
  buttonStyle,
805
805
  connectionVariant
806
- }: WalletButtonProps) => react_jsx_runtime4.JSX.Element;
806
+ }: WalletButtonProps) => react_jsx_runtime3.JSX.Element;
807
807
  //#endregion
808
808
  //#region src/components/WalletButton/SocialIcons.d.ts
809
- declare const SocialIcons: () => react_jsx_runtime4.JSX.Element;
809
+ declare const SocialIcons: () => react_jsx_runtime3.JSX.Element;
810
810
  //#endregion
811
811
  //#region src/components/TransactionModal/TransactionModal.d.ts
812
812
  type TransactionModalProps = {
@@ -836,7 +836,7 @@ declare const TransactionModal: ({
836
836
  txReceipt,
837
837
  txError,
838
838
  onTryAgain
839
- }: TransactionModalProps) => react_jsx_runtime4.JSX.Element;
839
+ }: TransactionModalProps) => react_jsx_runtime3.JSX.Element;
840
840
  //#endregion
841
841
  //#region src/components/TransactionModal/Components/ShareButtons.d.ts
842
842
  type Props$24 = {
@@ -846,7 +846,7 @@ type Props$24 = {
846
846
  };
847
847
  declare const ShareButtons: ({
848
848
  descriptionEncoded
849
- }: Props$24) => react_jsx_runtime4.JSX.Element;
849
+ }: Props$24) => react_jsx_runtime3.JSX.Element;
850
850
  //#endregion
851
851
  //#region src/components/TransactionModal/TransactionModalContent.d.ts
852
852
  declare const TransactionModalContent: ({
@@ -856,7 +856,7 @@ declare const TransactionModalContent: ({
856
856
  txReceipt,
857
857
  txError,
858
858
  onClose
859
- }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime4.JSX.Element;
859
+ }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime3.JSX.Element;
860
860
  //#endregion
861
861
  //#region src/components/TransactionToast/TransactionToast.d.ts
862
862
  type TransactionToastProps = {
@@ -876,7 +876,7 @@ declare const TransactionToast: ({
876
876
  txError,
877
877
  onTryAgain,
878
878
  description
879
- }: TransactionToastProps) => react_jsx_runtime4.JSX.Element | null;
879
+ }: TransactionToastProps) => react_jsx_runtime3.JSX.Element | null;
880
880
  //#endregion
881
881
  //#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
882
882
  type Props$23 = {
@@ -888,7 +888,7 @@ declare const AccountMainContent: ({
888
888
  setCurrentContent,
889
889
  wallet,
890
890
  onClose
891
- }: Props$23) => react_jsx_runtime4.JSX.Element;
891
+ }: Props$23) => react_jsx_runtime3.JSX.Element;
892
892
  //#endregion
893
893
  //#region src/components/AccountModal/Contents/Account/AccessAndSecurityContent.d.ts
894
894
  type Props$22 = {
@@ -896,7 +896,7 @@ type Props$22 = {
896
896
  };
897
897
  declare const AccessAndSecurityContent: ({
898
898
  setCurrentContent
899
- }: Props$22) => react_jsx_runtime4.JSX.Element;
899
+ }: Props$22) => react_jsx_runtime3.JSX.Element;
900
900
  //#endregion
901
901
  //#region src/components/AccountModal/Contents/Account/SettingsContent.d.ts
902
902
  type SettingsContentProps = {
@@ -906,7 +906,7 @@ type SettingsContentProps = {
906
906
  declare const SettingsContent: ({
907
907
  setCurrentContent,
908
908
  onLogoutSuccess
909
- }: SettingsContentProps) => react_jsx_runtime4.JSX.Element;
909
+ }: SettingsContentProps) => react_jsx_runtime3.JSX.Element;
910
910
  //#endregion
911
911
  //#region src/components/AccountModal/Contents/Account/EmbeddedWalletContent.d.ts
912
912
  type Props$21 = {
@@ -914,7 +914,7 @@ type Props$21 = {
914
914
  };
915
915
  declare const EmbeddedWalletContent: ({
916
916
  setCurrentContent
917
- }: Props$21) => react_jsx_runtime4.JSX.Element;
917
+ }: Props$21) => react_jsx_runtime3.JSX.Element;
918
918
  //#endregion
919
919
  //#region src/components/AccountModal/Contents/Account/DisconnectConfirmContent.d.ts
920
920
  type DisconnectConfirmContentProps = {
@@ -930,12 +930,12 @@ declare const DisconnectConfirmContent: ({
930
930
  onClose,
931
931
  showCloseButton,
932
932
  text
933
- }: DisconnectConfirmContentProps) => react_jsx_runtime4.JSX.Element;
933
+ }: DisconnectConfirmContentProps) => react_jsx_runtime3.JSX.Element;
934
934
  //#endregion
935
935
  //#region src/hooks/api/privy/useFetchAppInfo.d.ts
936
936
  declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
937
937
  declare const getPrivyAppInfoQueryKey: (appIds: string | string[]) => string[];
938
- declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query8.UseQueryResult<{
938
+ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query28.UseQueryResult<{
939
939
  [k: string]: {
940
940
  website: string | undefined;
941
941
  id: string;
@@ -956,7 +956,7 @@ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_qu
956
956
  //#endregion
957
957
  //#region src/hooks/api/privy/useFetchPrivyStatus.d.ts
958
958
  declare const fetchPrivyStatus: () => Promise<string>;
959
- declare const useFetchPrivyStatus: () => _tanstack_react_query8.UseQueryResult<string, Error>;
959
+ declare const useFetchPrivyStatus: () => _tanstack_react_query28.UseQueryResult<string, Error>;
960
960
  //#endregion
961
961
  //#region src/hooks/api/vetDomains/useVechainDomain.d.ts
962
962
  interface VeChainDomainResult {
@@ -966,11 +966,11 @@ interface VeChainDomainResult {
966
966
  isPrimaryDomain: boolean;
967
967
  }
968
968
  declare const getVechainDomainQueryKey: (addressOrDomain?: string | null) => (string | null | undefined)[];
969
- declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query8.UseQueryResult<VeChainDomainResult, Error>;
969
+ declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query28.UseQueryResult<VeChainDomainResult, Error>;
970
970
  //#endregion
971
971
  //#region src/hooks/api/vetDomains/useEnsRecordExists.d.ts
972
972
  declare const getEnsRecordExistsQueryKey: (name: string) => string[];
973
- declare const useEnsRecordExists: (name: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
973
+ declare const useEnsRecordExists: (name: string) => _tanstack_react_query28.UseQueryResult<boolean, Error>;
974
974
  //#endregion
975
975
  //#region src/hooks/api/vetDomains/useClaimVeWorldSubdomain.d.ts
976
976
  type useClaimVeWorldSubdomainProps = {
@@ -1032,7 +1032,7 @@ declare const getIsDomainProtectedQueryKey: (domain?: string) => (string | undef
1032
1032
  * @param {boolean} [enabled=true] - Flag to enable or disable the hook.
1033
1033
  * @returns The result of the useQuery hook, with the protection status.
1034
1034
  */
1035
- declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
1035
+ declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query28.UseQueryResult<boolean, Error>;
1036
1036
  //#endregion
1037
1037
  //#region src/hooks/api/vetDomains/useGetDomainsOfAddress.d.ts
1038
1038
  declare const DomainSchema: z.ZodObject<{
@@ -1060,7 +1060,7 @@ declare const getDomainsOfAddressQueryKey: (address?: string, parentDomain?: str
1060
1060
  * @param parentDomain The parent domain (e.g., "veworld.vet")
1061
1061
  * @returns The domains owned by the address
1062
1062
  */
1063
- declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query8.UseQueryResult<{
1063
+ declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query28.UseQueryResult<{
1064
1064
  domains: {
1065
1065
  name: string;
1066
1066
  }[];
@@ -1073,7 +1073,7 @@ declare const getAvatarQueryKey: (name: string, networkType: NETWORK_TYPE) => st
1073
1073
  * @param name - The VET domain name
1074
1074
  * @returns The resolved avatar URL
1075
1075
  */
1076
- declare const useGetAvatar: (name: string) => _tanstack_react_query8.UseQueryResult<string | null, Error>;
1076
+ declare const useGetAvatar: (name: string) => _tanstack_react_query28.UseQueryResult<string | null, Error>;
1077
1077
  //#endregion
1078
1078
  //#region src/hooks/api/vetDomains/useGetTextRecords.d.ts
1079
1079
  /**
@@ -1085,7 +1085,7 @@ declare const useGetAvatar: (name: string) => _tanstack_react_query8.UseQueryRes
1085
1085
  */
1086
1086
  declare const getTextRecords: (nodeUrl: string, network: NETWORK_TYPE, domain?: string) => Promise<TextRecords>;
1087
1087
  declare const getTextRecordsQueryKey: (domain?: string, network?: NETWORK_TYPE) => (string | undefined)[];
1088
- declare const useGetTextRecords: (domain?: string) => _tanstack_react_query8.UseQueryResult<TextRecords, Error>;
1088
+ declare const useGetTextRecords: (domain?: string) => _tanstack_react_query28.UseQueryResult<TextRecords, Error>;
1089
1089
  //#endregion
1090
1090
  //#region src/hooks/api/vetDomains/useUpdateTextRecord.d.ts
1091
1091
  type UpdateTextRecordVariables = {
@@ -1118,7 +1118,7 @@ declare const getResolverAddressQueryKey: (domain?: string) => (string | undefin
1118
1118
  * @param domain The domain to get resolver for
1119
1119
  * @returns The resolver address for the domain
1120
1120
  */
1121
- declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query8.UseQueryResult<`0x${string}`, unknown>;
1121
+ declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query28.UseQueryResult<`0x${string}`, unknown>;
1122
1122
  //#endregion
1123
1123
  //#region src/hooks/api/vetDomains/useGetAvatarOfAddress.d.ts
1124
1124
  declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefined)[];
@@ -1128,7 +1128,7 @@ declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefi
1128
1128
  * @param address The owner's address
1129
1129
  * @returns The avatar URL for the address's primary domain
1130
1130
  */
1131
- declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query8.UseQueryResult<string, Error>;
1131
+ declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query28.UseQueryResult<string, Error>;
1132
1132
  //#endregion
1133
1133
  //#region src/hooks/api/vetDomains/useGetAvatarLegacy.d.ts
1134
1134
  /**
@@ -1145,7 +1145,7 @@ declare const getAvatarLegacyQueryKey: (name: string, networkType: NETWORK_TYPE)
1145
1145
  * @param name - The VET domain name
1146
1146
  * @returns The resolved avatar URL
1147
1147
  */
1148
- declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query8.UseQueryResult<string | null, Error>;
1148
+ declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query28.UseQueryResult<string | null, Error>;
1149
1149
  //#endregion
1150
1150
  //#region src/hooks/api/vetDomains/useUnsetDomain.d.ts
1151
1151
  type useUnsetDomainProps = {
@@ -1254,7 +1254,7 @@ declare const getCurrentAllocationsRoundIdQueryKey: (address: string) => string[
1254
1254
  * Hook to get the current roundId of allocations voting
1255
1255
  * @returns the current roundId of allocations voting
1256
1256
  */
1257
- declare const useCurrentAllocationsRoundId: () => _tanstack_react_query8.UseQueryResult<string, unknown>;
1257
+ declare const useCurrentAllocationsRoundId: () => _tanstack_react_query28.UseQueryResult<string, unknown>;
1258
1258
  //#endregion
1259
1259
  //#region src/hooks/api/wallet/useCustomTokens.d.ts
1260
1260
  declare const useCustomTokens: () => {
@@ -1267,7 +1267,7 @@ declare const useCustomTokens: () => {
1267
1267
  //#endregion
1268
1268
  //#region src/hooks/api/wallet/useGetB3trBalance.d.ts
1269
1269
  declare const getB3trBalanceQueryKey: (address?: string) => (string | undefined)[];
1270
- declare const useGetB3trBalance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
1270
+ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query28.UseQueryResult<{
1271
1271
  original: string;
1272
1272
  scaled: string;
1273
1273
  formatted: string;
@@ -1276,7 +1276,7 @@ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query8.Us
1276
1276
  //#region src/hooks/api/wallet/useGetCustomTokenBalances.d.ts
1277
1277
  type TokenWithBalance = CustomTokenInfo & TokenBalance;
1278
1278
  declare const getCustomTokenBalanceQueryKey: (tokenAddress?: string, address?: string) => (string | undefined)[];
1279
- declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query8.UseQueryResult<{
1279
+ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query28.UseQueryResult<{
1280
1280
  original: string;
1281
1281
  scaled: string;
1282
1282
  formatted: string;
@@ -1289,11 +1289,11 @@ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_q
1289
1289
  //#region src/hooks/api/wallet/useGetCustomTokenInfo.d.ts
1290
1290
  declare const getTokenInfo$1: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
1291
1291
  declare const getCustomTokenInfoQueryKey: (tokenAddress: string) => string[];
1292
- declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query8.UseQueryResult<CustomTokenInfo, Error>;
1292
+ declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query28.UseQueryResult<CustomTokenInfo, Error>;
1293
1293
  //#endregion
1294
1294
  //#region src/hooks/api/wallet/useGetErc20Balance.d.ts
1295
1295
  declare const getErc20BalanceQueryKey: (tokenAddress: string, address?: string) => (string | undefined)[];
1296
- declare const useGetErc20Balance: (tokenAddress: string, address?: string) => _tanstack_react_query8.UseQueryResult<{
1296
+ declare const useGetErc20Balance: (tokenAddress: string, address?: string) => _tanstack_react_query28.UseQueryResult<{
1297
1297
  original: string;
1298
1298
  scaled: string;
1299
1299
  formatted: string;
@@ -1310,11 +1310,11 @@ declare const PRICE_FEED_IDS: {
1310
1310
  type SupportedToken = keyof typeof PRICE_FEED_IDS;
1311
1311
  declare const getTokenUsdPrice: (thor: ThorClient, token: SupportedToken, network: NETWORK_TYPE) => Promise<number>;
1312
1312
  declare const getTokenUsdPriceQueryKey: (token: SupportedToken) => string[];
1313
- declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query8.UseQueryResult<number, Error>;
1313
+ declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query28.UseQueryResult<number, Error>;
1314
1314
  //#endregion
1315
1315
  //#region src/hooks/api/wallet/useGetVot3Balance.d.ts
1316
1316
  declare const getVot3BalanceQueryKey: (address?: string) => (string | undefined)[];
1317
- declare const useGetVot3Balance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
1317
+ declare const useGetVot3Balance: (address?: string) => _tanstack_react_query28.UseQueryResult<{
1318
1318
  original: string;
1319
1319
  scaled: string;
1320
1320
  formatted: string;
@@ -1333,7 +1333,7 @@ declare const getIsPersonQueryKey: (user: string, networkType: NETWORK_TYPE) =>
1333
1333
  * @param user - The user address.
1334
1334
  * @returns The isPerson status.
1335
1335
  */
1336
- declare const useIsPerson: (user?: string | null) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
1336
+ declare const useIsPerson: (user?: string | null) => _tanstack_react_query28.UseQueryResult<boolean, Error>;
1337
1337
  //#endregion
1338
1338
  //#region src/hooks/api/wallet/useMostVotedAppsInRound.d.ts
1339
1339
  type XApp = {
@@ -1371,7 +1371,7 @@ declare const useRefreshMetadata: (domain: string, address: string) => {
1371
1371
  //#endregion
1372
1372
  //#region src/hooks/api/wallet/useRoundXApps.d.ts
1373
1373
  declare const getRoundXAppsQueryKey: (roundId: string, networkType: NETWORK_TYPE) => (string | unknown[])[];
1374
- declare const useRoundXApps: (roundId?: string) => _tanstack_react_query8.UseQueryResult<{
1374
+ declare const useRoundXApps: (roundId?: string) => _tanstack_react_query28.UseQueryResult<{
1375
1375
  id: string;
1376
1376
  teamWalletAddress: `0x${string}`;
1377
1377
  name: string;
@@ -1454,7 +1454,7 @@ type XAppMetadata = {
1454
1454
  * @returns The metadata of the xApp see {@link XAppMetadata}
1455
1455
  */
1456
1456
  declare const getXAppMetadata: (uri: string, networkType: NETWORK_TYPE) => Promise<XAppMetadata | undefined>;
1457
- declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query8.UseQueryResult<XAppMetadata | undefined, Error>;
1457
+ declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query28.UseQueryResult<XAppMetadata | undefined, Error>;
1458
1458
  //#endregion
1459
1459
  //#region src/hooks/api/wallet/useXAppShares.d.ts
1460
1460
  /**
@@ -1469,7 +1469,7 @@ declare const getXAppsSharesQueryKey: (roundId?: number | string) => (string | n
1469
1469
  * @returns the shares (% of allocation pool) for the xApps in the round { allocated: number, unallocated: number }
1470
1470
  *
1471
1471
  */
1472
- declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query8.UseQueryResult<{
1472
+ declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query28.UseQueryResult<{
1473
1473
  app: string;
1474
1474
  share: number;
1475
1475
  unallocatedShare: number;
@@ -1491,7 +1491,7 @@ declare const getIpfsMetadataQueryKey: (networkType: NETWORK_TYPE, ipfsUri?: str
1491
1491
  * @param ipfsUri - The IPFS URI
1492
1492
  * @returns The metadata from IPFS
1493
1493
  */
1494
- declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<T$1>, Error>;
1494
+ declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query28.UseQueryResult<_tanstack_react_query28.NoInfer<T$1>, Error>;
1495
1495
  //#endregion
1496
1496
  //#region src/hooks/api/ipfs/useIpfsImage.d.ts
1497
1497
  interface IpfsImage {
@@ -1518,14 +1518,14 @@ declare const getIpfsImageQueryKey: (networkType: NETWORK_TYPE, imageIpfsUri?: n
1518
1518
  * @param imageIpfsUri - The IPFS URI of the NFT media
1519
1519
  * @returns The NFT media
1520
1520
  */
1521
- declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query8.UseQueryResult<IpfsImage, Error>;
1521
+ declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query28.UseQueryResult<IpfsImage, Error>;
1522
1522
  /**
1523
1523
  * Custom hook to fetch a list of IPFS images.
1524
1524
  *
1525
1525
  * @param imageIpfsUriList - An array of IPFS URIs for the images.
1526
1526
  * @returns An array of queries for each IPFS image URI.
1527
1527
  */
1528
- declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query8.UseQueryResult<IpfsImage, Error>[];
1528
+ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query28.UseQueryResult<IpfsImage, Error>[];
1529
1529
  //#endregion
1530
1530
  //#region src/hooks/api/ipfs/useIpfsMetadatas.d.ts
1531
1531
  /**
@@ -1533,7 +1533,7 @@ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_
1533
1533
  * @param ipfsUris - The IPFS URIs
1534
1534
  * @returns The metadata from IPFS for each URI
1535
1535
  */
1536
- declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query8.UseQueryResult<T$1, Error>[];
1536
+ declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query28.UseQueryResult<T$1, Error>[];
1537
1537
  //#endregion
1538
1538
  //#region src/hooks/api/ipfs/useUploadImages.d.ts
1539
1539
  declare const imageCompressionOptions: Options;
@@ -1752,7 +1752,7 @@ declare const ConnectModalProvider: ({
1752
1752
  children
1753
1753
  }: {
1754
1754
  children: ReactNode;
1755
- }) => react_jsx_runtime4.JSX.Element;
1755
+ }) => react_jsx_runtime3.JSX.Element;
1756
1756
  //#endregion
1757
1757
  //#region src/hooks/modals/useAccountModal.d.ts
1758
1758
  declare const useAccountModal: () => {
@@ -1764,7 +1764,7 @@ declare const AccountModalProvider: ({
1764
1764
  children
1765
1765
  }: {
1766
1766
  children: ReactNode;
1767
- }) => react_jsx_runtime4.JSX.Element;
1767
+ }) => react_jsx_runtime3.JSX.Element;
1768
1768
  //#endregion
1769
1769
  //#region src/hooks/modals/useTransactionModal.d.ts
1770
1770
  declare const useTransactionModal: () => {
@@ -1776,7 +1776,7 @@ declare const TransactionModalProvider: ({
1776
1776
  children
1777
1777
  }: {
1778
1778
  children: ReactNode;
1779
- }) => react_jsx_runtime4.JSX.Element;
1779
+ }) => react_jsx_runtime3.JSX.Element;
1780
1780
  //#endregion
1781
1781
  //#region src/hooks/modals/useTransactionToast.d.ts
1782
1782
  declare const useTransactionToast: () => {
@@ -1788,7 +1788,7 @@ declare const TransactionToastProvider: ({
1788
1788
  children
1789
1789
  }: {
1790
1790
  children: ReactNode;
1791
- }) => react_jsx_runtime4.JSX.Element;
1791
+ }) => react_jsx_runtime3.JSX.Element;
1792
1792
  //#endregion
1793
1793
  //#region src/hooks/modals/useWalletModal.d.ts
1794
1794
  declare const useWalletModal: () => {
@@ -1800,7 +1800,7 @@ declare const WalletModalProvider: ({
1800
1800
  children
1801
1801
  }: {
1802
1802
  children: ReactNode;
1803
- }) => react_jsx_runtime4.JSX.Element;
1803
+ }) => react_jsx_runtime3.JSX.Element;
1804
1804
  //#endregion
1805
1805
  //#region src/hooks/modals/useChooseNameModal.d.ts
1806
1806
  declare const useChooseNameModal: () => {
@@ -1812,7 +1812,7 @@ declare const ChooseNameModalProvider: ({
1812
1812
  children
1813
1813
  }: {
1814
1814
  children: ReactNode;
1815
- }) => react_jsx_runtime4.JSX.Element;
1815
+ }) => react_jsx_runtime3.JSX.Element;
1816
1816
  //#endregion
1817
1817
  //#region src/hooks/modals/useSendTokenModal.d.ts
1818
1818
  declare const useSendTokenModal: () => {
@@ -1824,7 +1824,7 @@ declare const SendTokenModalProvider: ({
1824
1824
  children
1825
1825
  }: {
1826
1826
  children: ReactNode;
1827
- }) => react_jsx_runtime4.JSX.Element;
1827
+ }) => react_jsx_runtime3.JSX.Element;
1828
1828
  //#endregion
1829
1829
  //#region src/hooks/modals/useSwapTokenModal.d.ts
1830
1830
  type SwapTokenModalOptions = {
@@ -1841,7 +1841,7 @@ declare const SwapTokenModalProvider: ({
1841
1841
  children
1842
1842
  }: {
1843
1843
  children: ReactNode;
1844
- }) => react_jsx_runtime4.JSX.Element;
1844
+ }) => react_jsx_runtime3.JSX.Element;
1845
1845
  //#endregion
1846
1846
  //#region src/hooks/modals/useAccessAndSecurityModal.d.ts
1847
1847
  declare const useAccessAndSecurityModal: () => {
@@ -1853,7 +1853,7 @@ declare const AccessAndSecurityModalProvider: ({
1853
1853
  children
1854
1854
  }: {
1855
1855
  children: ReactNode;
1856
- }) => react_jsx_runtime4.JSX.Element;
1856
+ }) => react_jsx_runtime3.JSX.Element;
1857
1857
  //#endregion
1858
1858
  //#region src/hooks/modals/useExploreEcosystemModal.d.ts
1859
1859
  declare const useExploreEcosystemModal: () => {
@@ -1865,7 +1865,7 @@ declare const ExploreEcosystemModalProvider: ({
1865
1865
  children
1866
1866
  }: {
1867
1867
  children: ReactNode;
1868
- }) => react_jsx_runtime4.JSX.Element;
1868
+ }) => react_jsx_runtime3.JSX.Element;
1869
1869
  //#endregion
1870
1870
  //#region src/hooks/modals/useNotificationsModal.d.ts
1871
1871
  declare const useNotificationsModal: () => {
@@ -1877,7 +1877,7 @@ declare const NotificationsModalProvider: ({
1877
1877
  children
1878
1878
  }: {
1879
1879
  children: ReactNode;
1880
- }) => react_jsx_runtime4.JSX.Element;
1880
+ }) => react_jsx_runtime3.JSX.Element;
1881
1881
  //#endregion
1882
1882
  //#region src/hooks/modals/useFAQModal.d.ts
1883
1883
  declare const useFAQModal: () => {
@@ -1889,7 +1889,7 @@ declare const FAQModalProvider: ({
1889
1889
  children
1890
1890
  }: {
1891
1891
  children: ReactNode;
1892
- }) => react_jsx_runtime4.JSX.Element;
1892
+ }) => react_jsx_runtime3.JSX.Element;
1893
1893
  //#endregion
1894
1894
  //#region src/hooks/modals/useAccountCustomizationModal.d.ts
1895
1895
  declare const useAccountCustomizationModal: () => {
@@ -1901,7 +1901,7 @@ declare const AccountCustomizationModalProvider: ({
1901
1901
  children
1902
1902
  }: {
1903
1903
  children: ReactNode;
1904
- }) => react_jsx_runtime4.JSX.Element;
1904
+ }) => react_jsx_runtime3.JSX.Element;
1905
1905
  //#endregion
1906
1906
  //#region src/hooks/modals/useReceiveModal.d.ts
1907
1907
  declare const useReceiveModal: () => {
@@ -1913,7 +1913,7 @@ declare const ReceiveModalProvider: ({
1913
1913
  children
1914
1914
  }: {
1915
1915
  children: ReactNode;
1916
- }) => react_jsx_runtime4.JSX.Element;
1916
+ }) => react_jsx_runtime3.JSX.Element;
1917
1917
  //#endregion
1918
1918
  //#region src/hooks/modals/useLoginModalContent.d.ts
1919
1919
  type LoginModalContentConfig = {
@@ -1939,7 +1939,7 @@ declare const UpgradeSmartAccountModalProvider: ({
1939
1939
  children
1940
1940
  }: {
1941
1941
  children: ReactNode;
1942
- }) => react_jsx_runtime4.JSX.Element;
1942
+ }) => react_jsx_runtime3.JSX.Element;
1943
1943
  //#endregion
1944
1944
  //#region src/hooks/modals/useProfileModal.d.ts
1945
1945
  declare const useProfileModal: () => {
@@ -1951,7 +1951,7 @@ declare const ProfileModalProvider: ({
1951
1951
  children
1952
1952
  }: {
1953
1953
  children: ReactNode;
1954
- }) => react_jsx_runtime4.JSX.Element;
1954
+ }) => react_jsx_runtime3.JSX.Element;
1955
1955
  //#endregion
1956
1956
  //#region src/hooks/modals/useAccountModalOptions.d.ts
1957
1957
  declare const useAccountModalOptions: () => {
@@ -2087,7 +2087,7 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
2087
2087
  * );
2088
2088
  * ```
2089
2089
  */
2090
- declare const useAppHubApps: () => _tanstack_react_query8.UseQueryResult<AppHubApp[], Error>;
2090
+ declare const useAppHubApps: () => _tanstack_react_query28.UseQueryResult<AppHubApp[], Error>;
2091
2091
  //#endregion
2092
2092
  //#region src/utils/constants.d.ts
2093
2093
  declare const TOKEN_LOGOS: Record<string, string>;
@@ -2434,7 +2434,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
2434
2434
  method: TMethod;
2435
2435
  args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
2436
2436
  queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
2437
- }) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<TData>, unknown>;
2437
+ }) => _tanstack_react_query28.UseQueryResult<_tanstack_react_query28.NoInfer<TData>, unknown>;
2438
2438
  declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
2439
2439
  thor,
2440
2440
  calls,
@@ -2445,7 +2445,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
2445
2445
  calls: MultipleClausesCallParameters<contracts, allowFailure>;
2446
2446
  queryKey: string[];
2447
2447
  enabled?: boolean;
2448
- }) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
2448
+ }) => _tanstack_react_query28.UseQueryResult<_tanstack_react_query28.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
2449
2449
  //#endregion
2450
2450
  //#region src/hooks/utils/useCurrency.d.ts
2451
2451
  /**
@@ -2509,7 +2509,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
2509
2509
  filterParams,
2510
2510
  mapResponse,
2511
2511
  nodeUrl
2512
- }: UseEventsParams<T$1, K, R>) => _tanstack_react_query8.UseQueryResult<R[], Error>;
2512
+ }: UseEventsParams<T$1, K, R>) => _tanstack_react_query28.UseQueryResult<R[], Error>;
2513
2513
  //#endregion
2514
2514
  //#region src/hooks/utils/useBuildClauses.d.ts
2515
2515
  interface BuildClausesParams {
@@ -2660,7 +2660,7 @@ declare const useGasEstimation: ({
2660
2660
  tokens,
2661
2661
  sendingAmount,
2662
2662
  sendingTokenSymbol
2663
- }: UseGasEstimationParams) => _tanstack_react_query8.UseQueryResult<EstimationResponse & {
2663
+ }: UseGasEstimationParams) => _tanstack_react_query28.UseQueryResult<EstimationResponse & {
2664
2664
  usedToken: string;
2665
2665
  }, Error>;
2666
2666
  //#endregion
@@ -2674,7 +2674,7 @@ declare const useEstimateAllTokens: ({
2674
2674
  clauses,
2675
2675
  tokens,
2676
2676
  enabled
2677
- }: UseEstimateAllTokensParams) => _tanstack_react_query8.UseQueryResult<Record<GasTokenType, {
2677
+ }: UseEstimateAllTokensParams) => _tanstack_react_query28.UseQueryResult<Record<GasTokenType, {
2678
2678
  cost: number;
2679
2679
  loading: boolean;
2680
2680
  error?: string;
@@ -2691,7 +2691,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
2691
2691
  * @param address The address of the account to get the balance for
2692
2692
  * @returns The account balance
2693
2693
  */
2694
- declare const useAccountBalance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
2694
+ declare const useAccountBalance: (address?: string) => _tanstack_react_query28.UseQueryResult<{
2695
2695
  balance: string;
2696
2696
  energy: string;
2697
2697
  }, Error>;
@@ -2704,7 +2704,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
2704
2704
  * @param version - The version of the smart account implementation
2705
2705
  * @returns The address of the smart account implementation
2706
2706
  */
2707
- declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query8.UseQueryResult<string, Error>;
2707
+ declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query28.UseQueryResult<string, Error>;
2708
2708
  //#endregion
2709
2709
  //#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
2710
2710
  declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
@@ -2713,7 +2713,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
2713
2713
  * Get the current account implementation version used by the smart account factory
2714
2714
  * @returns The current account implementation version
2715
2715
  */
2716
- declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query8.UseQueryResult<number, Error>;
2716
+ declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query28.UseQueryResult<number, Error>;
2717
2717
  //#endregion
2718
2718
  //#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
2719
2719
  declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
@@ -2723,7 +2723,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
2723
2723
  * @param ownerAddress - The address of the owner of the smart account
2724
2724
  * @returns The address of the smart account
2725
2725
  */
2726
- declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<string, Error>;
2726
+ declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query28.UseQueryResult<string, Error>;
2727
2727
  //#endregion
2728
2728
  //#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
2729
2729
  declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => (string | unknown[])[];
@@ -2733,7 +2733,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
2733
2733
  * @param ownerAddress - The address of the owner of the smart account
2734
2734
  * @returns The version of the smart account
2735
2735
  */
2736
- declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query8.UseQueryResult<{
2736
+ declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query28.UseQueryResult<{
2737
2737
  version: number;
2738
2738
  isDeployed: boolean;
2739
2739
  }, unknown>;
@@ -2746,7 +2746,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
2746
2746
  * @param ownerAddress - The address of the owner of the smart account
2747
2747
  * @returns True if the smart account has a v1 smart account, false otherwise
2748
2748
  */
2749
- declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
2749
+ declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query28.UseQueryResult<boolean, Error>;
2750
2750
  //#endregion
2751
2751
  //#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
2752
2752
  declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
@@ -2755,7 +2755,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
2755
2755
  * Check if a smart account is deployed
2756
2756
  * @returns True if the smart account is deployed, false otherwise
2757
2757
  */
2758
- declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
2758
+ declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query28.UseQueryResult<boolean, Error>;
2759
2759
  //#endregion
2760
2760
  //#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
2761
2761
  /**
@@ -2788,7 +2788,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
2788
2788
  isDeployed: boolean;
2789
2789
  }>;
2790
2790
  declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
2791
- declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<{
2791
+ declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query28.UseQueryResult<{
2792
2792
  address: undefined;
2793
2793
  isDeployed?: undefined;
2794
2794
  } | {
@@ -2806,7 +2806,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
2806
2806
  * @param targetVersion - The version of the smart account to check for
2807
2807
  * @returns True if the smart account needs an upgrade, false otherwise
2808
2808
  */
2809
- declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
2809
+ declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query28.UseQueryResult<boolean, Error>;
2810
2810
  //#endregion
2811
2811
  //#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
2812
2812
  declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
@@ -2817,7 +2817,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
2817
2817
  * @param targetVersion - The target version of the smart account
2818
2818
  * @returns True if the smart account needs an upgrade, false otherwise
2819
2819
  */
2820
- declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
2820
+ declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query28.UseQueryResult<boolean, Error>;
2821
2821
  //#endregion
2822
2822
  //#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
2823
2823
  type UseUpgradeSmartAccountVersionProps = {
@@ -2842,7 +2842,7 @@ declare const currentBlockQueryKey: () => string[];
2842
2842
  * Fetches the current block from the blockchain. The block is refetched every 10 seconds.
2843
2843
  * @returns the current block
2844
2844
  */
2845
- declare const useCurrentBlock: () => _tanstack_react_query8.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
2845
+ declare const useCurrentBlock: () => _tanstack_react_query28.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
2846
2846
  //#endregion
2847
2847
  //#region src/hooks/thor/blocks/useGetChainId.d.ts
2848
2848
  declare const getChainId: (thor: ThorClient) => Promise<string>;
@@ -2851,7 +2851,7 @@ declare const getChainIdQueryKey: () => string[];
2851
2851
  * Get the chain id
2852
2852
  * @returns The chain id
2853
2853
  */
2854
- declare const useGetChainId: () => _tanstack_react_query8.UseQueryResult<string, Error>;
2854
+ declare const useGetChainId: () => _tanstack_react_query28.UseQueryResult<string, Error>;
2855
2855
  //#endregion
2856
2856
  //#region src/hooks/thor/logs/logUtils.d.ts
2857
2857
  /**
@@ -3092,7 +3092,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
3092
3092
  * @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
3093
3093
  * @returns Query result containing the transaction receipt
3094
3094
  */
3095
- declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query8.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
3095
+ declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query28.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
3096
3096
  //#endregion
3097
3097
  //#region src/components/AccountModal/Contents/SendToken/SendTokenContent.d.ts
3098
3098
  type SendTokenContentProps = {
@@ -3108,7 +3108,7 @@ declare const SendTokenContent: ({
3108
3108
  initialAmount,
3109
3109
  initialToAddressOrDomain,
3110
3110
  onBack: parentOnBack
3111
- }: SendTokenContentProps) => react_jsx_runtime4.JSX.Element;
3111
+ }: SendTokenContentProps) => react_jsx_runtime3.JSX.Element;
3112
3112
  //#endregion
3113
3113
  //#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
3114
3114
  type SendTokenSummaryContentProps = {
@@ -3128,7 +3128,7 @@ declare const SendTokenSummaryContent: ({
3128
3128
  amount,
3129
3129
  selectedToken,
3130
3130
  formattedTotalAmount
3131
- }: SendTokenSummaryContentProps) => react_jsx_runtime4.JSX.Element;
3131
+ }: SendTokenSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3132
3132
  //#endregion
3133
3133
  //#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
3134
3134
  type Props$18 = {
@@ -3144,7 +3144,7 @@ declare const SelectTokenContent: ({
3144
3144
  onSelectToken,
3145
3145
  onBack,
3146
3146
  showAllTokens
3147
- }: Props$18) => react_jsx_runtime4.JSX.Element;
3147
+ }: Props$18) => react_jsx_runtime3.JSX.Element;
3148
3148
  //#endregion
3149
3149
  //#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
3150
3150
  type Props$17 = {
@@ -3152,7 +3152,7 @@ type Props$17 = {
3152
3152
  };
3153
3153
  declare const ReceiveTokenContent: ({
3154
3154
  setCurrentContent
3155
- }: Props$17) => react_jsx_runtime4.JSX.Element;
3155
+ }: Props$17) => react_jsx_runtime3.JSX.Element;
3156
3156
  //#endregion
3157
3157
  //#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
3158
3158
  type Props$16 = {
@@ -3164,7 +3164,7 @@ declare const SwapTokenContent: ({
3164
3164
  setCurrentContent,
3165
3165
  fromTokenAddress,
3166
3166
  toTokenAddress
3167
- }: Props$16) => react_jsx_runtime4.JSX.Element;
3167
+ }: Props$16) => react_jsx_runtime3.JSX.Element;
3168
3168
  //#endregion
3169
3169
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
3170
3170
  type ChooseNameContentProps = {
@@ -3176,7 +3176,7 @@ declare const ChooseNameContent: ({
3176
3176
  setCurrentContent,
3177
3177
  onBack,
3178
3178
  initialContentSource
3179
- }: ChooseNameContentProps) => react_jsx_runtime4.JSX.Element;
3179
+ }: ChooseNameContentProps) => react_jsx_runtime3.JSX.Element;
3180
3180
  //#endregion
3181
3181
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
3182
3182
  type ChooseNameSearchContentProps = {
@@ -3188,7 +3188,7 @@ declare const ChooseNameSearchContent: ({
3188
3188
  name: initialName,
3189
3189
  setCurrentContent,
3190
3190
  initialContentSource
3191
- }: ChooseNameSearchContentProps) => react_jsx_runtime4.JSX.Element;
3191
+ }: ChooseNameSearchContentProps) => react_jsx_runtime3.JSX.Element;
3192
3192
  //#endregion
3193
3193
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
3194
3194
  type ChooseNameSummaryContentProps = {
@@ -3206,7 +3206,7 @@ declare const ChooseNameSummaryContent: ({
3206
3206
  isOwnDomain,
3207
3207
  isUnsetting,
3208
3208
  initialContentSource
3209
- }: ChooseNameSummaryContentProps) => react_jsx_runtime4.JSX.Element;
3209
+ }: ChooseNameSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3210
3210
  //#endregion
3211
3211
  //#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
3212
3212
  type FAQContentProps = {
@@ -3216,7 +3216,7 @@ type FAQContentProps = {
3216
3216
  declare const FAQContent: ({
3217
3217
  onGoBack,
3218
3218
  showLanguageSelector
3219
- }: FAQContentProps) => react_jsx_runtime4.JSX.Element;
3219
+ }: FAQContentProps) => react_jsx_runtime3.JSX.Element;
3220
3220
  //#endregion
3221
3221
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
3222
3222
  type AccountCustomizationContentProps = {
@@ -3226,7 +3226,7 @@ type AccountCustomizationContentProps = {
3226
3226
  declare const CustomizationContent: ({
3227
3227
  setCurrentContent,
3228
3228
  initialContentSource
3229
- }: AccountCustomizationContentProps) => react_jsx_runtime4.JSX.Element;
3229
+ }: AccountCustomizationContentProps) => react_jsx_runtime3.JSX.Element;
3230
3230
  //#endregion
3231
3231
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
3232
3232
  type CustomizationSummaryContentProps = {
@@ -3245,7 +3245,7 @@ declare const CustomizationSummaryContent: ({
3245
3245
  setCurrentContent,
3246
3246
  changes,
3247
3247
  onDoneRedirectContent
3248
- }: CustomizationSummaryContentProps) => react_jsx_runtime4.JSX.Element;
3248
+ }: CustomizationSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3249
3249
  //#endregion
3250
3250
  //#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
3251
3251
  type ProfileContentProps = {
@@ -3255,7 +3255,7 @@ type ProfileContentProps = {
3255
3255
  declare const ProfileContent: ({
3256
3256
  setCurrentContent,
3257
3257
  onLogoutSuccess
3258
- }: ProfileContentProps) => react_jsx_runtime4.JSX.Element;
3258
+ }: ProfileContentProps) => react_jsx_runtime3.JSX.Element;
3259
3259
  //#endregion
3260
3260
  //#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
3261
3261
  type UpgradeSmartAccountContentProps = {
@@ -3267,7 +3267,7 @@ declare const UpgradeSmartAccountContent: ({
3267
3267
  setCurrentContent,
3268
3268
  handleClose,
3269
3269
  initialContent
3270
- }: UpgradeSmartAccountContentProps) => react_jsx_runtime4.JSX.Element;
3270
+ }: UpgradeSmartAccountContentProps) => react_jsx_runtime3.JSX.Element;
3271
3271
  //#endregion
3272
3272
  //#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
3273
3273
  type AssetsContentProps = {
@@ -3275,7 +3275,7 @@ type AssetsContentProps = {
3275
3275
  };
3276
3276
  declare const AssetsContent: ({
3277
3277
  setCurrentContent
3278
- }: AssetsContentProps) => react_jsx_runtime4.JSX.Element;
3278
+ }: AssetsContentProps) => react_jsx_runtime3.JSX.Element;
3279
3279
  //#endregion
3280
3280
  //#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
3281
3281
  type ManageCustomTokenContentProps = {
@@ -3283,7 +3283,7 @@ type ManageCustomTokenContentProps = {
3283
3283
  };
3284
3284
  declare const ManageCustomTokenContent: ({
3285
3285
  setCurrentContent
3286
- }: ManageCustomTokenContentProps) => react_jsx_runtime4.JSX.Element;
3286
+ }: ManageCustomTokenContentProps) => react_jsx_runtime3.JSX.Element;
3287
3287
  //#endregion
3288
3288
  //#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
3289
3289
  type Props$15 = {
@@ -3291,7 +3291,7 @@ type Props$15 = {
3291
3291
  };
3292
3292
  declare const BridgeContent: ({
3293
3293
  setCurrentContent
3294
- }: Props$15) => react_jsx_runtime4.JSX.Element;
3294
+ }: Props$15) => react_jsx_runtime3.JSX.Element;
3295
3295
  //#endregion
3296
3296
  //#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
3297
3297
  type ChangeCurrencyContentProps = {
@@ -3299,7 +3299,7 @@ type ChangeCurrencyContentProps = {
3299
3299
  };
3300
3300
  declare const ChangeCurrencyContent: ({
3301
3301
  setCurrentContent
3302
- }: ChangeCurrencyContentProps) => react_jsx_runtime4.JSX.Element;
3302
+ }: ChangeCurrencyContentProps) => react_jsx_runtime3.JSX.Element;
3303
3303
  //#endregion
3304
3304
  //#region src/components/AccountModal/Contents/KitSettings/GeneralSettingsContent.d.ts
3305
3305
  type Props$14 = {
@@ -3307,7 +3307,7 @@ type Props$14 = {
3307
3307
  };
3308
3308
  declare const GeneralSettingsContent: ({
3309
3309
  setCurrentContent
3310
- }: Props$14) => react_jsx_runtime4.JSX.Element;
3310
+ }: Props$14) => react_jsx_runtime3.JSX.Element;
3311
3311
  //#endregion
3312
3312
  //#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
3313
3313
  type Props$13 = {
@@ -3315,7 +3315,7 @@ type Props$13 = {
3315
3315
  };
3316
3316
  declare const LanguageSettingsContent: ({
3317
3317
  setCurrentContent
3318
- }: Props$13) => react_jsx_runtime4.JSX.Element;
3318
+ }: Props$13) => react_jsx_runtime3.JSX.Element;
3319
3319
  //#endregion
3320
3320
  //#region src/components/AccountModal/Contents/KitSettings/AppearanceSettingsContent.d.ts
3321
3321
  type Props$12 = {
@@ -3323,7 +3323,7 @@ type Props$12 = {
3323
3323
  };
3324
3324
  declare const AppearanceSettingsContent: ({
3325
3325
  setCurrentContent
3326
- }: Props$12) => react_jsx_runtime4.JSX.Element;
3326
+ }: Props$12) => react_jsx_runtime3.JSX.Element;
3327
3327
  //#endregion
3328
3328
  //#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
3329
3329
  type Props$11 = {
@@ -3331,7 +3331,7 @@ type Props$11 = {
3331
3331
  };
3332
3332
  declare const GasTokenSettingsContent: ({
3333
3333
  setCurrentContent
3334
- }: Props$11) => react_jsx_runtime4.JSX.Element;
3334
+ }: Props$11) => react_jsx_runtime3.JSX.Element;
3335
3335
  //#endregion
3336
3336
  //#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
3337
3337
  type TermsAndPrivacyContentProps = {
@@ -3339,7 +3339,7 @@ type TermsAndPrivacyContentProps = {
3339
3339
  };
3340
3340
  declare const TermsAndPrivacyContent: ({
3341
3341
  onGoBack
3342
- }: TermsAndPrivacyContentProps) => react_jsx_runtime4.JSX.Element;
3342
+ }: TermsAndPrivacyContentProps) => react_jsx_runtime3.JSX.Element;
3343
3343
  //#endregion
3344
3344
  //#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
3345
3345
  type CategoryFilter = string | null;
@@ -3443,7 +3443,7 @@ declare const AccountModal: ({
3443
3443
  isOpen,
3444
3444
  onClose,
3445
3445
  initialContent
3446
- }: Props$10) => react_jsx_runtime4.JSX.Element;
3446
+ }: Props$10) => react_jsx_runtime3.JSX.Element;
3447
3447
  //#endregion
3448
3448
  //#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
3449
3449
  interface AccountDetailsButtonProps {
@@ -3465,7 +3465,7 @@ declare const AccountDetailsButton: ({
3465
3465
  onClick,
3466
3466
  leftImage,
3467
3467
  isActive
3468
- }: AccountDetailsButtonProps) => react_jsx_runtime4.JSX.Element;
3468
+ }: AccountDetailsButtonProps) => react_jsx_runtime3.JSX.Element;
3469
3469
  //#endregion
3470
3470
  //#region src/components/AccountModal/Components/ActionButton.d.ts
3471
3471
  type ActionButtonProps = {
@@ -3507,7 +3507,7 @@ declare const ActionButton: ({
3507
3507
  extraContent,
3508
3508
  dataTestId,
3509
3509
  variant
3510
- }: ActionButtonProps) => react_jsx_runtime4.JSX.Element;
3510
+ }: ActionButtonProps) => react_jsx_runtime3.JSX.Element;
3511
3511
  //#endregion
3512
3512
  //#region src/components/AccountModal/Components/AccountSelector.d.ts
3513
3513
  type Props$9 = {
@@ -3527,7 +3527,7 @@ declare const AccountSelector: ({
3527
3527
  onClose,
3528
3528
  mt,
3529
3529
  style
3530
- }: Props$9) => react_jsx_runtime4.JSX.Element;
3530
+ }: Props$9) => react_jsx_runtime3.JSX.Element;
3531
3531
  //#endregion
3532
3532
  //#region src/components/AccountModal/Components/BalanceSection.d.ts
3533
3533
  declare const BalanceSection: ({
@@ -3538,7 +3538,7 @@ declare const BalanceSection: ({
3538
3538
  mb?: number;
3539
3539
  mt?: number;
3540
3540
  onAssetsClick?: () => void;
3541
- }) => react_jsx_runtime4.JSX.Element;
3541
+ }) => react_jsx_runtime3.JSX.Element;
3542
3542
  //#endregion
3543
3543
  //#region src/components/AccountModal/Components/QuickActionsSection.d.ts
3544
3544
  type Props$8 = {
@@ -3548,7 +3548,7 @@ type Props$8 = {
3548
3548
  declare const QuickActionsSection: ({
3549
3549
  mt,
3550
3550
  setCurrentContent
3551
- }: Props$8) => react_jsx_runtime4.JSX.Element;
3551
+ }: Props$8) => react_jsx_runtime3.JSX.Element;
3552
3552
  //#endregion
3553
3553
  //#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
3554
3554
  type FeatureAnnouncementCardProps = {
@@ -3556,16 +3556,16 @@ type FeatureAnnouncementCardProps = {
3556
3556
  };
3557
3557
  declare const FeatureAnnouncementCard: ({
3558
3558
  setCurrentContent
3559
- }: FeatureAnnouncementCardProps) => react_jsx_runtime4.JSX.Element | null;
3559
+ }: FeatureAnnouncementCardProps) => react_jsx_runtime3.JSX.Element | null;
3560
3560
  //#endregion
3561
3561
  //#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
3562
- declare const ExchangeWarningAlert: () => react_jsx_runtime4.JSX.Element;
3562
+ declare const ExchangeWarningAlert: () => react_jsx_runtime3.JSX.Element;
3563
3563
  //#endregion
3564
3564
  //#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
3565
- declare const DomainRequiredAlert: () => react_jsx_runtime4.JSX.Element;
3565
+ declare const DomainRequiredAlert: () => react_jsx_runtime3.JSX.Element;
3566
3566
  //#endregion
3567
3567
  //#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
3568
- declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime4.JSX.Element;
3568
+ declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime3.JSX.Element;
3569
3569
  //#endregion
3570
3570
  //#region src/components/common/ModalBackButton.d.ts
3571
3571
  type BackButtonProps = {
@@ -3574,7 +3574,7 @@ type BackButtonProps = {
3574
3574
  declare const ModalBackButton: ({
3575
3575
  onClick,
3576
3576
  ...props
3577
- }: BackButtonProps) => react_jsx_runtime4.JSX.Element;
3577
+ }: BackButtonProps) => react_jsx_runtime3.JSX.Element;
3578
3578
  //#endregion
3579
3579
  //#region src/components/common/AddressDisplay.d.ts
3580
3580
  type Props$7 = {
@@ -3588,13 +3588,13 @@ declare const AddressDisplay: ({
3588
3588
  label,
3589
3589
  style,
3590
3590
  showHumanAddress
3591
- }: Props$7) => react_jsx_runtime4.JSX.Element;
3591
+ }: Props$7) => react_jsx_runtime3.JSX.Element;
3592
3592
  //#endregion
3593
3593
  //#region src/components/common/VersionFooter.d.ts
3594
3594
  type Props$6 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
3595
3595
  declare const VersionFooter: ({
3596
3596
  ...props
3597
- }: Props$6) => react_jsx_runtime4.JSX.Element;
3597
+ }: Props$6) => react_jsx_runtime3.JSX.Element;
3598
3598
  //#endregion
3599
3599
  //#region src/components/common/StickyHeaderContainer.d.ts
3600
3600
  type Props$5 = {
@@ -3602,7 +3602,7 @@ type Props$5 = {
3602
3602
  };
3603
3603
  declare const StickyHeaderContainer: ({
3604
3604
  children
3605
- }: Props$5) => react_jsx_runtime4.JSX.Element;
3605
+ }: Props$5) => react_jsx_runtime3.JSX.Element;
3606
3606
  //#endregion
3607
3607
  //#region src/components/common/StickyFooterContainer.d.ts
3608
3608
  type Props$4 = {
@@ -3610,7 +3610,7 @@ type Props$4 = {
3610
3610
  };
3611
3611
  declare const StickyFooterContainer: ({
3612
3612
  children
3613
- }: Props$4) => react_jsx_runtime4.JSX.Element;
3613
+ }: Props$4) => react_jsx_runtime3.JSX.Element;
3614
3614
  //#endregion
3615
3615
  //#region src/components/common/BaseModal.d.ts
3616
3616
  type BaseModalProps = {
@@ -3641,7 +3641,7 @@ declare const BaseModal: ({
3641
3641
  allowExternalFocus,
3642
3642
  backdropFilter,
3643
3643
  isCloseable
3644
- }: BaseModalProps) => react_jsx_runtime4.JSX.Element;
3644
+ }: BaseModalProps) => react_jsx_runtime3.JSX.Element;
3645
3645
  //#endregion
3646
3646
  //#region src/components/common/AssetButton.d.ts
3647
3647
  type AssetButtonProps = ButtonProps & {
@@ -3660,7 +3660,7 @@ declare const AssetButton: ({
3660
3660
  isDisabled,
3661
3661
  onClick,
3662
3662
  ...buttonProps
3663
- }: AssetButtonProps) => react_jsx_runtime4.JSX.Element;
3663
+ }: AssetButtonProps) => react_jsx_runtime3.JSX.Element;
3664
3664
  //#endregion
3665
3665
  //#region src/components/common/AddressDisplayCard.d.ts
3666
3666
  type AddressDisplayCardProps = {
@@ -3682,7 +3682,7 @@ declare const AddressDisplayCard: ({
3682
3682
  hideAddress,
3683
3683
  balance,
3684
3684
  tokenAddress
3685
- }: AddressDisplayCardProps) => react_jsx_runtime4.JSX.Element;
3685
+ }: AddressDisplayCardProps) => react_jsx_runtime3.JSX.Element;
3686
3686
  //#endregion
3687
3687
  //#region src/components/common/ModalFAQButton.d.ts
3688
3688
  type FAQButtonProps = {
@@ -3691,13 +3691,13 @@ type FAQButtonProps = {
3691
3691
  declare const ModalFAQButton: ({
3692
3692
  onClick,
3693
3693
  ...props
3694
- }: FAQButtonProps) => react_jsx_runtime4.JSX.Element;
3694
+ }: FAQButtonProps) => react_jsx_runtime3.JSX.Element;
3695
3695
  //#endregion
3696
3696
  //#region src/components/common/ScrollToTopWrapper.d.ts
3697
3697
  declare const ScrollToTopWrapper: ({
3698
3698
  children,
3699
3699
  ...props
3700
- }: StackProps) => react_jsx_runtime4.JSX.Element;
3700
+ }: StackProps) => react_jsx_runtime3.JSX.Element;
3701
3701
  //#endregion
3702
3702
  //#region src/components/common/AccountAvatar.d.ts
3703
3703
  type AccountAvatarProps = {
@@ -3707,7 +3707,7 @@ type AccountAvatarProps = {
3707
3707
  declare const AccountAvatar: ({
3708
3708
  wallet,
3709
3709
  props
3710
- }: AccountAvatarProps) => react_jsx_runtime4.JSX.Element;
3710
+ }: AccountAvatarProps) => react_jsx_runtime3.JSX.Element;
3711
3711
  //#endregion
3712
3712
  //#region src/components/common/TransactionButtonAndStatus.d.ts
3713
3713
  type TransactionButtonAndStatusProps = {
@@ -3749,7 +3749,7 @@ declare const TransactionButtonAndStatus: ({
3749
3749
  isLoadingGasEstimation,
3750
3750
  showGasEstimationError,
3751
3751
  context
3752
- }: TransactionButtonAndStatusProps) => react_jsx_runtime4.JSX.Element;
3752
+ }: TransactionButtonAndStatusProps) => react_jsx_runtime3.JSX.Element;
3753
3753
  //#endregion
3754
3754
  //#region src/components/common/ModalNotificationButton.d.ts
3755
3755
  type NotificationButtonProps = {
@@ -3760,7 +3760,7 @@ declare const ModalNotificationButton: ({
3760
3760
  onClick,
3761
3761
  hasUnreadNotifications,
3762
3762
  ...props
3763
- }: NotificationButtonProps) => react_jsx_runtime4.JSX.Element;
3763
+ }: NotificationButtonProps) => react_jsx_runtime3.JSX.Element;
3764
3764
  //#endregion
3765
3765
  //#region src/components/common/GasFeeSummary.d.ts
3766
3766
  interface GasFeeSummaryProps {
@@ -3796,7 +3796,7 @@ declare const GasFeeTokenSelector: ({
3796
3796
  availableTokens,
3797
3797
  tokenEstimations,
3798
3798
  walletAddress
3799
- }: GasFeeTokenSelectorProps) => react_jsx_runtime4.JSX.Element;
3799
+ }: GasFeeTokenSelectorProps) => react_jsx_runtime3.JSX.Element;
3800
3800
  //#endregion
3801
3801
  //#region src/components/LoginLoadingModal/LoginLoadingModal.d.ts
3802
3802
  type LoginLoadingModalProps = {
@@ -3814,7 +3814,7 @@ declare const LoginLoadingModal: ({
3814
3814
  title,
3815
3815
  loadingText,
3816
3816
  onTryAgain
3817
- }: LoginLoadingModalProps) => react_jsx_runtime4.JSX.Element;
3817
+ }: LoginLoadingModalProps) => react_jsx_runtime3.JSX.Element;
3818
3818
  //#endregion
3819
3819
  //#region src/components/EcosystemModal/EcosystemModal.d.ts
3820
3820
  type Props$3 = {
@@ -3828,7 +3828,7 @@ declare const EcosystemModal: ({
3828
3828
  onClose,
3829
3829
  appsInfo,
3830
3830
  isLoading
3831
- }: Props$3) => react_jsx_runtime4.JSX.Element;
3831
+ }: Props$3) => react_jsx_runtime3.JSX.Element;
3832
3832
  //#endregion
3833
3833
  //#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
3834
3834
  type SuccessfulOperationContentProps = {
@@ -3858,7 +3858,7 @@ declare const UpgradeSmartAccountModal: ({
3858
3858
  isOpen,
3859
3859
  onClose,
3860
3860
  style
3861
- }: Props$2) => react_jsx_runtime4.JSX.Element;
3861
+ }: Props$2) => react_jsx_runtime3.JSX.Element;
3862
3862
  //#endregion
3863
3863
  //#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
3864
3864
  type Props$1 = {
@@ -3873,7 +3873,7 @@ declare const LegalDocumentsModal: ({
3873
3873
  onAgree,
3874
3874
  handleLogout,
3875
3875
  onlyOptionalDocuments
3876
- }: Props$1) => react_jsx_runtime4.JSX.Element;
3876
+ }: Props$1) => react_jsx_runtime3.JSX.Element;
3877
3877
  //#endregion
3878
3878
  //#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
3879
3879
  type Props = {
@@ -3885,7 +3885,7 @@ declare const LegalDocumentItem: ({
3885
3885
  document,
3886
3886
  register,
3887
3887
  isText
3888
- }: Props) => react_jsx_runtime4.JSX.Element;
3888
+ }: Props) => react_jsx_runtime3.JSX.Element;
3889
3889
  //#endregion
3890
3890
  //#region src/providers/ModalProvider.d.ts
3891
3891
  type AccountModalOptions = {
@@ -3916,7 +3916,7 @@ declare const ModalProvider: ({
3916
3916
  children
3917
3917
  }: {
3918
3918
  children: ReactNode;
3919
- }) => react_jsx_runtime4.JSX.Element;
3919
+ }) => react_jsx_runtime3.JSX.Element;
3920
3920
  //#endregion
3921
3921
  //#region src/config/index.d.ts
3922
3922
  type AppConfig = {
@@ -3962,4 +3962,4 @@ type AppConfig = {
3962
3962
  declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
3963
3963
  //#endregion
3964
3964
  export { AssetsContentProps as $, getCustomTokenInfoQueryKey as $a, useChooseNameModal as $i, useGetNodeUrl as $n, EmbeddedWalletContent as $o, getPicassoImage as $r, formatGasCost as $s, getSmartAccount as $t, ModalBackButton as A, getXAppMetadata as Aa, useAccountModalOptions as Ai, delegateAuthorized as An, getAvatarQueryKey as Ao, validate as Ar, VechainKitThemeProvider as As, useBuildTransaction as At, AccountModal as B, XApp as Ba, FAQModalProvider as Bi, LocalStorageKey as Bn, useClaimVetDomain as Bo, xNodeToGMstartingLevel as Br, useVeChainKitConfig as Bs, getChainId as Bt, AddressDisplayCard as C, useIpfsImageList as Ca, VePassportUserStatus as Cc, useLoginWithVeChain as Ci, useAccountBalance as Cn, getResolverAddressQueryKey as Co, isValidUrl as Cr, ConnectionButton as Cs, useMfaEnrollment as Ct, StickyHeaderContainer as D, getXAppsSharesQueryKey as Da, useSignMessage as Di, useGasEstimation as Dn, getTextRecords as Do, isValid as Dr, LegalDocumentsProvider as Ds, txReceiptQueryKey as Dt, StickyFooterContainer as E, useIpfsMetadata as Ea, useSignTypedData as Ei, UseGasEstimationParams as En, useUpdateTextRecord as Eo, isInvalid as Er, ConnectModalContentsTypes as Es, useThor$1 as Et, QuickActionsSection as F, getRoundXAppsQueryKey as Fa, useLoginModalContent as Fi, useGenericDelegator as Fn, getDomainsOfAddressQueryKey as Fo, NodeStrengthLevelToImage as Fr, LegalDocument as Fs, UseSendTransactionReturnValue as Ft, LanguageSettingsContent as G, useGetVot3Balance as Ga, useExploreEcosystemModal as Gi, useBuildClauses as Gn, useVechainDomain as Go, validateIpfsUri as Gr, CostLevel as Gs, useUpgradeSmartAccount as Gt, TermsAndPrivacyContent as H, getIsPersonQueryKey as Ha, NotificationsModalProvider as Hi, BuildClausesParams as Hn, getEnsRecordExistsQueryKey as Ho, resolveMediaTypeFromMimeType as Hr, LegalDocumentAgreement as Hs, useGetChainId as Ht, BalanceSection as I, useRoundXApps as Ia, ReceiveModalProvider as Ii, useCrossAppConnectionCache as In, useGetDomainsOfAddress as Io, XNodeStrengthLevelToName as Ir, LegalDocumentOptions as Is, useSendTransaction as It, ChangeCurrencyContentProps as J, getTokenUsdPrice as Ja, SwapTokenModalProvider as Ji, decodeEventLog$1 as Jn, fetchPrivyAppInfo as Jo, isValidAddress as Jr, EstimationResponse as Js, useUpgradeRequiredForAccount as Jt, GeneralSettingsContent as K, PRICE_FEED_IDS as Ka, AccessAndSecurityModalProvider as Ki, GetEventsKeyParams as Kn, fetchPrivyStatus as Ko, compareAddresses as Kr, DepositAccount as Ks, getUpgradeRequiredForAccount as Kt, AccountSelector as L, useRefreshMetadata as La, useReceiveModal as Li, EcosystemShortcut as Ln, getIsDomainProtectedQueryKey as Lo, allNodeStrengthLevelToName as Lr, VeChainKitContext as Ls, GetEventsProps as Lt, DomainRequiredAlert as M, useWalletMetadata as Ma, useProfileModal as Mi, estimateGas as Mn, Domain as Mo, TIME as Mr, PrivyWalletProvider as Ms, useTransferVET as Mt, ExchangeWarningAlert as N, UseWalletReturnType as Na, UpgradeSmartAccountModalProvider as Ni, getDepositAccount as Nn, DomainsResponse as No, EconomicNodeStrengthLevelToName as Nr, PrivyWalletProviderContextType as Ns, buildERC20Clauses as Nt, VersionFooter as O, useXAppsShares as Oa, useNotificationAlerts as Oi, useGasTokenSelection as On, getTextRecordsQueryKey as Oo, normalize as Or, useLegalDocuments as Os, useTxReceipt as Ot, FeatureAnnouncementCard as P, useWallet$1 as Pa, useUpgradeSmartAccountModal as Pi, signVip191Transaction as Pn, getDomainsOfAddress as Po, MinXNodeLevel as Pr, usePrivyWalletProvider as Ps, useTransferERC20 as Pt, AssetsContent as Q, useGetErc20Balance as Qa, ChooseNameModalProvider as Qi, useIsPWA as Qn, DisconnectConfirmContentProps as Qo, formatTokenBalance as Qr, calculateTotalCost as Qs, SmartAccountReturnType as Qt, ActionButton as R, useRefreshBalances as Ra, AccountCustomizationModalProvider as Ri, useEcosystemShortcuts as Rn, useIsDomainProtected as Ro, buildQueryString as Rr, VeChainKitProvider as Rs, getAllEventLogs as Rt, ModalFAQButton as S, useIpfsImage as Sa, TransactionStatusErrorType as Sc, useAppHubApps as Si, getAccountBalanceQueryKey as Sn, useGetAvatarOfAddress as So, executeMultipleClausesCall as Sr, EmailLoginButton as Ss, useDAppKitWalletModal as St, BaseModal as T, getIpfsMetadataQueryKey as Ta, useLoginWithPasskey$1 as Ti, useEstimateAllTokens as Tn, buildClauses as To, compare as Tr, ConnectModal as Ts, useSetWalletRecovery as Tt, GasTokenSettingsContent as U, useIsPerson as Ua, useNotificationsModal as Ui, buildBatchAuthorizationTypedData as Un, useEnsRecordExists as Uo, toIPFSURL as Ur, LegalDocumentSource as Us, currentBlockQueryKey as Ut, AccountModalContentTypes as V, useMostVotedAppsInRound as Va, useFAQModal as Vi, useLocalStorage as Vn, useClaimVeWorldSubdomain as Vo, convertUriToUrl as Vr, EnrichedLegalDocument as Vs, getChainIdQueryKey as Vt, AppearanceSettingsContent as W, getVot3BalanceQueryKey as Wa, ExploreEcosystemModalProvider as Wi, buildSingleAuthorizationTypedData as Wn, getVechainDomainQueryKey as Wo, uploadBlobToIPFS as Wr, LegalDocumentType as Ws, useCurrentBlock as Wt, ManageCustomTokenContent as X, useGetTokenUsdPrice as Xa, SendTokenModalProvider as Xi, useEvents as Xn, useFetchAppInfo as Xo, regexPattern as Xr, TransactionCost as Xs, getUpgradeRequiredQueryKey as Xt, BridgeContent as Y, getTokenUsdPriceQueryKey as Ya, useSwapTokenModal as Yi, getEventsKey as Yn, getPrivyAppInfoQueryKey as Yo, leftPadWithZeros as Yr, Rate as Ys, getUpgradeRequired as Yt, ManageCustomTokenContentProps as Z, getErc20BalanceQueryKey as Za, useSendTokenModal as Zi, useScrollToTop as Zn, DisconnectConfirmContent as Zo, randomTransactionUser as Zr, VthoPerGasAtSpeed as Zs, useUpgradeRequired as Zt, ModalNotificationButton as _, useIpfsMetadatas as _a, PrivyAppInfo as _c, getGenericDelegatorUrl as _i, useCurrentAccountImplementationVersion as _n, useUnsetDomain as _o, MultipleClausesCallParameters as _r, PasskeyLoginButton as _s, SelectTokenContent as _t, useModal as a, useTransactionModal as aa, TransactionSpeed as ac, DEFAULT_PRIVY_ECOSYSTEM_APPS as ai, getIsDeployedQueryKey as an, getB3trBalanceQueryKey as ao, useMultipleClausesCall as ar, TransactionModalContent as as, CustomizationSummaryContentProps as at, AccountAvatar as b, getIpfsImage as ba, TokenBalance as bc, fetchAppHubApps as bi, useAccountImplementationAddress as bn, useGetAvatarLegacy as bo, buildCallClauses as br, EcosystemButton as bs, ThorClient$1 as bt, LegalDocumentsModal as c, ConnectModalProvider as ca, CURRENCY as cc, SUPPORTED_GAS_TOKENS as ci, getHasV1SmartAccountQueryKey as cn, getCurrentAllocationsRoundIdQueryKey as co, getLocalStorageItem as cr, TransactionModalProps as cs, FAQContent as ct, UpgradeSmartAccountModalContentsTypes as d, useSwapTransaction as da, CrossAppConnectionCache as dc, TogglePassportCheck as di, useGetAccountVersion as dn, TokenWithValue as do, isBrowser as dr, WalletButtonProps as ds, ChooseNameSearchContent as dt, WalletModalProvider as ea, GasTokenEstimate as ec, humanAddress as ei, getSmartAccountQueryKey as en, getTokenInfo$1 as eo, useFeatureAnnouncement as er, SettingsContent as es, UpgradeSmartAccountContent as et, UpgradeSmartAccountModalStyle as f, useSingleImageUpload as fa, ENSRecords as fc, VECHAIN_KIT_COOKIES_CONFIG as fi, getAccountAddress as fn, useTokensWithValues as fo, isOnline as fr, WalletDisplayVariant as fs, ChooseNameSearchContentProps as ft, GasFeeSummary as g, useUploadImages as ga, NFTMediaType as gc, getENV as gi, getCurrentAccountImplementationVersionQueryKey as gn, useTokenBalances as go, setLocalStorageItem as gr, DappKitButton as gs, ReceiveTokenContent as gt, GasFeeTokenSelector as h, imageCompressionOptions as ha, ExecuteWithAuthorizationSignData as hc, VECHAIN_PRIVY_APP_ID as hi, getCurrentAccountImplementationVersion as hn, WalletTokenBalance as ho, safeWindowOpen as hr, VeChainWithPrivyLoginButton as hs, SwapTokenContent as ht, ModalProvider as i, TransactionModalProvider as ia, GasTokenType as ic, DEFAULT_GAS_TOKEN_PREFERENCES as ii, getIsDeployed as in, useGetCustomTokenBalances as io, useCallClause as ir, TransactionToast as is, CustomizationSummaryContent as it, CrossAppConnectionSecurityCard as j, useXAppMetadata as ja, ProfileModalProvider as ji, estimateAndBuildTxBody as jn, useGetAvatar as jo, isRejectionError as jr, useVechainKitThemeConfig as js, buildVETClauses as jt, AddressDisplay as k, XAppMetadata as ka, useNotifications as ki, decodeRawTx as kn, useGetTextRecords as ko, removePrefix as kr, ColorModeSync as ks, BuildTransactionProps as kt, LegalDocumentsModalContentsTypes as l, useConnectModal as la, CURRENCY_SYMBOLS as lc, TOKEN_LOGOS as li, useHasV1SmartAccount as ln, useCurrentAllocationsRoundId as lo, getWindowOrigin as lr, SocialIcons as ls, ChooseNameSummaryContent as lt, LoginLoadingModal as m, compressImages as ma, ExecuteBatchWithAuthorizationSignData as mc, VECHAIN_KIT_TERMS_CONFIG as mi, useGetAccountAddress as mn, useTokenPrices as mo, safeQuerySelector as mr, LoginWithGithubButton as ms, ChooseNameContentProps as mt, getConfig as n, TransactionToastProvider as na, GasTokenPreferences as nc, humanNumber as ni, useRefreshSmartAccountQueries as nn, TokenWithBalance as no, getCallClauseQueryKey as nr, AccessAndSecurityContent as ns, ProfileContent as nt, DAppKitWalletButton as o, AccountModalProvider as oa, ENS_TEXT_RECORDS as oc, ENV as oi, useIsSmartAccountDeployed as on, useGetB3trBalance as oo, copyToClipboard as or, ShareButtons as os, AccountCustomizationContentProps as ot, EcosystemModal as p, UploadedImage as pa, EnhancedClause as pc, VECHAIN_KIT_STORAGE_KEYS as pi, getAccountAddressQueryKey as pn, ExchangeRates as po, removeLocalStorageItem as pr, ConnectPopover as ps, ChooseNameContent as pt, ChangeCurrencyContent as q, SupportedToken as qa, useAccessAndSecurityModal as qi, UseEventsParams as qn, useFetchPrivyStatus as qo, compareListOfAddresses as qr, EstimatedGas as qs, getUpgradeRequiredForAccountQueryKey as qt, AccountModalOptions as r, useTransactionToast as ra, GasTokenSelection as rc, isZero as ri, useRefreshFactoryQueries as rn, getCustomTokenBalanceQueryKey as ro, getCallClauseQueryKeyWithArgs as rr, AccountMainContent as rs, ProfileContentProps as rt, LegalDocumentItem as s, useAccountModal as sa, TextRecords as sc, PrivyEcosystemApp as si, getHasV1SmartAccount as sn, useCustomTokens as so, getDocumentTitle as sr, TransactionModal as ss, CustomizationContent as st, AppConfig as t, useWalletModal as ta, GasTokenInfo as tc, humanDomain as ti, useSmartAccount as tn, useGetCustomTokenInfo as to, useCurrency as tr, SettingsContentProps as ts, UpgradeSmartAccountContentProps as tt, UpgradeSmartAccountModal as u, useSwapQuotes as ua, ConnectionSource as uc, TOKEN_LOGO_COMPONENTS as ui, getAccountVersionQueryKey as un, useTotalBalance as uo, hasNavigator as ur, WalletButton as us, ChooseNameSummaryContentProps as ut, TransactionButtonAndStatus as v, IpfsImage as va, PrivyLoginMethod as vc, notFoundImage as vi, getAccountImplementationAddress as vn, getAvatarLegacy as vo, MultipleClausesCallReturnType as vr, LoginWithGoogleButton as vs, SendTokenSummaryContent as vt, AssetButton as w, getIpfsMetadata as wa, Wallet as wc, useLoginWithOAuth$1 as wi, UseEstimateAllTokensParams as wn, useGetResolverAddress as wo, addPrefix as wr, MainContent as ws, usePrivy$1 as wt, ScrollToTopWrapper as x, getIpfsImageQueryKey as xa, TransactionStatus as xc, getAppHubAppsQueryKey as xi, getAccountBalance as xn, getAvatarOfAddressQueryKey as xo, executeCallClause as xr, VeChainLoginButton as xs, useDAppKitWallet as xt, TransactionButtonAndStatusProps as y, MAX_IMAGE_SIZE as ya, SmartAccount as yc, AppHubApp as yi, getAccountImplementationAddressQueryKey as yn, getAvatarLegacyQueryKey as yo, ViewFunctionResult as yr, PrivyButton as ys, SendTokenContent as yt, AccountDetailsButton as z, MostVotedAppsInRoundReturnType as za, useAccountCustomizationModal as zi, useSyncableLocalStorage as zn, buildVetDomainClauses as zo, gmNfts as zr, VechainKitProviderProps as zs, getEventLogs as zt };
3965
- //# sourceMappingURL=index-Ch2ZKl9r.d.mts.map
3965
+ //# sourceMappingURL=index-BZRpQp3M.d.mts.map