@vechain/vechain-kit 2.4.0 → 2.4.1

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_runtime1 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
5
5
  import { Account } from "viem/accounts";
6
6
  import * as _vechain_sdk_core0 from "@vechain/sdk-core";
7
7
  import { Address, Certificate, CertificateData, Clause, 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_query7 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_runtime1.JSX.Element;
632
+ declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime3.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_runtime1.JSX.Element;
675
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
693
+ }) => react_jsx_runtime3.JSX.Element;
694
694
  declare const VechainKitThemeProvider: ({
695
695
  children,
696
696
  darkMode,
697
697
  theme: customTheme
698
- }: Props$35) => react_jsx_runtime1.JSX.Element;
698
+ }: Props$35) => react_jsx_runtime3.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_runtime1.JSX.Element;
714
+ }: Props$34) => react_jsx_runtime3.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_runtime1.JSX.Element;
750
+ }: Props$33) => react_jsx_runtime3.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_runtime1.JSX.Element;
762
+ }: Props$32) => react_jsx_runtime3.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_runtime1.JSX.Element;
780
+ }: LoadingContentProps) => react_jsx_runtime3.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_runtime1.JSX.Element;
794
+ }: ErrorContentProps) => react_jsx_runtime3.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_runtime1.JSX.Element;
810
+ }: Props$31) => react_jsx_runtime3.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_runtime1.JSX.Element | null;
833
+ }: ConnectionButtonProps) => react_jsx_runtime3.JSX.Element | null;
834
834
  //#endregion
835
835
  //#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
836
- declare const EmailLoginButton: () => react_jsx_runtime1.JSX.Element;
836
+ declare const EmailLoginButton: () => react_jsx_runtime3.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_runtime1.JSX.Element;
848
+ }: Props$30) => react_jsx_runtime3.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_runtime1.JSX.Element;
862
+ }: Props$29) => react_jsx_runtime3.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_runtime1.JSX.Element;
874
+ }: Props$28) => react_jsx_runtime3.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_runtime1.JSX.Element;
884
+ }: Props$27) => react_jsx_runtime3.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_runtime1.JSX.Element;
896
+ }: Props$26) => react_jsx_runtime3.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_runtime1.JSX.Element;
906
+ }: Props$25) => react_jsx_runtime3.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_runtime1.JSX.Element;
916
+ }: Props$24) => react_jsx_runtime3.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_runtime1.JSX.Element;
926
+ }: Props$23) => react_jsx_runtime3.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_runtime1.JSX.Element;
936
+ }: ConnectPopoverProps) => react_jsx_runtime3.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_runtime1.JSX.Element;
955
+ }: WalletButtonProps) => react_jsx_runtime3.JSX.Element;
956
956
  //#endregion
957
957
  //#region src/components/WalletButton/SocialIcons.d.ts
958
- declare const SocialIcons: () => react_jsx_runtime1.JSX.Element;
958
+ declare const SocialIcons: () => react_jsx_runtime3.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_runtime1.JSX.Element | null;
988
+ }: TransactionModalProps) => react_jsx_runtime3.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
  descriptionEncoded
998
- }: Props$22) => react_jsx_runtime1.JSX.Element;
998
+ }: Props$22) => react_jsx_runtime3.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_runtime1.JSX.Element;
1008
+ }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime3.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_runtime1.JSX.Element | null;
1028
+ }: TransactionToastProps) => react_jsx_runtime3.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_runtime1.JSX.Element;
1044
+ }: Props$21) => react_jsx_runtime3.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.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_query7.UseQueryResult<_tanstack_react_query7.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_query7.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_query7.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_query7.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_runtime1.JSX.Element;
1897
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
1909
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
1921
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
1933
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
1945
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
1957
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
1969
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
1986
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
1998
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
2010
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
2022
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
2034
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
2046
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
2072
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
2084
+ }) => react_jsx_runtime3.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_runtime1.JSX.Element;
2102
+ }) => react_jsx_runtime3.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_query7.UseQueryResult<AppHubApp[], Error>;
2233
2233
  //#endregion
2234
2234
  //#region src/utils/constants.d.ts
2235
2235
  declare const TOKEN_LOGOS: Record<string, string>;
@@ -2410,6 +2410,12 @@ declare const TIME: {
2410
2410
  * @returns boolean indicating if the message contains rejection terms
2411
2411
  */
2412
2412
  declare const isRejectionError: (errorMessage: string) => boolean;
2413
+ /**
2414
+ * Generates a simple hash from a string using a 32-bit hash algorithm
2415
+ * @param input The string to hash
2416
+ * @returns A base-36 string representation of the hash
2417
+ */
2418
+ declare const simpleHash: (input: string) => string;
2413
2419
  //#endregion
2414
2420
  //#region src/utils/hexUtils.d.ts
2415
2421
  /**
@@ -2576,7 +2582,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
2576
2582
  method: TMethod;
2577
2583
  args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
2578
2584
  queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
2579
- }) => _tanstack_react_query21.UseQueryResult<_tanstack_react_query21.NoInfer<TData>, unknown>;
2585
+ }) => _tanstack_react_query7.UseQueryResult<_tanstack_react_query7.NoInfer<TData>, unknown>;
2580
2586
  declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
2581
2587
  thor,
2582
2588
  calls,
@@ -2587,7 +2593,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
2587
2593
  calls: MultipleClausesCallParameters<contracts, allowFailure>;
2588
2594
  queryKey: string[];
2589
2595
  enabled?: boolean;
2590
- }) => _tanstack_react_query21.UseQueryResult<_tanstack_react_query21.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
2596
+ }) => _tanstack_react_query7.UseQueryResult<_tanstack_react_query7.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
2591
2597
  //#endregion
2592
2598
  //#region src/hooks/utils/useCurrency.d.ts
2593
2599
  /**
@@ -2711,7 +2717,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
2711
2717
  filterParams,
2712
2718
  mapResponse,
2713
2719
  nodeUrl
2714
- }: UseEventsParams<T$1, K, R>) => _tanstack_react_query21.UseQueryResult<R[], Error>;
2720
+ }: UseEventsParams<T$1, K, R>) => _tanstack_react_query7.UseQueryResult<R[], Error>;
2715
2721
  //#endregion
2716
2722
  //#region src/hooks/utils/useBuildClauses.d.ts
2717
2723
  interface BuildClausesParams {
@@ -2862,7 +2868,7 @@ declare const useGenericDelegatorFeeEstimation: ({
2862
2868
  tokens,
2863
2869
  sendingAmount,
2864
2870
  sendingTokenSymbol
2865
- }: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query21.UseQueryResult<EstimationResponse & {
2871
+ }: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query7.UseQueryResult<EstimationResponse & {
2866
2872
  usedToken: string;
2867
2873
  }, Error>;
2868
2874
  //#endregion
@@ -2876,7 +2882,7 @@ declare const useEstimateAllTokens: ({
2876
2882
  clauses,
2877
2883
  tokens,
2878
2884
  enabled
2879
- }: UseEstimateAllTokensParams) => _tanstack_react_query21.UseQueryResult<Record<GasTokenType, {
2885
+ }: UseEstimateAllTokensParams) => _tanstack_react_query7.UseQueryResult<Record<GasTokenType, {
2880
2886
  cost: number;
2881
2887
  loading: boolean;
2882
2888
  error?: string;
@@ -2893,7 +2899,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
2893
2899
  * @param address The address of the account to get the balance for
2894
2900
  * @returns The account balance
2895
2901
  */
2896
- declare const useAccountBalance: (address?: string) => _tanstack_react_query21.UseQueryResult<{
2902
+ declare const useAccountBalance: (address?: string) => _tanstack_react_query7.UseQueryResult<{
2897
2903
  balance: string;
2898
2904
  energy: string;
2899
2905
  }, Error>;
@@ -2906,7 +2912,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
2906
2912
  * @param version - The version of the smart account implementation
2907
2913
  * @returns The address of the smart account implementation
2908
2914
  */
2909
- declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query21.UseQueryResult<string, Error>;
2915
+ declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query7.UseQueryResult<string, Error>;
2910
2916
  //#endregion
2911
2917
  //#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
2912
2918
  declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
@@ -2915,7 +2921,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
2915
2921
  * Get the current account implementation version used by the smart account factory
2916
2922
  * @returns The current account implementation version
2917
2923
  */
2918
- declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query21.UseQueryResult<number, Error>;
2924
+ declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query7.UseQueryResult<number, Error>;
2919
2925
  //#endregion
2920
2926
  //#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
2921
2927
  declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
@@ -2925,7 +2931,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
2925
2931
  * @param ownerAddress - The address of the owner of the smart account
2926
2932
  * @returns The address of the smart account
2927
2933
  */
2928
- declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query21.UseQueryResult<string, Error>;
2934
+ declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query7.UseQueryResult<string, Error>;
2929
2935
  //#endregion
2930
2936
  //#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
2931
2937
  declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => unknown[];
@@ -2935,7 +2941,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
2935
2941
  * @param ownerAddress - The address of the owner of the smart account
2936
2942
  * @returns The version of the smart account
2937
2943
  */
2938
- declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query21.UseQueryResult<{
2944
+ declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query7.UseQueryResult<{
2939
2945
  version: number;
2940
2946
  isDeployed: boolean;
2941
2947
  }, unknown>;
@@ -2948,7 +2954,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
2948
2954
  * @param ownerAddress - The address of the owner of the smart account
2949
2955
  * @returns True if the smart account has a v1 smart account, false otherwise
2950
2956
  */
2951
- declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
2957
+ declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query7.UseQueryResult<boolean, Error>;
2952
2958
  //#endregion
2953
2959
  //#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
2954
2960
  declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
@@ -2957,7 +2963,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
2957
2963
  * Check if a smart account is deployed
2958
2964
  * @returns True if the smart account is deployed, false otherwise
2959
2965
  */
2960
- declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
2966
+ declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query7.UseQueryResult<boolean, Error>;
2961
2967
  //#endregion
2962
2968
  //#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
2963
2969
  /**
@@ -2990,7 +2996,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
2990
2996
  isDeployed: boolean;
2991
2997
  }>;
2992
2998
  declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
2993
- declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query21.UseQueryResult<{
2999
+ declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query7.UseQueryResult<{
2994
3000
  address: undefined;
2995
3001
  isDeployed?: undefined;
2996
3002
  } | {
@@ -3008,7 +3014,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
3008
3014
  * @param targetVersion - The version of the smart account to check for
3009
3015
  * @returns True if the smart account needs an upgrade, false otherwise
3010
3016
  */
3011
- declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
3017
+ declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query7.UseQueryResult<boolean, Error>;
3012
3018
  //#endregion
3013
3019
  //#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
3014
3020
  declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
@@ -3019,7 +3025,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
3019
3025
  * @param targetVersion - The target version of the smart account
3020
3026
  * @returns True if the smart account needs an upgrade, false otherwise
3021
3027
  */
3022
- declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
3028
+ declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query7.UseQueryResult<boolean, Error>;
3023
3029
  //#endregion
3024
3030
  //#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
3025
3031
  type UseUpgradeSmartAccountVersionProps = {
@@ -3044,7 +3050,7 @@ declare const currentBlockQueryKey: () => string[];
3044
3050
  * Fetches the current block from the blockchain. The block is refetched every 10 seconds.
3045
3051
  * @returns the current block
3046
3052
  */
3047
- declare const useCurrentBlock: () => _tanstack_react_query21.UseQueryResult<_vechain_sdk_network2.ExpandedBlockDetail, Error>;
3053
+ declare const useCurrentBlock: () => _tanstack_react_query7.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
3048
3054
  //#endregion
3049
3055
  //#region src/hooks/thor/blocks/useGetChainId.d.ts
3050
3056
  declare const getChainId: (thor: ThorClient) => Promise<string>;
@@ -3053,7 +3059,7 @@ declare const getChainIdQueryKey: () => string[];
3053
3059
  * Get the chain id
3054
3060
  * @returns The chain id
3055
3061
  */
3056
- declare const useGetChainId: () => _tanstack_react_query21.UseQueryResult<string, Error>;
3062
+ declare const useGetChainId: () => _tanstack_react_query7.UseQueryResult<string, Error>;
3057
3063
  //#endregion
3058
3064
  //#region src/hooks/thor/logs/logUtils.d.ts
3059
3065
  /**
@@ -3290,7 +3296,7 @@ declare const useBuildTransaction: <ClausesParams>({
3290
3296
  sendTransaction: (props: ClausesParams) => Promise<void>;
3291
3297
  isTransactionPending: boolean;
3292
3298
  isWaitingForWalletConfirmation: boolean;
3293
- txReceipt: _vechain_sdk_network2.TransactionReceipt | null;
3299
+ txReceipt: _vechain_sdk_network0.TransactionReceipt | null;
3294
3300
  status: TransactionStatus;
3295
3301
  resetStatus: () => void;
3296
3302
  error?: TransactionStatusErrorType;
@@ -3305,7 +3311,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
3305
3311
  * @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
3306
3312
  * @returns Query result containing the transaction receipt
3307
3313
  */
3308
- declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query21.UseQueryResult<_vechain_sdk_network2.TransactionReceipt, Error>;
3314
+ declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query7.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
3309
3315
  //#endregion
3310
3316
  //#region src/hooks/thor/transactions/useGasEstimate.d.ts
3311
3317
  declare const useGasEstimate: (thor: ThorClient, clauses: TransactionClause[], caller: string, options?: {
@@ -3327,7 +3333,7 @@ declare const SendTokenContent: ({
3327
3333
  initialAmount,
3328
3334
  initialToAddressOrDomain,
3329
3335
  onBack: parentOnBack
3330
- }: SendTokenContentProps) => react_jsx_runtime1.JSX.Element;
3336
+ }: SendTokenContentProps) => react_jsx_runtime3.JSX.Element;
3331
3337
  //#endregion
3332
3338
  //#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
3333
3339
  type SendTokenSummaryContentProps = {
@@ -3347,7 +3353,7 @@ declare const SendTokenSummaryContent: ({
3347
3353
  amount,
3348
3354
  selectedToken,
3349
3355
  formattedTotalAmount
3350
- }: SendTokenSummaryContentProps) => react_jsx_runtime1.JSX.Element;
3356
+ }: SendTokenSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3351
3357
  //#endregion
3352
3358
  //#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
3353
3359
  type Props$18 = {
@@ -3363,7 +3369,7 @@ declare const SelectTokenContent: ({
3363
3369
  onSelectToken,
3364
3370
  onBack,
3365
3371
  showAllTokens
3366
- }: Props$18) => react_jsx_runtime1.JSX.Element;
3372
+ }: Props$18) => react_jsx_runtime3.JSX.Element;
3367
3373
  //#endregion
3368
3374
  //#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
3369
3375
  type Props$17 = {
@@ -3371,7 +3377,7 @@ type Props$17 = {
3371
3377
  };
3372
3378
  declare const ReceiveTokenContent: ({
3373
3379
  setCurrentContent
3374
- }: Props$17) => react_jsx_runtime1.JSX.Element;
3380
+ }: Props$17) => react_jsx_runtime3.JSX.Element;
3375
3381
  //#endregion
3376
3382
  //#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
3377
3383
  type Props$16 = {
@@ -3383,7 +3389,7 @@ declare const SwapTokenContent: ({
3383
3389
  setCurrentContent,
3384
3390
  fromTokenAddress,
3385
3391
  toTokenAddress
3386
- }: Props$16) => react_jsx_runtime1.JSX.Element;
3392
+ }: Props$16) => react_jsx_runtime3.JSX.Element;
3387
3393
  //#endregion
3388
3394
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
3389
3395
  type ChooseNameContentProps = {
@@ -3395,7 +3401,7 @@ declare const ChooseNameContent: ({
3395
3401
  setCurrentContent,
3396
3402
  onBack,
3397
3403
  initialContentSource
3398
- }: ChooseNameContentProps) => react_jsx_runtime1.JSX.Element;
3404
+ }: ChooseNameContentProps) => react_jsx_runtime3.JSX.Element;
3399
3405
  //#endregion
3400
3406
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
3401
3407
  type ChooseNameSearchContentProps = {
@@ -3407,7 +3413,7 @@ declare const ChooseNameSearchContent: ({
3407
3413
  name: initialName,
3408
3414
  setCurrentContent,
3409
3415
  initialContentSource
3410
- }: ChooseNameSearchContentProps) => react_jsx_runtime1.JSX.Element;
3416
+ }: ChooseNameSearchContentProps) => react_jsx_runtime3.JSX.Element;
3411
3417
  //#endregion
3412
3418
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
3413
3419
  type ChooseNameSummaryContentProps = {
@@ -3425,7 +3431,7 @@ declare const ChooseNameSummaryContent: ({
3425
3431
  isOwnDomain,
3426
3432
  isUnsetting,
3427
3433
  initialContentSource
3428
- }: ChooseNameSummaryContentProps) => react_jsx_runtime1.JSX.Element;
3434
+ }: ChooseNameSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3429
3435
  //#endregion
3430
3436
  //#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
3431
3437
  type FAQContentProps = {
@@ -3435,7 +3441,7 @@ type FAQContentProps = {
3435
3441
  declare const FAQContent: ({
3436
3442
  onGoBack,
3437
3443
  showLanguageSelector
3438
- }: FAQContentProps) => react_jsx_runtime1.JSX.Element;
3444
+ }: FAQContentProps) => react_jsx_runtime3.JSX.Element;
3439
3445
  //#endregion
3440
3446
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
3441
3447
  type AccountCustomizationContentProps = {
@@ -3445,7 +3451,7 @@ type AccountCustomizationContentProps = {
3445
3451
  declare const CustomizationContent: ({
3446
3452
  setCurrentContent,
3447
3453
  initialContentSource
3448
- }: AccountCustomizationContentProps) => react_jsx_runtime1.JSX.Element;
3454
+ }: AccountCustomizationContentProps) => react_jsx_runtime3.JSX.Element;
3449
3455
  //#endregion
3450
3456
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
3451
3457
  type CustomizationSummaryContentProps = {
@@ -3464,7 +3470,7 @@ declare const CustomizationSummaryContent: ({
3464
3470
  setCurrentContent,
3465
3471
  changes,
3466
3472
  onDoneRedirectContent
3467
- }: CustomizationSummaryContentProps) => react_jsx_runtime1.JSX.Element;
3473
+ }: CustomizationSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3468
3474
  //#endregion
3469
3475
  //#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
3470
3476
  type ProfileContentProps = {
@@ -3478,7 +3484,7 @@ declare const ProfileContent: ({
3478
3484
  setCurrentContent,
3479
3485
  onLogoutSuccess,
3480
3486
  switchFeedback
3481
- }: ProfileContentProps) => react_jsx_runtime1.JSX.Element;
3487
+ }: ProfileContentProps) => react_jsx_runtime3.JSX.Element;
3482
3488
  //#endregion
3483
3489
  //#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
3484
3490
  type UpgradeSmartAccountContentProps = {
@@ -3490,7 +3496,7 @@ declare const UpgradeSmartAccountContent: ({
3490
3496
  setCurrentContent,
3491
3497
  handleClose,
3492
3498
  initialContent
3493
- }: UpgradeSmartAccountContentProps) => react_jsx_runtime1.JSX.Element;
3499
+ }: UpgradeSmartAccountContentProps) => react_jsx_runtime3.JSX.Element;
3494
3500
  //#endregion
3495
3501
  //#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
3496
3502
  type AssetsContentProps = {
@@ -3498,7 +3504,7 @@ type AssetsContentProps = {
3498
3504
  };
3499
3505
  declare const AssetsContent: ({
3500
3506
  setCurrentContent
3501
- }: AssetsContentProps) => react_jsx_runtime1.JSX.Element;
3507
+ }: AssetsContentProps) => react_jsx_runtime3.JSX.Element;
3502
3508
  //#endregion
3503
3509
  //#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
3504
3510
  type ManageCustomTokenContentProps = {
@@ -3506,7 +3512,7 @@ type ManageCustomTokenContentProps = {
3506
3512
  };
3507
3513
  declare const ManageCustomTokenContent: ({
3508
3514
  setCurrentContent
3509
- }: ManageCustomTokenContentProps) => react_jsx_runtime1.JSX.Element;
3515
+ }: ManageCustomTokenContentProps) => react_jsx_runtime3.JSX.Element;
3510
3516
  //#endregion
3511
3517
  //#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
3512
3518
  type Props$15 = {
@@ -3514,7 +3520,7 @@ type Props$15 = {
3514
3520
  };
3515
3521
  declare const BridgeContent: ({
3516
3522
  setCurrentContent
3517
- }: Props$15) => react_jsx_runtime1.JSX.Element;
3523
+ }: Props$15) => react_jsx_runtime3.JSX.Element;
3518
3524
  //#endregion
3519
3525
  //#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
3520
3526
  type ChangeCurrencyContentProps = {
@@ -3522,7 +3528,7 @@ type ChangeCurrencyContentProps = {
3522
3528
  };
3523
3529
  declare const ChangeCurrencyContent: ({
3524
3530
  setCurrentContent
3525
- }: ChangeCurrencyContentProps) => react_jsx_runtime1.JSX.Element;
3531
+ }: ChangeCurrencyContentProps) => react_jsx_runtime3.JSX.Element;
3526
3532
  //#endregion
3527
3533
  //#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
3528
3534
  type Props$14 = {
@@ -3530,7 +3536,7 @@ type Props$14 = {
3530
3536
  };
3531
3537
  declare const LanguageSettingsContent: ({
3532
3538
  setCurrentContent
3533
- }: Props$14) => react_jsx_runtime1.JSX.Element;
3539
+ }: Props$14) => react_jsx_runtime3.JSX.Element;
3534
3540
  //#endregion
3535
3541
  //#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
3536
3542
  type Props$13 = {
@@ -3538,7 +3544,7 @@ type Props$13 = {
3538
3544
  };
3539
3545
  declare const GasTokenSettingsContent: ({
3540
3546
  setCurrentContent
3541
- }: Props$13) => react_jsx_runtime1.JSX.Element;
3547
+ }: Props$13) => react_jsx_runtime3.JSX.Element;
3542
3548
  //#endregion
3543
3549
  //#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
3544
3550
  type SettingsContentProps = {
@@ -3548,7 +3554,7 @@ type SettingsContentProps = {
3548
3554
  declare const SettingsContent: ({
3549
3555
  setCurrentContent,
3550
3556
  onLogoutSuccess
3551
- }: SettingsContentProps) => react_jsx_runtime1.JSX.Element;
3557
+ }: SettingsContentProps) => react_jsx_runtime3.JSX.Element;
3552
3558
  //#endregion
3553
3559
  //#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
3554
3560
  type TermsAndPrivacyContentProps = {
@@ -3556,7 +3562,7 @@ type TermsAndPrivacyContentProps = {
3556
3562
  };
3557
3563
  declare const TermsAndPrivacyContent: ({
3558
3564
  onGoBack
3559
- }: TermsAndPrivacyContentProps) => react_jsx_runtime1.JSX.Element;
3565
+ }: TermsAndPrivacyContentProps) => react_jsx_runtime3.JSX.Element;
3560
3566
  //#endregion
3561
3567
  //#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
3562
3568
  type DisconnectConfirmContentProps = {
@@ -3572,7 +3578,7 @@ declare const DisconnectConfirmContent: ({
3572
3578
  onClose,
3573
3579
  showCloseButton,
3574
3580
  text
3575
- }: DisconnectConfirmContentProps) => react_jsx_runtime1.JSX.Element;
3581
+ }: DisconnectConfirmContentProps) => react_jsx_runtime3.JSX.Element;
3576
3582
  //#endregion
3577
3583
  //#region src/components/AccountModal/Contents/SelectWallet/SelectWalletContent.d.ts
3578
3584
  type Props$12 = {
@@ -3585,7 +3591,7 @@ declare const SelectWalletContent: ({
3585
3591
  setCurrentContent,
3586
3592
  returnTo,
3587
3593
  onLogoutSuccess: _onLogoutSuccess
3588
- }: Props$12) => react_jsx_runtime1.JSX.Element;
3594
+ }: Props$12) => react_jsx_runtime3.JSX.Element;
3589
3595
  //#endregion
3590
3596
  //#region src/components/AccountModal/Contents/SelectWallet/RemoveWalletConfirmContent.d.ts
3591
3597
  type RemoveWalletConfirmContentProps = {
@@ -3601,7 +3607,7 @@ declare const RemoveWalletConfirmContent: ({
3601
3607
  onConfirm,
3602
3608
  onBack,
3603
3609
  onClose
3604
- }: RemoveWalletConfirmContentProps) => react_jsx_runtime1.JSX.Element;
3610
+ }: RemoveWalletConfirmContentProps) => react_jsx_runtime3.JSX.Element;
3605
3611
  //#endregion
3606
3612
  //#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
3607
3613
  type CategoryFilter = string | null;
@@ -3729,7 +3735,7 @@ declare const AccountModal: ({
3729
3735
  isOpen,
3730
3736
  onClose,
3731
3737
  initialContent
3732
- }: Props$11) => react_jsx_runtime1.JSX.Element;
3738
+ }: Props$11) => react_jsx_runtime3.JSX.Element;
3733
3739
  //#endregion
3734
3740
  //#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
3735
3741
  interface AccountDetailsButtonProps {
@@ -3751,7 +3757,7 @@ declare const AccountDetailsButton: ({
3751
3757
  onClick,
3752
3758
  leftImage,
3753
3759
  isActive
3754
- }: AccountDetailsButtonProps) => react_jsx_runtime1.JSX.Element;
3760
+ }: AccountDetailsButtonProps) => react_jsx_runtime3.JSX.Element;
3755
3761
  //#endregion
3756
3762
  //#region src/components/AccountModal/Components/ActionButton.d.ts
3757
3763
  type ActionButtonProps = {
@@ -3793,7 +3799,7 @@ declare const ActionButton: ({
3793
3799
  extraContent,
3794
3800
  dataTestId,
3795
3801
  variant
3796
- }: ActionButtonProps) => react_jsx_runtime1.JSX.Element;
3802
+ }: ActionButtonProps) => react_jsx_runtime3.JSX.Element;
3797
3803
  //#endregion
3798
3804
  //#region src/components/AccountModal/Components/AccountSelector.d.ts
3799
3805
  type Props$10 = {
@@ -3813,7 +3819,7 @@ declare const AccountSelector: ({
3813
3819
  onClose,
3814
3820
  mt,
3815
3821
  style
3816
- }: Props$10) => react_jsx_runtime1.JSX.Element;
3822
+ }: Props$10) => react_jsx_runtime3.JSX.Element;
3817
3823
  //#endregion
3818
3824
  //#region src/components/AccountModal/Components/BalanceSection.d.ts
3819
3825
  declare const BalanceSection: ({
@@ -3824,7 +3830,7 @@ declare const BalanceSection: ({
3824
3830
  mb?: number;
3825
3831
  mt?: number;
3826
3832
  onAssetsClick?: () => void;
3827
- }) => react_jsx_runtime1.JSX.Element;
3833
+ }) => react_jsx_runtime3.JSX.Element;
3828
3834
  //#endregion
3829
3835
  //#region src/components/AccountModal/Components/QuickActionsSection.d.ts
3830
3836
  type Props$9 = {
@@ -3834,7 +3840,7 @@ type Props$9 = {
3834
3840
  declare const QuickActionsSection: ({
3835
3841
  mt,
3836
3842
  setCurrentContent
3837
- }: Props$9) => react_jsx_runtime1.JSX.Element;
3843
+ }: Props$9) => react_jsx_runtime3.JSX.Element;
3838
3844
  //#endregion
3839
3845
  //#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
3840
3846
  type FeatureAnnouncementCardProps = {
@@ -3842,16 +3848,16 @@ type FeatureAnnouncementCardProps = {
3842
3848
  };
3843
3849
  declare const FeatureAnnouncementCard: ({
3844
3850
  setCurrentContent
3845
- }: FeatureAnnouncementCardProps) => react_jsx_runtime1.JSX.Element;
3851
+ }: FeatureAnnouncementCardProps) => react_jsx_runtime3.JSX.Element;
3846
3852
  //#endregion
3847
3853
  //#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
3848
- declare const ExchangeWarningAlert: () => react_jsx_runtime1.JSX.Element;
3854
+ declare const ExchangeWarningAlert: () => react_jsx_runtime3.JSX.Element;
3849
3855
  //#endregion
3850
3856
  //#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
3851
- declare const DomainRequiredAlert: () => react_jsx_runtime1.JSX.Element;
3857
+ declare const DomainRequiredAlert: () => react_jsx_runtime3.JSX.Element;
3852
3858
  //#endregion
3853
3859
  //#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
3854
- declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime1.JSX.Element;
3860
+ declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime3.JSX.Element;
3855
3861
  //#endregion
3856
3862
  //#region src/components/common/ModalBackButton.d.ts
3857
3863
  type BackButtonProps = {
@@ -3860,7 +3866,7 @@ type BackButtonProps = {
3860
3866
  declare const ModalBackButton: ({
3861
3867
  onClick,
3862
3868
  ...props
3863
- }: BackButtonProps) => react_jsx_runtime1.JSX.Element;
3869
+ }: BackButtonProps) => react_jsx_runtime3.JSX.Element;
3864
3870
  //#endregion
3865
3871
  //#region src/components/common/AddressDisplay.d.ts
3866
3872
  type Props$8 = {
@@ -3869,20 +3875,22 @@ type Props$8 = {
3869
3875
  style?: PropsOf<typeof VStack>;
3870
3876
  showHumanAddress?: boolean;
3871
3877
  setCurrentContent?: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
3878
+ onLogout?: () => void;
3872
3879
  };
3873
3880
  declare const AddressDisplay: ({
3874
3881
  wallet,
3875
3882
  label,
3876
3883
  style,
3877
3884
  showHumanAddress,
3878
- setCurrentContent
3879
- }: Props$8) => react_jsx_runtime1.JSX.Element;
3885
+ setCurrentContent,
3886
+ onLogout
3887
+ }: Props$8) => react_jsx_runtime3.JSX.Element;
3880
3888
  //#endregion
3881
3889
  //#region src/components/common/VersionFooter.d.ts
3882
3890
  type Props$7 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
3883
3891
  declare const VersionFooter: ({
3884
3892
  ...props
3885
- }: Props$7) => react_jsx_runtime1.JSX.Element;
3893
+ }: Props$7) => react_jsx_runtime3.JSX.Element;
3886
3894
  //#endregion
3887
3895
  //#region src/components/common/StickyHeaderContainer.d.ts
3888
3896
  type Props$6 = {
@@ -3893,7 +3901,7 @@ declare const useStickyHeaderContext: () => {
3893
3901
  };
3894
3902
  declare const StickyHeaderContainer: ({
3895
3903
  children
3896
- }: Props$6) => react_jsx_runtime1.JSX.Element;
3904
+ }: Props$6) => react_jsx_runtime3.JSX.Element;
3897
3905
  //#endregion
3898
3906
  //#region src/components/common/StickyFooterContainer.d.ts
3899
3907
  type Props$5 = {
@@ -3901,7 +3909,7 @@ type Props$5 = {
3901
3909
  };
3902
3910
  declare const StickyFooterContainer: ({
3903
3911
  children
3904
- }: Props$5) => react_jsx_runtime1.JSX.Element;
3912
+ }: Props$5) => react_jsx_runtime3.JSX.Element;
3905
3913
  //#endregion
3906
3914
  //#region src/components/common/BaseModal.d.ts
3907
3915
  type BaseModalProps = {
@@ -3950,7 +3958,7 @@ declare const BaseModal: ({
3950
3958
  mobileMaxHeight,
3951
3959
  desktopMinHeight,
3952
3960
  desktopMaxHeight
3953
- }: BaseModalProps) => react_jsx_runtime1.JSX.Element;
3961
+ }: BaseModalProps) => react_jsx_runtime3.JSX.Element;
3954
3962
  //#endregion
3955
3963
  //#region src/components/common/AssetButton.d.ts
3956
3964
  type AssetButtonProps = ButtonProps & {
@@ -3969,7 +3977,7 @@ declare const AssetButton: ({
3969
3977
  isDisabled,
3970
3978
  onClick,
3971
3979
  ...buttonProps
3972
- }: AssetButtonProps) => react_jsx_runtime1.JSX.Element;
3980
+ }: AssetButtonProps) => react_jsx_runtime3.JSX.Element;
3973
3981
  //#endregion
3974
3982
  //#region src/components/common/AddressDisplayCard.d.ts
3975
3983
  type AddressDisplayCardProps = {
@@ -3989,7 +3997,7 @@ declare const AddressDisplayCard: ({
3989
3997
  hideAddress,
3990
3998
  balance,
3991
3999
  tokenAddress
3992
- }: AddressDisplayCardProps) => react_jsx_runtime1.JSX.Element;
4000
+ }: AddressDisplayCardProps) => react_jsx_runtime3.JSX.Element;
3993
4001
  //#endregion
3994
4002
  //#region src/components/common/ModalFAQButton.d.ts
3995
4003
  type FAQButtonProps = {
@@ -3998,13 +4006,13 @@ type FAQButtonProps = {
3998
4006
  declare const ModalFAQButton: ({
3999
4007
  onClick,
4000
4008
  ...props
4001
- }: FAQButtonProps) => react_jsx_runtime1.JSX.Element;
4009
+ }: FAQButtonProps) => react_jsx_runtime3.JSX.Element;
4002
4010
  //#endregion
4003
4011
  //#region src/components/common/ScrollToTopWrapper.d.ts
4004
4012
  declare const ScrollToTopWrapper: ({
4005
4013
  children,
4006
4014
  ...props
4007
- }: StackProps) => react_jsx_runtime1.JSX.Element;
4015
+ }: StackProps) => react_jsx_runtime3.JSX.Element;
4008
4016
  //#endregion
4009
4017
  //#region src/components/common/AccountAvatar.d.ts
4010
4018
  type AccountAvatarProps = {
@@ -4014,7 +4022,7 @@ type AccountAvatarProps = {
4014
4022
  declare const AccountAvatar: ({
4015
4023
  wallet,
4016
4024
  props
4017
- }: AccountAvatarProps) => react_jsx_runtime1.JSX.Element;
4025
+ }: AccountAvatarProps) => react_jsx_runtime3.JSX.Element;
4018
4026
  //#endregion
4019
4027
  //#region src/components/common/TransactionButtonAndStatus.d.ts
4020
4028
  type TransactionButtonAndStatusProps = {
@@ -4056,7 +4064,7 @@ declare const TransactionButtonAndStatus: ({
4056
4064
  isLoadingGasEstimation,
4057
4065
  showGasEstimationError,
4058
4066
  context
4059
- }: TransactionButtonAndStatusProps) => react_jsx_runtime1.JSX.Element;
4067
+ }: TransactionButtonAndStatusProps) => react_jsx_runtime3.JSX.Element;
4060
4068
  //#endregion
4061
4069
  //#region src/components/common/ModalNotificationButton.d.ts
4062
4070
  type NotificationButtonProps = {
@@ -4067,7 +4075,7 @@ declare const ModalNotificationButton: ({
4067
4075
  onClick,
4068
4076
  hasUnreadNotifications,
4069
4077
  ...props
4070
- }: NotificationButtonProps) => react_jsx_runtime1.JSX.Element;
4078
+ }: NotificationButtonProps) => react_jsx_runtime3.JSX.Element;
4071
4079
  //#endregion
4072
4080
  //#region src/components/common/GasFeeSummary.d.ts
4073
4081
  interface GasFeeSummaryProps {
@@ -4103,7 +4111,7 @@ declare const GasFeeTokenSelector: ({
4103
4111
  availableTokens,
4104
4112
  tokenEstimations,
4105
4113
  walletAddress
4106
- }: GasFeeTokenSelectorProps) => react_jsx_runtime1.JSX.Element;
4114
+ }: GasFeeTokenSelectorProps) => react_jsx_runtime3.JSX.Element;
4107
4115
  //#endregion
4108
4116
  //#region src/components/common/InlineFeedback.d.ts
4109
4117
  type Props$4 = {
@@ -4115,7 +4123,7 @@ declare const InlineFeedback: ({
4115
4123
  message,
4116
4124
  duration,
4117
4125
  onClose
4118
- }: Props$4) => react_jsx_runtime1.JSX.Element;
4126
+ }: Props$4) => react_jsx_runtime3.JSX.Element;
4119
4127
  //#endregion
4120
4128
  //#region src/components/common/WalletSwitchFeedback.d.ts
4121
4129
  type Props$3 = {
@@ -4132,7 +4140,7 @@ type Props$3 = {
4132
4140
  */
4133
4141
  declare const WalletSwitchFeedback: ({
4134
4142
  showFeedback
4135
- }: Props$3) => react_jsx_runtime1.JSX.Element | null;
4143
+ }: Props$3) => react_jsx_runtime3.JSX.Element | null;
4136
4144
  //#endregion
4137
4145
  //#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
4138
4146
  type SuccessfulOperationContentProps = {
@@ -4162,7 +4170,7 @@ declare const UpgradeSmartAccountModal: ({
4162
4170
  isOpen,
4163
4171
  onClose,
4164
4172
  style
4165
- }: Props$2) => react_jsx_runtime1.JSX.Element;
4173
+ }: Props$2) => react_jsx_runtime3.JSX.Element;
4166
4174
  //#endregion
4167
4175
  //#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
4168
4176
  type Props$1 = {
@@ -4177,7 +4185,7 @@ declare const LegalDocumentsModal: ({
4177
4185
  onAgree,
4178
4186
  handleLogout,
4179
4187
  onlyOptionalDocuments
4180
- }: Props$1) => react_jsx_runtime1.JSX.Element;
4188
+ }: Props$1) => react_jsx_runtime3.JSX.Element;
4181
4189
  //#endregion
4182
4190
  //#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
4183
4191
  type Props = {
@@ -4189,7 +4197,7 @@ declare const LegalDocumentItem: ({
4189
4197
  document,
4190
4198
  register,
4191
4199
  isText
4192
- }: Props) => react_jsx_runtime1.JSX.Element;
4200
+ }: Props) => react_jsx_runtime3.JSX.Element;
4193
4201
  //#endregion
4194
4202
  //#region src/providers/ModalProvider.d.ts
4195
4203
  type AccountModalOptions = {
@@ -4224,7 +4232,7 @@ declare const ModalProvider: ({
4224
4232
  children
4225
4233
  }: {
4226
4234
  children: ReactNode;
4227
- }) => react_jsx_runtime1.JSX.Element;
4235
+ }) => react_jsx_runtime3.JSX.Element;
4228
4236
  //#endregion
4229
4237
  //#region src/config/index.d.ts
4230
4238
  type AppConfig = {
@@ -4269,5 +4277,5 @@ type AppConfig = {
4269
4277
  };
4270
4278
  declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
4271
4279
  //#endregion
4272
- export { LanguageSettingsContent as $, MostVotedAppsInRoundReturnType as $a, useFAQModal as $i, useBuildClauses as $n, buildVetDomainClauses as $o, toIPFSURL as $r, EnrichedLegalDocument as $s, useUpgradeSmartAccount as $t, AddressDisplay as A, getIpfsImage as Aa, PrivyLoginMethod as Ac, fetchAppHubApps as Ai, getAccountBalanceQueryKey as An, useTokenBalances as Ao, buildCallClauses as Ar, EmailLoginButton as As, useMfaEnrollment as At, AccountDetailsButton as B, getXAppMetadata as Ba, SettingsModalProvider as Bi, estimateGas as Bn, useUpdateTextRecord as Bo, validate as Br, ColorModeSync as Bs, useTransferVET as Bt, AddressDisplayCard as C, UploadedImage as Ca, CrossAppConnectionCache as Cc, VECHAIN_KIT_STORAGE_KEYS as Ci, getCurrentAccountImplementationVersion as Cn, useCurrentAllocationsRoundId as Co, removeLocalStorageItem as Cr, VeChainWithPrivyLoginButton as Cs, ReceiveTokenContent as Ct, StickyHeaderContainer as D, useIpfsMetadatas as Da, ExecuteWithAuthorizationSignData as Dc, getGenericDelegatorUrl as Di, getAccountImplementationAddressQueryKey as Dn, ExchangeRates as Do, MultipleClausesCallParameters as Dr, PrivyButton as Ds, ThorClient$1 as Dt, StickyFooterContainer as E, useUploadImages as Ea, ExecuteBatchWithAuthorizationSignData as Ec, getENV as Ei, getAccountImplementationAddress as En, useTokensWithValues as Eo, setLocalStorageItem as Er, LoginWithGoogleButton as Es, SendTokenContent as Et, FeatureAnnouncementCard as F, getIpfsMetadataQueryKey as Fa, VePassportUserStatus as Fc, useLoginWithPasskey$1 as Fi, useGenericDelegatorFeeEstimationParams as Fn, getAvatarOfAddressQueryKey as Fo, compare as Fr, MainContent as Fs, txReceiptQueryKey as Ft, RemoveWalletConfirmContentProps as G, useWalletStorage as Ga, UpgradeSmartAccountModalProvider as Gi, EcosystemShortcut as Gn, useGetAvatar as Go, NodeStrengthLevelToImage as Gr, usePrivyWalletProvider as Gs, GetEventsProps as Gt, AccountModalContentTypes as H, UseSwitchWalletReturnType as Ha, useAccountModalOptions as Hi, signVip191Transaction as Hn, getTextRecordsQueryKey as Ho, TIME as Hr, useVechainKitThemeConfig as Hs, useTransferERC20 as Ht, QuickActionsSection as I, useIpfsMetadata as Ia, Wallet as Ic, useSignTypedData as Ii, useGasTokenSelection as In, useGetAvatarOfAddress as Io, isInvalid as Ir, ConnectModal as Is, useTxReceipt as It, DisconnectConfirmContentProps as J, useWallet$1 as Ja, ReceiveModalProvider as Ji, LocalStorageKey as Jn, getDomainsOfAddress as Jo, buildQueryString as Jr, VeChainKitConfig as Js, getChainId as Jt, SelectWalletContent as K, useWalletMetadata as Ka, useUpgradeSmartAccountModal as Ki, useEcosystemShortcuts as Kn, Domain as Ko, XNodeStrengthLevelToName as Kr, LegalDocument as Ks, getAllEventLogs as Kt, BalanceSection as L, getXAppsSharesQueryKey as La, useSignMessage as Li, decodeRawTx as Ln, getResolverAddressQueryKey as Lo, isValid as Lr, ConnectModalContentsTypes as Ls, BuildTransactionProps as Lt, CrossAppConnectionSecurityCard as M, useIpfsImage as Ma, TokenBalance as Mc, useAppHubApps as Mi, UseEstimateAllTokensParams as Mn, getAvatarLegacy as Mo, executeMultipleClausesCall as Mr, EcosystemContent as Ms, useSetWalletRecovery as Mt, DomainRequiredAlert as N, useIpfsImageList as Na, TransactionStatus as Nc, useLoginWithVeChain as Ni, useEstimateAllTokens as Nn, getAvatarLegacyQueryKey as No, isValidUrl as Nr, ErrorContent as Ns, useThor$1 as Nt, useStickyHeaderContext as O, IpfsImage as Oa, NFTMediaType as Oc, notFoundImage as Oi, useAccountImplementationAddress as On, useTokenPrices as Oo, MultipleClausesCallReturnType as Or, EcosystemButton as Os, useDAppKitWallet as Ot, ExchangeWarningAlert as P, getIpfsMetadata as Pa, TransactionStatusErrorType as Pc, useLoginWithOAuth$1 as Pi, useGenericDelegatorFeeEstimation as Pn, useGetAvatarLegacy as Po, addPrefix as Pr, LoadingContent as Ps, useGasEstimate as Pt, GasTokenSettingsContent as Q, useRefreshBalances as Qa, FAQModalProvider as Qi, buildSingleAuthorizationTypedData as Qn, useIsDomainProtected as Qo, resolveMediaTypeFromMimeType as Qr, useVeChainKitConfig as Qs, useCurrentBlock as Qt, AccountSelector as R, useXAppsShares as Ra, useNotificationAlerts as Ri, delegateAuthorized as Rn, useGetResolverAddress as Ro, normalize as Rr, LegalDocumentsProvider as Rs, useBuildTransaction as Rt, ModalFAQButton as S, useSingleImageUpload as Sa, ConnectionSource as Sc, VECHAIN_KIT_COOKIES_CONFIG as Si, useGetAccountAddress as Sn, getCurrentAllocationsRoundIdQueryKey as So, isOnline as Sr, LoginWithGithubButton as Ss, SwapTokenContent as St, BaseModal as T, imageCompressionOptions as Ta, EnhancedClause as Tc, VECHAIN_PRIVY_APP_ID as Ti, useCurrentAccountImplementationVersion as Tn, TokenWithValue as To, safeWindowOpen as Tr, PasskeyLoginButton as Ts, SendTokenSummaryContent as Tt, SwitchFeedback as U, useSwitchWallet as Ua, ProfileModalProvider as Ui, useGenericDelegator as Un, useGetTextRecords as Uo, EconomicNodeStrengthLevelToName as Ur, PrivyWalletProvider as Us, UseSendTransactionReturnValue as Ut, AccountModal as V, useXAppMetadata as Va, useSettingsModal as Vi, getDepositAccount as Vn, getTextRecords as Vo, isRejectionError as Vr, VechainKitThemeProvider as Vs, buildERC20Clauses as Vt, RemoveWalletConfirmContent as W, StoredWallet as Wa, useProfileModal as Wi, useCrossAppConnectionCache as Wn, getAvatarQueryKey as Wo, MinXNodeLevel as Wr, PrivyWalletProviderContextType as Ws, useSendTransaction as Wt, SettingsContent as X, useRoundXApps as Xa, AccountCustomizationModalProvider as Xi, BuildClausesParams as Xn, useGetDomainsOfAddress as Xo, xNodeToGMstartingLevel as Xr, VeChainKitProvider as Xs, useGetChainId as Xt, TermsAndPrivacyContent as Y, getRoundXAppsQueryKey as Ya, useReceiveModal as Yi, useLocalStorage as Yn, getDomainsOfAddressQueryKey as Yo, gmNfts as Yr, VeChainKitContext as Ys, getChainIdQueryKey as Yt, SettingsContentProps as Z, useRefreshMetadata as Za, useAccountCustomizationModal as Zi, buildBatchAuthorizationTypedData as Zn, getIsDomainProtectedQueryKey as Zo, convertUriToUrl as Zr, VechainKitProviderProps as Zs, currentBlockQueryKey as Zt, ModalNotificationButton as _, useAccountModal as _a, TransactionSpeed as _c, PrivyEcosystemApp as _i, useHasV1SmartAccount as _n, getCustomTokenBalanceQueryKey as _o, getDocumentTitle as _r, SocialIcons as _s, ChooseNameSummaryContentProps as _t, useModal as a, useSwapTokenModal as aa, EstimatedGas as ac, leftPadWithZeros as ai, useUpgradeRequired as an, useGetVot3Balance as ao, useScrollToTop as ar, useVechainDomain as as, AssetsContent as at, AccountAvatar as b, useSwapQuotes as ba, CURRENCY as bc, TOKEN_LOGO_COMPONENTS as bi, getAccountAddress as bn, useGetB3trBalance as bo, hasNavigator as br, WalletDisplayVariant as bs, ChooseNameContent as bt, LegalDocumentsModal as c, ChooseNameModalProvider as ca, TransactionCost as cc, formatTokenBalance as ci, getSmartAccountQueryKey as cn, getTokenUsdPrice as co, useFeatureAnnouncement as cr, fetchPrivyAppInfo as cs, UpgradeSmartAccountContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, useWalletModal as da, formatGasCost as dc, humanDomain as di, useRefreshFactoryQueries as dn, getErc20BalanceQueryKey as do, useCurrency as dr, AccountMainContent as ds, CustomizationSummaryContent as dt, NotificationsModalProvider as ea, LegalDocumentAgreement as ec, uploadBlobToIPFS as ei, getUpgradeRequiredForAccount as en, XApp as eo, GetEventsKeyParams as er, useClaimVetDomain as es, ChangeCurrencyContent as et, UpgradeSmartAccountModalStyle as f, TransactionToastProvider as fa, GasTokenEstimate as fc, humanNumber as fi, getIsDeployed as fn, useGetErc20Balance as fo, getCallClauseQueryKey as fr, TransactionToast as fs, CustomizationSummaryContentProps as ft, GasFeeSummary as g, AccountModalProvider as ga, GasTokenType as gc, ENV as gi, getHasV1SmartAccountQueryKey as gn, TokenWithBalance as go, copyToClipboard as gr, TransactionModalProps as gs, ChooseNameSummaryContent as gt, GasFeeTokenSelector as h, useTransactionModal as ha, GasTokenSelection as hc, DEFAULT_PRIVY_ECOSYSTEM_APPS as hi, getHasV1SmartAccount as hn, useGetCustomTokenInfo as ho, useMultipleClausesCall as hr, TransactionModal as hs, FAQContent as ht, ModalProvider as i, SwapTokenModalProvider as ia, DepositAccount as ic, isValidAddress as ii, getUpgradeRequiredQueryKey as in, getVot3BalanceQueryKey as io, useEvents as ir, getVechainDomainQueryKey as is, ManageCustomTokenContentProps as it, ModalBackButton as j, getIpfsImageQueryKey as ja, SmartAccount as jc, getAppHubAppsQueryKey as ji, useAccountBalance as jn, useUnsetDomain as jo, executeCallClause as jr, ConnectionButton as js, usePrivy$1 as jt, VersionFooter as k, MAX_IMAGE_SIZE as ka, PrivyAppInfo as kc, AppHubApp as ki, getAccountBalance as kn, WalletTokenBalance as ko, ViewFunctionResult as kr, VeChainLoginButton as ks, useDAppKitWalletModal as kt, LegalDocumentsModalContentsTypes as l, useChooseNameModal as la, VthoPerGasAtSpeed as lc, getPicassoImage as li, useSmartAccount as ln, getTokenUsdPriceQueryKey as lo, useCurrentCurrency as lr, getPrivyAppInfoQueryKey as ls, ProfileContent as lt, InlineFeedback as m, TransactionModalProvider as ma, GasTokenPreferences as mc, DEFAULT_GAS_TOKEN_PREFERENCES as mi, useIsSmartAccountDeployed as mn, getTokenInfo$1 as mo, useCallClause as mr, ShareButtons as ms, CustomizationContent as mt, getConfig as n, ExploreEcosystemModalProvider as na, LegalDocumentType as nc, compareAddresses as ni, useUpgradeRequiredForAccount as nn, getIsPersonQueryKey as no, decodeEventLog$1 as nr, getEnsRecordExistsQueryKey as ns, BridgeContent as nt, DAppKitWalletButton as o, SendTokenModalProvider as oa, EstimationResponse as oc, regexPattern as oi, SmartAccountReturnType as on, PRICE_FEED_IDS as oo, useIsPWA as or, fetchPrivyStatus as os, AssetsContentProps as ot, WalletSwitchFeedback as p, useTransactionToast as pa, GasTokenInfo as pc, isZero as pi, getIsDeployedQueryKey as pn, getCustomTokenInfoQueryKey as po, getCallClauseQueryKeyWithArgs as pr, TransactionModalContent as ps, AccountCustomizationContentProps as pt, DisconnectConfirmContent as q, UseWalletReturnType as qa, useLoginModalContent as qi, useSyncableLocalStorage as qn, DomainsResponse as qo, allNodeStrengthLevelToName as qr, LegalDocumentOptions as qs, getEventLogs as qt, AccountModalOptions as r, useExploreEcosystemModal as ra, CostLevel as rc, compareListOfAddresses as ri, getUpgradeRequired as rn, useIsPerson as ro, getEventsKey as rr, useEnsRecordExists as rs, ManageCustomTokenContent as rt, LegalDocumentItem as s, useSendTokenModal as sa, Rate as sc, randomTransactionUser as si, getSmartAccount as sn, SupportedToken as so, useGetNodeUrl as sr, useFetchPrivyStatus as ss, UpgradeSmartAccountContent as st, AppConfig as t, useNotificationsModal as ta, LegalDocumentSource as tc, validateIpfsUri as ti, getUpgradeRequiredForAccountQueryKey as tn, useMostVotedAppsInRound as to, UseEventsParams as tr, useClaimVeWorldSubdomain as ts, ChangeCurrencyContentProps as tt, UpgradeSmartAccountModal as u, WalletModalProvider as ua, calculateTotalCost as uc, humanAddress as ui, useRefreshSmartAccountQueries as un, useGetTokenUsdPrice as uo, useCurrentLanguage as ur, useFetchAppInfo as us, ProfileContentProps as ut, TransactionButtonAndStatus as v, ConnectModalProvider as va, ENS_TEXT_RECORDS as vc, SUPPORTED_GAS_TOKENS as vi, getAccountVersionQueryKey as vn, useGetCustomTokenBalances as vo, getLocalStorageItem as vr, WalletButton as vs, ChooseNameSearchContent as vt, AssetButton as w, compressImages as wa, ENSRecords as wc, VECHAIN_KIT_TERMS_CONFIG as wi, getCurrentAccountImplementationVersionQueryKey as wn, useTotalBalance as wo, safeQuerySelector as wr, DappKitButton as ws, SelectTokenContent as wt, ScrollToTopWrapper as x, useSwapTransaction as xa, CURRENCY_SYMBOLS as xc, TogglePassportCheck as xi, getAccountAddressQueryKey as xn, useCustomTokens as xo, isBrowser as xr, ConnectPopover as xs, ChooseNameContentProps as xt, TransactionButtonAndStatusProps as y, useConnectModal as ya, TextRecords as yc, TOKEN_LOGOS as yi, useGetAccountVersion as yn, getB3trBalanceQueryKey as yo, getWindowOrigin as yr, WalletButtonProps as ys, ChooseNameSearchContentProps as yt, ActionButton as z, XAppMetadata as za, useNotifications as zi, estimateAndBuildTxBody as zn, buildClauses as zo, removePrefix as zr, useLegalDocuments as zs, buildVETClauses as zt };
4273
- //# sourceMappingURL=index-B_77CDYZ.d.mts.map
4280
+ 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 };
4281
+ //# sourceMappingURL=index-DQ-Jm6mW.d.mts.map