@vechain/vechain-kit 2.2.1 → 2.2.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.
@@ -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_runtime1 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_query16 from "@tanstack/react-query";
14
+ import * as _tanstack_react_query17 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";
@@ -623,7 +623,7 @@ declare const VeChainKitContext: react0.Context<VeChainKitConfig | null>;
623
623
  * ```
624
624
  */
625
625
  declare const useVeChainKitConfig: () => VeChainKitConfig;
626
- declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime0.JSX.Element;
626
+ declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime1.JSX.Element;
627
627
  //#endregion
628
628
  //#region src/providers/PrivyWalletProvider.d.ts
629
629
  interface PrivyWalletProviderContextType {
@@ -666,7 +666,7 @@ declare const PrivyWalletProvider: ({
666
666
  delegatorUrl?: string;
667
667
  delegateAllTransactions: boolean;
668
668
  genericDelegator?: boolean;
669
- }) => react_jsx_runtime0.JSX.Element;
669
+ }) => react_jsx_runtime1.JSX.Element;
670
670
  declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
671
671
  //#endregion
672
672
  //#region src/providers/VechainKitThemeProvider.d.ts
@@ -683,12 +683,12 @@ declare const ColorModeSync: ({
683
683
  darkMode
684
684
  }: {
685
685
  darkMode: boolean;
686
- }) => react_jsx_runtime0.JSX.Element;
686
+ }) => react_jsx_runtime1.JSX.Element;
687
687
  declare const VechainKitThemeProvider: ({
688
688
  children,
689
689
  darkMode,
690
690
  theme: customTheme
691
- }: Props$32) => react_jsx_runtime0.JSX.Element;
691
+ }: Props$32) => react_jsx_runtime1.JSX.Element;
692
692
  //#endregion
693
693
  //#region src/providers/LegalDocumentsProvider.d.ts
694
694
  type Props$31 = {
@@ -704,7 +704,7 @@ type LegalDocumentsContextType = {
704
704
  declare const useLegalDocuments: () => LegalDocumentsContextType;
705
705
  declare const LegalDocumentsProvider: ({
706
706
  children
707
- }: Props$31) => react_jsx_runtime0.JSX.Element;
707
+ }: Props$31) => react_jsx_runtime1.JSX.Element;
708
708
  //#endregion
709
709
  //#region src/components/ConnectModal/ConnectModal.d.ts
710
710
  type Props$30 = {
@@ -715,7 +715,7 @@ type ConnectModalContentsTypes = 'main' | 'email-verification' | 'faq';
715
715
  declare const ConnectModal: ({
716
716
  isOpen,
717
717
  onClose
718
- }: Props$30) => react_jsx_runtime0.JSX.Element;
718
+ }: Props$30) => react_jsx_runtime1.JSX.Element;
719
719
  //#endregion
720
720
  //#region src/components/ConnectModal/Contents/MainContent.d.ts
721
721
  type Props$29 = {
@@ -725,7 +725,7 @@ type Props$29 = {
725
725
  declare const MainContent: ({
726
726
  setCurrentContent,
727
727
  onClose
728
- }: Props$29) => react_jsx_runtime0.JSX.Element;
728
+ }: Props$29) => react_jsx_runtime1.JSX.Element;
729
729
  //#endregion
730
730
  //#region src/components/ConnectModal/Components/ConnectionButton.d.ts
731
731
  interface ConnectionButtonProps {
@@ -748,10 +748,10 @@ declare const ConnectionButton: ({
748
748
  style,
749
749
  variant,
750
750
  iconWidth
751
- }: ConnectionButtonProps) => react_jsx_runtime0.JSX.Element | null;
751
+ }: ConnectionButtonProps) => react_jsx_runtime1.JSX.Element | null;
752
752
  //#endregion
753
753
  //#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
754
- declare const EmailLoginButton: () => react_jsx_runtime0.JSX.Element;
754
+ declare const EmailLoginButton: () => react_jsx_runtime1.JSX.Element;
755
755
  //#endregion
756
756
  //#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
757
757
  type Props$28 = {
@@ -761,7 +761,7 @@ type Props$28 = {
761
761
  declare const VeChainLoginButton: ({
762
762
  isDark,
763
763
  gridColumn
764
- }: Props$28) => react_jsx_runtime0.JSX.Element;
764
+ }: Props$28) => react_jsx_runtime1.JSX.Element;
765
765
  //#endregion
766
766
  //#region src/components/ConnectModal/Components/EcosystemButton.d.ts
767
767
  type Props$27 = {
@@ -773,7 +773,7 @@ type Props$27 = {
773
773
  declare const EcosystemButton: ({
774
774
  appsInfo,
775
775
  isLoading
776
- }: Props$27) => react_jsx_runtime0.JSX.Element;
776
+ }: Props$27) => react_jsx_runtime1.JSX.Element;
777
777
  //#endregion
778
778
  //#region src/components/ConnectModal/Components/PrivyButton.d.ts
779
779
  type Props$26 = {
@@ -785,7 +785,7 @@ declare const PrivyButton: ({
785
785
  isDark,
786
786
  onViewMoreLogin,
787
787
  gridColumn
788
- }: Props$26) => react_jsx_runtime0.JSX.Element;
788
+ }: Props$26) => react_jsx_runtime1.JSX.Element;
789
789
  //#endregion
790
790
  //#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
791
791
  type Props$25 = {
@@ -795,7 +795,7 @@ type Props$25 = {
795
795
  declare const LoginWithGoogleButton: ({
796
796
  isDark,
797
797
  gridColumn
798
- }: Props$25) => react_jsx_runtime0.JSX.Element;
798
+ }: Props$25) => react_jsx_runtime1.JSX.Element;
799
799
  //#endregion
800
800
  //#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
801
801
  type Props$24 = {
@@ -805,7 +805,7 @@ type Props$24 = {
805
805
  declare const PasskeyLoginButton: ({
806
806
  isDark,
807
807
  gridColumn
808
- }: Props$24) => react_jsx_runtime0.JSX.Element;
808
+ }: Props$24) => react_jsx_runtime1.JSX.Element;
809
809
  //#endregion
810
810
  //#region src/components/ConnectModal/Components/DappKitButton.d.ts
811
811
  type Props$23 = {
@@ -815,7 +815,7 @@ type Props$23 = {
815
815
  declare const DappKitButton: ({
816
816
  isDark,
817
817
  gridColumn
818
- }: Props$23) => react_jsx_runtime0.JSX.Element;
818
+ }: Props$23) => react_jsx_runtime1.JSX.Element;
819
819
  //#endregion
820
820
  //#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
821
821
  type Props$22 = {
@@ -825,7 +825,7 @@ type Props$22 = {
825
825
  declare const VeChainWithPrivyLoginButton: ({
826
826
  isDark,
827
827
  gridColumn
828
- }: Props$22) => react_jsx_runtime0.JSX.Element;
828
+ }: Props$22) => react_jsx_runtime1.JSX.Element;
829
829
  //#endregion
830
830
  //#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
831
831
  type Props$21 = {
@@ -835,7 +835,7 @@ type Props$21 = {
835
835
  declare const LoginWithGithubButton: ({
836
836
  isDark,
837
837
  gridColumn
838
- }: Props$21) => react_jsx_runtime0.JSX.Element;
838
+ }: Props$21) => react_jsx_runtime1.JSX.Element;
839
839
  //#endregion
840
840
  //#region src/components/ConnectModal/ConnectPopover.d.ts
841
841
  type ConnectPopoverProps = {
@@ -845,7 +845,7 @@ type ConnectPopoverProps = {
845
845
  declare const ConnectPopover: ({
846
846
  isLoading,
847
847
  buttonStyle
848
- }: ConnectPopoverProps) => react_jsx_runtime0.JSX.Element;
848
+ }: ConnectPopoverProps) => react_jsx_runtime1.JSX.Element;
849
849
  //#endregion
850
850
  //#region src/components/WalletButton/types.d.ts
851
851
  type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
@@ -862,10 +862,10 @@ declare const WalletButton: ({
862
862
  desktopVariant,
863
863
  buttonStyle,
864
864
  connectionVariant
865
- }: WalletButtonProps) => react_jsx_runtime0.JSX.Element;
865
+ }: WalletButtonProps) => react_jsx_runtime1.JSX.Element;
866
866
  //#endregion
867
867
  //#region src/components/WalletButton/SocialIcons.d.ts
868
- declare const SocialIcons: () => react_jsx_runtime0.JSX.Element;
868
+ declare const SocialIcons: () => react_jsx_runtime1.JSX.Element;
869
869
  //#endregion
870
870
  //#region src/components/TransactionModal/TransactionModal.d.ts
871
871
  type TransactionModalProps = {
@@ -895,7 +895,7 @@ declare const TransactionModal: ({
895
895
  txReceipt,
896
896
  txError,
897
897
  onTryAgain
898
- }: TransactionModalProps) => react_jsx_runtime0.JSX.Element;
898
+ }: TransactionModalProps) => react_jsx_runtime1.JSX.Element;
899
899
  //#endregion
900
900
  //#region src/components/TransactionModal/Components/ShareButtons.d.ts
901
901
  type Props$20 = {
@@ -905,7 +905,7 @@ type Props$20 = {
905
905
  };
906
906
  declare const ShareButtons: ({
907
907
  descriptionEncoded
908
- }: Props$20) => react_jsx_runtime0.JSX.Element;
908
+ }: Props$20) => react_jsx_runtime1.JSX.Element;
909
909
  //#endregion
910
910
  //#region src/components/TransactionModal/TransactionModalContent.d.ts
911
911
  declare const TransactionModalContent: ({
@@ -915,7 +915,7 @@ declare const TransactionModalContent: ({
915
915
  txReceipt,
916
916
  txError,
917
917
  onClose
918
- }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime0.JSX.Element;
918
+ }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime1.JSX.Element;
919
919
  //#endregion
920
920
  //#region src/components/TransactionToast/TransactionToast.d.ts
921
921
  type TransactionToastProps = {
@@ -935,7 +935,7 @@ declare const TransactionToast: ({
935
935
  txError,
936
936
  onTryAgain,
937
937
  description
938
- }: TransactionToastProps) => react_jsx_runtime0.JSX.Element | null;
938
+ }: TransactionToastProps) => react_jsx_runtime1.JSX.Element | null;
939
939
  //#endregion
940
940
  //#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
941
941
  type Props$19 = {
@@ -947,12 +947,12 @@ declare const AccountMainContent: ({
947
947
  setCurrentContent,
948
948
  wallet,
949
949
  onClose
950
- }: Props$19) => react_jsx_runtime0.JSX.Element;
950
+ }: Props$19) => react_jsx_runtime1.JSX.Element;
951
951
  //#endregion
952
952
  //#region src/hooks/api/privy/useFetchAppInfo.d.ts
953
953
  declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
954
954
  declare const getPrivyAppInfoQueryKey: (appIds: string | string[]) => string[];
955
- declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query16.UseQueryResult<{
955
+ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query17.UseQueryResult<{
956
956
  [k: string]: {
957
957
  website: string | undefined;
958
958
  id: string;
@@ -973,7 +973,7 @@ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_qu
973
973
  //#endregion
974
974
  //#region src/hooks/api/privy/useFetchPrivyStatus.d.ts
975
975
  declare const fetchPrivyStatus: () => Promise<string>;
976
- declare const useFetchPrivyStatus: () => _tanstack_react_query16.UseQueryResult<string, Error>;
976
+ declare const useFetchPrivyStatus: () => _tanstack_react_query17.UseQueryResult<string, Error>;
977
977
  //#endregion
978
978
  //#region src/hooks/api/vetDomains/useVechainDomain.d.ts
979
979
  interface VeChainDomainResult {
@@ -983,11 +983,11 @@ interface VeChainDomainResult {
983
983
  isPrimaryDomain: boolean;
984
984
  }
985
985
  declare const getVechainDomainQueryKey: (addressOrDomain?: string | null) => (string | null | undefined)[];
986
- declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query16.UseQueryResult<VeChainDomainResult, Error>;
986
+ declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query17.UseQueryResult<VeChainDomainResult, Error>;
987
987
  //#endregion
988
988
  //#region src/hooks/api/vetDomains/useEnsRecordExists.d.ts
989
989
  declare const getEnsRecordExistsQueryKey: (name: string) => string[];
990
- declare const useEnsRecordExists: (name: string) => _tanstack_react_query16.UseQueryResult<boolean, Error>;
990
+ declare const useEnsRecordExists: (name: string) => _tanstack_react_query17.UseQueryResult<boolean, Error>;
991
991
  //#endregion
992
992
  //#region src/hooks/api/vetDomains/useClaimVeWorldSubdomain.d.ts
993
993
  type useClaimVeWorldSubdomainProps = {
@@ -1049,7 +1049,7 @@ declare const getIsDomainProtectedQueryKey: (domain?: string) => (string | undef
1049
1049
  * @param {boolean} [enabled=true] - Flag to enable or disable the hook.
1050
1050
  * @returns The result of the useQuery hook, with the protection status.
1051
1051
  */
1052
- declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query16.UseQueryResult<boolean, Error>;
1052
+ declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query17.UseQueryResult<boolean, Error>;
1053
1053
  //#endregion
1054
1054
  //#region src/hooks/api/vetDomains/useGetDomainsOfAddress.d.ts
1055
1055
  declare const DomainSchema: z.ZodObject<{
@@ -1077,7 +1077,7 @@ declare const getDomainsOfAddressQueryKey: (address?: string, parentDomain?: str
1077
1077
  * @param parentDomain The parent domain (e.g., "veworld.vet")
1078
1078
  * @returns The domains owned by the address
1079
1079
  */
1080
- declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query16.UseQueryResult<{
1080
+ declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query17.UseQueryResult<{
1081
1081
  domains: {
1082
1082
  name: string;
1083
1083
  }[];
@@ -1090,7 +1090,7 @@ declare const getAvatarQueryKey: (name: string, networkType: NETWORK_TYPE) => st
1090
1090
  * @param name - The VET domain name
1091
1091
  * @returns The resolved avatar URL
1092
1092
  */
1093
- declare const useGetAvatar: (name: string) => _tanstack_react_query16.UseQueryResult<string | null, Error>;
1093
+ declare const useGetAvatar: (name: string) => _tanstack_react_query17.UseQueryResult<string | null, Error>;
1094
1094
  //#endregion
1095
1095
  //#region src/hooks/api/vetDomains/useGetTextRecords.d.ts
1096
1096
  /**
@@ -1102,7 +1102,7 @@ declare const useGetAvatar: (name: string) => _tanstack_react_query16.UseQueryRe
1102
1102
  */
1103
1103
  declare const getTextRecords: (nodeUrl: string, network: NETWORK_TYPE, domain?: string) => Promise<TextRecords>;
1104
1104
  declare const getTextRecordsQueryKey: (domain?: string, network?: NETWORK_TYPE) => (string | undefined)[];
1105
- declare const useGetTextRecords: (domain?: string) => _tanstack_react_query16.UseQueryResult<TextRecords, Error>;
1105
+ declare const useGetTextRecords: (domain?: string) => _tanstack_react_query17.UseQueryResult<TextRecords, Error>;
1106
1106
  //#endregion
1107
1107
  //#region src/hooks/api/vetDomains/useUpdateTextRecord.d.ts
1108
1108
  type UpdateTextRecordVariables = {
@@ -1135,7 +1135,7 @@ declare const getResolverAddressQueryKey: (domain?: string) => (string | undefin
1135
1135
  * @param domain The domain to get resolver for
1136
1136
  * @returns The resolver address for the domain
1137
1137
  */
1138
- declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query16.UseQueryResult<`0x${string}`, unknown>;
1138
+ declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query17.UseQueryResult<`0x${string}`, unknown>;
1139
1139
  //#endregion
1140
1140
  //#region src/hooks/api/vetDomains/useGetAvatarOfAddress.d.ts
1141
1141
  declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefined)[];
@@ -1145,7 +1145,7 @@ declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefi
1145
1145
  * @param address The owner's address
1146
1146
  * @returns The avatar URL for the address's primary domain
1147
1147
  */
1148
- declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query16.UseQueryResult<string, Error>;
1148
+ declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query17.UseQueryResult<string, Error>;
1149
1149
  //#endregion
1150
1150
  //#region src/hooks/api/vetDomains/useGetAvatarLegacy.d.ts
1151
1151
  /**
@@ -1162,7 +1162,7 @@ declare const getAvatarLegacyQueryKey: (name: string, networkType: NETWORK_TYPE)
1162
1162
  * @param name - The VET domain name
1163
1163
  * @returns The resolved avatar URL
1164
1164
  */
1165
- declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query16.UseQueryResult<string | null, Error>;
1165
+ declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query17.UseQueryResult<string | null, Error>;
1166
1166
  //#endregion
1167
1167
  //#region src/hooks/api/vetDomains/useUnsetDomain.d.ts
1168
1168
  type useUnsetDomainProps = {
@@ -1271,7 +1271,7 @@ declare const getCurrentAllocationsRoundIdQueryKey: (address: string) => string[
1271
1271
  * Hook to get the current roundId of allocations voting
1272
1272
  * @returns the current roundId of allocations voting
1273
1273
  */
1274
- declare const useCurrentAllocationsRoundId: () => _tanstack_react_query16.UseQueryResult<string, unknown>;
1274
+ declare const useCurrentAllocationsRoundId: () => _tanstack_react_query17.UseQueryResult<string, unknown>;
1275
1275
  //#endregion
1276
1276
  //#region src/hooks/api/wallet/useCustomTokens.d.ts
1277
1277
  declare const useCustomTokens: () => {
@@ -1284,7 +1284,7 @@ declare const useCustomTokens: () => {
1284
1284
  //#endregion
1285
1285
  //#region src/hooks/api/wallet/useGetB3trBalance.d.ts
1286
1286
  declare const getB3trBalanceQueryKey: (address?: string) => (string | undefined)[];
1287
- declare const useGetB3trBalance: (address?: string) => _tanstack_react_query16.UseQueryResult<{
1287
+ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query17.UseQueryResult<{
1288
1288
  original: string;
1289
1289
  scaled: string;
1290
1290
  formatted: string;
@@ -1293,7 +1293,7 @@ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query16.U
1293
1293
  //#region src/hooks/api/wallet/useGetCustomTokenBalances.d.ts
1294
1294
  type TokenWithBalance = CustomTokenInfo & TokenBalance;
1295
1295
  declare const getCustomTokenBalanceQueryKey: (tokenAddress?: string, address?: string) => (string | undefined)[];
1296
- declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query16.UseQueryResult<{
1296
+ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query17.UseQueryResult<{
1297
1297
  original: string;
1298
1298
  scaled: string;
1299
1299
  formatted: string;
@@ -1306,11 +1306,11 @@ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_q
1306
1306
  //#region src/hooks/api/wallet/useGetCustomTokenInfo.d.ts
1307
1307
  declare const getTokenInfo: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
1308
1308
  declare const getCustomTokenInfoQueryKey: (tokenAddress: string) => string[];
1309
- declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query16.UseQueryResult<CustomTokenInfo, Error>;
1309
+ declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query17.UseQueryResult<CustomTokenInfo, Error>;
1310
1310
  //#endregion
1311
1311
  //#region src/hooks/api/wallet/useGetErc20Balance.d.ts
1312
1312
  declare const getErc20BalanceQueryKey: (tokenAddress: string, address?: string) => (string | undefined)[];
1313
- declare const useGetErc20Balance: (tokenAddress: string, address?: string) => _tanstack_react_query16.UseQueryResult<{
1313
+ declare const useGetErc20Balance: (tokenAddress: string, address?: string) => _tanstack_react_query17.UseQueryResult<{
1314
1314
  original: string;
1315
1315
  scaled: string;
1316
1316
  formatted: string;
@@ -1327,11 +1327,11 @@ declare const PRICE_FEED_IDS: {
1327
1327
  type SupportedToken = keyof typeof PRICE_FEED_IDS;
1328
1328
  declare const getTokenUsdPrice: (thor: ThorClient, token: SupportedToken, network: NETWORK_TYPE) => Promise<number>;
1329
1329
  declare const getTokenUsdPriceQueryKey: (token: SupportedToken) => string[];
1330
- declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query16.UseQueryResult<number, Error>;
1330
+ declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query17.UseQueryResult<number, Error>;
1331
1331
  //#endregion
1332
1332
  //#region src/hooks/api/wallet/useGetVot3Balance.d.ts
1333
1333
  declare const getVot3BalanceQueryKey: (address?: string) => (string | undefined)[];
1334
- declare const useGetVot3Balance: (address?: string) => _tanstack_react_query16.UseQueryResult<{
1334
+ declare const useGetVot3Balance: (address?: string) => _tanstack_react_query17.UseQueryResult<{
1335
1335
  original: string;
1336
1336
  scaled: string;
1337
1337
  formatted: string;
@@ -1350,7 +1350,7 @@ declare const getIsPersonQueryKey: (user: string, networkType: NETWORK_TYPE) =>
1350
1350
  * @param user - The user address.
1351
1351
  * @returns The isPerson status.
1352
1352
  */
1353
- declare const useIsPerson: (user?: string | null) => _tanstack_react_query16.UseQueryResult<boolean, Error>;
1353
+ declare const useIsPerson: (user?: string | null) => _tanstack_react_query17.UseQueryResult<boolean, Error>;
1354
1354
  //#endregion
1355
1355
  //#region src/hooks/api/wallet/useMostVotedAppsInRound.d.ts
1356
1356
  type XApp = {
@@ -1388,7 +1388,7 @@ declare const useRefreshMetadata: (domain: string, address: string) => {
1388
1388
  //#endregion
1389
1389
  //#region src/hooks/api/wallet/useRoundXApps.d.ts
1390
1390
  declare const getRoundXAppsQueryKey: (roundId: string, networkType: NETWORK_TYPE) => unknown[];
1391
- declare const useRoundXApps: (roundId?: string) => _tanstack_react_query16.UseQueryResult<{
1391
+ declare const useRoundXApps: (roundId?: string) => _tanstack_react_query17.UseQueryResult<{
1392
1392
  id: string;
1393
1393
  teamWalletAddress: `0x${string}`;
1394
1394
  name: string;
@@ -1471,7 +1471,7 @@ type XAppMetadata = {
1471
1471
  * @returns The metadata of the xApp see {@link XAppMetadata}
1472
1472
  */
1473
1473
  declare const getXAppMetadata: (uri: string, networkType: NETWORK_TYPE) => Promise<XAppMetadata | undefined>;
1474
- declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query16.UseQueryResult<XAppMetadata | undefined, Error>;
1474
+ declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query17.UseQueryResult<XAppMetadata | undefined, Error>;
1475
1475
  //#endregion
1476
1476
  //#region src/hooks/api/wallet/useXAppShares.d.ts
1477
1477
  /**
@@ -1486,7 +1486,7 @@ declare const getXAppsSharesQueryKey: (roundId?: number | string) => (string | n
1486
1486
  * @returns the shares (% of allocation pool) for the xApps in the round { allocated: number, unallocated: number }
1487
1487
  *
1488
1488
  */
1489
- declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query16.UseQueryResult<{
1489
+ declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query17.UseQueryResult<{
1490
1490
  app: string;
1491
1491
  share: number;
1492
1492
  unallocatedShare: number;
@@ -1508,7 +1508,7 @@ declare const getIpfsMetadataQueryKey: (networkType: NETWORK_TYPE, ipfsUri?: str
1508
1508
  * @param ipfsUri - The IPFS URI
1509
1509
  * @returns The metadata from IPFS
1510
1510
  */
1511
- declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query16.UseQueryResult<_tanstack_react_query16.NoInfer<T$1>, Error>;
1511
+ declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query17.UseQueryResult<_tanstack_react_query17.NoInfer<T$1>, Error>;
1512
1512
  //#endregion
1513
1513
  //#region src/hooks/api/ipfs/useIpfsImage.d.ts
1514
1514
  interface IpfsImage {
@@ -1535,14 +1535,14 @@ declare const getIpfsImageQueryKey: (networkType: NETWORK_TYPE, imageIpfsUri?: n
1535
1535
  * @param imageIpfsUri - The IPFS URI of the NFT media
1536
1536
  * @returns The NFT media
1537
1537
  */
1538
- declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query16.UseQueryResult<IpfsImage, Error>;
1538
+ declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query17.UseQueryResult<IpfsImage, Error>;
1539
1539
  /**
1540
1540
  * Custom hook to fetch a list of IPFS images.
1541
1541
  *
1542
1542
  * @param imageIpfsUriList - An array of IPFS URIs for the images.
1543
1543
  * @returns An array of queries for each IPFS image URI.
1544
1544
  */
1545
- declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query16.UseQueryResult<IpfsImage, Error>[];
1545
+ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query17.UseQueryResult<IpfsImage, Error>[];
1546
1546
  //#endregion
1547
1547
  //#region src/hooks/api/ipfs/useIpfsMetadatas.d.ts
1548
1548
  /**
@@ -1550,7 +1550,7 @@ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_
1550
1550
  * @param ipfsUris - The IPFS URIs
1551
1551
  * @returns The metadata from IPFS for each URI
1552
1552
  */
1553
- declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query16.UseQueryResult<T$1, Error>[];
1553
+ declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query17.UseQueryResult<T$1, Error>[];
1554
1554
  //#endregion
1555
1555
  //#region src/hooks/api/ipfs/useUploadImages.d.ts
1556
1556
  declare const imageCompressionOptions: Options;
@@ -1769,7 +1769,7 @@ declare const ConnectModalProvider: ({
1769
1769
  children
1770
1770
  }: {
1771
1771
  children: ReactNode;
1772
- }) => react_jsx_runtime0.JSX.Element;
1772
+ }) => react_jsx_runtime1.JSX.Element;
1773
1773
  //#endregion
1774
1774
  //#region src/hooks/modals/useAccountModal.d.ts
1775
1775
  declare const useAccountModal: () => {
@@ -1781,7 +1781,7 @@ declare const AccountModalProvider: ({
1781
1781
  children
1782
1782
  }: {
1783
1783
  children: ReactNode;
1784
- }) => react_jsx_runtime0.JSX.Element;
1784
+ }) => react_jsx_runtime1.JSX.Element;
1785
1785
  //#endregion
1786
1786
  //#region src/hooks/modals/useTransactionModal.d.ts
1787
1787
  declare const useTransactionModal: () => {
@@ -1793,7 +1793,7 @@ declare const TransactionModalProvider: ({
1793
1793
  children
1794
1794
  }: {
1795
1795
  children: ReactNode;
1796
- }) => react_jsx_runtime0.JSX.Element;
1796
+ }) => react_jsx_runtime1.JSX.Element;
1797
1797
  //#endregion
1798
1798
  //#region src/hooks/modals/useTransactionToast.d.ts
1799
1799
  declare const useTransactionToast: () => {
@@ -1805,7 +1805,7 @@ declare const TransactionToastProvider: ({
1805
1805
  children
1806
1806
  }: {
1807
1807
  children: ReactNode;
1808
- }) => react_jsx_runtime0.JSX.Element;
1808
+ }) => react_jsx_runtime1.JSX.Element;
1809
1809
  //#endregion
1810
1810
  //#region src/hooks/modals/useWalletModal.d.ts
1811
1811
  declare const useWalletModal: () => {
@@ -1817,7 +1817,7 @@ declare const WalletModalProvider: ({
1817
1817
  children
1818
1818
  }: {
1819
1819
  children: ReactNode;
1820
- }) => react_jsx_runtime0.JSX.Element;
1820
+ }) => react_jsx_runtime1.JSX.Element;
1821
1821
  //#endregion
1822
1822
  //#region src/hooks/modals/useChooseNameModal.d.ts
1823
1823
  declare const useChooseNameModal: () => {
@@ -1829,7 +1829,7 @@ declare const ChooseNameModalProvider: ({
1829
1829
  children
1830
1830
  }: {
1831
1831
  children: ReactNode;
1832
- }) => react_jsx_runtime0.JSX.Element;
1832
+ }) => react_jsx_runtime1.JSX.Element;
1833
1833
  //#endregion
1834
1834
  //#region src/hooks/modals/useSendTokenModal.d.ts
1835
1835
  declare const useSendTokenModal: () => {
@@ -1841,7 +1841,7 @@ declare const SendTokenModalProvider: ({
1841
1841
  children
1842
1842
  }: {
1843
1843
  children: ReactNode;
1844
- }) => react_jsx_runtime0.JSX.Element;
1844
+ }) => react_jsx_runtime1.JSX.Element;
1845
1845
  //#endregion
1846
1846
  //#region src/hooks/modals/useSwapTokenModal.d.ts
1847
1847
  type SwapTokenModalOptions = {
@@ -1858,7 +1858,7 @@ declare const SwapTokenModalProvider: ({
1858
1858
  children
1859
1859
  }: {
1860
1860
  children: ReactNode;
1861
- }) => react_jsx_runtime0.JSX.Element;
1861
+ }) => react_jsx_runtime1.JSX.Element;
1862
1862
  //#endregion
1863
1863
  //#region src/hooks/modals/useExploreEcosystemModal.d.ts
1864
1864
  declare const useExploreEcosystemModal: () => {
@@ -1870,7 +1870,7 @@ declare const ExploreEcosystemModalProvider: ({
1870
1870
  children
1871
1871
  }: {
1872
1872
  children: ReactNode;
1873
- }) => react_jsx_runtime0.JSX.Element;
1873
+ }) => react_jsx_runtime1.JSX.Element;
1874
1874
  //#endregion
1875
1875
  //#region src/hooks/modals/useNotificationsModal.d.ts
1876
1876
  declare const useNotificationsModal: () => {
@@ -1882,7 +1882,7 @@ declare const NotificationsModalProvider: ({
1882
1882
  children
1883
1883
  }: {
1884
1884
  children: ReactNode;
1885
- }) => react_jsx_runtime0.JSX.Element;
1885
+ }) => react_jsx_runtime1.JSX.Element;
1886
1886
  //#endregion
1887
1887
  //#region src/hooks/modals/useFAQModal.d.ts
1888
1888
  declare const useFAQModal: () => {
@@ -1894,7 +1894,7 @@ declare const FAQModalProvider: ({
1894
1894
  children
1895
1895
  }: {
1896
1896
  children: ReactNode;
1897
- }) => react_jsx_runtime0.JSX.Element;
1897
+ }) => react_jsx_runtime1.JSX.Element;
1898
1898
  //#endregion
1899
1899
  //#region src/hooks/modals/useAccountCustomizationModal.d.ts
1900
1900
  declare const useAccountCustomizationModal: () => {
@@ -1906,7 +1906,7 @@ declare const AccountCustomizationModalProvider: ({
1906
1906
  children
1907
1907
  }: {
1908
1908
  children: ReactNode;
1909
- }) => react_jsx_runtime0.JSX.Element;
1909
+ }) => react_jsx_runtime1.JSX.Element;
1910
1910
  //#endregion
1911
1911
  //#region src/hooks/modals/useReceiveModal.d.ts
1912
1912
  declare const useReceiveModal: () => {
@@ -1918,7 +1918,7 @@ declare const ReceiveModalProvider: ({
1918
1918
  children
1919
1919
  }: {
1920
1920
  children: ReactNode;
1921
- }) => react_jsx_runtime0.JSX.Element;
1921
+ }) => react_jsx_runtime1.JSX.Element;
1922
1922
  //#endregion
1923
1923
  //#region src/hooks/modals/useLoginModalContent.d.ts
1924
1924
  type LoginModalContentConfig = {
@@ -1944,7 +1944,7 @@ declare const UpgradeSmartAccountModalProvider: ({
1944
1944
  children
1945
1945
  }: {
1946
1946
  children: ReactNode;
1947
- }) => react_jsx_runtime0.JSX.Element;
1947
+ }) => react_jsx_runtime1.JSX.Element;
1948
1948
  //#endregion
1949
1949
  //#region src/hooks/modals/useProfileModal.d.ts
1950
1950
  declare const useProfileModal: () => {
@@ -1956,7 +1956,7 @@ declare const ProfileModalProvider: ({
1956
1956
  children
1957
1957
  }: {
1958
1958
  children: ReactNode;
1959
- }) => react_jsx_runtime0.JSX.Element;
1959
+ }) => react_jsx_runtime1.JSX.Element;
1960
1960
  //#endregion
1961
1961
  //#region src/hooks/modals/useAccountModalOptions.d.ts
1962
1962
  declare const useAccountModalOptions: () => {
@@ -2092,7 +2092,7 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
2092
2092
  * );
2093
2093
  * ```
2094
2094
  */
2095
- declare const useAppHubApps: () => _tanstack_react_query16.UseQueryResult<AppHubApp[], Error>;
2095
+ declare const useAppHubApps: () => _tanstack_react_query17.UseQueryResult<AppHubApp[], Error>;
2096
2096
  //#endregion
2097
2097
  //#region src/utils/constants.d.ts
2098
2098
  declare const TOKEN_LOGOS: Record<string, string>;
@@ -2439,7 +2439,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
2439
2439
  method: TMethod;
2440
2440
  args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
2441
2441
  queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
2442
- }) => _tanstack_react_query16.UseQueryResult<_tanstack_react_query16.NoInfer<TData>, unknown>;
2442
+ }) => _tanstack_react_query17.UseQueryResult<_tanstack_react_query17.NoInfer<TData>, unknown>;
2443
2443
  declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
2444
2444
  thor,
2445
2445
  calls,
@@ -2450,7 +2450,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
2450
2450
  calls: MultipleClausesCallParameters<contracts, allowFailure>;
2451
2451
  queryKey: string[];
2452
2452
  enabled?: boolean;
2453
- }) => _tanstack_react_query16.UseQueryResult<_tanstack_react_query16.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
2453
+ }) => _tanstack_react_query17.UseQueryResult<_tanstack_react_query17.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
2454
2454
  //#endregion
2455
2455
  //#region src/hooks/utils/useCurrency.d.ts
2456
2456
  /**
@@ -2574,7 +2574,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
2574
2574
  filterParams,
2575
2575
  mapResponse,
2576
2576
  nodeUrl
2577
- }: UseEventsParams<T$1, K, R>) => _tanstack_react_query16.UseQueryResult<R[], Error>;
2577
+ }: UseEventsParams<T$1, K, R>) => _tanstack_react_query17.UseQueryResult<R[], Error>;
2578
2578
  //#endregion
2579
2579
  //#region src/hooks/utils/useBuildClauses.d.ts
2580
2580
  interface BuildClausesParams {
@@ -2725,7 +2725,7 @@ declare const useGenericDelegatorFeeEstimation: ({
2725
2725
  tokens,
2726
2726
  sendingAmount,
2727
2727
  sendingTokenSymbol
2728
- }: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query16.UseQueryResult<EstimationResponse & {
2728
+ }: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query17.UseQueryResult<EstimationResponse & {
2729
2729
  usedToken: string;
2730
2730
  }, Error>;
2731
2731
  //#endregion
@@ -2739,7 +2739,7 @@ declare const useEstimateAllTokens: ({
2739
2739
  clauses,
2740
2740
  tokens,
2741
2741
  enabled
2742
- }: UseEstimateAllTokensParams) => _tanstack_react_query16.UseQueryResult<Record<GasTokenType, {
2742
+ }: UseEstimateAllTokensParams) => _tanstack_react_query17.UseQueryResult<Record<GasTokenType, {
2743
2743
  cost: number;
2744
2744
  loading: boolean;
2745
2745
  error?: string;
@@ -2756,7 +2756,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
2756
2756
  * @param address The address of the account to get the balance for
2757
2757
  * @returns The account balance
2758
2758
  */
2759
- declare const useAccountBalance: (address?: string) => _tanstack_react_query16.UseQueryResult<{
2759
+ declare const useAccountBalance: (address?: string) => _tanstack_react_query17.UseQueryResult<{
2760
2760
  balance: string;
2761
2761
  energy: string;
2762
2762
  }, Error>;
@@ -2769,7 +2769,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
2769
2769
  * @param version - The version of the smart account implementation
2770
2770
  * @returns The address of the smart account implementation
2771
2771
  */
2772
- declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query16.UseQueryResult<string, Error>;
2772
+ declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query17.UseQueryResult<string, Error>;
2773
2773
  //#endregion
2774
2774
  //#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
2775
2775
  declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
@@ -2778,7 +2778,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
2778
2778
  * Get the current account implementation version used by the smart account factory
2779
2779
  * @returns The current account implementation version
2780
2780
  */
2781
- declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query16.UseQueryResult<number, Error>;
2781
+ declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query17.UseQueryResult<number, Error>;
2782
2782
  //#endregion
2783
2783
  //#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
2784
2784
  declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
@@ -2788,7 +2788,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
2788
2788
  * @param ownerAddress - The address of the owner of the smart account
2789
2789
  * @returns The address of the smart account
2790
2790
  */
2791
- declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query16.UseQueryResult<string, Error>;
2791
+ declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query17.UseQueryResult<string, Error>;
2792
2792
  //#endregion
2793
2793
  //#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
2794
2794
  declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => unknown[];
@@ -2798,7 +2798,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
2798
2798
  * @param ownerAddress - The address of the owner of the smart account
2799
2799
  * @returns The version of the smart account
2800
2800
  */
2801
- declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query16.UseQueryResult<{
2801
+ declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query17.UseQueryResult<{
2802
2802
  version: number;
2803
2803
  isDeployed: boolean;
2804
2804
  }, unknown>;
@@ -2811,7 +2811,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
2811
2811
  * @param ownerAddress - The address of the owner of the smart account
2812
2812
  * @returns True if the smart account has a v1 smart account, false otherwise
2813
2813
  */
2814
- declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query16.UseQueryResult<boolean, Error>;
2814
+ declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query17.UseQueryResult<boolean, Error>;
2815
2815
  //#endregion
2816
2816
  //#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
2817
2817
  declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
@@ -2820,7 +2820,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
2820
2820
  * Check if a smart account is deployed
2821
2821
  * @returns True if the smart account is deployed, false otherwise
2822
2822
  */
2823
- declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query16.UseQueryResult<boolean, Error>;
2823
+ declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query17.UseQueryResult<boolean, Error>;
2824
2824
  //#endregion
2825
2825
  //#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
2826
2826
  /**
@@ -2853,7 +2853,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
2853
2853
  isDeployed: boolean;
2854
2854
  }>;
2855
2855
  declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
2856
- declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query16.UseQueryResult<{
2856
+ declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query17.UseQueryResult<{
2857
2857
  address: undefined;
2858
2858
  isDeployed?: undefined;
2859
2859
  } | {
@@ -2871,7 +2871,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
2871
2871
  * @param targetVersion - The version of the smart account to check for
2872
2872
  * @returns True if the smart account needs an upgrade, false otherwise
2873
2873
  */
2874
- declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query16.UseQueryResult<boolean, Error>;
2874
+ declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query17.UseQueryResult<boolean, Error>;
2875
2875
  //#endregion
2876
2876
  //#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
2877
2877
  declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
@@ -2882,7 +2882,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
2882
2882
  * @param targetVersion - The target version of the smart account
2883
2883
  * @returns True if the smart account needs an upgrade, false otherwise
2884
2884
  */
2885
- declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query16.UseQueryResult<boolean, Error>;
2885
+ declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query17.UseQueryResult<boolean, Error>;
2886
2886
  //#endregion
2887
2887
  //#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
2888
2888
  type UseUpgradeSmartAccountVersionProps = {
@@ -2907,7 +2907,7 @@ declare const currentBlockQueryKey: () => string[];
2907
2907
  * Fetches the current block from the blockchain. The block is refetched every 10 seconds.
2908
2908
  * @returns the current block
2909
2909
  */
2910
- declare const useCurrentBlock: () => _tanstack_react_query16.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
2910
+ declare const useCurrentBlock: () => _tanstack_react_query17.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
2911
2911
  //#endregion
2912
2912
  //#region src/hooks/thor/blocks/useGetChainId.d.ts
2913
2913
  declare const getChainId: (thor: ThorClient) => Promise<string>;
@@ -2916,7 +2916,7 @@ declare const getChainIdQueryKey: () => string[];
2916
2916
  * Get the chain id
2917
2917
  * @returns The chain id
2918
2918
  */
2919
- declare const useGetChainId: () => _tanstack_react_query16.UseQueryResult<string, Error>;
2919
+ declare const useGetChainId: () => _tanstack_react_query17.UseQueryResult<string, Error>;
2920
2920
  //#endregion
2921
2921
  //#region src/hooks/thor/logs/logUtils.d.ts
2922
2922
  /**
@@ -3168,7 +3168,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
3168
3168
  * @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
3169
3169
  * @returns Query result containing the transaction receipt
3170
3170
  */
3171
- declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query16.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
3171
+ declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query17.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
3172
3172
  //#endregion
3173
3173
  //#region src/components/AccountModal/Contents/SendToken/SendTokenContent.d.ts
3174
3174
  type SendTokenContentProps = {
@@ -3184,7 +3184,7 @@ declare const SendTokenContent: ({
3184
3184
  initialAmount,
3185
3185
  initialToAddressOrDomain,
3186
3186
  onBack: parentOnBack
3187
- }: SendTokenContentProps) => react_jsx_runtime0.JSX.Element;
3187
+ }: SendTokenContentProps) => react_jsx_runtime1.JSX.Element;
3188
3188
  //#endregion
3189
3189
  //#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
3190
3190
  type SendTokenSummaryContentProps = {
@@ -3204,7 +3204,7 @@ declare const SendTokenSummaryContent: ({
3204
3204
  amount,
3205
3205
  selectedToken,
3206
3206
  formattedTotalAmount
3207
- }: SendTokenSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3207
+ }: SendTokenSummaryContentProps) => react_jsx_runtime1.JSX.Element;
3208
3208
  //#endregion
3209
3209
  //#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
3210
3210
  type Props$16 = {
@@ -3220,7 +3220,7 @@ declare const SelectTokenContent: ({
3220
3220
  onSelectToken,
3221
3221
  onBack,
3222
3222
  showAllTokens
3223
- }: Props$16) => react_jsx_runtime0.JSX.Element;
3223
+ }: Props$16) => react_jsx_runtime1.JSX.Element;
3224
3224
  //#endregion
3225
3225
  //#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
3226
3226
  type Props$15 = {
@@ -3228,7 +3228,7 @@ type Props$15 = {
3228
3228
  };
3229
3229
  declare const ReceiveTokenContent: ({
3230
3230
  setCurrentContent
3231
- }: Props$15) => react_jsx_runtime0.JSX.Element;
3231
+ }: Props$15) => react_jsx_runtime1.JSX.Element;
3232
3232
  //#endregion
3233
3233
  //#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
3234
3234
  type Props$14 = {
@@ -3240,7 +3240,7 @@ declare const SwapTokenContent: ({
3240
3240
  setCurrentContent,
3241
3241
  fromTokenAddress,
3242
3242
  toTokenAddress
3243
- }: Props$14) => react_jsx_runtime0.JSX.Element;
3243
+ }: Props$14) => react_jsx_runtime1.JSX.Element;
3244
3244
  //#endregion
3245
3245
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
3246
3246
  type ChooseNameContentProps = {
@@ -3252,7 +3252,7 @@ declare const ChooseNameContent: ({
3252
3252
  setCurrentContent,
3253
3253
  onBack,
3254
3254
  initialContentSource
3255
- }: ChooseNameContentProps) => react_jsx_runtime0.JSX.Element;
3255
+ }: ChooseNameContentProps) => react_jsx_runtime1.JSX.Element;
3256
3256
  //#endregion
3257
3257
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
3258
3258
  type ChooseNameSearchContentProps = {
@@ -3264,7 +3264,7 @@ declare const ChooseNameSearchContent: ({
3264
3264
  name: initialName,
3265
3265
  setCurrentContent,
3266
3266
  initialContentSource
3267
- }: ChooseNameSearchContentProps) => react_jsx_runtime0.JSX.Element;
3267
+ }: ChooseNameSearchContentProps) => react_jsx_runtime1.JSX.Element;
3268
3268
  //#endregion
3269
3269
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
3270
3270
  type ChooseNameSummaryContentProps = {
@@ -3282,7 +3282,7 @@ declare const ChooseNameSummaryContent: ({
3282
3282
  isOwnDomain,
3283
3283
  isUnsetting,
3284
3284
  initialContentSource
3285
- }: ChooseNameSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3285
+ }: ChooseNameSummaryContentProps) => react_jsx_runtime1.JSX.Element;
3286
3286
  //#endregion
3287
3287
  //#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
3288
3288
  type FAQContentProps = {
@@ -3292,7 +3292,7 @@ type FAQContentProps = {
3292
3292
  declare const FAQContent: ({
3293
3293
  onGoBack,
3294
3294
  showLanguageSelector
3295
- }: FAQContentProps) => react_jsx_runtime0.JSX.Element;
3295
+ }: FAQContentProps) => react_jsx_runtime1.JSX.Element;
3296
3296
  //#endregion
3297
3297
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
3298
3298
  type AccountCustomizationContentProps = {
@@ -3302,7 +3302,7 @@ type AccountCustomizationContentProps = {
3302
3302
  declare const CustomizationContent: ({
3303
3303
  setCurrentContent,
3304
3304
  initialContentSource
3305
- }: AccountCustomizationContentProps) => react_jsx_runtime0.JSX.Element;
3305
+ }: AccountCustomizationContentProps) => react_jsx_runtime1.JSX.Element;
3306
3306
  //#endregion
3307
3307
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
3308
3308
  type CustomizationSummaryContentProps = {
@@ -3321,7 +3321,7 @@ declare const CustomizationSummaryContent: ({
3321
3321
  setCurrentContent,
3322
3322
  changes,
3323
3323
  onDoneRedirectContent
3324
- }: CustomizationSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3324
+ }: CustomizationSummaryContentProps) => react_jsx_runtime1.JSX.Element;
3325
3325
  //#endregion
3326
3326
  //#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
3327
3327
  type ProfileContentProps = {
@@ -3331,7 +3331,7 @@ type ProfileContentProps = {
3331
3331
  declare const ProfileContent: ({
3332
3332
  setCurrentContent,
3333
3333
  onLogoutSuccess
3334
- }: ProfileContentProps) => react_jsx_runtime0.JSX.Element;
3334
+ }: ProfileContentProps) => react_jsx_runtime1.JSX.Element;
3335
3335
  //#endregion
3336
3336
  //#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
3337
3337
  type UpgradeSmartAccountContentProps = {
@@ -3343,7 +3343,7 @@ declare const UpgradeSmartAccountContent: ({
3343
3343
  setCurrentContent,
3344
3344
  handleClose,
3345
3345
  initialContent
3346
- }: UpgradeSmartAccountContentProps) => react_jsx_runtime0.JSX.Element;
3346
+ }: UpgradeSmartAccountContentProps) => react_jsx_runtime1.JSX.Element;
3347
3347
  //#endregion
3348
3348
  //#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
3349
3349
  type AssetsContentProps = {
@@ -3351,7 +3351,7 @@ type AssetsContentProps = {
3351
3351
  };
3352
3352
  declare const AssetsContent: ({
3353
3353
  setCurrentContent
3354
- }: AssetsContentProps) => react_jsx_runtime0.JSX.Element;
3354
+ }: AssetsContentProps) => react_jsx_runtime1.JSX.Element;
3355
3355
  //#endregion
3356
3356
  //#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
3357
3357
  type ManageCustomTokenContentProps = {
@@ -3359,7 +3359,7 @@ type ManageCustomTokenContentProps = {
3359
3359
  };
3360
3360
  declare const ManageCustomTokenContent: ({
3361
3361
  setCurrentContent
3362
- }: ManageCustomTokenContentProps) => react_jsx_runtime0.JSX.Element;
3362
+ }: ManageCustomTokenContentProps) => react_jsx_runtime1.JSX.Element;
3363
3363
  //#endregion
3364
3364
  //#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
3365
3365
  type Props$13 = {
@@ -3367,7 +3367,7 @@ type Props$13 = {
3367
3367
  };
3368
3368
  declare const BridgeContent: ({
3369
3369
  setCurrentContent
3370
- }: Props$13) => react_jsx_runtime0.JSX.Element;
3370
+ }: Props$13) => react_jsx_runtime1.JSX.Element;
3371
3371
  //#endregion
3372
3372
  //#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
3373
3373
  type ChangeCurrencyContentProps = {
@@ -3375,7 +3375,7 @@ type ChangeCurrencyContentProps = {
3375
3375
  };
3376
3376
  declare const ChangeCurrencyContent: ({
3377
3377
  setCurrentContent
3378
- }: ChangeCurrencyContentProps) => react_jsx_runtime0.JSX.Element;
3378
+ }: ChangeCurrencyContentProps) => react_jsx_runtime1.JSX.Element;
3379
3379
  //#endregion
3380
3380
  //#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
3381
3381
  type Props$12 = {
@@ -3383,7 +3383,7 @@ type Props$12 = {
3383
3383
  };
3384
3384
  declare const LanguageSettingsContent: ({
3385
3385
  setCurrentContent
3386
- }: Props$12) => react_jsx_runtime0.JSX.Element;
3386
+ }: Props$12) => react_jsx_runtime1.JSX.Element;
3387
3387
  //#endregion
3388
3388
  //#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
3389
3389
  type Props$11 = {
@@ -3391,7 +3391,7 @@ type Props$11 = {
3391
3391
  };
3392
3392
  declare const GasTokenSettingsContent: ({
3393
3393
  setCurrentContent
3394
- }: Props$11) => react_jsx_runtime0.JSX.Element;
3394
+ }: Props$11) => react_jsx_runtime1.JSX.Element;
3395
3395
  //#endregion
3396
3396
  //#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
3397
3397
  type SettingsContentProps = {
@@ -3401,7 +3401,7 @@ type SettingsContentProps = {
3401
3401
  declare const SettingsContent: ({
3402
3402
  setCurrentContent,
3403
3403
  onLogoutSuccess
3404
- }: SettingsContentProps) => react_jsx_runtime0.JSX.Element;
3404
+ }: SettingsContentProps) => react_jsx_runtime1.JSX.Element;
3405
3405
  //#endregion
3406
3406
  //#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
3407
3407
  type TermsAndPrivacyContentProps = {
@@ -3409,7 +3409,7 @@ type TermsAndPrivacyContentProps = {
3409
3409
  };
3410
3410
  declare const TermsAndPrivacyContent: ({
3411
3411
  onGoBack
3412
- }: TermsAndPrivacyContentProps) => react_jsx_runtime0.JSX.Element;
3412
+ }: TermsAndPrivacyContentProps) => react_jsx_runtime1.JSX.Element;
3413
3413
  //#endregion
3414
3414
  //#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
3415
3415
  type DisconnectConfirmContentProps = {
@@ -3425,7 +3425,7 @@ declare const DisconnectConfirmContent: ({
3425
3425
  onClose,
3426
3426
  showCloseButton,
3427
3427
  text
3428
- }: DisconnectConfirmContentProps) => react_jsx_runtime0.JSX.Element;
3428
+ }: DisconnectConfirmContentProps) => react_jsx_runtime1.JSX.Element;
3429
3429
  //#endregion
3430
3430
  //#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
3431
3431
  type CategoryFilter = string | null;
@@ -3529,7 +3529,7 @@ declare const AccountModal: ({
3529
3529
  isOpen,
3530
3530
  onClose,
3531
3531
  initialContent
3532
- }: Props$10) => react_jsx_runtime0.JSX.Element;
3532
+ }: Props$10) => react_jsx_runtime1.JSX.Element;
3533
3533
  //#endregion
3534
3534
  //#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
3535
3535
  interface AccountDetailsButtonProps {
@@ -3551,7 +3551,7 @@ declare const AccountDetailsButton: ({
3551
3551
  onClick,
3552
3552
  leftImage,
3553
3553
  isActive
3554
- }: AccountDetailsButtonProps) => react_jsx_runtime0.JSX.Element;
3554
+ }: AccountDetailsButtonProps) => react_jsx_runtime1.JSX.Element;
3555
3555
  //#endregion
3556
3556
  //#region src/components/AccountModal/Components/ActionButton.d.ts
3557
3557
  type ActionButtonProps = {
@@ -3593,7 +3593,7 @@ declare const ActionButton: ({
3593
3593
  extraContent,
3594
3594
  dataTestId,
3595
3595
  variant
3596
- }: ActionButtonProps) => react_jsx_runtime0.JSX.Element;
3596
+ }: ActionButtonProps) => react_jsx_runtime1.JSX.Element;
3597
3597
  //#endregion
3598
3598
  //#region src/components/AccountModal/Components/AccountSelector.d.ts
3599
3599
  type Props$9 = {
@@ -3613,7 +3613,7 @@ declare const AccountSelector: ({
3613
3613
  onClose,
3614
3614
  mt,
3615
3615
  style
3616
- }: Props$9) => react_jsx_runtime0.JSX.Element;
3616
+ }: Props$9) => react_jsx_runtime1.JSX.Element;
3617
3617
  //#endregion
3618
3618
  //#region src/components/AccountModal/Components/BalanceSection.d.ts
3619
3619
  declare const BalanceSection: ({
@@ -3624,7 +3624,7 @@ declare const BalanceSection: ({
3624
3624
  mb?: number;
3625
3625
  mt?: number;
3626
3626
  onAssetsClick?: () => void;
3627
- }) => react_jsx_runtime0.JSX.Element;
3627
+ }) => react_jsx_runtime1.JSX.Element;
3628
3628
  //#endregion
3629
3629
  //#region src/components/AccountModal/Components/QuickActionsSection.d.ts
3630
3630
  type Props$8 = {
@@ -3634,7 +3634,7 @@ type Props$8 = {
3634
3634
  declare const QuickActionsSection: ({
3635
3635
  mt,
3636
3636
  setCurrentContent
3637
- }: Props$8) => react_jsx_runtime0.JSX.Element;
3637
+ }: Props$8) => react_jsx_runtime1.JSX.Element;
3638
3638
  //#endregion
3639
3639
  //#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
3640
3640
  type FeatureAnnouncementCardProps = {
@@ -3642,16 +3642,16 @@ type FeatureAnnouncementCardProps = {
3642
3642
  };
3643
3643
  declare const FeatureAnnouncementCard: ({
3644
3644
  setCurrentContent
3645
- }: FeatureAnnouncementCardProps) => react_jsx_runtime0.JSX.Element | null;
3645
+ }: FeatureAnnouncementCardProps) => react_jsx_runtime1.JSX.Element | null;
3646
3646
  //#endregion
3647
3647
  //#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
3648
- declare const ExchangeWarningAlert: () => react_jsx_runtime0.JSX.Element;
3648
+ declare const ExchangeWarningAlert: () => react_jsx_runtime1.JSX.Element;
3649
3649
  //#endregion
3650
3650
  //#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
3651
- declare const DomainRequiredAlert: () => react_jsx_runtime0.JSX.Element;
3651
+ declare const DomainRequiredAlert: () => react_jsx_runtime1.JSX.Element;
3652
3652
  //#endregion
3653
3653
  //#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
3654
- declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime0.JSX.Element;
3654
+ declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime1.JSX.Element;
3655
3655
  //#endregion
3656
3656
  //#region src/components/common/ModalBackButton.d.ts
3657
3657
  type BackButtonProps = {
@@ -3660,7 +3660,7 @@ type BackButtonProps = {
3660
3660
  declare const ModalBackButton: ({
3661
3661
  onClick,
3662
3662
  ...props
3663
- }: BackButtonProps) => react_jsx_runtime0.JSX.Element;
3663
+ }: BackButtonProps) => react_jsx_runtime1.JSX.Element;
3664
3664
  //#endregion
3665
3665
  //#region src/components/common/AddressDisplay.d.ts
3666
3666
  type Props$7 = {
@@ -3674,13 +3674,13 @@ declare const AddressDisplay: ({
3674
3674
  label,
3675
3675
  style,
3676
3676
  showHumanAddress
3677
- }: Props$7) => react_jsx_runtime0.JSX.Element;
3677
+ }: Props$7) => react_jsx_runtime1.JSX.Element;
3678
3678
  //#endregion
3679
3679
  //#region src/components/common/VersionFooter.d.ts
3680
3680
  type Props$6 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
3681
3681
  declare const VersionFooter: ({
3682
3682
  ...props
3683
- }: Props$6) => react_jsx_runtime0.JSX.Element;
3683
+ }: Props$6) => react_jsx_runtime1.JSX.Element;
3684
3684
  //#endregion
3685
3685
  //#region src/components/common/StickyHeaderContainer.d.ts
3686
3686
  type Props$5 = {
@@ -3688,7 +3688,7 @@ type Props$5 = {
3688
3688
  };
3689
3689
  declare const StickyHeaderContainer: ({
3690
3690
  children
3691
- }: Props$5) => react_jsx_runtime0.JSX.Element;
3691
+ }: Props$5) => react_jsx_runtime1.JSX.Element;
3692
3692
  //#endregion
3693
3693
  //#region src/components/common/StickyFooterContainer.d.ts
3694
3694
  type Props$4 = {
@@ -3696,7 +3696,7 @@ type Props$4 = {
3696
3696
  };
3697
3697
  declare const StickyFooterContainer: ({
3698
3698
  children
3699
- }: Props$4) => react_jsx_runtime0.JSX.Element;
3699
+ }: Props$4) => react_jsx_runtime1.JSX.Element;
3700
3700
  //#endregion
3701
3701
  //#region src/components/common/BaseModal.d.ts
3702
3702
  type BaseModalProps = {
@@ -3727,7 +3727,7 @@ declare const BaseModal: ({
3727
3727
  allowExternalFocus,
3728
3728
  backdropFilter,
3729
3729
  isCloseable
3730
- }: BaseModalProps) => react_jsx_runtime0.JSX.Element;
3730
+ }: BaseModalProps) => react_jsx_runtime1.JSX.Element;
3731
3731
  //#endregion
3732
3732
  //#region src/components/common/AssetButton.d.ts
3733
3733
  type AssetButtonProps = ButtonProps & {
@@ -3746,7 +3746,7 @@ declare const AssetButton: ({
3746
3746
  isDisabled,
3747
3747
  onClick,
3748
3748
  ...buttonProps
3749
- }: AssetButtonProps) => react_jsx_runtime0.JSX.Element;
3749
+ }: AssetButtonProps) => react_jsx_runtime1.JSX.Element;
3750
3750
  //#endregion
3751
3751
  //#region src/components/common/AddressDisplayCard.d.ts
3752
3752
  type AddressDisplayCardProps = {
@@ -3768,7 +3768,7 @@ declare const AddressDisplayCard: ({
3768
3768
  hideAddress,
3769
3769
  balance,
3770
3770
  tokenAddress
3771
- }: AddressDisplayCardProps) => react_jsx_runtime0.JSX.Element;
3771
+ }: AddressDisplayCardProps) => react_jsx_runtime1.JSX.Element;
3772
3772
  //#endregion
3773
3773
  //#region src/components/common/ModalFAQButton.d.ts
3774
3774
  type FAQButtonProps = {
@@ -3777,13 +3777,13 @@ type FAQButtonProps = {
3777
3777
  declare const ModalFAQButton: ({
3778
3778
  onClick,
3779
3779
  ...props
3780
- }: FAQButtonProps) => react_jsx_runtime0.JSX.Element;
3780
+ }: FAQButtonProps) => react_jsx_runtime1.JSX.Element;
3781
3781
  //#endregion
3782
3782
  //#region src/components/common/ScrollToTopWrapper.d.ts
3783
3783
  declare const ScrollToTopWrapper: ({
3784
3784
  children,
3785
3785
  ...props
3786
- }: StackProps) => react_jsx_runtime0.JSX.Element;
3786
+ }: StackProps) => react_jsx_runtime1.JSX.Element;
3787
3787
  //#endregion
3788
3788
  //#region src/components/common/AccountAvatar.d.ts
3789
3789
  type AccountAvatarProps = {
@@ -3793,7 +3793,7 @@ type AccountAvatarProps = {
3793
3793
  declare const AccountAvatar: ({
3794
3794
  wallet,
3795
3795
  props
3796
- }: AccountAvatarProps) => react_jsx_runtime0.JSX.Element;
3796
+ }: AccountAvatarProps) => react_jsx_runtime1.JSX.Element;
3797
3797
  //#endregion
3798
3798
  //#region src/components/common/TransactionButtonAndStatus.d.ts
3799
3799
  type TransactionButtonAndStatusProps = {
@@ -3835,7 +3835,7 @@ declare const TransactionButtonAndStatus: ({
3835
3835
  isLoadingGasEstimation,
3836
3836
  showGasEstimationError,
3837
3837
  context
3838
- }: TransactionButtonAndStatusProps) => react_jsx_runtime0.JSX.Element;
3838
+ }: TransactionButtonAndStatusProps) => react_jsx_runtime1.JSX.Element;
3839
3839
  //#endregion
3840
3840
  //#region src/components/common/ModalNotificationButton.d.ts
3841
3841
  type NotificationButtonProps = {
@@ -3846,7 +3846,7 @@ declare const ModalNotificationButton: ({
3846
3846
  onClick,
3847
3847
  hasUnreadNotifications,
3848
3848
  ...props
3849
- }: NotificationButtonProps) => react_jsx_runtime0.JSX.Element;
3849
+ }: NotificationButtonProps) => react_jsx_runtime1.JSX.Element;
3850
3850
  //#endregion
3851
3851
  //#region src/components/common/GasFeeSummary.d.ts
3852
3852
  interface GasFeeSummaryProps {
@@ -3882,7 +3882,7 @@ declare const GasFeeTokenSelector: ({
3882
3882
  availableTokens,
3883
3883
  tokenEstimations,
3884
3884
  walletAddress
3885
- }: GasFeeTokenSelectorProps) => react_jsx_runtime0.JSX.Element;
3885
+ }: GasFeeTokenSelectorProps) => react_jsx_runtime1.JSX.Element;
3886
3886
  //#endregion
3887
3887
  //#region src/components/LoginLoadingModal/LoginLoadingModal.d.ts
3888
3888
  type LoginLoadingModalProps = {
@@ -3900,7 +3900,7 @@ declare const LoginLoadingModal: ({
3900
3900
  title,
3901
3901
  loadingText,
3902
3902
  onTryAgain
3903
- }: LoginLoadingModalProps) => react_jsx_runtime0.JSX.Element;
3903
+ }: LoginLoadingModalProps) => react_jsx_runtime1.JSX.Element;
3904
3904
  //#endregion
3905
3905
  //#region src/components/EcosystemModal/EcosystemModal.d.ts
3906
3906
  type Props$3 = {
@@ -3914,7 +3914,7 @@ declare const EcosystemModal: ({
3914
3914
  onClose,
3915
3915
  appsInfo,
3916
3916
  isLoading
3917
- }: Props$3) => react_jsx_runtime0.JSX.Element;
3917
+ }: Props$3) => react_jsx_runtime1.JSX.Element;
3918
3918
  //#endregion
3919
3919
  //#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
3920
3920
  type SuccessfulOperationContentProps = {
@@ -3944,7 +3944,7 @@ declare const UpgradeSmartAccountModal: ({
3944
3944
  isOpen,
3945
3945
  onClose,
3946
3946
  style
3947
- }: Props$2) => react_jsx_runtime0.JSX.Element;
3947
+ }: Props$2) => react_jsx_runtime1.JSX.Element;
3948
3948
  //#endregion
3949
3949
  //#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
3950
3950
  type Props$1 = {
@@ -3959,7 +3959,7 @@ declare const LegalDocumentsModal: ({
3959
3959
  onAgree,
3960
3960
  handleLogout,
3961
3961
  onlyOptionalDocuments
3962
- }: Props$1) => react_jsx_runtime0.JSX.Element;
3962
+ }: Props$1) => react_jsx_runtime1.JSX.Element;
3963
3963
  //#endregion
3964
3964
  //#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
3965
3965
  type Props = {
@@ -3971,7 +3971,7 @@ declare const LegalDocumentItem: ({
3971
3971
  document,
3972
3972
  register,
3973
3973
  isText
3974
- }: Props) => react_jsx_runtime0.JSX.Element;
3974
+ }: Props) => react_jsx_runtime1.JSX.Element;
3975
3975
  //#endregion
3976
3976
  //#region src/providers/ModalProvider.d.ts
3977
3977
  type AccountModalOptions = {
@@ -4002,7 +4002,7 @@ declare const ModalProvider: ({
4002
4002
  children
4003
4003
  }: {
4004
4004
  children: ReactNode;
4005
- }) => react_jsx_runtime0.JSX.Element;
4005
+ }) => react_jsx_runtime1.JSX.Element;
4006
4006
  //#endregion
4007
4007
  //#region src/config/index.d.ts
4008
4008
  type AppConfig = {
@@ -4048,4 +4048,4 @@ type AppConfig = {
4048
4048
  declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
4049
4049
  //#endregion
4050
4050
  export { ManageCustomTokenContentProps as $, getErc20BalanceQueryKey as $a, useSendTokenModal as $i, useScrollToTop as $n, AccountMainContent as $o, leftPadWithZeros as $r, GasTokenPreferences as $s, useUpgradeRequired as $t, ModalBackButton as A, useXAppsShares as Aa, useSignTypedData as Ai, useGasTokenSelection as An, getTextRecordsQueryKey as Ao, isInvalid as Ar, usePrivyWalletProvider as As, useTxReceipt as At, AccountModal as B, useRefreshBalances as Ba, ReceiveModalProvider as Bi, useEcosystemShortcuts as Bn, useIsDomainProtected as Bo, XNodeStrengthLevelToName as Br, LegalDocumentSource as Bs, getAllEventLogs as Bt, AddressDisplayCard as C, getIpfsImageQueryKey as Ca, AppHubApp as Ci, getAccountBalance as Cn, getAvatarOfAddressQueryKey as Co, ViewFunctionResult as Cr, LegalDocumentsProvider as Cs, useDAppKitWallet as Ct, StickyHeaderContainer as D, getIpfsMetadataQueryKey as Da, useLoginWithVeChain as Di, useEstimateAllTokens as Dn, buildClauses as Do, isValidUrl as Dr, useVechainKitThemeConfig as Ds, useSetWalletRecovery as Dt, StickyFooterContainer as E, getIpfsMetadata as Ea, useAppHubApps as Ei, UseEstimateAllTokensParams as En, useGetResolverAddress as Eo, executeMultipleClausesCall as Er, VechainKitThemeProvider as Es, usePrivy as Et, QuickActionsSection as F, UseWalletReturnType as Fa, ProfileModalProvider as Fi, getDepositAccount as Fn, DomainsResponse as Fo, isRejectionError as Fr, VeChainKitProvider as Fs, buildERC20Clauses as Ft, SettingsContent as G, useIsPerson as Ga, useFAQModal as Gi, buildBatchAuthorizationTypedData as Gn, useEnsRecordExists as Go, convertUriToUrl as Gr, EstimationResponse as Gs, currentBlockQueryKey as Gt, DisconnectConfirmContent as H, XApp as Ha, AccountCustomizationModalProvider as Hi, LocalStorageKey as Hn, useClaimVetDomain as Ho, buildQueryString as Hr, CostLevel as Hs, getChainId as Ht, BalanceSection as I, useWallet as Ia, useProfileModal as Ii, signVip191Transaction as In, getDomainsOfAddress as Io, TIME as Ir, VechainKitProviderProps as Is, useTransferERC20 as It, LanguageSettingsContent as J, PRICE_FEED_IDS as Ja, ExploreEcosystemModalProvider as Ji, GetEventsKeyParams as Jn, fetchPrivyStatus as Jo, uploadBlobToIPFS as Jr, VthoPerGasAtSpeed as Js, getUpgradeRequiredForAccount as Jt, SettingsContentProps as K, getVot3BalanceQueryKey as Ka, NotificationsModalProvider as Ki, buildSingleAuthorizationTypedData as Kn, getVechainDomainQueryKey as Ko, resolveMediaTypeFromMimeType as Kr, Rate as Ks, useCurrentBlock as Kt, AccountSelector as L, getRoundXAppsQueryKey as La, UpgradeSmartAccountModalProvider as Li, useGenericDelegator as Ln, getDomainsOfAddressQueryKey as Lo, EconomicNodeStrengthLevelToName as Lr, useVeChainKitConfig as Ls, UseSendTransactionReturnValue as Lt, DomainRequiredAlert as M, getXAppMetadata as Ma, useNotificationAlerts as Mi, delegateAuthorized as Mn, getAvatarQueryKey as Mo, normalize as Mr, LegalDocumentOptions as Ms, useBuildTransaction as Mt, ExchangeWarningAlert as N, useXAppMetadata as Na, useNotifications as Ni, estimateAndBuildTxBody as Nn, useGetAvatar as No, removePrefix as Nr, VeChainKitConfig as Ns, buildVETClauses as Nt, VersionFooter as O, useIpfsMetadata as Oa, useLoginWithOAuth as Oi, useGenericDelegatorFeeEstimation as On, useUpdateTextRecord as Oo, addPrefix as Or, PrivyWalletProvider as Os, useThor as Ot, FeatureAnnouncementCard as P, useWalletMetadata as Pa, useAccountModalOptions as Pi, estimateGas as Pn, Domain as Po, validate as Pr, VeChainKitContext as Ps, useTransferVET as Pt, ManageCustomTokenContent as Q, useGetTokenUsdPrice as Qa, SendTokenModalProvider as Qi, useEvents as Qn, useFetchAppInfo as Qo, isValidAddress as Qr, GasTokenInfo as Qs, getUpgradeRequiredQueryKey as Qt, ActionButton as R, useRoundXApps as Ra, useUpgradeSmartAccountModal as Ri, useCrossAppConnectionCache as Rn, useGetDomainsOfAddress as Ro, MinXNodeLevel as Rr, EnrichedLegalDocument as Rs, useSendTransaction as Rt, ModalFAQButton as S, getIpfsImage as Sa, notFoundImage as Si, useAccountImplementationAddress as Sn, useGetAvatarLegacy as So, MultipleClausesCallReturnType as Sr, ConnectModalContentsTypes as Ss, ThorClient$1 as St, BaseModal as T, useIpfsImageList as Ta, getAppHubAppsQueryKey as Ti, useAccountBalance as Tn, getResolverAddressQueryKey as To, executeCallClause as Tr, ColorModeSync as Ts, useMfaEnrollment as Tt, DisconnectConfirmContentProps as U, useMostVotedAppsInRound as Ua, useAccountCustomizationModal as Ui, useLocalStorage as Un, useClaimVeWorldSubdomain as Uo, gmNfts as Ur, DepositAccount as Us, getChainIdQueryKey as Ut, AccountModalContentTypes as V, MostVotedAppsInRoundReturnType as Va, useReceiveModal as Vi, useSyncableLocalStorage as Vn, buildVetDomainClauses as Vo, allNodeStrengthLevelToName as Vr, LegalDocumentType as Vs, getEventLogs as Vt, TermsAndPrivacyContent as W, getIsPersonQueryKey as Wa, FAQModalProvider as Wi, BuildClausesParams as Wn, getEnsRecordExistsQueryKey as Wo, xNodeToGMstartingLevel as Wr, EstimatedGas as Ws, useGetChainId as Wt, ChangeCurrencyContentProps as X, getTokenUsdPrice as Xa, SwapTokenModalProvider as Xi, decodeEventLog$1 as Xn, fetchPrivyAppInfo as Xo, compareAddresses as Xr, formatGasCost as Xs, useUpgradeRequiredForAccount as Xt, ChangeCurrencyContent as Y, SupportedToken as Ya, useExploreEcosystemModal as Yi, UseEventsParams as Yn, useFetchPrivyStatus as Yo, validateIpfsUri as Yr, calculateTotalCost as Ys, getUpgradeRequiredForAccountQueryKey as Yt, BridgeContent as Z, getTokenUsdPriceQueryKey as Za, useSwapTokenModal as Zi, getEventsKey as Zn, getPrivyAppInfoQueryKey as Zo, compareListOfAddresses as Zr, GasTokenEstimate as Zs, getUpgradeRequired as Zt, ModalNotificationButton as _, imageCompressionOptions as _a, TokenBalance as _c, VECHAIN_KIT_STORAGE_KEYS as _i, getCurrentAccountImplementationVersion as _n, WalletTokenBalance as _o, removeLocalStorageItem as _r, VeChainLoginButton as _s, SwapTokenContent as _t, useModal as a, useTransactionToast as aa, CURRENCY as ac, humanDomain as ai, useRefreshFactoryQueries as an, getCustomTokenBalanceQueryKey as ao, useCurrency as ar, SocialIcons as as, ProfileContentProps as at, AccountAvatar as b, IpfsImage as ba, VePassportUserStatus as bc, getENV as bi, getAccountImplementationAddress as bn, getAvatarLegacy as bo, setLocalStorageItem as br, MainContent as bs, SendTokenSummaryContent as bt, LegalDocumentsModal as c, AccountModalProvider as ca, CrossAppConnectionCache as cc, DEFAULT_GAS_TOKEN_PREFERENCES as ci, useIsSmartAccountDeployed as cn, useGetB3trBalance as co, useCallClause as cr, WalletDisplayVariant as cs, AccountCustomizationContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, useConnectModal as da, ExecuteBatchWithAuthorizationSignData as dc, PrivyEcosystemApp as di, useHasV1SmartAccount as dn, useCurrentAllocationsRoundId as do, getDocumentTitle as dr, VeChainWithPrivyLoginButton as ds, ChooseNameSummaryContent as dt, ChooseNameModalProvider as ea, GasTokenSelection as ec, regexPattern as ei, SmartAccountReturnType as en, useGetErc20Balance as eo, useIsPWA as er, TransactionToast as es, AssetsContent as et, UpgradeSmartAccountModalStyle as f, useSwapQuotes as fa, ExecuteWithAuthorizationSignData as fc, SUPPORTED_GAS_TOKENS as fi, getAccountVersionQueryKey as fn, useTotalBalance as fo, getLocalStorageItem as fr, DappKitButton as fs, ChooseNameSummaryContentProps as ft, GasFeeSummary as g, compressImages as ga, SmartAccount as gc, VECHAIN_KIT_COOKIES_CONFIG as gi, useGetAccountAddress as gn, useTokenPrices as go, isOnline as gr, EcosystemButton as gs, ChooseNameContentProps as gt, GasFeeTokenSelector as h, UploadedImage as ha, PrivyLoginMethod as hc, TogglePassportCheck as hi, getAccountAddressQueryKey as hn, ExchangeRates as ho, isBrowser as hr, PrivyButton as hs, ChooseNameContent as ht, ModalProvider as i, TransactionToastProvider as ia, TextRecords as ic, humanAddress as ii, useRefreshSmartAccountQueries as in, TokenWithBalance as io, useCurrentLanguage as ir, TransactionModalProps as is, ProfileContent as it, CrossAppConnectionSecurityCard as j, XAppMetadata as ja, useSignMessage as ji, decodeRawTx as jn, useGetTextRecords as jo, isValid as jr, LegalDocument as js, BuildTransactionProps as jt, AddressDisplay as k, getXAppsSharesQueryKey as ka, useLoginWithPasskey as ki, useGenericDelegatorFeeEstimationParams as kn, getTextRecords as ko, compare as kr, PrivyWalletProviderContextType as ks, txReceiptQueryKey as kt, LegalDocumentsModalContentsTypes as l, useAccountModal as la, ENSRecords as lc, DEFAULT_PRIVY_ECOSYSTEM_APPS as li, getHasV1SmartAccount as ln, useCustomTokens as lo, useMultipleClausesCall as lr, ConnectPopover as ls, CustomizationContent as lt, LoginLoadingModal as m, useSingleImageUpload as ma, PrivyAppInfo as mc, TOKEN_LOGO_COMPONENTS as mi, getAccountAddress as mn, useTokensWithValues as mo, hasNavigator as mr, LoginWithGoogleButton as ms, ChooseNameSearchContentProps as mt, getConfig as n, WalletModalProvider as na, TransactionSpeed as nc, formatTokenBalance as ni, getSmartAccountQueryKey as nn, getTokenInfo as no, useFeatureAnnouncement as nr, ShareButtons as ns, UpgradeSmartAccountContent as nt, DAppKitWalletButton as o, TransactionModalProvider as oa, CURRENCY_SYMBOLS as oc, humanNumber as oi, getIsDeployed as on, useGetCustomTokenBalances as oo, getCallClauseQueryKey as or, WalletButton as os, CustomizationSummaryContent as ot, EcosystemModal as p, useSwapTransaction as pa, NFTMediaType as pc, TOKEN_LOGOS as pi, useGetAccountVersion as pn, TokenWithValue as po, getWindowOrigin as pr, PasskeyLoginButton as ps, ChooseNameSearchContent as pt, GasTokenSettingsContent as q, useGetVot3Balance as qa, useNotificationsModal as qi, useBuildClauses as qn, useVechainDomain as qo, toIPFSURL as qr, TransactionCost as qs, useUpgradeSmartAccount as qt, AccountModalOptions as r, useWalletModal as ra, ENS_TEXT_RECORDS as rc, getPicassoImage as ri, useSmartAccount as rn, useGetCustomTokenInfo as ro, useCurrentCurrency as rr, TransactionModal as rs, UpgradeSmartAccountContentProps as rt, LegalDocumentItem as s, useTransactionModal as sa, ConnectionSource as sc, isZero as si, getIsDeployedQueryKey as sn, getB3trBalanceQueryKey as so, getCallClauseQueryKeyWithArgs as sr, WalletButtonProps as ss, CustomizationSummaryContentProps as st, AppConfig as t, useChooseNameModal as ta, GasTokenType as tc, randomTransactionUser as ti, getSmartAccount as tn, getCustomTokenInfoQueryKey as to, useGetNodeUrl as tr, TransactionModalContent as ts, AssetsContentProps as tt, UpgradeSmartAccountModal as u, ConnectModalProvider as ua, EnhancedClause as uc, ENV as ui, getHasV1SmartAccountQueryKey as un, getCurrentAllocationsRoundIdQueryKey as uo, copyToClipboard as ur, LoginWithGithubButton as us, FAQContent as ut, TransactionButtonAndStatus as v, useUploadImages as va, TransactionStatus as vc, VECHAIN_KIT_TERMS_CONFIG as vi, getCurrentAccountImplementationVersionQueryKey as vn, useTokenBalances as vo, safeQuerySelector as vr, EmailLoginButton as vs, ReceiveTokenContent as vt, AssetButton as w, useIpfsImage as wa, fetchAppHubApps as wi, getAccountBalanceQueryKey as wn, useGetAvatarOfAddress as wo, buildCallClauses as wr, useLegalDocuments as ws, useDAppKitWalletModal as wt, ScrollToTopWrapper as x, MAX_IMAGE_SIZE as xa, Wallet as xc, getGenericDelegatorUrl as xi, getAccountImplementationAddressQueryKey as xn, getAvatarLegacyQueryKey as xo, MultipleClausesCallParameters as xr, ConnectModal as xs, SendTokenContent as xt, TransactionButtonAndStatusProps as y, useIpfsMetadatas as ya, TransactionStatusErrorType as yc, VECHAIN_PRIVY_APP_ID as yi, useCurrentAccountImplementationVersion as yn, useUnsetDomain as yo, safeWindowOpen as yr, ConnectionButton as ys, SelectTokenContent as yt, AccountDetailsButton as z, useRefreshMetadata as za, useLoginModalContent as zi, EcosystemShortcut as zn, getIsDomainProtectedQueryKey as zo, NodeStrengthLevelToImage as zr, LegalDocumentAgreement as zs, GetEventsProps as zt };
4051
- //# sourceMappingURL=index-wCp9v8PQ.d.cts.map
4051
+ //# sourceMappingURL=index-BAtr2iQI.d.cts.map