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