@vechain/vechain-kit 2.4.2 → 2.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,20 +1,20 @@
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_runtime3 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime0 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, Revision, 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_query21 from "@tanstack/react-query";
10
+ import * as _tanstack_react_query33 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";
14
14
  import { z } from "zod";
15
15
  import { Options } from "browser-image-compression";
16
16
  import { UseFormRegister } from "react-hook-form";
17
- import * as _vechain_sdk_network2 from "@vechain/sdk-network";
17
+ import * as _vechain_sdk_network0 from "@vechain/sdk-network";
18
18
  import { CompressedBlockDetail, EventLogs, FilterEventLogsOptions, ThorClient, ThorClient as ThorClient$1, TransactionReceipt } from "@vechain/sdk-network";
19
19
  import { LogLevel, WalletSource } from "@vechain/dapp-kit";
20
20
  import { CustomizedStyle, I18n, SourceInfo } from "@vechain/dapp-kit-ui";
@@ -629,7 +629,7 @@ declare const VeChainKitContext: react0.Context<VeChainKitConfig | null>;
629
629
  * ```
630
630
  */
631
631
  declare const useVeChainKitConfig: () => VeChainKitConfig;
632
- declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime3.JSX.Element;
632
+ declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime0.JSX.Element;
633
633
  //#endregion
634
634
  //#region src/providers/PrivyWalletProvider.d.ts
635
635
  interface PrivyWalletProviderContextType {
@@ -672,7 +672,7 @@ declare const PrivyWalletProvider: ({
672
672
  delegatorUrl?: string;
673
673
  delegateAllTransactions: boolean;
674
674
  genericDelegator?: boolean;
675
- }) => react_jsx_runtime3.JSX.Element;
675
+ }) => react_jsx_runtime0.JSX.Element;
676
676
  declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
677
677
  //#endregion
678
678
  //#region src/providers/VechainKitThemeProvider.d.ts
@@ -690,12 +690,12 @@ declare const ColorModeSync: ({
690
690
  darkMode
691
691
  }: {
692
692
  darkMode: boolean;
693
- }) => react_jsx_runtime3.JSX.Element;
693
+ }) => react_jsx_runtime0.JSX.Element;
694
694
  declare const VechainKitThemeProvider: ({
695
695
  children,
696
696
  darkMode,
697
697
  theme: customTheme
698
- }: Props$35) => react_jsx_runtime3.JSX.Element;
698
+ }: Props$35) => react_jsx_runtime0.JSX.Element;
699
699
  //#endregion
700
700
  //#region src/providers/LegalDocumentsProvider.d.ts
701
701
  type Props$34 = {
@@ -711,7 +711,7 @@ type LegalDocumentsContextType = {
711
711
  declare const useLegalDocuments: () => LegalDocumentsContextType;
712
712
  declare const LegalDocumentsProvider: ({
713
713
  children
714
- }: Props$34) => react_jsx_runtime3.JSX.Element;
714
+ }: Props$34) => react_jsx_runtime0.JSX.Element;
715
715
  //#endregion
716
716
  //#region src/components/ConnectModal/ConnectModal.d.ts
717
717
  type Props$33 = {
@@ -747,7 +747,7 @@ declare const ConnectModal: ({
747
747
  onClose,
748
748
  initialContent,
749
749
  preventAutoClose
750
- }: Props$33) => react_jsx_runtime3.JSX.Element;
750
+ }: Props$33) => react_jsx_runtime0.JSX.Element;
751
751
  //#endregion
752
752
  //#region src/components/ConnectModal/Contents/MainContent.d.ts
753
753
  type Props$32 = {
@@ -759,7 +759,7 @@ declare const MainContent: ({
759
759
  setCurrentContent,
760
760
  onClose,
761
761
  preventAutoClose
762
- }: Props$32) => react_jsx_runtime3.JSX.Element;
762
+ }: Props$32) => react_jsx_runtime0.JSX.Element;
763
763
  //#endregion
764
764
  //#region src/components/ConnectModal/Contents/LoadingContent.d.ts
765
765
  type LoadingContentProps = {
@@ -777,7 +777,7 @@ declare const LoadingContent: ({
777
777
  onClose,
778
778
  onGoBack,
779
779
  showBackButton
780
- }: LoadingContentProps) => react_jsx_runtime3.JSX.Element;
780
+ }: LoadingContentProps) => react_jsx_runtime0.JSX.Element;
781
781
  //#endregion
782
782
  //#region src/components/ConnectModal/Contents/ErrorContent.d.ts
783
783
  type ErrorContentProps = {
@@ -791,7 +791,7 @@ declare const ErrorContent: ({
791
791
  onClose,
792
792
  onTryAgain,
793
793
  onGoBack
794
- }: ErrorContentProps) => react_jsx_runtime3.JSX.Element;
794
+ }: ErrorContentProps) => react_jsx_runtime0.JSX.Element;
795
795
  //#endregion
796
796
  //#region src/components/ConnectModal/Contents/EcosystemContent.d.ts
797
797
  type Props$31 = {
@@ -807,7 +807,7 @@ declare const EcosystemContent: ({
807
807
  isLoading,
808
808
  setCurrentContent,
809
809
  showBackButton
810
- }: Props$31) => react_jsx_runtime3.JSX.Element;
810
+ }: Props$31) => react_jsx_runtime0.JSX.Element;
811
811
  //#endregion
812
812
  //#region src/components/ConnectModal/Components/ConnectionButton.d.ts
813
813
  interface ConnectionButtonProps {
@@ -830,10 +830,10 @@ declare const ConnectionButton: ({
830
830
  style,
831
831
  variant,
832
832
  iconWidth
833
- }: ConnectionButtonProps) => react_jsx_runtime3.JSX.Element | null;
833
+ }: ConnectionButtonProps) => react_jsx_runtime0.JSX.Element | null;
834
834
  //#endregion
835
835
  //#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
836
- declare const EmailLoginButton: () => react_jsx_runtime3.JSX.Element;
836
+ declare const EmailLoginButton: () => react_jsx_runtime0.JSX.Element;
837
837
  //#endregion
838
838
  //#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
839
839
  type Props$30 = {
@@ -845,7 +845,7 @@ declare const VeChainLoginButton: ({
845
845
  isDark,
846
846
  gridColumn,
847
847
  setCurrentContent
848
- }: Props$30) => react_jsx_runtime3.JSX.Element;
848
+ }: Props$30) => react_jsx_runtime0.JSX.Element;
849
849
  //#endregion
850
850
  //#region src/components/ConnectModal/Components/EcosystemButton.d.ts
851
851
  type Props$29 = {
@@ -859,7 +859,7 @@ declare const EcosystemButton: ({
859
859
  appsInfo,
860
860
  isLoading,
861
861
  setCurrentContent
862
- }: Props$29) => react_jsx_runtime3.JSX.Element;
862
+ }: Props$29) => react_jsx_runtime0.JSX.Element;
863
863
  //#endregion
864
864
  //#region src/components/ConnectModal/Components/PrivyButton.d.ts
865
865
  type Props$28 = {
@@ -871,7 +871,7 @@ declare const PrivyButton: ({
871
871
  isDark,
872
872
  onViewMoreLogin,
873
873
  gridColumn
874
- }: Props$28) => react_jsx_runtime3.JSX.Element;
874
+ }: Props$28) => react_jsx_runtime0.JSX.Element;
875
875
  //#endregion
876
876
  //#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
877
877
  type Props$27 = {
@@ -881,7 +881,7 @@ type Props$27 = {
881
881
  declare const LoginWithGoogleButton: ({
882
882
  isDark,
883
883
  gridColumn
884
- }: Props$27) => react_jsx_runtime3.JSX.Element;
884
+ }: Props$27) => react_jsx_runtime0.JSX.Element;
885
885
  //#endregion
886
886
  //#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
887
887
  type Props$26 = {
@@ -893,7 +893,7 @@ declare const PasskeyLoginButton: ({
893
893
  isDark,
894
894
  gridColumn,
895
895
  setCurrentContent
896
- }: Props$26) => react_jsx_runtime3.JSX.Element;
896
+ }: Props$26) => react_jsx_runtime0.JSX.Element;
897
897
  //#endregion
898
898
  //#region src/components/ConnectModal/Components/DappKitButton.d.ts
899
899
  type Props$25 = {
@@ -903,7 +903,7 @@ type Props$25 = {
903
903
  declare const DappKitButton: ({
904
904
  isDark,
905
905
  gridColumn
906
- }: Props$25) => react_jsx_runtime3.JSX.Element;
906
+ }: Props$25) => react_jsx_runtime0.JSX.Element;
907
907
  //#endregion
908
908
  //#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
909
909
  type Props$24 = {
@@ -913,7 +913,7 @@ type Props$24 = {
913
913
  declare const VeChainWithPrivyLoginButton: ({
914
914
  isDark,
915
915
  gridColumn
916
- }: Props$24) => react_jsx_runtime3.JSX.Element;
916
+ }: Props$24) => react_jsx_runtime0.JSX.Element;
917
917
  //#endregion
918
918
  //#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
919
919
  type Props$23 = {
@@ -923,7 +923,7 @@ type Props$23 = {
923
923
  declare const LoginWithGithubButton: ({
924
924
  isDark,
925
925
  gridColumn
926
- }: Props$23) => react_jsx_runtime3.JSX.Element;
926
+ }: Props$23) => react_jsx_runtime0.JSX.Element;
927
927
  //#endregion
928
928
  //#region src/components/ConnectModal/ConnectPopover.d.ts
929
929
  type ConnectPopoverProps = {
@@ -933,7 +933,7 @@ type ConnectPopoverProps = {
933
933
  declare const ConnectPopover: ({
934
934
  isLoading,
935
935
  buttonStyle
936
- }: ConnectPopoverProps) => react_jsx_runtime3.JSX.Element;
936
+ }: ConnectPopoverProps) => react_jsx_runtime0.JSX.Element;
937
937
  //#endregion
938
938
  //#region src/components/WalletButton/types.d.ts
939
939
  type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
@@ -952,10 +952,10 @@ declare const WalletButton: ({
952
952
  buttonStyle,
953
953
  connectionVariant,
954
954
  label
955
- }: WalletButtonProps) => react_jsx_runtime3.JSX.Element;
955
+ }: WalletButtonProps) => react_jsx_runtime0.JSX.Element;
956
956
  //#endregion
957
957
  //#region src/components/WalletButton/SocialIcons.d.ts
958
- declare const SocialIcons: () => react_jsx_runtime3.JSX.Element;
958
+ declare const SocialIcons: () => react_jsx_runtime0.JSX.Element;
959
959
  //#endregion
960
960
  //#region src/components/TransactionModal/TransactionModal.d.ts
961
961
  type TransactionModalProps = {
@@ -985,7 +985,7 @@ declare const TransactionModal: ({
985
985
  txReceipt,
986
986
  txError,
987
987
  onTryAgain
988
- }: TransactionModalProps) => react_jsx_runtime3.JSX.Element | null;
988
+ }: TransactionModalProps) => react_jsx_runtime0.JSX.Element | null;
989
989
  //#endregion
990
990
  //#region src/components/TransactionModal/Components/ShareButtons.d.ts
991
991
  type Props$22 = {
@@ -995,7 +995,7 @@ type Props$22 = {
995
995
  };
996
996
  declare const ShareButtons: ({
997
997
  description
998
- }: Props$22) => react_jsx_runtime3.JSX.Element;
998
+ }: Props$22) => react_jsx_runtime0.JSX.Element;
999
999
  //#endregion
1000
1000
  //#region src/components/TransactionModal/TransactionModalContent.d.ts
1001
1001
  declare const TransactionModalContent: ({
@@ -1005,7 +1005,7 @@ declare const TransactionModalContent: ({
1005
1005
  txReceipt,
1006
1006
  txError,
1007
1007
  onClose
1008
- }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime3.JSX.Element;
1008
+ }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime0.JSX.Element;
1009
1009
  //#endregion
1010
1010
  //#region src/components/TransactionToast/TransactionToast.d.ts
1011
1011
  type TransactionToastProps = {
@@ -1025,7 +1025,7 @@ declare const TransactionToast: ({
1025
1025
  txError,
1026
1026
  onTryAgain,
1027
1027
  description
1028
- }: TransactionToastProps) => react_jsx_runtime3.JSX.Element | null;
1028
+ }: TransactionToastProps) => react_jsx_runtime0.JSX.Element | null;
1029
1029
  //#endregion
1030
1030
  //#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
1031
1031
  type Props$21 = {
@@ -1041,12 +1041,12 @@ declare const AccountMainContent: ({
1041
1041
  wallet,
1042
1042
  onClose,
1043
1043
  switchFeedback
1044
- }: Props$21) => react_jsx_runtime3.JSX.Element;
1044
+ }: Props$21) => react_jsx_runtime0.JSX.Element;
1045
1045
  //#endregion
1046
1046
  //#region src/hooks/api/privy/useFetchAppInfo.d.ts
1047
1047
  declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
1048
1048
  declare const getPrivyAppInfoQueryKey: (appIds: string | string[]) => string[];
1049
- declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query21.UseQueryResult<{
1049
+ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query33.UseQueryResult<{
1050
1050
  [k: string]: {
1051
1051
  website: string | undefined;
1052
1052
  id: string;
@@ -1067,7 +1067,7 @@ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_qu
1067
1067
  //#endregion
1068
1068
  //#region src/hooks/api/privy/useFetchPrivyStatus.d.ts
1069
1069
  declare const fetchPrivyStatus: () => Promise<string>;
1070
- declare const useFetchPrivyStatus: () => _tanstack_react_query21.UseQueryResult<string, Error>;
1070
+ declare const useFetchPrivyStatus: () => _tanstack_react_query33.UseQueryResult<string, Error>;
1071
1071
  //#endregion
1072
1072
  //#region src/hooks/api/vetDomains/useVechainDomain.d.ts
1073
1073
  interface VeChainDomainResult {
@@ -1077,11 +1077,11 @@ interface VeChainDomainResult {
1077
1077
  isPrimaryDomain: boolean;
1078
1078
  }
1079
1079
  declare const getVechainDomainQueryKey: (addressOrDomain?: string | null) => (string | null | undefined)[];
1080
- declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query21.UseQueryResult<VeChainDomainResult, Error>;
1080
+ declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query33.UseQueryResult<VeChainDomainResult, Error>;
1081
1081
  //#endregion
1082
1082
  //#region src/hooks/api/vetDomains/useEnsRecordExists.d.ts
1083
1083
  declare const getEnsRecordExistsQueryKey: (name: string) => string[];
1084
- declare const useEnsRecordExists: (name: string) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
1084
+ declare const useEnsRecordExists: (name: string) => _tanstack_react_query33.UseQueryResult<boolean, Error>;
1085
1085
  //#endregion
1086
1086
  //#region src/hooks/api/vetDomains/useClaimVeWorldSubdomain.d.ts
1087
1087
  type useClaimVeWorldSubdomainProps = {
@@ -1143,7 +1143,7 @@ declare const getIsDomainProtectedQueryKey: (domain?: string) => (string | undef
1143
1143
  * @param {boolean} [enabled=true] - Flag to enable or disable the hook.
1144
1144
  * @returns The result of the useQuery hook, with the protection status.
1145
1145
  */
1146
- declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
1146
+ declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query33.UseQueryResult<boolean, Error>;
1147
1147
  //#endregion
1148
1148
  //#region src/hooks/api/vetDomains/useGetDomainsOfAddress.d.ts
1149
1149
  declare const DomainSchema: z.ZodObject<{
@@ -1171,7 +1171,7 @@ declare const getDomainsOfAddressQueryKey: (address?: string, parentDomain?: str
1171
1171
  * @param parentDomain The parent domain (e.g., "veworld.vet")
1172
1172
  * @returns The domains owned by the address
1173
1173
  */
1174
- declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query21.UseQueryResult<{
1174
+ declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query33.UseQueryResult<{
1175
1175
  domains: {
1176
1176
  name: string;
1177
1177
  }[];
@@ -1184,7 +1184,7 @@ declare const getAvatarQueryKey: (name: string, networkType: NETWORK_TYPE) => st
1184
1184
  * @param name - The VET domain name
1185
1185
  * @returns The resolved avatar URL
1186
1186
  */
1187
- declare const useGetAvatar: (name: string) => _tanstack_react_query21.UseQueryResult<string | null, Error>;
1187
+ declare const useGetAvatar: (name: string) => _tanstack_react_query33.UseQueryResult<string | null, Error>;
1188
1188
  //#endregion
1189
1189
  //#region src/hooks/api/vetDomains/useGetTextRecords.d.ts
1190
1190
  /**
@@ -1196,7 +1196,7 @@ declare const useGetAvatar: (name: string) => _tanstack_react_query21.UseQueryRe
1196
1196
  */
1197
1197
  declare const getTextRecords: (nodeUrl: string, network: NETWORK_TYPE, domain?: string) => Promise<TextRecords>;
1198
1198
  declare const getTextRecordsQueryKey: (domain?: string, network?: NETWORK_TYPE) => (string | undefined)[];
1199
- declare const useGetTextRecords: (domain?: string) => _tanstack_react_query21.UseQueryResult<TextRecords, Error>;
1199
+ declare const useGetTextRecords: (domain?: string) => _tanstack_react_query33.UseQueryResult<TextRecords, Error>;
1200
1200
  //#endregion
1201
1201
  //#region src/hooks/api/vetDomains/useUpdateTextRecord.d.ts
1202
1202
  type UpdateTextRecordVariables = {
@@ -1229,7 +1229,7 @@ declare const getResolverAddressQueryKey: (domain?: string) => (string | undefin
1229
1229
  * @param domain The domain to get resolver for
1230
1230
  * @returns The resolver address for the domain
1231
1231
  */
1232
- declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query21.UseQueryResult<`0x${string}`, unknown>;
1232
+ declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query33.UseQueryResult<`0x${string}`, unknown>;
1233
1233
  //#endregion
1234
1234
  //#region src/hooks/api/vetDomains/useGetAvatarOfAddress.d.ts
1235
1235
  declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefined)[];
@@ -1239,7 +1239,7 @@ declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefi
1239
1239
  * @param address The owner's address
1240
1240
  * @returns The avatar URL for the address's primary domain
1241
1241
  */
1242
- declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query21.UseQueryResult<string, Error>;
1242
+ declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query33.UseQueryResult<string, Error>;
1243
1243
  //#endregion
1244
1244
  //#region src/hooks/api/vetDomains/useGetAvatarLegacy.d.ts
1245
1245
  /**
@@ -1256,7 +1256,7 @@ declare const getAvatarLegacyQueryKey: (name: string, networkType: NETWORK_TYPE)
1256
1256
  * @param name - The VET domain name
1257
1257
  * @returns The resolved avatar URL
1258
1258
  */
1259
- declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query21.UseQueryResult<string | null, Error>;
1259
+ declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query33.UseQueryResult<string | null, Error>;
1260
1260
  //#endregion
1261
1261
  //#region src/hooks/api/vetDomains/useUnsetDomain.d.ts
1262
1262
  type useUnsetDomainProps = {
@@ -1365,7 +1365,7 @@ declare const getCurrentAllocationsRoundIdQueryKey: (address: string) => string[
1365
1365
  * Hook to get the current roundId of allocations voting
1366
1366
  * @returns the current roundId of allocations voting
1367
1367
  */
1368
- declare const useCurrentAllocationsRoundId: () => _tanstack_react_query21.UseQueryResult<string, unknown>;
1368
+ declare const useCurrentAllocationsRoundId: () => _tanstack_react_query33.UseQueryResult<string, unknown>;
1369
1369
  //#endregion
1370
1370
  //#region src/hooks/api/wallet/useCustomTokens.d.ts
1371
1371
  declare const useCustomTokens: () => {
@@ -1378,7 +1378,7 @@ declare const useCustomTokens: () => {
1378
1378
  //#endregion
1379
1379
  //#region src/hooks/api/wallet/useGetB3trBalance.d.ts
1380
1380
  declare const getB3trBalanceQueryKey: (address?: string) => (string | undefined)[];
1381
- declare const useGetB3trBalance: (address?: string) => _tanstack_react_query21.UseQueryResult<{
1381
+ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query33.UseQueryResult<{
1382
1382
  original: string;
1383
1383
  scaled: string;
1384
1384
  formatted: string;
@@ -1387,7 +1387,7 @@ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query21.U
1387
1387
  //#region src/hooks/api/wallet/useGetCustomTokenBalances.d.ts
1388
1388
  type TokenWithBalance = CustomTokenInfo & TokenBalance;
1389
1389
  declare const getCustomTokenBalanceQueryKey: (tokenAddress?: string, address?: string) => (string | undefined)[];
1390
- declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query21.UseQueryResult<{
1390
+ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query33.UseQueryResult<{
1391
1391
  original: string;
1392
1392
  scaled: string;
1393
1393
  formatted: string;
@@ -1400,11 +1400,11 @@ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_q
1400
1400
  //#region src/hooks/api/wallet/useGetCustomTokenInfo.d.ts
1401
1401
  declare const getTokenInfo$1: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
1402
1402
  declare const getCustomTokenInfoQueryKey: (tokenAddress: string) => string[];
1403
- declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query21.UseQueryResult<CustomTokenInfo, Error>;
1403
+ declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query33.UseQueryResult<CustomTokenInfo, Error>;
1404
1404
  //#endregion
1405
1405
  //#region src/hooks/api/wallet/useGetErc20Balance.d.ts
1406
1406
  declare const getErc20BalanceQueryKey: (tokenAddress: string, address?: string) => (string | undefined)[];
1407
- declare const useGetErc20Balance: (tokenAddress: string, address?: string) => _tanstack_react_query21.UseQueryResult<{
1407
+ declare const useGetErc20Balance: (tokenAddress: string, address?: string) => _tanstack_react_query33.UseQueryResult<{
1408
1408
  original: string;
1409
1409
  scaled: string;
1410
1410
  formatted: string;
@@ -1421,11 +1421,11 @@ declare const PRICE_FEED_IDS: {
1421
1421
  type SupportedToken = keyof typeof PRICE_FEED_IDS;
1422
1422
  declare const getTokenUsdPrice: (thor: ThorClient, token: SupportedToken, network: NETWORK_TYPE) => Promise<number>;
1423
1423
  declare const getTokenUsdPriceQueryKey: (token: SupportedToken) => string[];
1424
- declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query21.UseQueryResult<number, Error>;
1424
+ declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query33.UseQueryResult<number, Error>;
1425
1425
  //#endregion
1426
1426
  //#region src/hooks/api/wallet/useGetVot3Balance.d.ts
1427
1427
  declare const getVot3BalanceQueryKey: (address?: string) => (string | undefined)[];
1428
- declare const useGetVot3Balance: (address?: string) => _tanstack_react_query21.UseQueryResult<{
1428
+ declare const useGetVot3Balance: (address?: string) => _tanstack_react_query33.UseQueryResult<{
1429
1429
  original: string;
1430
1430
  scaled: string;
1431
1431
  formatted: string;
@@ -1444,7 +1444,7 @@ declare const getIsPersonQueryKey: (user: string, networkType: NETWORK_TYPE) =>
1444
1444
  * @param user - The user address.
1445
1445
  * @returns The isPerson status.
1446
1446
  */
1447
- declare const useIsPerson: (user?: string | null) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
1447
+ declare const useIsPerson: (user?: string | null) => _tanstack_react_query33.UseQueryResult<boolean, Error>;
1448
1448
  //#endregion
1449
1449
  //#region src/hooks/api/wallet/useMostVotedAppsInRound.d.ts
1450
1450
  type XApp = {
@@ -1482,7 +1482,7 @@ declare const useRefreshMetadata: (domain: string, address: string) => {
1482
1482
  //#endregion
1483
1483
  //#region src/hooks/api/wallet/useRoundXApps.d.ts
1484
1484
  declare const getRoundXAppsQueryKey: (roundId: string, networkType: NETWORK_TYPE) => unknown[];
1485
- declare const useRoundXApps: (roundId?: string) => _tanstack_react_query21.UseQueryResult<{
1485
+ declare const useRoundXApps: (roundId?: string) => _tanstack_react_query33.UseQueryResult<{
1486
1486
  id: string;
1487
1487
  teamWalletAddress: `0x${string}`;
1488
1488
  name: string;
@@ -1596,7 +1596,7 @@ type XAppMetadata = {
1596
1596
  * @returns The metadata of the xApp see {@link XAppMetadata}
1597
1597
  */
1598
1598
  declare const getXAppMetadata: (uri: string, networkType: NETWORK_TYPE) => Promise<XAppMetadata | undefined>;
1599
- declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query21.UseQueryResult<XAppMetadata | undefined, Error>;
1599
+ declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query33.UseQueryResult<XAppMetadata | undefined, Error>;
1600
1600
  //#endregion
1601
1601
  //#region src/hooks/api/wallet/useXAppShares.d.ts
1602
1602
  /**
@@ -1611,7 +1611,7 @@ declare const getXAppsSharesQueryKey: (roundId?: number | string) => (string | n
1611
1611
  * @returns the shares (% of allocation pool) for the xApps in the round { allocated: number, unallocated: number }
1612
1612
  *
1613
1613
  */
1614
- declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query21.UseQueryResult<{
1614
+ declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query33.UseQueryResult<{
1615
1615
  app: string;
1616
1616
  share: number;
1617
1617
  unallocatedShare: number;
@@ -1633,7 +1633,7 @@ declare const getIpfsMetadataQueryKey: (networkType: NETWORK_TYPE, ipfsUri?: str
1633
1633
  * @param ipfsUri - The IPFS URI
1634
1634
  * @returns The metadata from IPFS
1635
1635
  */
1636
- declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query21.UseQueryResult<_tanstack_react_query21.NoInfer<T$1>, Error>;
1636
+ declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query33.UseQueryResult<_tanstack_react_query33.NoInfer<T$1>, Error>;
1637
1637
  //#endregion
1638
1638
  //#region src/hooks/api/ipfs/useIpfsImage.d.ts
1639
1639
  interface IpfsImage {
@@ -1660,14 +1660,14 @@ declare const getIpfsImageQueryKey: (networkType: NETWORK_TYPE, imageIpfsUri?: n
1660
1660
  * @param imageIpfsUri - The IPFS URI of the NFT media
1661
1661
  * @returns The NFT media
1662
1662
  */
1663
- declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query21.UseQueryResult<IpfsImage, Error>;
1663
+ declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query33.UseQueryResult<IpfsImage, Error>;
1664
1664
  /**
1665
1665
  * Custom hook to fetch a list of IPFS images.
1666
1666
  *
1667
1667
  * @param imageIpfsUriList - An array of IPFS URIs for the images.
1668
1668
  * @returns An array of queries for each IPFS image URI.
1669
1669
  */
1670
- declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query21.UseQueryResult<IpfsImage, Error>[];
1670
+ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query33.UseQueryResult<IpfsImage, Error>[];
1671
1671
  //#endregion
1672
1672
  //#region src/hooks/api/ipfs/useIpfsMetadatas.d.ts
1673
1673
  /**
@@ -1675,7 +1675,7 @@ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_
1675
1675
  * @param ipfsUris - The IPFS URIs
1676
1676
  * @returns The metadata from IPFS for each URI
1677
1677
  */
1678
- declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query21.UseQueryResult<T$1, Error>[];
1678
+ declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query33.UseQueryResult<T$1, Error>[];
1679
1679
  //#endregion
1680
1680
  //#region src/hooks/api/ipfs/useUploadImages.d.ts
1681
1681
  declare const imageCompressionOptions: Options;
@@ -1856,7 +1856,7 @@ declare const useSwapTransaction: (params: SwapParams | null, quote: SwapQuote |
1856
1856
  executeSwap: () => Promise<void>;
1857
1857
  isTransactionPending: boolean;
1858
1858
  isWaitingForWalletConfirmation: boolean;
1859
- txReceipt: _vechain_sdk_network2.TransactionReceipt | null;
1859
+ txReceipt: _vechain_sdk_network0.TransactionReceipt | null;
1860
1860
  status: TransactionStatus;
1861
1861
  resetStatus: () => void;
1862
1862
  error: TransactionStatusErrorType | undefined;
@@ -1894,7 +1894,7 @@ declare const ConnectModalProvider: ({
1894
1894
  children
1895
1895
  }: {
1896
1896
  children: ReactNode;
1897
- }) => react_jsx_runtime3.JSX.Element;
1897
+ }) => react_jsx_runtime0.JSX.Element;
1898
1898
  //#endregion
1899
1899
  //#region src/hooks/modals/useAccountModal.d.ts
1900
1900
  declare const useAccountModal: () => {
@@ -1906,7 +1906,7 @@ declare const AccountModalProvider: ({
1906
1906
  children
1907
1907
  }: {
1908
1908
  children: ReactNode;
1909
- }) => react_jsx_runtime3.JSX.Element;
1909
+ }) => react_jsx_runtime0.JSX.Element;
1910
1910
  //#endregion
1911
1911
  //#region src/hooks/modals/useTransactionModal.d.ts
1912
1912
  declare const useTransactionModal: () => {
@@ -1918,7 +1918,7 @@ declare const TransactionModalProvider: ({
1918
1918
  children
1919
1919
  }: {
1920
1920
  children: ReactNode;
1921
- }) => react_jsx_runtime3.JSX.Element;
1921
+ }) => react_jsx_runtime0.JSX.Element;
1922
1922
  //#endregion
1923
1923
  //#region src/hooks/modals/useTransactionToast.d.ts
1924
1924
  declare const useTransactionToast: () => {
@@ -1930,7 +1930,7 @@ declare const TransactionToastProvider: ({
1930
1930
  children
1931
1931
  }: {
1932
1932
  children: ReactNode;
1933
- }) => react_jsx_runtime3.JSX.Element;
1933
+ }) => react_jsx_runtime0.JSX.Element;
1934
1934
  //#endregion
1935
1935
  //#region src/hooks/modals/useWalletModal.d.ts
1936
1936
  declare const useWalletModal: () => {
@@ -1942,7 +1942,7 @@ declare const WalletModalProvider: ({
1942
1942
  children
1943
1943
  }: {
1944
1944
  children: ReactNode;
1945
- }) => react_jsx_runtime3.JSX.Element;
1945
+ }) => react_jsx_runtime0.JSX.Element;
1946
1946
  //#endregion
1947
1947
  //#region src/hooks/modals/useChooseNameModal.d.ts
1948
1948
  declare const useChooseNameModal: () => {
@@ -1954,7 +1954,7 @@ declare const ChooseNameModalProvider: ({
1954
1954
  children
1955
1955
  }: {
1956
1956
  children: ReactNode;
1957
- }) => react_jsx_runtime3.JSX.Element;
1957
+ }) => react_jsx_runtime0.JSX.Element;
1958
1958
  //#endregion
1959
1959
  //#region src/hooks/modals/useSendTokenModal.d.ts
1960
1960
  declare const useSendTokenModal: () => {
@@ -1966,7 +1966,7 @@ declare const SendTokenModalProvider: ({
1966
1966
  children
1967
1967
  }: {
1968
1968
  children: ReactNode;
1969
- }) => react_jsx_runtime3.JSX.Element;
1969
+ }) => react_jsx_runtime0.JSX.Element;
1970
1970
  //#endregion
1971
1971
  //#region src/hooks/modals/useSwapTokenModal.d.ts
1972
1972
  type SwapTokenModalOptions = {
@@ -1983,7 +1983,7 @@ declare const SwapTokenModalProvider: ({
1983
1983
  children
1984
1984
  }: {
1985
1985
  children: ReactNode;
1986
- }) => react_jsx_runtime3.JSX.Element;
1986
+ }) => react_jsx_runtime0.JSX.Element;
1987
1987
  //#endregion
1988
1988
  //#region src/hooks/modals/useExploreEcosystemModal.d.ts
1989
1989
  declare const useExploreEcosystemModal: () => {
@@ -1995,7 +1995,7 @@ declare const ExploreEcosystemModalProvider: ({
1995
1995
  children
1996
1996
  }: {
1997
1997
  children: ReactNode;
1998
- }) => react_jsx_runtime3.JSX.Element;
1998
+ }) => react_jsx_runtime0.JSX.Element;
1999
1999
  //#endregion
2000
2000
  //#region src/hooks/modals/useNotificationsModal.d.ts
2001
2001
  declare const useNotificationsModal: () => {
@@ -2007,7 +2007,7 @@ declare const NotificationsModalProvider: ({
2007
2007
  children
2008
2008
  }: {
2009
2009
  children: ReactNode;
2010
- }) => react_jsx_runtime3.JSX.Element;
2010
+ }) => react_jsx_runtime0.JSX.Element;
2011
2011
  //#endregion
2012
2012
  //#region src/hooks/modals/useFAQModal.d.ts
2013
2013
  declare const useFAQModal: () => {
@@ -2019,7 +2019,7 @@ declare const FAQModalProvider: ({
2019
2019
  children
2020
2020
  }: {
2021
2021
  children: ReactNode;
2022
- }) => react_jsx_runtime3.JSX.Element;
2022
+ }) => react_jsx_runtime0.JSX.Element;
2023
2023
  //#endregion
2024
2024
  //#region src/hooks/modals/useAccountCustomizationModal.d.ts
2025
2025
  declare const useAccountCustomizationModal: () => {
@@ -2031,7 +2031,7 @@ declare const AccountCustomizationModalProvider: ({
2031
2031
  children
2032
2032
  }: {
2033
2033
  children: ReactNode;
2034
- }) => react_jsx_runtime3.JSX.Element;
2034
+ }) => react_jsx_runtime0.JSX.Element;
2035
2035
  //#endregion
2036
2036
  //#region src/hooks/modals/useReceiveModal.d.ts
2037
2037
  declare const useReceiveModal: () => {
@@ -2043,7 +2043,7 @@ declare const ReceiveModalProvider: ({
2043
2043
  children
2044
2044
  }: {
2045
2045
  children: ReactNode;
2046
- }) => react_jsx_runtime3.JSX.Element;
2046
+ }) => react_jsx_runtime0.JSX.Element;
2047
2047
  //#endregion
2048
2048
  //#region src/hooks/modals/useLoginModalContent.d.ts
2049
2049
  type LoginModalContentConfig = {
@@ -2069,7 +2069,7 @@ declare const UpgradeSmartAccountModalProvider: ({
2069
2069
  children
2070
2070
  }: {
2071
2071
  children: ReactNode;
2072
- }) => react_jsx_runtime3.JSX.Element;
2072
+ }) => react_jsx_runtime0.JSX.Element;
2073
2073
  //#endregion
2074
2074
  //#region src/hooks/modals/useProfileModal.d.ts
2075
2075
  declare const useProfileModal: () => {
@@ -2081,7 +2081,7 @@ declare const ProfileModalProvider: ({
2081
2081
  children
2082
2082
  }: {
2083
2083
  children: ReactNode;
2084
- }) => react_jsx_runtime3.JSX.Element;
2084
+ }) => react_jsx_runtime0.JSX.Element;
2085
2085
  //#endregion
2086
2086
  //#region src/hooks/modals/useAccountModalOptions.d.ts
2087
2087
  declare const useAccountModalOptions: () => {
@@ -2099,7 +2099,7 @@ declare const SettingsModalProvider: ({
2099
2099
  children
2100
2100
  }: {
2101
2101
  children: ReactNode;
2102
- }) => react_jsx_runtime3.JSX.Element;
2102
+ }) => react_jsx_runtime0.JSX.Element;
2103
2103
  //#endregion
2104
2104
  //#region src/hooks/notifications/types.d.ts
2105
2105
  type NotificationAction = {
@@ -2229,7 +2229,7 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
2229
2229
  * );
2230
2230
  * ```
2231
2231
  */
2232
- declare const useAppHubApps: () => _tanstack_react_query21.UseQueryResult<AppHubApp[], Error>;
2232
+ declare const useAppHubApps: () => _tanstack_react_query33.UseQueryResult<AppHubApp[], Error>;
2233
2233
  //#endregion
2234
2234
  //#region src/utils/constants.d.ts
2235
2235
  declare const TOKEN_LOGOS: Record<string, string>;
@@ -2582,7 +2582,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
2582
2582
  method: TMethod;
2583
2583
  args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
2584
2584
  queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
2585
- }) => _tanstack_react_query21.UseQueryResult<_tanstack_react_query21.NoInfer<TData>, unknown>;
2585
+ }) => _tanstack_react_query33.UseQueryResult<_tanstack_react_query33.NoInfer<TData>, unknown>;
2586
2586
  declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
2587
2587
  thor,
2588
2588
  calls,
@@ -2593,7 +2593,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
2593
2593
  calls: MultipleClausesCallParameters<contracts, allowFailure>;
2594
2594
  queryKey: string[];
2595
2595
  enabled?: boolean;
2596
- }) => _tanstack_react_query21.UseQueryResult<_tanstack_react_query21.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
2596
+ }) => _tanstack_react_query33.UseQueryResult<_tanstack_react_query33.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
2597
2597
  //#endregion
2598
2598
  //#region src/hooks/utils/useCurrency.d.ts
2599
2599
  /**
@@ -2717,7 +2717,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
2717
2717
  filterParams,
2718
2718
  mapResponse,
2719
2719
  nodeUrl
2720
- }: UseEventsParams<T$1, K, R>) => _tanstack_react_query21.UseQueryResult<R[], Error>;
2720
+ }: UseEventsParams<T$1, K, R>) => _tanstack_react_query33.UseQueryResult<R[], Error>;
2721
2721
  //#endregion
2722
2722
  //#region src/hooks/utils/useBuildClauses.d.ts
2723
2723
  interface BuildClausesParams {
@@ -2869,7 +2869,7 @@ declare const useGenericDelegatorFeeEstimation: ({
2869
2869
  tokens,
2870
2870
  sendingAmount,
2871
2871
  sendingTokenSymbol
2872
- }: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query21.UseQueryResult<EstimationResponse & {
2872
+ }: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query33.UseQueryResult<EstimationResponse & {
2873
2873
  usedToken: string;
2874
2874
  }, Error>;
2875
2875
  //#endregion
@@ -2883,7 +2883,7 @@ declare const useEstimateAllTokens: ({
2883
2883
  clauses,
2884
2884
  tokens,
2885
2885
  enabled
2886
- }: UseEstimateAllTokensParams) => _tanstack_react_query21.UseQueryResult<Record<GasTokenType, {
2886
+ }: UseEstimateAllTokensParams) => _tanstack_react_query33.UseQueryResult<Record<GasTokenType, {
2887
2887
  cost: number;
2888
2888
  loading: boolean;
2889
2889
  error?: string;
@@ -2900,7 +2900,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
2900
2900
  * @param address The address of the account to get the balance for
2901
2901
  * @returns The account balance
2902
2902
  */
2903
- declare const useAccountBalance: (address?: string) => _tanstack_react_query21.UseQueryResult<{
2903
+ declare const useAccountBalance: (address?: string) => _tanstack_react_query33.UseQueryResult<{
2904
2904
  balance: string;
2905
2905
  energy: string;
2906
2906
  }, Error>;
@@ -2913,7 +2913,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
2913
2913
  * @param version - The version of the smart account implementation
2914
2914
  * @returns The address of the smart account implementation
2915
2915
  */
2916
- declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query21.UseQueryResult<string, Error>;
2916
+ declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query33.UseQueryResult<string, Error>;
2917
2917
  //#endregion
2918
2918
  //#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
2919
2919
  declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
@@ -2922,7 +2922,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
2922
2922
  * Get the current account implementation version used by the smart account factory
2923
2923
  * @returns The current account implementation version
2924
2924
  */
2925
- declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query21.UseQueryResult<number, Error>;
2925
+ declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query33.UseQueryResult<number, Error>;
2926
2926
  //#endregion
2927
2927
  //#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
2928
2928
  declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
@@ -2932,7 +2932,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
2932
2932
  * @param ownerAddress - The address of the owner of the smart account
2933
2933
  * @returns The address of the smart account
2934
2934
  */
2935
- declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query21.UseQueryResult<string, Error>;
2935
+ declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query33.UseQueryResult<string, Error>;
2936
2936
  //#endregion
2937
2937
  //#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
2938
2938
  declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => unknown[];
@@ -2942,7 +2942,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
2942
2942
  * @param ownerAddress - The address of the owner of the smart account
2943
2943
  * @returns The version of the smart account
2944
2944
  */
2945
- declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query21.UseQueryResult<{
2945
+ declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query33.UseQueryResult<{
2946
2946
  version: number;
2947
2947
  isDeployed: boolean;
2948
2948
  }, unknown>;
@@ -2955,7 +2955,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
2955
2955
  * @param ownerAddress - The address of the owner of the smart account
2956
2956
  * @returns True if the smart account has a v1 smart account, false otherwise
2957
2957
  */
2958
- declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
2958
+ declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query33.UseQueryResult<boolean, Error>;
2959
2959
  //#endregion
2960
2960
  //#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
2961
2961
  declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
@@ -2964,7 +2964,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
2964
2964
  * Check if a smart account is deployed
2965
2965
  * @returns True if the smart account is deployed, false otherwise
2966
2966
  */
2967
- declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
2967
+ declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query33.UseQueryResult<boolean, Error>;
2968
2968
  //#endregion
2969
2969
  //#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
2970
2970
  /**
@@ -2997,7 +2997,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
2997
2997
  isDeployed: boolean;
2998
2998
  }>;
2999
2999
  declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
3000
- declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query21.UseQueryResult<{
3000
+ declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query33.UseQueryResult<{
3001
3001
  address: undefined;
3002
3002
  isDeployed?: undefined;
3003
3003
  } | {
@@ -3015,7 +3015,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
3015
3015
  * @param targetVersion - The version of the smart account to check for
3016
3016
  * @returns True if the smart account needs an upgrade, false otherwise
3017
3017
  */
3018
- declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
3018
+ declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query33.UseQueryResult<boolean, Error>;
3019
3019
  //#endregion
3020
3020
  //#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
3021
3021
  declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
@@ -3026,7 +3026,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
3026
3026
  * @param targetVersion - The target version of the smart account
3027
3027
  * @returns True if the smart account needs an upgrade, false otherwise
3028
3028
  */
3029
- declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
3029
+ declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query33.UseQueryResult<boolean, Error>;
3030
3030
  //#endregion
3031
3031
  //#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
3032
3032
  type UseUpgradeSmartAccountVersionProps = {
@@ -3051,7 +3051,7 @@ declare const currentBlockQueryKey: () => string[];
3051
3051
  * Fetches the current block from the blockchain. The block is refetched every 10 seconds.
3052
3052
  * @returns the current block
3053
3053
  */
3054
- declare const useCurrentBlock: () => _tanstack_react_query21.UseQueryResult<_vechain_sdk_network2.ExpandedBlockDetail, Error>;
3054
+ declare const useCurrentBlock: () => _tanstack_react_query33.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
3055
3055
  //#endregion
3056
3056
  //#region src/hooks/thor/blocks/useGetChainId.d.ts
3057
3057
  declare const getChainId: (thor: ThorClient) => Promise<string>;
@@ -3060,7 +3060,7 @@ declare const getChainIdQueryKey: () => string[];
3060
3060
  * Get the chain id
3061
3061
  * @returns The chain id
3062
3062
  */
3063
- declare const useGetChainId: () => _tanstack_react_query21.UseQueryResult<string, Error>;
3063
+ declare const useGetChainId: () => _tanstack_react_query33.UseQueryResult<string, Error>;
3064
3064
  //#endregion
3065
3065
  //#region src/hooks/thor/logs/logUtils.d.ts
3066
3066
  /**
@@ -3297,7 +3297,7 @@ declare const useBuildTransaction: <ClausesParams>({
3297
3297
  sendTransaction: (props: ClausesParams) => Promise<void>;
3298
3298
  isTransactionPending: boolean;
3299
3299
  isWaitingForWalletConfirmation: boolean;
3300
- txReceipt: _vechain_sdk_network2.TransactionReceipt | null;
3300
+ txReceipt: _vechain_sdk_network0.TransactionReceipt | null;
3301
3301
  status: TransactionStatus;
3302
3302
  resetStatus: () => void;
3303
3303
  error?: TransactionStatusErrorType;
@@ -3312,7 +3312,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
3312
3312
  * @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
3313
3313
  * @returns Query result containing the transaction receipt
3314
3314
  */
3315
- declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query21.UseQueryResult<_vechain_sdk_network2.TransactionReceipt, Error>;
3315
+ declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query33.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
3316
3316
  //#endregion
3317
3317
  //#region src/hooks/thor/transactions/useGasEstimate.d.ts
3318
3318
  declare const useGasEstimate: (thor: ThorClient, clauses: TransactionClause[], caller: string, options?: {
@@ -3334,7 +3334,7 @@ declare const SendTokenContent: ({
3334
3334
  initialAmount,
3335
3335
  initialToAddressOrDomain,
3336
3336
  onBack: parentOnBack
3337
- }: SendTokenContentProps) => react_jsx_runtime3.JSX.Element;
3337
+ }: SendTokenContentProps) => react_jsx_runtime0.JSX.Element;
3338
3338
  //#endregion
3339
3339
  //#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
3340
3340
  type SendTokenSummaryContentProps = {
@@ -3354,7 +3354,7 @@ declare const SendTokenSummaryContent: ({
3354
3354
  amount,
3355
3355
  selectedToken,
3356
3356
  formattedTotalAmount
3357
- }: SendTokenSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3357
+ }: SendTokenSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3358
3358
  //#endregion
3359
3359
  //#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
3360
3360
  type Props$18 = {
@@ -3370,7 +3370,7 @@ declare const SelectTokenContent: ({
3370
3370
  onSelectToken,
3371
3371
  onBack,
3372
3372
  showAllTokens
3373
- }: Props$18) => react_jsx_runtime3.JSX.Element;
3373
+ }: Props$18) => react_jsx_runtime0.JSX.Element;
3374
3374
  //#endregion
3375
3375
  //#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
3376
3376
  type Props$17 = {
@@ -3378,7 +3378,7 @@ type Props$17 = {
3378
3378
  };
3379
3379
  declare const ReceiveTokenContent: ({
3380
3380
  setCurrentContent
3381
- }: Props$17) => react_jsx_runtime3.JSX.Element;
3381
+ }: Props$17) => react_jsx_runtime0.JSX.Element;
3382
3382
  //#endregion
3383
3383
  //#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
3384
3384
  type Props$16 = {
@@ -3390,7 +3390,7 @@ declare const SwapTokenContent: ({
3390
3390
  setCurrentContent,
3391
3391
  fromTokenAddress,
3392
3392
  toTokenAddress
3393
- }: Props$16) => react_jsx_runtime3.JSX.Element;
3393
+ }: Props$16) => react_jsx_runtime0.JSX.Element;
3394
3394
  //#endregion
3395
3395
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
3396
3396
  type ChooseNameContentProps = {
@@ -3402,7 +3402,7 @@ declare const ChooseNameContent: ({
3402
3402
  setCurrentContent,
3403
3403
  onBack,
3404
3404
  initialContentSource
3405
- }: ChooseNameContentProps) => react_jsx_runtime3.JSX.Element;
3405
+ }: ChooseNameContentProps) => react_jsx_runtime0.JSX.Element;
3406
3406
  //#endregion
3407
3407
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
3408
3408
  type ChooseNameSearchContentProps = {
@@ -3414,7 +3414,7 @@ declare const ChooseNameSearchContent: ({
3414
3414
  name: initialName,
3415
3415
  setCurrentContent,
3416
3416
  initialContentSource
3417
- }: ChooseNameSearchContentProps) => react_jsx_runtime3.JSX.Element;
3417
+ }: ChooseNameSearchContentProps) => react_jsx_runtime0.JSX.Element;
3418
3418
  //#endregion
3419
3419
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
3420
3420
  type ChooseNameSummaryContentProps = {
@@ -3432,7 +3432,7 @@ declare const ChooseNameSummaryContent: ({
3432
3432
  isOwnDomain,
3433
3433
  isUnsetting,
3434
3434
  initialContentSource
3435
- }: ChooseNameSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3435
+ }: ChooseNameSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3436
3436
  //#endregion
3437
3437
  //#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
3438
3438
  type FAQContentProps = {
@@ -3442,7 +3442,7 @@ type FAQContentProps = {
3442
3442
  declare const FAQContent: ({
3443
3443
  onGoBack,
3444
3444
  showLanguageSelector
3445
- }: FAQContentProps) => react_jsx_runtime3.JSX.Element;
3445
+ }: FAQContentProps) => react_jsx_runtime0.JSX.Element;
3446
3446
  //#endregion
3447
3447
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
3448
3448
  type AccountCustomizationContentProps = {
@@ -3452,7 +3452,7 @@ type AccountCustomizationContentProps = {
3452
3452
  declare const CustomizationContent: ({
3453
3453
  setCurrentContent,
3454
3454
  initialContentSource
3455
- }: AccountCustomizationContentProps) => react_jsx_runtime3.JSX.Element;
3455
+ }: AccountCustomizationContentProps) => react_jsx_runtime0.JSX.Element;
3456
3456
  //#endregion
3457
3457
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
3458
3458
  type CustomizationSummaryContentProps = {
@@ -3471,7 +3471,7 @@ declare const CustomizationSummaryContent: ({
3471
3471
  setCurrentContent,
3472
3472
  changes,
3473
3473
  onDoneRedirectContent
3474
- }: CustomizationSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3474
+ }: CustomizationSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3475
3475
  //#endregion
3476
3476
  //#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
3477
3477
  type ProfileContentProps = {
@@ -3485,7 +3485,7 @@ declare const ProfileContent: ({
3485
3485
  setCurrentContent,
3486
3486
  onLogoutSuccess,
3487
3487
  switchFeedback
3488
- }: ProfileContentProps) => react_jsx_runtime3.JSX.Element;
3488
+ }: ProfileContentProps) => react_jsx_runtime0.JSX.Element;
3489
3489
  //#endregion
3490
3490
  //#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
3491
3491
  type UpgradeSmartAccountContentProps = {
@@ -3497,7 +3497,7 @@ declare const UpgradeSmartAccountContent: ({
3497
3497
  setCurrentContent,
3498
3498
  handleClose,
3499
3499
  initialContent
3500
- }: UpgradeSmartAccountContentProps) => react_jsx_runtime3.JSX.Element;
3500
+ }: UpgradeSmartAccountContentProps) => react_jsx_runtime0.JSX.Element;
3501
3501
  //#endregion
3502
3502
  //#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
3503
3503
  type AssetsContentProps = {
@@ -3505,7 +3505,7 @@ type AssetsContentProps = {
3505
3505
  };
3506
3506
  declare const AssetsContent: ({
3507
3507
  setCurrentContent
3508
- }: AssetsContentProps) => react_jsx_runtime3.JSX.Element;
3508
+ }: AssetsContentProps) => react_jsx_runtime0.JSX.Element;
3509
3509
  //#endregion
3510
3510
  //#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
3511
3511
  type ManageCustomTokenContentProps = {
@@ -3513,7 +3513,7 @@ type ManageCustomTokenContentProps = {
3513
3513
  };
3514
3514
  declare const ManageCustomTokenContent: ({
3515
3515
  setCurrentContent
3516
- }: ManageCustomTokenContentProps) => react_jsx_runtime3.JSX.Element;
3516
+ }: ManageCustomTokenContentProps) => react_jsx_runtime0.JSX.Element;
3517
3517
  //#endregion
3518
3518
  //#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
3519
3519
  type Props$15 = {
@@ -3521,7 +3521,7 @@ type Props$15 = {
3521
3521
  };
3522
3522
  declare const BridgeContent: ({
3523
3523
  setCurrentContent
3524
- }: Props$15) => react_jsx_runtime3.JSX.Element;
3524
+ }: Props$15) => react_jsx_runtime0.JSX.Element;
3525
3525
  //#endregion
3526
3526
  //#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
3527
3527
  type ChangeCurrencyContentProps = {
@@ -3529,7 +3529,7 @@ type ChangeCurrencyContentProps = {
3529
3529
  };
3530
3530
  declare const ChangeCurrencyContent: ({
3531
3531
  setCurrentContent
3532
- }: ChangeCurrencyContentProps) => react_jsx_runtime3.JSX.Element;
3532
+ }: ChangeCurrencyContentProps) => react_jsx_runtime0.JSX.Element;
3533
3533
  //#endregion
3534
3534
  //#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
3535
3535
  type Props$14 = {
@@ -3537,7 +3537,7 @@ type Props$14 = {
3537
3537
  };
3538
3538
  declare const LanguageSettingsContent: ({
3539
3539
  setCurrentContent
3540
- }: Props$14) => react_jsx_runtime3.JSX.Element;
3540
+ }: Props$14) => react_jsx_runtime0.JSX.Element;
3541
3541
  //#endregion
3542
3542
  //#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
3543
3543
  type Props$13 = {
@@ -3545,7 +3545,7 @@ type Props$13 = {
3545
3545
  };
3546
3546
  declare const GasTokenSettingsContent: ({
3547
3547
  setCurrentContent
3548
- }: Props$13) => react_jsx_runtime3.JSX.Element;
3548
+ }: Props$13) => react_jsx_runtime0.JSX.Element;
3549
3549
  //#endregion
3550
3550
  //#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
3551
3551
  type SettingsContentProps = {
@@ -3555,7 +3555,7 @@ type SettingsContentProps = {
3555
3555
  declare const SettingsContent: ({
3556
3556
  setCurrentContent,
3557
3557
  onLogoutSuccess
3558
- }: SettingsContentProps) => react_jsx_runtime3.JSX.Element;
3558
+ }: SettingsContentProps) => react_jsx_runtime0.JSX.Element;
3559
3559
  //#endregion
3560
3560
  //#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
3561
3561
  type TermsAndPrivacyContentProps = {
@@ -3563,7 +3563,7 @@ type TermsAndPrivacyContentProps = {
3563
3563
  };
3564
3564
  declare const TermsAndPrivacyContent: ({
3565
3565
  onGoBack
3566
- }: TermsAndPrivacyContentProps) => react_jsx_runtime3.JSX.Element;
3566
+ }: TermsAndPrivacyContentProps) => react_jsx_runtime0.JSX.Element;
3567
3567
  //#endregion
3568
3568
  //#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
3569
3569
  type DisconnectConfirmContentProps = {
@@ -3579,7 +3579,7 @@ declare const DisconnectConfirmContent: ({
3579
3579
  onClose,
3580
3580
  showCloseButton,
3581
3581
  text
3582
- }: DisconnectConfirmContentProps) => react_jsx_runtime3.JSX.Element;
3582
+ }: DisconnectConfirmContentProps) => react_jsx_runtime0.JSX.Element;
3583
3583
  //#endregion
3584
3584
  //#region src/components/AccountModal/Contents/SelectWallet/SelectWalletContent.d.ts
3585
3585
  type Props$12 = {
@@ -3592,7 +3592,7 @@ declare const SelectWalletContent: ({
3592
3592
  setCurrentContent,
3593
3593
  returnTo,
3594
3594
  onLogoutSuccess: _onLogoutSuccess
3595
- }: Props$12) => react_jsx_runtime3.JSX.Element;
3595
+ }: Props$12) => react_jsx_runtime0.JSX.Element;
3596
3596
  //#endregion
3597
3597
  //#region src/components/AccountModal/Contents/SelectWallet/RemoveWalletConfirmContent.d.ts
3598
3598
  type RemoveWalletConfirmContentProps = {
@@ -3608,7 +3608,7 @@ declare const RemoveWalletConfirmContent: ({
3608
3608
  onConfirm,
3609
3609
  onBack,
3610
3610
  onClose
3611
- }: RemoveWalletConfirmContentProps) => react_jsx_runtime3.JSX.Element;
3611
+ }: RemoveWalletConfirmContentProps) => react_jsx_runtime0.JSX.Element;
3612
3612
  //#endregion
3613
3613
  //#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
3614
3614
  type CategoryFilter = string | null;
@@ -3736,7 +3736,7 @@ declare const AccountModal: ({
3736
3736
  isOpen,
3737
3737
  onClose,
3738
3738
  initialContent
3739
- }: Props$11) => react_jsx_runtime3.JSX.Element;
3739
+ }: Props$11) => react_jsx_runtime0.JSX.Element;
3740
3740
  //#endregion
3741
3741
  //#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
3742
3742
  interface AccountDetailsButtonProps {
@@ -3758,7 +3758,7 @@ declare const AccountDetailsButton: ({
3758
3758
  onClick,
3759
3759
  leftImage,
3760
3760
  isActive
3761
- }: AccountDetailsButtonProps) => react_jsx_runtime3.JSX.Element;
3761
+ }: AccountDetailsButtonProps) => react_jsx_runtime0.JSX.Element;
3762
3762
  //#endregion
3763
3763
  //#region src/components/AccountModal/Components/ActionButton.d.ts
3764
3764
  type ActionButtonProps = {
@@ -3800,7 +3800,7 @@ declare const ActionButton: ({
3800
3800
  extraContent,
3801
3801
  dataTestId,
3802
3802
  variant
3803
- }: ActionButtonProps) => react_jsx_runtime3.JSX.Element;
3803
+ }: ActionButtonProps) => react_jsx_runtime0.JSX.Element;
3804
3804
  //#endregion
3805
3805
  //#region src/components/AccountModal/Components/AccountSelector.d.ts
3806
3806
  type Props$10 = {
@@ -3820,7 +3820,7 @@ declare const AccountSelector: ({
3820
3820
  onClose,
3821
3821
  mt,
3822
3822
  style
3823
- }: Props$10) => react_jsx_runtime3.JSX.Element;
3823
+ }: Props$10) => react_jsx_runtime0.JSX.Element;
3824
3824
  //#endregion
3825
3825
  //#region src/components/AccountModal/Components/BalanceSection.d.ts
3826
3826
  declare const BalanceSection: ({
@@ -3831,7 +3831,7 @@ declare const BalanceSection: ({
3831
3831
  mb?: number;
3832
3832
  mt?: number;
3833
3833
  onAssetsClick?: () => void;
3834
- }) => react_jsx_runtime3.JSX.Element;
3834
+ }) => react_jsx_runtime0.JSX.Element;
3835
3835
  //#endregion
3836
3836
  //#region src/components/AccountModal/Components/QuickActionsSection.d.ts
3837
3837
  type Props$9 = {
@@ -3841,7 +3841,7 @@ type Props$9 = {
3841
3841
  declare const QuickActionsSection: ({
3842
3842
  mt,
3843
3843
  setCurrentContent
3844
- }: Props$9) => react_jsx_runtime3.JSX.Element;
3844
+ }: Props$9) => react_jsx_runtime0.JSX.Element;
3845
3845
  //#endregion
3846
3846
  //#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
3847
3847
  type FeatureAnnouncementCardProps = {
@@ -3849,16 +3849,16 @@ type FeatureAnnouncementCardProps = {
3849
3849
  };
3850
3850
  declare const FeatureAnnouncementCard: ({
3851
3851
  setCurrentContent
3852
- }: FeatureAnnouncementCardProps) => react_jsx_runtime3.JSX.Element;
3852
+ }: FeatureAnnouncementCardProps) => react_jsx_runtime0.JSX.Element;
3853
3853
  //#endregion
3854
3854
  //#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
3855
- declare const ExchangeWarningAlert: () => react_jsx_runtime3.JSX.Element;
3855
+ declare const ExchangeWarningAlert: () => react_jsx_runtime0.JSX.Element;
3856
3856
  //#endregion
3857
3857
  //#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
3858
- declare const DomainRequiredAlert: () => react_jsx_runtime3.JSX.Element;
3858
+ declare const DomainRequiredAlert: () => react_jsx_runtime0.JSX.Element;
3859
3859
  //#endregion
3860
3860
  //#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
3861
- declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime3.JSX.Element;
3861
+ declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime0.JSX.Element;
3862
3862
  //#endregion
3863
3863
  //#region src/components/common/ModalBackButton.d.ts
3864
3864
  type BackButtonProps = {
@@ -3867,7 +3867,7 @@ type BackButtonProps = {
3867
3867
  declare const ModalBackButton: ({
3868
3868
  onClick,
3869
3869
  ...props
3870
- }: BackButtonProps) => react_jsx_runtime3.JSX.Element;
3870
+ }: BackButtonProps) => react_jsx_runtime0.JSX.Element;
3871
3871
  //#endregion
3872
3872
  //#region src/components/common/AddressDisplay.d.ts
3873
3873
  type Props$8 = {
@@ -3885,13 +3885,13 @@ declare const AddressDisplay: ({
3885
3885
  showHumanAddress,
3886
3886
  setCurrentContent,
3887
3887
  onLogout
3888
- }: Props$8) => react_jsx_runtime3.JSX.Element;
3888
+ }: Props$8) => react_jsx_runtime0.JSX.Element;
3889
3889
  //#endregion
3890
3890
  //#region src/components/common/VersionFooter.d.ts
3891
3891
  type Props$7 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
3892
3892
  declare const VersionFooter: ({
3893
3893
  ...props
3894
- }: Props$7) => react_jsx_runtime3.JSX.Element;
3894
+ }: Props$7) => react_jsx_runtime0.JSX.Element;
3895
3895
  //#endregion
3896
3896
  //#region src/components/common/StickyHeaderContainer.d.ts
3897
3897
  type Props$6 = {
@@ -3902,7 +3902,7 @@ declare const useStickyHeaderContext: () => {
3902
3902
  };
3903
3903
  declare const StickyHeaderContainer: ({
3904
3904
  children
3905
- }: Props$6) => react_jsx_runtime3.JSX.Element;
3905
+ }: Props$6) => react_jsx_runtime0.JSX.Element;
3906
3906
  //#endregion
3907
3907
  //#region src/components/common/StickyFooterContainer.d.ts
3908
3908
  type Props$5 = {
@@ -3910,7 +3910,7 @@ type Props$5 = {
3910
3910
  };
3911
3911
  declare const StickyFooterContainer: ({
3912
3912
  children
3913
- }: Props$5) => react_jsx_runtime3.JSX.Element;
3913
+ }: Props$5) => react_jsx_runtime0.JSX.Element;
3914
3914
  //#endregion
3915
3915
  //#region src/components/common/BaseModal.d.ts
3916
3916
  type BaseModalProps = {
@@ -3959,7 +3959,7 @@ declare const BaseModal: ({
3959
3959
  mobileMaxHeight,
3960
3960
  desktopMinHeight,
3961
3961
  desktopMaxHeight
3962
- }: BaseModalProps) => react_jsx_runtime3.JSX.Element;
3962
+ }: BaseModalProps) => react_jsx_runtime0.JSX.Element;
3963
3963
  //#endregion
3964
3964
  //#region src/components/common/AssetButton.d.ts
3965
3965
  type AssetButtonProps = ButtonProps & {
@@ -3978,7 +3978,7 @@ declare const AssetButton: ({
3978
3978
  isDisabled,
3979
3979
  onClick,
3980
3980
  ...buttonProps
3981
- }: AssetButtonProps) => react_jsx_runtime3.JSX.Element;
3981
+ }: AssetButtonProps) => react_jsx_runtime0.JSX.Element;
3982
3982
  //#endregion
3983
3983
  //#region src/components/common/AddressDisplayCard.d.ts
3984
3984
  type AddressDisplayCardProps = {
@@ -3998,7 +3998,7 @@ declare const AddressDisplayCard: ({
3998
3998
  hideAddress,
3999
3999
  balance,
4000
4000
  tokenAddress
4001
- }: AddressDisplayCardProps) => react_jsx_runtime3.JSX.Element;
4001
+ }: AddressDisplayCardProps) => react_jsx_runtime0.JSX.Element;
4002
4002
  //#endregion
4003
4003
  //#region src/components/common/ModalFAQButton.d.ts
4004
4004
  type FAQButtonProps = {
@@ -4007,13 +4007,13 @@ type FAQButtonProps = {
4007
4007
  declare const ModalFAQButton: ({
4008
4008
  onClick,
4009
4009
  ...props
4010
- }: FAQButtonProps) => react_jsx_runtime3.JSX.Element;
4010
+ }: FAQButtonProps) => react_jsx_runtime0.JSX.Element;
4011
4011
  //#endregion
4012
4012
  //#region src/components/common/ScrollToTopWrapper.d.ts
4013
4013
  declare const ScrollToTopWrapper: ({
4014
4014
  children,
4015
4015
  ...props
4016
- }: StackProps) => react_jsx_runtime3.JSX.Element;
4016
+ }: StackProps) => react_jsx_runtime0.JSX.Element;
4017
4017
  //#endregion
4018
4018
  //#region src/components/common/AccountAvatar.d.ts
4019
4019
  type AccountAvatarProps = {
@@ -4023,7 +4023,7 @@ type AccountAvatarProps = {
4023
4023
  declare const AccountAvatar: ({
4024
4024
  wallet,
4025
4025
  props
4026
- }: AccountAvatarProps) => react_jsx_runtime3.JSX.Element;
4026
+ }: AccountAvatarProps) => react_jsx_runtime0.JSX.Element;
4027
4027
  //#endregion
4028
4028
  //#region src/components/common/TransactionButtonAndStatus.d.ts
4029
4029
  type TransactionButtonAndStatusProps = {
@@ -4065,7 +4065,7 @@ declare const TransactionButtonAndStatus: ({
4065
4065
  isLoadingGasEstimation,
4066
4066
  showGasEstimationError,
4067
4067
  context
4068
- }: TransactionButtonAndStatusProps) => react_jsx_runtime3.JSX.Element;
4068
+ }: TransactionButtonAndStatusProps) => react_jsx_runtime0.JSX.Element;
4069
4069
  //#endregion
4070
4070
  //#region src/components/common/ModalNotificationButton.d.ts
4071
4071
  type NotificationButtonProps = {
@@ -4076,7 +4076,7 @@ declare const ModalNotificationButton: ({
4076
4076
  onClick,
4077
4077
  hasUnreadNotifications,
4078
4078
  ...props
4079
- }: NotificationButtonProps) => react_jsx_runtime3.JSX.Element;
4079
+ }: NotificationButtonProps) => react_jsx_runtime0.JSX.Element;
4080
4080
  //#endregion
4081
4081
  //#region src/components/common/GasFeeSummary.d.ts
4082
4082
  interface GasFeeSummaryProps {
@@ -4112,7 +4112,7 @@ declare const GasFeeTokenSelector: ({
4112
4112
  availableTokens,
4113
4113
  tokenEstimations,
4114
4114
  walletAddress
4115
- }: GasFeeTokenSelectorProps) => react_jsx_runtime3.JSX.Element;
4115
+ }: GasFeeTokenSelectorProps) => react_jsx_runtime0.JSX.Element;
4116
4116
  //#endregion
4117
4117
  //#region src/components/common/InlineFeedback.d.ts
4118
4118
  type Props$4 = {
@@ -4124,7 +4124,7 @@ declare const InlineFeedback: ({
4124
4124
  message,
4125
4125
  duration,
4126
4126
  onClose
4127
- }: Props$4) => react_jsx_runtime3.JSX.Element;
4127
+ }: Props$4) => react_jsx_runtime0.JSX.Element;
4128
4128
  //#endregion
4129
4129
  //#region src/components/common/WalletSwitchFeedback.d.ts
4130
4130
  type Props$3 = {
@@ -4141,7 +4141,7 @@ type Props$3 = {
4141
4141
  */
4142
4142
  declare const WalletSwitchFeedback: ({
4143
4143
  showFeedback
4144
- }: Props$3) => react_jsx_runtime3.JSX.Element | null;
4144
+ }: Props$3) => react_jsx_runtime0.JSX.Element | null;
4145
4145
  //#endregion
4146
4146
  //#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
4147
4147
  type SuccessfulOperationContentProps = {
@@ -4171,7 +4171,7 @@ declare const UpgradeSmartAccountModal: ({
4171
4171
  isOpen,
4172
4172
  onClose,
4173
4173
  style
4174
- }: Props$2) => react_jsx_runtime3.JSX.Element;
4174
+ }: Props$2) => react_jsx_runtime0.JSX.Element;
4175
4175
  //#endregion
4176
4176
  //#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
4177
4177
  type Props$1 = {
@@ -4186,7 +4186,7 @@ declare const LegalDocumentsModal: ({
4186
4186
  onAgree,
4187
4187
  handleLogout,
4188
4188
  onlyOptionalDocuments
4189
- }: Props$1) => react_jsx_runtime3.JSX.Element;
4189
+ }: Props$1) => react_jsx_runtime0.JSX.Element;
4190
4190
  //#endregion
4191
4191
  //#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
4192
4192
  type Props = {
@@ -4198,7 +4198,7 @@ declare const LegalDocumentItem: ({
4198
4198
  document,
4199
4199
  register,
4200
4200
  isText
4201
- }: Props) => react_jsx_runtime3.JSX.Element;
4201
+ }: Props) => react_jsx_runtime0.JSX.Element;
4202
4202
  //#endregion
4203
4203
  //#region src/providers/ModalProvider.d.ts
4204
4204
  type AccountModalOptions = {
@@ -4233,7 +4233,7 @@ declare const ModalProvider: ({
4233
4233
  children
4234
4234
  }: {
4235
4235
  children: ReactNode;
4236
- }) => react_jsx_runtime3.JSX.Element;
4236
+ }) => react_jsx_runtime0.JSX.Element;
4237
4237
  //#endregion
4238
4238
  //#region src/config/index.d.ts
4239
4239
  type AppConfig = {
@@ -4279,4 +4279,4 @@ type AppConfig = {
4279
4279
  declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
4280
4280
  //#endregion
4281
4281
  export { LanguageSettingsContent as $, useRefreshBalances as $a, FAQModalProvider as $i, useBuildClauses as $n, useIsDomainProtected as $o, resolveMediaTypeFromMimeType as $r, useVeChainKitConfig as $s, useUpgradeSmartAccount as $t, AddressDisplay as A, MAX_IMAGE_SIZE as Aa, PrivyAppInfo as Ac, AppHubApp as Ai, getAccountBalanceQueryKey as An, WalletTokenBalance as Ao, buildCallClauses as Ar, VeChainLoginButton as As, useMfaEnrollment as At, AccountDetailsButton as B, XAppMetadata as Ba, useNotifications as Bi, estimateGas as Bn, buildClauses as Bo, validate as Br, useLegalDocuments as Bs, useTransferVET as Bt, AddressDisplayCard as C, useSingleImageUpload as Ca, ConnectionSource as Cc, VECHAIN_KIT_COOKIES_CONFIG as Ci, getCurrentAccountImplementationVersion as Cn, getCurrentAllocationsRoundIdQueryKey as Co, removeLocalStorageItem as Cr, LoginWithGithubButton as Cs, ReceiveTokenContent as Ct, StickyHeaderContainer as D, useUploadImages as Da, ExecuteBatchWithAuthorizationSignData as Dc, getENV as Di, getAccountImplementationAddressQueryKey as Dn, useTokensWithValues as Do, MultipleClausesCallParameters as Dr, LoginWithGoogleButton as Ds, ThorClient$1 as Dt, StickyFooterContainer as E, imageCompressionOptions as Ea, EnhancedClause as Ec, VECHAIN_PRIVY_APP_ID as Ei, getAccountImplementationAddress as En, TokenWithValue as Eo, setLocalStorageItem as Er, PasskeyLoginButton as Es, SendTokenContent as Et, FeatureAnnouncementCard as F, getIpfsMetadata as Fa, TransactionStatusErrorType as Fc, useLoginWithOAuth$1 as Fi, useGenericDelegatorFeeEstimationParams as Fn, useGetAvatarLegacy as Fo, compare as Fr, LoadingContent as Fs, txReceiptQueryKey as Ft, RemoveWalletConfirmContentProps as G, StoredWallet as Ga, useProfileModal as Gi, EcosystemShortcut as Gn, getAvatarQueryKey as Go, MinXNodeLevel as Gr, PrivyWalletProviderContextType as Gs, GetEventsProps as Gt, AccountModalContentTypes as H, useXAppMetadata as Ha, useSettingsModal as Hi, signVip191Transaction as Hn, getTextRecords as Ho, simpleHash as Hr, VechainKitThemeProvider as Hs, useTransferERC20 as Ht, QuickActionsSection as I, getIpfsMetadataQueryKey as Ia, VePassportUserStatus as Ic, useLoginWithPasskey$1 as Ii, useGasTokenSelection as In, getAvatarOfAddressQueryKey as Io, isInvalid as Ir, MainContent as Is, useTxReceipt as It, DisconnectConfirmContentProps as J, UseWalletReturnType as Ja, useLoginModalContent as Ji, LocalStorageKey as Jn, DomainsResponse as Jo, allNodeStrengthLevelToName as Jr, LegalDocumentOptions as Js, getChainId as Jt, SelectWalletContent as K, useWalletStorage as Ka, UpgradeSmartAccountModalProvider as Ki, useEcosystemShortcuts as Kn, useGetAvatar as Ko, NodeStrengthLevelToImage as Kr, usePrivyWalletProvider as Ks, getAllEventLogs as Kt, BalanceSection as L, useIpfsMetadata as La, Wallet as Lc, useSignTypedData as Li, decodeRawTx as Ln, useGetAvatarOfAddress as Lo, isValid as Lr, ConnectModal as Ls, BuildTransactionProps as Lt, CrossAppConnectionSecurityCard as M, getIpfsImageQueryKey as Ma, SmartAccount as Mc, getAppHubAppsQueryKey as Mi, UseEstimateAllTokensParams as Mn, useUnsetDomain as Mo, executeMultipleClausesCall as Mr, ConnectionButton as Ms, useSetWalletRecovery as Mt, DomainRequiredAlert as N, useIpfsImage as Na, TokenBalance as Nc, useAppHubApps as Ni, useEstimateAllTokens as Nn, getAvatarLegacy as No, isValidUrl as Nr, EcosystemContent as Ns, useThor$1 as Nt, useStickyHeaderContext as O, useIpfsMetadatas as Oa, ExecuteWithAuthorizationSignData as Oc, getGenericDelegatorUrl as Oi, useAccountImplementationAddress as On, ExchangeRates as Oo, MultipleClausesCallReturnType as Or, PrivyButton as Os, useDAppKitWallet as Ot, ExchangeWarningAlert as P, useIpfsImageList as Pa, TransactionStatus as Pc, useLoginWithVeChain as Pi, useGenericDelegatorFeeEstimation as Pn, getAvatarLegacyQueryKey as Po, addPrefix as Pr, ErrorContent as Ps, useGasEstimate as Pt, GasTokenSettingsContent as Q, useRefreshMetadata as Qa, useAccountCustomizationModal as Qi, buildSingleAuthorizationTypedData as Qn, getIsDomainProtectedQueryKey as Qo, convertUriToUrl as Qr, VechainKitProviderProps as Qs, useCurrentBlock as Qt, AccountSelector as R, getXAppsSharesQueryKey as Ra, useSignMessage as Ri, delegateAuthorized as Rn, getResolverAddressQueryKey as Ro, normalize as Rr, ConnectModalContentsTypes as Rs, useBuildTransaction as Rt, ModalFAQButton as S, useSwapTransaction as Sa, CURRENCY_SYMBOLS as Sc, TogglePassportCheck as Si, useGetAccountAddress as Sn, useCustomTokens as So, isOnline as Sr, ConnectPopover as Ss, SwapTokenContent as St, BaseModal as T, compressImages as Ta, ENSRecords as Tc, VECHAIN_KIT_TERMS_CONFIG as Ti, useCurrentAccountImplementationVersion as Tn, useTotalBalance as To, safeWindowOpen as Tr, DappKitButton as Ts, SendTokenSummaryContent as Tt, SwitchFeedback as U, UseSwitchWalletReturnType as Ua, useAccountModalOptions as Ui, useGenericDelegator as Un, getTextRecordsQueryKey as Uo, TIME as Ur, useVechainKitThemeConfig as Us, UseSendTransactionReturnValue as Ut, AccountModal as V, getXAppMetadata as Va, SettingsModalProvider as Vi, getDepositAccount as Vn, useUpdateTextRecord as Vo, isRejectionError as Vr, ColorModeSync as Vs, buildERC20Clauses as Vt, RemoveWalletConfirmContent as W, useSwitchWallet as Wa, ProfileModalProvider as Wi, useCrossAppConnectionCache as Wn, useGetTextRecords as Wo, EconomicNodeStrengthLevelToName as Wr, PrivyWalletProvider as Ws, useSendTransaction as Wt, SettingsContent as X, getRoundXAppsQueryKey as Xa, useReceiveModal as Xi, BuildClausesParams as Xn, getDomainsOfAddressQueryKey as Xo, gmNfts as Xr, VeChainKitContext as Xs, useGetChainId as Xt, TermsAndPrivacyContent as Y, useWallet$1 as Ya, ReceiveModalProvider as Yi, useLocalStorage as Yn, getDomainsOfAddress as Yo, buildQueryString as Yr, VeChainKitConfig as Ys, getChainIdQueryKey as Yt, SettingsContentProps as Z, useRoundXApps as Za, AccountCustomizationModalProvider as Zi, buildBatchAuthorizationTypedData as Zn, useGetDomainsOfAddress as Zo, xNodeToGMstartingLevel as Zr, VeChainKitProvider as Zs, currentBlockQueryKey as Zt, ModalNotificationButton as _, AccountModalProvider as _a, GasTokenType as _c, ENV as _i, useHasV1SmartAccount as _n, TokenWithBalance as _o, getDocumentTitle as _r, TransactionModalProps as _s, ChooseNameSummaryContentProps as _t, useModal as a, SwapTokenModalProvider as aa, DepositAccount as ac, isValidAddress as ai, useUpgradeRequired as an, getVot3BalanceQueryKey as ao, useScrollToTop as ar, getVechainDomainQueryKey as as, AssetsContent as at, AccountAvatar as b, useConnectModal as ba, TextRecords as bc, TOKEN_LOGOS as bi, getAccountAddress as bn, getB3trBalanceQueryKey as bo, hasNavigator as br, WalletButtonProps as bs, ChooseNameContent as bt, LegalDocumentsModal as c, useSendTokenModal as ca, Rate as cc, randomTransactionUser as ci, getSmartAccountQueryKey as cn, SupportedToken as co, useFeatureAnnouncement as cr, useFetchPrivyStatus as cs, UpgradeSmartAccountContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, WalletModalProvider as da, calculateTotalCost as dc, humanAddress as di, useRefreshFactoryQueries as dn, useGetTokenUsdPrice as do, useCurrency as dr, useFetchAppInfo as ds, CustomizationSummaryContent as dt, useFAQModal as ea, EnrichedLegalDocument as ec, toIPFSURL as ei, getUpgradeRequiredForAccount as en, MostVotedAppsInRoundReturnType as eo, GetEventsKeyParams as er, buildVetDomainClauses as es, ChangeCurrencyContent as et, UpgradeSmartAccountModalStyle as f, useWalletModal as fa, formatGasCost as fc, humanDomain as fi, getIsDeployed as fn, getErc20BalanceQueryKey as fo, getCallClauseQueryKey as fr, AccountMainContent as fs, CustomizationSummaryContentProps as ft, GasFeeSummary as g, useTransactionModal as ga, GasTokenSelection as gc, DEFAULT_PRIVY_ECOSYSTEM_APPS as gi, getHasV1SmartAccountQueryKey as gn, useGetCustomTokenInfo as go, copyToClipboard as gr, TransactionModal as gs, ChooseNameSummaryContent as gt, GasFeeTokenSelector as h, TransactionModalProvider as ha, GasTokenPreferences as hc, DEFAULT_GAS_TOKEN_PREFERENCES as hi, getHasV1SmartAccount as hn, getTokenInfo$1 as ho, useMultipleClausesCall as hr, ShareButtons as hs, FAQContent as ht, ModalProvider as i, useExploreEcosystemModal as ia, CostLevel as ic, compareListOfAddresses as ii, getUpgradeRequiredQueryKey as in, useIsPerson as io, useEvents as ir, useEnsRecordExists as is, ManageCustomTokenContentProps as it, ModalBackButton as j, getIpfsImage as ja, PrivyLoginMethod as jc, fetchAppHubApps as ji, useAccountBalance as jn, useTokenBalances as jo, executeCallClause as jr, EmailLoginButton as js, usePrivy$1 as jt, VersionFooter as k, IpfsImage as ka, NFTMediaType as kc, notFoundImage as ki, getAccountBalance as kn, useTokenPrices as ko, ViewFunctionResult as kr, EcosystemButton as ks, useDAppKitWalletModal as kt, LegalDocumentsModalContentsTypes as l, ChooseNameModalProvider as la, TransactionCost as lc, formatTokenBalance as li, useSmartAccount as ln, getTokenUsdPrice as lo, useCurrentCurrency as lr, fetchPrivyAppInfo as ls, ProfileContent as lt, InlineFeedback as m, useTransactionToast as ma, GasTokenInfo as mc, isZero as mi, useIsSmartAccountDeployed as mn, getCustomTokenInfoQueryKey as mo, useCallClause as mr, TransactionModalContent as ms, CustomizationContent as mt, getConfig as n, useNotificationsModal as na, LegalDocumentSource as nc, validateIpfsUri as ni, useUpgradeRequiredForAccount as nn, useMostVotedAppsInRound as no, decodeEventLog$1 as nr, useClaimVeWorldSubdomain as ns, BridgeContent as nt, DAppKitWalletButton as o, useSwapTokenModal as oa, EstimatedGas as oc, leftPadWithZeros as oi, SmartAccountReturnType as on, useGetVot3Balance as oo, useIsPWA as or, useVechainDomain as os, AssetsContentProps as ot, WalletSwitchFeedback as p, TransactionToastProvider as pa, GasTokenEstimate as pc, humanNumber as pi, getIsDeployedQueryKey as pn, useGetErc20Balance as po, getCallClauseQueryKeyWithArgs as pr, TransactionToast as ps, AccountCustomizationContentProps as pt, DisconnectConfirmContent as q, useWalletMetadata as qa, useUpgradeSmartAccountModal as qi, useSyncableLocalStorage as qn, Domain as qo, XNodeStrengthLevelToName as qr, LegalDocument as qs, getEventLogs as qt, AccountModalOptions as r, ExploreEcosystemModalProvider as ra, LegalDocumentType as rc, compareAddresses as ri, getUpgradeRequired as rn, getIsPersonQueryKey as ro, getEventsKey as rr, getEnsRecordExistsQueryKey as rs, ManageCustomTokenContent as rt, LegalDocumentItem as s, SendTokenModalProvider as sa, EstimationResponse as sc, regexPattern as si, getSmartAccount as sn, PRICE_FEED_IDS as so, useGetNodeUrl as sr, fetchPrivyStatus as ss, UpgradeSmartAccountContent as st, AppConfig as t, NotificationsModalProvider as ta, LegalDocumentAgreement as tc, uploadBlobToIPFS as ti, getUpgradeRequiredForAccountQueryKey as tn, XApp as to, UseEventsParams as tr, useClaimVetDomain as ts, ChangeCurrencyContentProps as tt, UpgradeSmartAccountModal as u, useChooseNameModal as ua, VthoPerGasAtSpeed as uc, getPicassoImage as ui, useRefreshSmartAccountQueries as un, getTokenUsdPriceQueryKey as uo, useCurrentLanguage as ur, getPrivyAppInfoQueryKey as us, ProfileContentProps as ut, TransactionButtonAndStatus as v, useAccountModal as va, TransactionSpeed as vc, PrivyEcosystemApp as vi, getAccountVersionQueryKey as vn, getCustomTokenBalanceQueryKey as vo, getLocalStorageItem as vr, SocialIcons as vs, ChooseNameSearchContent as vt, AssetButton as w, UploadedImage as wa, CrossAppConnectionCache as wc, VECHAIN_KIT_STORAGE_KEYS as wi, getCurrentAccountImplementationVersionQueryKey as wn, useCurrentAllocationsRoundId as wo, safeQuerySelector as wr, VeChainWithPrivyLoginButton as ws, SelectTokenContent as wt, ScrollToTopWrapper as x, useSwapQuotes as xa, CURRENCY as xc, TOKEN_LOGO_COMPONENTS as xi, getAccountAddressQueryKey as xn, useGetB3trBalance as xo, isBrowser as xr, WalletDisplayVariant as xs, ChooseNameContentProps as xt, TransactionButtonAndStatusProps as y, ConnectModalProvider as ya, ENS_TEXT_RECORDS as yc, SUPPORTED_GAS_TOKENS as yi, useGetAccountVersion as yn, useGetCustomTokenBalances as yo, getWindowOrigin as yr, WalletButton as ys, ChooseNameSearchContentProps as yt, ActionButton as z, useXAppsShares as za, useNotificationAlerts as zi, estimateAndBuildTxBody as zn, useGetResolverAddress as zo, removePrefix as zr, LegalDocumentsProvider as zs, buildVETClauses as zt };
4282
- //# sourceMappingURL=index-CpRbZET6.d.mts.map
4282
+ //# sourceMappingURL=index-FTYW_KQc.d.mts.map