@vechain/vechain-kit 2.8.0 → 2.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +1,13 @@
1
1
  import { BoxProps, ButtonProps, IconButtonProps, ImageProps, PropsOf, StackProps, TextProps, ThemeTypings, VStack } from "@chakra-ui/react";
2
2
  import * as react0 from "react";
3
3
  import React$1, { ElementType, ReactElement, ReactNode } from "react";
4
- import * as react_jsx_runtime0 from "react/jsx-runtime";
4
+ import * as react_jsx_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_query17 from "@tanstack/react-query";
10
+ import * as _tanstack_react_query29 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";
@@ -729,7 +729,7 @@ declare const useVeChainKitConfig: () => VeChainKitConfig;
729
729
  * ```
730
730
  */
731
731
  declare const useAppConfig: () => AppConfig;
732
- declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime0.JSX.Element;
732
+ declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime3.JSX.Element;
733
733
  //#endregion
734
734
  //#region src/providers/PrivyWalletProvider.d.ts
735
735
  interface PrivyWalletProviderContextType {
@@ -772,7 +772,7 @@ declare const PrivyWalletProvider: ({
772
772
  delegatorUrl?: string;
773
773
  delegateAllTransactions: boolean;
774
774
  genericDelegator?: boolean;
775
- }) => react_jsx_runtime0.JSX.Element;
775
+ }) => react_jsx_runtime3.JSX.Element;
776
776
  declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
777
777
  //#endregion
778
778
  //#region src/providers/VechainKitThemeProvider.d.ts
@@ -790,7 +790,7 @@ declare const VechainKitThemeProvider: ({
790
790
  children,
791
791
  darkMode,
792
792
  theme: customTheme
793
- }: Props$42) => react_jsx_runtime0.JSX.Element;
793
+ }: Props$42) => react_jsx_runtime3.JSX.Element;
794
794
  //#endregion
795
795
  //#region src/providers/LegalDocumentsProvider.d.ts
796
796
  type Props$41 = {
@@ -806,7 +806,7 @@ type LegalDocumentsContextType = {
806
806
  declare const useLegalDocuments: () => LegalDocumentsContextType;
807
807
  declare const LegalDocumentsProvider: ({
808
808
  children
809
- }: Props$41) => react_jsx_runtime0.JSX.Element;
809
+ }: Props$41) => react_jsx_runtime3.JSX.Element;
810
810
  //#endregion
811
811
  //#region src/components/ConnectModal/ConnectModal.d.ts
812
812
  type Props$40 = {
@@ -847,7 +847,7 @@ declare const ConnectModal: ({
847
847
  onClose,
848
848
  initialContent,
849
849
  preventAutoClose
850
- }: Props$40) => react_jsx_runtime0.JSX.Element;
850
+ }: Props$40) => react_jsx_runtime3.JSX.Element;
851
851
  //#endregion
852
852
  //#region src/components/ConnectModal/Contents/MainContent.d.ts
853
853
  type Props$39 = {
@@ -855,7 +855,7 @@ type Props$39 = {
855
855
  };
856
856
  declare const MainContent: ({
857
857
  setCurrentContent
858
- }: Props$39) => react_jsx_runtime0.JSX.Element;
858
+ }: Props$39) => react_jsx_runtime3.JSX.Element;
859
859
  //#endregion
860
860
  //#region src/components/ConnectModal/Contents/LoadingContent.d.ts
861
861
  type LoadingContentProps = {
@@ -884,7 +884,7 @@ declare const LoadingContent: ({
884
884
  onGoBack,
885
885
  showBackButton,
886
886
  providerIcon
887
- }: LoadingContentProps) => react_jsx_runtime0.JSX.Element;
887
+ }: LoadingContentProps) => react_jsx_runtime3.JSX.Element;
888
888
  //#endregion
889
889
  //#region src/components/ConnectModal/Contents/ErrorContent.d.ts
890
890
  type ErrorContentProps = {
@@ -905,7 +905,7 @@ declare const ErrorContent: ({
905
905
  onClose,
906
906
  onTryAgain,
907
907
  onGoBack
908
- }: ErrorContentProps) => react_jsx_runtime0.JSX.Element;
908
+ }: ErrorContentProps) => react_jsx_runtime3.JSX.Element;
909
909
  //#endregion
910
910
  //#region src/components/ConnectModal/Contents/EcosystemContent.d.ts
911
911
  type Props$38 = {
@@ -921,7 +921,7 @@ declare const EcosystemContent: ({
921
921
  isLoading,
922
922
  setCurrentContent,
923
923
  showBackButton
924
- }: Props$38) => react_jsx_runtime0.JSX.Element;
924
+ }: Props$38) => react_jsx_runtime3.JSX.Element;
925
925
  //#endregion
926
926
  //#region src/components/ConnectModal/Contents/MoreOptionsContent.d.ts
927
927
  type Props$37 = {
@@ -933,7 +933,7 @@ declare const MoreOptionsContent: ({
933
933
  onClose,
934
934
  setCurrentContent,
935
935
  showBackButton
936
- }: Props$37) => react_jsx_runtime0.JSX.Element;
936
+ }: Props$37) => react_jsx_runtime3.JSX.Element;
937
937
  //#endregion
938
938
  //#region src/components/ConnectModal/Components/ConnectionButton.d.ts
939
939
  interface ConnectionButtonProps {
@@ -963,10 +963,10 @@ declare const ConnectionButton: ({
963
963
  style,
964
964
  variant,
965
965
  iconWidth
966
- }: ConnectionButtonProps) => react_jsx_runtime0.JSX.Element;
966
+ }: ConnectionButtonProps) => react_jsx_runtime3.JSX.Element;
967
967
  //#endregion
968
968
  //#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
969
- declare const EmailLoginButton: () => react_jsx_runtime0.JSX.Element;
969
+ declare const EmailLoginButton: () => react_jsx_runtime3.JSX.Element;
970
970
  //#endregion
971
971
  //#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
972
972
  type Props$36 = {
@@ -978,7 +978,7 @@ declare const VeChainLoginButton: ({
978
978
  isDark,
979
979
  gridColumn,
980
980
  setCurrentContent
981
- }: Props$36) => react_jsx_runtime0.JSX.Element;
981
+ }: Props$36) => react_jsx_runtime3.JSX.Element;
982
982
  //#endregion
983
983
  //#region src/components/ConnectModal/Components/EcosystemButton.d.ts
984
984
  type Props$35 = {
@@ -992,7 +992,7 @@ declare const EcosystemButton: ({
992
992
  appsInfo,
993
993
  isLoading,
994
994
  setCurrentContent
995
- }: Props$35) => react_jsx_runtime0.JSX.Element;
995
+ }: Props$35) => react_jsx_runtime3.JSX.Element;
996
996
  //#endregion
997
997
  //#region src/components/ConnectModal/Components/PrivyButton.d.ts
998
998
  type Props$34 = {
@@ -1004,7 +1004,7 @@ declare const PrivyButton: ({
1004
1004
  isDark,
1005
1005
  onViewMoreLogin,
1006
1006
  gridColumn
1007
- }: Props$34) => react_jsx_runtime0.JSX.Element;
1007
+ }: Props$34) => react_jsx_runtime3.JSX.Element;
1008
1008
  //#endregion
1009
1009
  //#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
1010
1010
  type Props$33 = {
@@ -1015,7 +1015,7 @@ type Props$33 = {
1015
1015
  declare const LoginWithGoogleButton: ({
1016
1016
  isDark,
1017
1017
  gridColumn
1018
- }: Props$33) => react_jsx_runtime0.JSX.Element;
1018
+ }: Props$33) => react_jsx_runtime3.JSX.Element;
1019
1019
  //#endregion
1020
1020
  //#region src/components/ConnectModal/Components/LoginWithAppleButton.d.ts
1021
1021
  type Props$32 = {
@@ -1027,7 +1027,7 @@ type Props$32 = {
1027
1027
  declare const LoginWithAppleButton: ({
1028
1028
  isDark,
1029
1029
  gridColumn
1030
- }: Props$32) => react_jsx_runtime0.JSX.Element;
1030
+ }: Props$32) => react_jsx_runtime3.JSX.Element;
1031
1031
  //#endregion
1032
1032
  //#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
1033
1033
  type Props$31 = {
@@ -1039,7 +1039,7 @@ declare const PasskeyLoginButton: ({
1039
1039
  isDark,
1040
1040
  gridColumn,
1041
1041
  setCurrentContent
1042
- }: Props$31) => react_jsx_runtime0.JSX.Element;
1042
+ }: Props$31) => react_jsx_runtime3.JSX.Element;
1043
1043
  //#endregion
1044
1044
  //#region src/components/ConnectModal/Components/DappKitButton.d.ts
1045
1045
  type Props$30 = {
@@ -1049,7 +1049,7 @@ type Props$30 = {
1049
1049
  declare const DappKitButton: ({
1050
1050
  isDark,
1051
1051
  gridColumn
1052
- }: Props$30) => react_jsx_runtime0.JSX.Element;
1052
+ }: Props$30) => react_jsx_runtime3.JSX.Element;
1053
1053
  //#endregion
1054
1054
  //#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
1055
1055
  type Props$29 = {
@@ -1059,7 +1059,7 @@ type Props$29 = {
1059
1059
  declare const VeChainWithPrivyLoginButton: ({
1060
1060
  isDark,
1061
1061
  gridColumn
1062
- }: Props$29) => react_jsx_runtime0.JSX.Element;
1062
+ }: Props$29) => react_jsx_runtime3.JSX.Element;
1063
1063
  //#endregion
1064
1064
  //#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
1065
1065
  type Props$28 = {
@@ -1069,7 +1069,7 @@ type Props$28 = {
1069
1069
  declare const LoginWithGithubButton: ({
1070
1070
  isDark,
1071
1071
  gridColumn
1072
- }: Props$28) => react_jsx_runtime0.JSX.Element;
1072
+ }: Props$28) => react_jsx_runtime3.JSX.Element;
1073
1073
  //#endregion
1074
1074
  //#region src/components/ConnectModal/Components/VeWorldButton.d.ts
1075
1075
  type Props$27 = {
@@ -1078,16 +1078,19 @@ type Props$27 = {
1078
1078
  setCurrentContent: React$1.Dispatch<React$1.SetStateAction<ConnectModalContentsTypes>>;
1079
1079
  };
1080
1080
  /**
1081
- * Primary CTA — filled with the theme's primary-button surface.
1082
- * Devs that customise `theme.buttons.primaryButton.{bg,color}` automatically
1083
- * restyle this button too.
1084
- * Recommended-provider green dot in the trailing slot.
1081
+ * Primary CTA — VeWorld brand-locked surface. Always inverted contrast
1082
+ * against the modal: dark in light mode, white in dark mode.
1083
+ *
1084
+ * Intentionally does NOT consume `theme.buttons.primaryButton.{bg,color}`
1085
+ * — devs who themed their primary button (e.g. brand blue) shouldn't end
1086
+ * up with a blue VeWorld button. The VeWorld logo + label have to stay
1087
+ * recognisable.
1085
1088
  */
1086
1089
  declare const VeWorldButton: ({
1087
1090
  isDark,
1088
1091
  gridColumn,
1089
1092
  setCurrentContent
1090
- }: Props$27) => react_jsx_runtime0.JSX.Element;
1093
+ }: Props$27) => react_jsx_runtime3.JSX.Element;
1091
1094
  //#endregion
1092
1095
  //#region src/components/ConnectModal/Components/Sync2Button.d.ts
1093
1096
  type Props$26 = {
@@ -1099,7 +1102,7 @@ declare const Sync2Button: ({
1099
1102
  isDark,
1100
1103
  gridColumn,
1101
1104
  setCurrentContent
1102
- }: Props$26) => react_jsx_runtime0.JSX.Element;
1105
+ }: Props$26) => react_jsx_runtime3.JSX.Element;
1103
1106
  //#endregion
1104
1107
  //#region src/components/ConnectModal/Components/WalletConnectButton.d.ts
1105
1108
  type Props$25 = {
@@ -1111,7 +1114,7 @@ declare const WalletConnectButton: ({
1111
1114
  isDark,
1112
1115
  gridColumn,
1113
1116
  setCurrentContent
1114
- }: Props$25) => react_jsx_runtime0.JSX.Element;
1117
+ }: Props$25) => react_jsx_runtime3.JSX.Element;
1115
1118
  //#endregion
1116
1119
  //#region src/components/ConnectModal/ConnectPopover.d.ts
1117
1120
  type ConnectPopoverProps = {
@@ -1121,7 +1124,7 @@ type ConnectPopoverProps = {
1121
1124
  declare const ConnectPopover: ({
1122
1125
  isLoading,
1123
1126
  buttonStyle
1124
- }: ConnectPopoverProps) => react_jsx_runtime0.JSX.Element;
1127
+ }: ConnectPopoverProps) => react_jsx_runtime3.JSX.Element;
1125
1128
  //#endregion
1126
1129
  //#region src/components/WalletButton/types.d.ts
1127
1130
  type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
@@ -1140,10 +1143,10 @@ declare const WalletButton: ({
1140
1143
  buttonStyle,
1141
1144
  connectionVariant,
1142
1145
  label
1143
- }: WalletButtonProps) => react_jsx_runtime0.JSX.Element;
1146
+ }: WalletButtonProps) => react_jsx_runtime3.JSX.Element;
1144
1147
  //#endregion
1145
1148
  //#region src/components/WalletButton/SocialIcons.d.ts
1146
- declare const SocialIcons: () => react_jsx_runtime0.JSX.Element;
1149
+ declare const SocialIcons: () => react_jsx_runtime3.JSX.Element;
1147
1150
  //#endregion
1148
1151
  //#region src/components/TransactionModal/TransactionModal.d.ts
1149
1152
  type TransactionModalProps = {
@@ -1173,7 +1176,7 @@ declare const TransactionModal: ({
1173
1176
  txReceipt,
1174
1177
  txError,
1175
1178
  onTryAgain
1176
- }: TransactionModalProps) => react_jsx_runtime0.JSX.Element | null;
1179
+ }: TransactionModalProps) => react_jsx_runtime3.JSX.Element | null;
1177
1180
  //#endregion
1178
1181
  //#region src/components/TransactionModal/Components/ShareButtons.d.ts
1179
1182
  type Props$24 = {
@@ -1183,7 +1186,7 @@ type Props$24 = {
1183
1186
  };
1184
1187
  declare const ShareButtons: ({
1185
1188
  description
1186
- }: Props$24) => react_jsx_runtime0.JSX.Element;
1189
+ }: Props$24) => react_jsx_runtime3.JSX.Element;
1187
1190
  //#endregion
1188
1191
  //#region src/components/TransactionModal/TransactionModalContent.d.ts
1189
1192
  declare const TransactionModalContent: ({
@@ -1193,7 +1196,7 @@ declare const TransactionModalContent: ({
1193
1196
  txReceipt,
1194
1197
  txError,
1195
1198
  onClose
1196
- }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime0.JSX.Element;
1199
+ }: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime3.JSX.Element;
1197
1200
  //#endregion
1198
1201
  //#region src/components/TransactionToast/TransactionToast.d.ts
1199
1202
  type TransactionToastProps = {
@@ -1213,7 +1216,7 @@ declare const TransactionToast: ({
1213
1216
  txError,
1214
1217
  onTryAgain,
1215
1218
  description
1216
- }: TransactionToastProps) => react_jsx_runtime0.JSX.Element | null;
1219
+ }: TransactionToastProps) => react_jsx_runtime3.JSX.Element | null;
1217
1220
  //#endregion
1218
1221
  //#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
1219
1222
  type Props$23 = {
@@ -1229,12 +1232,12 @@ declare const AccountMainContent: ({
1229
1232
  wallet,
1230
1233
  onClose,
1231
1234
  switchFeedback
1232
- }: Props$23) => react_jsx_runtime0.JSX.Element;
1235
+ }: Props$23) => react_jsx_runtime3.JSX.Element;
1233
1236
  //#endregion
1234
1237
  //#region src/hooks/api/privy/useFetchAppInfo.d.ts
1235
1238
  declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
1236
1239
  declare const getPrivyAppInfoQueryKey: (appIds: string | string[]) => string[];
1237
- declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query17.UseQueryResult<{
1240
+ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query29.UseQueryResult<{
1238
1241
  [k: string]: {
1239
1242
  website: string | undefined;
1240
1243
  id: string;
@@ -1255,7 +1258,7 @@ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_qu
1255
1258
  //#endregion
1256
1259
  //#region src/hooks/api/privy/useFetchPrivyStatus.d.ts
1257
1260
  declare const fetchPrivyStatus: () => Promise<string>;
1258
- declare const useFetchPrivyStatus: () => _tanstack_react_query17.UseQueryResult<string, Error>;
1261
+ declare const useFetchPrivyStatus: () => _tanstack_react_query29.UseQueryResult<string, Error>;
1259
1262
  //#endregion
1260
1263
  //#region src/hooks/api/vetDomains/useVechainDomain.d.ts
1261
1264
  interface VeChainDomainResult {
@@ -1265,11 +1268,11 @@ interface VeChainDomainResult {
1265
1268
  isPrimaryDomain: boolean;
1266
1269
  }
1267
1270
  declare const getVechainDomainQueryKey: (addressOrDomain?: string | null) => (string | null | undefined)[];
1268
- declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query17.UseQueryResult<VeChainDomainResult, Error>;
1271
+ declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query29.UseQueryResult<VeChainDomainResult, Error>;
1269
1272
  //#endregion
1270
1273
  //#region src/hooks/api/vetDomains/useEnsRecordExists.d.ts
1271
1274
  declare const getEnsRecordExistsQueryKey: (name: string) => string[];
1272
- declare const useEnsRecordExists: (name: string) => _tanstack_react_query17.UseQueryResult<boolean, Error>;
1275
+ declare const useEnsRecordExists: (name: string) => _tanstack_react_query29.UseQueryResult<boolean, Error>;
1273
1276
  //#endregion
1274
1277
  //#region src/hooks/api/vetDomains/useClaimVeWorldSubdomain.d.ts
1275
1278
  type useClaimVeWorldSubdomainProps = {
@@ -1331,7 +1334,7 @@ declare const getIsDomainProtectedQueryKey: (domain?: string) => (string | undef
1331
1334
  * @param {boolean} [enabled=true] - Flag to enable or disable the hook.
1332
1335
  * @returns The result of the useQuery hook, with the protection status.
1333
1336
  */
1334
- declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query17.UseQueryResult<boolean, Error>;
1337
+ declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query29.UseQueryResult<boolean, Error>;
1335
1338
  //#endregion
1336
1339
  //#region src/hooks/api/vetDomains/useGetDomainsOfAddress.d.ts
1337
1340
  declare const DomainSchema: z.ZodObject<{
@@ -1359,7 +1362,7 @@ declare const getDomainsOfAddressQueryKey: (address?: string, parentDomain?: str
1359
1362
  * @param parentDomain The parent domain (e.g., "veworld.vet")
1360
1363
  * @returns The domains owned by the address
1361
1364
  */
1362
- declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query17.UseQueryResult<{
1365
+ declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query29.UseQueryResult<{
1363
1366
  domains: {
1364
1367
  name: string;
1365
1368
  }[];
@@ -1372,7 +1375,7 @@ declare const getAvatarQueryKey: (name: string, networkType: NETWORK_TYPE) => st
1372
1375
  * @param name - The VET domain name
1373
1376
  * @returns The resolved avatar URL
1374
1377
  */
1375
- declare const useGetAvatar: (name: string) => _tanstack_react_query17.UseQueryResult<string | null, Error>;
1378
+ declare const useGetAvatar: (name: string) => _tanstack_react_query29.UseQueryResult<string | null, Error>;
1376
1379
  //#endregion
1377
1380
  //#region src/hooks/api/vetDomains/useGetTextRecords.d.ts
1378
1381
  /**
@@ -1384,7 +1387,7 @@ declare const useGetAvatar: (name: string) => _tanstack_react_query17.UseQueryRe
1384
1387
  */
1385
1388
  declare const getTextRecords: (nodeUrl: string, network: NETWORK_TYPE, domain?: string) => Promise<TextRecords>;
1386
1389
  declare const getTextRecordsQueryKey: (domain?: string, network?: NETWORK_TYPE) => (string | undefined)[];
1387
- declare const useGetTextRecords: (domain?: string) => _tanstack_react_query17.UseQueryResult<TextRecords, Error>;
1390
+ declare const useGetTextRecords: (domain?: string) => _tanstack_react_query29.UseQueryResult<TextRecords, Error>;
1388
1391
  //#endregion
1389
1392
  //#region src/hooks/api/vetDomains/useUpdateTextRecord.d.ts
1390
1393
  type UpdateTextRecordVariables = {
@@ -1417,7 +1420,7 @@ declare const getResolverAddressQueryKey: (domain?: string) => (string | undefin
1417
1420
  * @param domain The domain to get resolver for
1418
1421
  * @returns The resolver address for the domain
1419
1422
  */
1420
- declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query17.UseQueryResult<`0x${string}`, unknown>;
1423
+ declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query29.UseQueryResult<`0x${string}`, unknown>;
1421
1424
  //#endregion
1422
1425
  //#region src/hooks/api/vetDomains/useGetAvatarOfAddress.d.ts
1423
1426
  declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefined)[];
@@ -1427,7 +1430,7 @@ declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefi
1427
1430
  * @param address The owner's address
1428
1431
  * @returns The avatar URL for the address's primary domain
1429
1432
  */
1430
- declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query17.UseQueryResult<string, Error>;
1433
+ declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query29.UseQueryResult<string, Error>;
1431
1434
  //#endregion
1432
1435
  //#region src/hooks/api/vetDomains/useGetAvatarLegacy.d.ts
1433
1436
  /**
@@ -1444,7 +1447,7 @@ declare const getAvatarLegacyQueryKey: (name: string, networkType: NETWORK_TYPE)
1444
1447
  * @param name - The VET domain name
1445
1448
  * @returns The resolved avatar URL
1446
1449
  */
1447
- declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query17.UseQueryResult<string | null, Error>;
1450
+ declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query29.UseQueryResult<string | null, Error>;
1448
1451
  //#endregion
1449
1452
  //#region src/hooks/api/vetDomains/useUnsetDomain.d.ts
1450
1453
  type useUnsetDomainProps = {
@@ -1561,7 +1564,7 @@ declare const getCurrentAllocationsRoundIdQueryKey: (address: string) => string[
1561
1564
  * Hook to get the current roundId of allocations voting
1562
1565
  * @returns the current roundId of allocations voting
1563
1566
  */
1564
- declare const useCurrentAllocationsRoundId: () => _tanstack_react_query17.UseQueryResult<string, unknown>;
1567
+ declare const useCurrentAllocationsRoundId: () => _tanstack_react_query29.UseQueryResult<string, unknown>;
1565
1568
  //#endregion
1566
1569
  //#region src/hooks/api/wallet/useCustomTokens.d.ts
1567
1570
  declare const useCustomTokens: () => {
@@ -1574,7 +1577,7 @@ declare const useCustomTokens: () => {
1574
1577
  //#endregion
1575
1578
  //#region src/hooks/api/wallet/useGetB3trBalance.d.ts
1576
1579
  declare const getB3trBalanceQueryKey: (address?: string) => (string | undefined)[];
1577
- declare const useGetB3trBalance: (address?: string) => _tanstack_react_query17.UseQueryResult<{
1580
+ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query29.UseQueryResult<{
1578
1581
  original: string;
1579
1582
  scaled: string;
1580
1583
  formatted: string;
@@ -1583,7 +1586,7 @@ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query17.U
1583
1586
  //#region src/hooks/api/wallet/useGetCustomTokenBalances.d.ts
1584
1587
  type TokenWithBalance = CustomTokenInfo & TokenBalance;
1585
1588
  declare const getCustomTokenBalanceQueryKey: (tokenAddress?: string, address?: string, decimals?: number) => (string | number | undefined)[];
1586
- declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query17.UseQueryResult<{
1589
+ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query29.UseQueryResult<{
1587
1590
  original: string;
1588
1591
  scaled: string;
1589
1592
  formatted: string;
@@ -1596,14 +1599,14 @@ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_q
1596
1599
  //#region src/hooks/api/wallet/useGetCustomTokenInfo.d.ts
1597
1600
  declare const getTokenInfo$1: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
1598
1601
  declare const getCustomTokenInfoQueryKey: (tokenAddress: string) => string[];
1599
- declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query17.UseQueryResult<CustomTokenInfo, Error>;
1602
+ declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query29.UseQueryResult<CustomTokenInfo, Error>;
1600
1603
  //#endregion
1601
1604
  //#region src/hooks/api/wallet/useGetErc20Balance.d.ts
1602
1605
  declare const getErc20BalanceQueryKey: (tokenAddress: string, address?: string) => (string | undefined)[];
1603
1606
  type UseGetErc20BalanceOptions = {
1604
1607
  enabled?: boolean;
1605
1608
  };
1606
- declare const useGetErc20Balance: (tokenAddress: string, address?: string, options?: UseGetErc20BalanceOptions) => _tanstack_react_query17.UseQueryResult<{
1609
+ declare const useGetErc20Balance: (tokenAddress: string, address?: string, options?: UseGetErc20BalanceOptions) => _tanstack_react_query29.UseQueryResult<{
1607
1610
  original: string;
1608
1611
  scaled: string;
1609
1612
  formatted: string;
@@ -1620,7 +1623,7 @@ declare const PRICE_FEED_IDS: {
1620
1623
  type SupportedToken = keyof typeof PRICE_FEED_IDS;
1621
1624
  declare const getTokenUsdPrice: (thor: ThorClient, token: SupportedToken, network: NETWORK_TYPE) => Promise<number>;
1622
1625
  declare const getTokenUsdPriceQueryKey: (token: SupportedToken) => string[];
1623
- declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query17.UseQueryResult<number, Error>;
1626
+ declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query29.UseQueryResult<number, Error>;
1624
1627
  //#endregion
1625
1628
  //#region src/hooks/api/wallet/useOraclePriceChanges24h.d.ts
1626
1629
  type PricePoint = {
@@ -1641,7 +1644,7 @@ type PriceChanges24h = Partial<Record<SupportedToken, number>>;
1641
1644
  * `useTokenPriceHistory24h`, the portfolio chart) all derive from this single
1642
1645
  * query so we never run the same RPC scan twice in a session.
1643
1646
  */
1644
- declare const useOracleHistory24h: () => _tanstack_react_query17.UseQueryResult<OracleHistory24h, Error>;
1647
+ declare const useOracleHistory24h: () => _tanstack_react_query29.UseQueryResult<OracleHistory24h, Error>;
1645
1648
  declare const useOraclePriceChanges24h: () => {
1646
1649
  data: Partial<Record<"B3TR" | "VET" | "VTHO" | "GBP" | "EUR", number>>;
1647
1650
  };
@@ -1659,7 +1662,7 @@ declare const usePortfolioPriceHistory24h: (address?: string) => {
1659
1662
  //#endregion
1660
1663
  //#region src/hooks/api/wallet/useGetVot3Balance.d.ts
1661
1664
  declare const getVot3BalanceQueryKey: (address?: string) => (string | undefined)[];
1662
- declare const useGetVot3Balance: (address?: string) => _tanstack_react_query17.UseQueryResult<{
1665
+ declare const useGetVot3Balance: (address?: string) => _tanstack_react_query29.UseQueryResult<{
1663
1666
  original: string;
1664
1667
  scaled: string;
1665
1668
  formatted: string;
@@ -1678,7 +1681,7 @@ declare const getIsPersonQueryKey: (user: string, networkType: NETWORK_TYPE) =>
1678
1681
  * @param user - The user address.
1679
1682
  * @returns The isPerson status.
1680
1683
  */
1681
- declare const useIsPerson: (user?: string | null) => _tanstack_react_query17.UseQueryResult<boolean, Error>;
1684
+ declare const useIsPerson: (user?: string | null) => _tanstack_react_query29.UseQueryResult<boolean, Error>;
1682
1685
  //#endregion
1683
1686
  //#region src/hooks/api/wallet/useMostVotedAppsInRound.d.ts
1684
1687
  type XApp = {
@@ -1716,7 +1719,7 @@ declare const useRefreshMetadata: (domain: string, address: string) => {
1716
1719
  //#endregion
1717
1720
  //#region src/hooks/api/wallet/useRoundXApps.d.ts
1718
1721
  declare const getRoundXAppsQueryKey: (roundId: string, networkType: NETWORK_TYPE) => unknown[];
1719
- declare const useRoundXApps: (roundId?: string) => _tanstack_react_query17.UseQueryResult<{
1722
+ declare const useRoundXApps: (roundId?: string) => _tanstack_react_query29.UseQueryResult<{
1720
1723
  id: string;
1721
1724
  teamWalletAddress: `0x${string}`;
1722
1725
  name: string;
@@ -1830,7 +1833,7 @@ type XAppMetadata = {
1830
1833
  * @returns The metadata of the xApp see {@link XAppMetadata}
1831
1834
  */
1832
1835
  declare const getXAppMetadata: (uri: string, networkType: NETWORK_TYPE) => Promise<XAppMetadata | undefined>;
1833
- declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query17.UseQueryResult<XAppMetadata | undefined, Error>;
1836
+ declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query29.UseQueryResult<XAppMetadata | undefined, Error>;
1834
1837
  //#endregion
1835
1838
  //#region src/hooks/api/wallet/useXAppShares.d.ts
1836
1839
  /**
@@ -1845,7 +1848,7 @@ declare const getXAppsSharesQueryKey: (roundId?: number | string) => (string | n
1845
1848
  * @returns the shares (% of allocation pool) for the xApps in the round { allocated: number, unallocated: number }
1846
1849
  *
1847
1850
  */
1848
- declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query17.UseQueryResult<{
1851
+ declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query29.UseQueryResult<{
1849
1852
  app: string;
1850
1853
  share: number;
1851
1854
  unallocatedShare: number;
@@ -1867,7 +1870,7 @@ declare const getIpfsMetadataQueryKey: (networkType: NETWORK_TYPE, ipfsUri?: str
1867
1870
  * @param ipfsUri - The IPFS URI
1868
1871
  * @returns The metadata from IPFS
1869
1872
  */
1870
- declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query17.UseQueryResult<_tanstack_react_query17.NoInfer<T$1>, Error>;
1873
+ declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query29.UseQueryResult<_tanstack_react_query29.NoInfer<T$1>, Error>;
1871
1874
  //#endregion
1872
1875
  //#region src/hooks/api/ipfs/useIpfsImage.d.ts
1873
1876
  interface IpfsImage {
@@ -1894,14 +1897,14 @@ declare const getIpfsImageQueryKey: (networkType: NETWORK_TYPE, imageIpfsUri?: n
1894
1897
  * @param imageIpfsUri - The IPFS URI of the NFT media
1895
1898
  * @returns The NFT media
1896
1899
  */
1897
- declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query17.UseQueryResult<IpfsImage, Error>;
1900
+ declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query29.UseQueryResult<IpfsImage, Error>;
1898
1901
  /**
1899
1902
  * Custom hook to fetch a list of IPFS images.
1900
1903
  *
1901
1904
  * @param imageIpfsUriList - An array of IPFS URIs for the images.
1902
1905
  * @returns An array of queries for each IPFS image URI.
1903
1906
  */
1904
- declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query17.UseQueryResult<IpfsImage, Error>[];
1907
+ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query29.UseQueryResult<IpfsImage, Error>[];
1905
1908
  //#endregion
1906
1909
  //#region src/hooks/api/ipfs/useIpfsMetadatas.d.ts
1907
1910
  /**
@@ -1909,7 +1912,7 @@ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_
1909
1912
  * @param ipfsUris - The IPFS URIs
1910
1913
  * @returns The metadata from IPFS for each URI
1911
1914
  */
1912
- declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query17.UseQueryResult<T$1, Error>[];
1915
+ declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query29.UseQueryResult<T$1, Error>[];
1913
1916
  //#endregion
1914
1917
  //#region src/hooks/api/ipfs/useUploadImages.d.ts
1915
1918
  declare const imageCompressionOptions: Options;
@@ -2168,7 +2171,7 @@ declare const useTransferHistory: (address?: string, {
2168
2171
  isFetching: boolean;
2169
2172
  isFetchingNextPage: boolean;
2170
2173
  hasNextPage: boolean;
2171
- fetchNextPage: (options?: _tanstack_react_query17.FetchNextPageOptions) => Promise<_tanstack_react_query17.InfiniteQueryObserverResult<_tanstack_react_query17.InfiniteData<{
2174
+ fetchNextPage: (options?: _tanstack_react_query29.FetchNextPageOptions) => Promise<_tanstack_react_query29.InfiniteQueryObserverResult<_tanstack_react_query29.InfiniteData<{
2172
2175
  items: TransferHistoryItem[];
2173
2176
  hasNext: boolean;
2174
2177
  }, unknown>, Error>>;
@@ -2288,7 +2291,7 @@ declare const ConnectModalProvider: ({
2288
2291
  children
2289
2292
  }: {
2290
2293
  children: ReactNode;
2291
- }) => react_jsx_runtime0.JSX.Element;
2294
+ }) => react_jsx_runtime3.JSX.Element;
2292
2295
  //#endregion
2293
2296
  //#region src/hooks/modals/useAccountModal.d.ts
2294
2297
  declare const useAccountModal: () => {
@@ -2300,7 +2303,7 @@ declare const AccountModalProvider: ({
2300
2303
  children
2301
2304
  }: {
2302
2305
  children: ReactNode;
2303
- }) => react_jsx_runtime0.JSX.Element;
2306
+ }) => react_jsx_runtime3.JSX.Element;
2304
2307
  //#endregion
2305
2308
  //#region src/hooks/modals/useTransactionModal.d.ts
2306
2309
  declare const useTransactionModal: () => {
@@ -2312,7 +2315,7 @@ declare const TransactionModalProvider: ({
2312
2315
  children
2313
2316
  }: {
2314
2317
  children: ReactNode;
2315
- }) => react_jsx_runtime0.JSX.Element;
2318
+ }) => react_jsx_runtime3.JSX.Element;
2316
2319
  //#endregion
2317
2320
  //#region src/hooks/modals/useTransactionToast.d.ts
2318
2321
  declare const useTransactionToast: () => {
@@ -2324,7 +2327,7 @@ declare const TransactionToastProvider: ({
2324
2327
  children
2325
2328
  }: {
2326
2329
  children: ReactNode;
2327
- }) => react_jsx_runtime0.JSX.Element;
2330
+ }) => react_jsx_runtime3.JSX.Element;
2328
2331
  //#endregion
2329
2332
  //#region src/hooks/modals/useWalletModal.d.ts
2330
2333
  declare const useWalletModal: () => {
@@ -2336,7 +2339,7 @@ declare const WalletModalProvider: ({
2336
2339
  children
2337
2340
  }: {
2338
2341
  children: ReactNode;
2339
- }) => react_jsx_runtime0.JSX.Element;
2342
+ }) => react_jsx_runtime3.JSX.Element;
2340
2343
  //#endregion
2341
2344
  //#region src/hooks/modals/useChooseNameModal.d.ts
2342
2345
  declare const useChooseNameModal: () => {
@@ -2348,7 +2351,7 @@ declare const ChooseNameModalProvider: ({
2348
2351
  children
2349
2352
  }: {
2350
2353
  children: ReactNode;
2351
- }) => react_jsx_runtime0.JSX.Element;
2354
+ }) => react_jsx_runtime3.JSX.Element;
2352
2355
  //#endregion
2353
2356
  //#region src/hooks/modals/useSendTokenModal.d.ts
2354
2357
  declare const useSendTokenModal: () => {
@@ -2360,7 +2363,7 @@ declare const SendTokenModalProvider: ({
2360
2363
  children
2361
2364
  }: {
2362
2365
  children: ReactNode;
2363
- }) => react_jsx_runtime0.JSX.Element;
2366
+ }) => react_jsx_runtime3.JSX.Element;
2364
2367
  //#endregion
2365
2368
  //#region src/hooks/modals/useSwapTokenModal.d.ts
2366
2369
  type SwapTokenModalOptions = {
@@ -2377,7 +2380,7 @@ declare const SwapTokenModalProvider: ({
2377
2380
  children
2378
2381
  }: {
2379
2382
  children: ReactNode;
2380
- }) => react_jsx_runtime0.JSX.Element;
2383
+ }) => react_jsx_runtime3.JSX.Element;
2381
2384
  //#endregion
2382
2385
  //#region src/hooks/modals/useExploreEcosystemModal.d.ts
2383
2386
  declare const useExploreEcosystemModal: () => {
@@ -2389,7 +2392,7 @@ declare const ExploreEcosystemModalProvider: ({
2389
2392
  children
2390
2393
  }: {
2391
2394
  children: ReactNode;
2392
- }) => react_jsx_runtime0.JSX.Element;
2395
+ }) => react_jsx_runtime3.JSX.Element;
2393
2396
  //#endregion
2394
2397
  //#region src/hooks/modals/useNotificationsModal.d.ts
2395
2398
  declare const useNotificationsModal: () => {
@@ -2401,7 +2404,7 @@ declare const NotificationsModalProvider: ({
2401
2404
  children
2402
2405
  }: {
2403
2406
  children: ReactNode;
2404
- }) => react_jsx_runtime0.JSX.Element;
2407
+ }) => react_jsx_runtime3.JSX.Element;
2405
2408
  //#endregion
2406
2409
  //#region src/hooks/modals/useFAQModal.d.ts
2407
2410
  declare const useFAQModal: () => {
@@ -2413,7 +2416,7 @@ declare const FAQModalProvider: ({
2413
2416
  children
2414
2417
  }: {
2415
2418
  children: ReactNode;
2416
- }) => react_jsx_runtime0.JSX.Element;
2419
+ }) => react_jsx_runtime3.JSX.Element;
2417
2420
  //#endregion
2418
2421
  //#region src/hooks/modals/useAccountCustomizationModal.d.ts
2419
2422
  declare const useAccountCustomizationModal: () => {
@@ -2425,7 +2428,7 @@ declare const AccountCustomizationModalProvider: ({
2425
2428
  children
2426
2429
  }: {
2427
2430
  children: ReactNode;
2428
- }) => react_jsx_runtime0.JSX.Element;
2431
+ }) => react_jsx_runtime3.JSX.Element;
2429
2432
  //#endregion
2430
2433
  //#region src/hooks/modals/useReceiveModal.d.ts
2431
2434
  declare const useReceiveModal: () => {
@@ -2437,7 +2440,7 @@ declare const ReceiveModalProvider: ({
2437
2440
  children
2438
2441
  }: {
2439
2442
  children: ReactNode;
2440
- }) => react_jsx_runtime0.JSX.Element;
2443
+ }) => react_jsx_runtime3.JSX.Element;
2441
2444
  //#endregion
2442
2445
  //#region src/hooks/modals/useLoginModalContent.d.ts
2443
2446
  type LoginModalContentConfig = {
@@ -2467,7 +2470,7 @@ declare const UpgradeSmartAccountModalProvider: ({
2467
2470
  children
2468
2471
  }: {
2469
2472
  children: ReactNode;
2470
- }) => react_jsx_runtime0.JSX.Element;
2473
+ }) => react_jsx_runtime3.JSX.Element;
2471
2474
  //#endregion
2472
2475
  //#region src/hooks/modals/useProfileModal.d.ts
2473
2476
  declare const useProfileModal: () => {
@@ -2479,7 +2482,7 @@ declare const ProfileModalProvider: ({
2479
2482
  children
2480
2483
  }: {
2481
2484
  children: ReactNode;
2482
- }) => react_jsx_runtime0.JSX.Element;
2485
+ }) => react_jsx_runtime3.JSX.Element;
2483
2486
  //#endregion
2484
2487
  //#region src/hooks/modals/useAccountModalOptions.d.ts
2485
2488
  declare const useAccountModalOptions: () => {
@@ -2497,7 +2500,7 @@ declare const SettingsModalProvider: ({
2497
2500
  children
2498
2501
  }: {
2499
2502
  children: ReactNode;
2500
- }) => react_jsx_runtime0.JSX.Element;
2503
+ }) => react_jsx_runtime3.JSX.Element;
2501
2504
  //#endregion
2502
2505
  //#region src/hooks/notifications/types.d.ts
2503
2506
  type NotificationAction = {
@@ -2643,7 +2646,7 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
2643
2646
  * );
2644
2647
  * ```
2645
2648
  */
2646
- declare const useAppHubApps: () => _tanstack_react_query17.UseQueryResult<AppHubApp[], Error>;
2649
+ declare const useAppHubApps: () => _tanstack_react_query29.UseQueryResult<AppHubApp[], Error>;
2647
2650
  //#endregion
2648
2651
  //#region src/utils/constants.d.ts
2649
2652
  /** Tokens that cannot be swapped or transferred (e.g. governance voting tokens) */
@@ -2998,7 +3001,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
2998
3001
  method: TMethod;
2999
3002
  args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
3000
3003
  queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
3001
- }) => _tanstack_react_query17.UseQueryResult<_tanstack_react_query17.NoInfer<TData>, unknown>;
3004
+ }) => _tanstack_react_query29.UseQueryResult<_tanstack_react_query29.NoInfer<TData>, unknown>;
3002
3005
  declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
3003
3006
  thor,
3004
3007
  calls,
@@ -3009,7 +3012,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
3009
3012
  calls: MultipleClausesCallParameters<contracts, allowFailure>;
3010
3013
  queryKey: string[];
3011
3014
  enabled?: boolean;
3012
- }) => _tanstack_react_query17.UseQueryResult<_tanstack_react_query17.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
3015
+ }) => _tanstack_react_query29.UseQueryResult<_tanstack_react_query29.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
3013
3016
  //#endregion
3014
3017
  //#region src/hooks/utils/useCurrency.d.ts
3015
3018
  /**
@@ -3133,7 +3136,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
3133
3136
  filterParams,
3134
3137
  mapResponse,
3135
3138
  nodeUrl
3136
- }: UseEventsParams<T$1, K, R>) => _tanstack_react_query17.UseQueryResult<R[], Error>;
3139
+ }: UseEventsParams<T$1, K, R>) => _tanstack_react_query29.UseQueryResult<R[], Error>;
3137
3140
  //#endregion
3138
3141
  //#region src/hooks/utils/useBuildClauses.d.ts
3139
3142
  interface BuildClausesParams {
@@ -3285,7 +3288,7 @@ declare const useGenericDelegatorFeeEstimation: ({
3285
3288
  tokens,
3286
3289
  sendingAmount,
3287
3290
  sendingTokenSymbol
3288
- }: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query17.UseQueryResult<EstimationResponse & {
3291
+ }: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query29.UseQueryResult<EstimationResponse & {
3289
3292
  usedToken: string;
3290
3293
  }, Error>;
3291
3294
  //#endregion
@@ -3299,7 +3302,7 @@ declare const useEstimateAllTokens: ({
3299
3302
  clauses,
3300
3303
  tokens,
3301
3304
  enabled
3302
- }: UseEstimateAllTokensParams) => _tanstack_react_query17.UseQueryResult<Record<GasTokenType, {
3305
+ }: UseEstimateAllTokensParams) => _tanstack_react_query29.UseQueryResult<Record<GasTokenType, {
3303
3306
  cost: number;
3304
3307
  loading: boolean;
3305
3308
  error?: string;
@@ -3316,7 +3319,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
3316
3319
  * @param address The address of the account to get the balance for
3317
3320
  * @returns The account balance
3318
3321
  */
3319
- declare const useAccountBalance: (address?: string) => _tanstack_react_query17.UseQueryResult<{
3322
+ declare const useAccountBalance: (address?: string) => _tanstack_react_query29.UseQueryResult<{
3320
3323
  balance: string;
3321
3324
  energy: string;
3322
3325
  }, Error>;
@@ -3329,7 +3332,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
3329
3332
  * @param version - The version of the smart account implementation
3330
3333
  * @returns The address of the smart account implementation
3331
3334
  */
3332
- declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query17.UseQueryResult<string, Error>;
3335
+ declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query29.UseQueryResult<string, Error>;
3333
3336
  //#endregion
3334
3337
  //#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
3335
3338
  declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
@@ -3338,7 +3341,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
3338
3341
  * Get the current account implementation version used by the smart account factory
3339
3342
  * @returns The current account implementation version
3340
3343
  */
3341
- declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query17.UseQueryResult<number, Error>;
3344
+ declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query29.UseQueryResult<number, Error>;
3342
3345
  //#endregion
3343
3346
  //#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
3344
3347
  declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
@@ -3348,7 +3351,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
3348
3351
  * @param ownerAddress - The address of the owner of the smart account
3349
3352
  * @returns The address of the smart account
3350
3353
  */
3351
- declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query17.UseQueryResult<string, Error>;
3354
+ declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query29.UseQueryResult<string, Error>;
3352
3355
  //#endregion
3353
3356
  //#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
3354
3357
  declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => unknown[];
@@ -3358,7 +3361,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
3358
3361
  * @param ownerAddress - The address of the owner of the smart account
3359
3362
  * @returns The version of the smart account
3360
3363
  */
3361
- declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query17.UseQueryResult<{
3364
+ declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query29.UseQueryResult<{
3362
3365
  version: number;
3363
3366
  isDeployed: boolean;
3364
3367
  }, unknown>;
@@ -3371,7 +3374,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
3371
3374
  * @param ownerAddress - The address of the owner of the smart account
3372
3375
  * @returns True if the smart account has a v1 smart account, false otherwise
3373
3376
  */
3374
- declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query17.UseQueryResult<boolean, Error>;
3377
+ declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query29.UseQueryResult<boolean, Error>;
3375
3378
  //#endregion
3376
3379
  //#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
3377
3380
  declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
@@ -3380,7 +3383,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
3380
3383
  * Check if a smart account is deployed
3381
3384
  * @returns True if the smart account is deployed, false otherwise
3382
3385
  */
3383
- declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query17.UseQueryResult<boolean, Error>;
3386
+ declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query29.UseQueryResult<boolean, Error>;
3384
3387
  //#endregion
3385
3388
  //#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
3386
3389
  /**
@@ -3413,7 +3416,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
3413
3416
  isDeployed: boolean;
3414
3417
  }>;
3415
3418
  declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
3416
- declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query17.UseQueryResult<{
3419
+ declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query29.UseQueryResult<{
3417
3420
  address: undefined;
3418
3421
  isDeployed?: undefined;
3419
3422
  } | {
@@ -3431,7 +3434,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
3431
3434
  * @param targetVersion - The version of the smart account to check for
3432
3435
  * @returns True if the smart account needs an upgrade, false otherwise
3433
3436
  */
3434
- declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query17.UseQueryResult<boolean, Error>;
3437
+ declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query29.UseQueryResult<boolean, Error>;
3435
3438
  //#endregion
3436
3439
  //#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
3437
3440
  declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
@@ -3442,7 +3445,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
3442
3445
  * @param targetVersion - The target version of the smart account
3443
3446
  * @returns True if the smart account needs an upgrade, false otherwise
3444
3447
  */
3445
- declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query17.UseQueryResult<boolean, Error>;
3448
+ declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query29.UseQueryResult<boolean, Error>;
3446
3449
  //#endregion
3447
3450
  //#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
3448
3451
  type UseUpgradeSmartAccountVersionProps = {
@@ -3467,7 +3470,7 @@ declare const currentBlockQueryKey: () => string[];
3467
3470
  * Fetches the current block from the blockchain. The block is refetched every 10 seconds.
3468
3471
  * @returns the current block
3469
3472
  */
3470
- declare const useCurrentBlock: () => _tanstack_react_query17.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
3473
+ declare const useCurrentBlock: () => _tanstack_react_query29.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
3471
3474
  //#endregion
3472
3475
  //#region src/hooks/thor/blocks/useGetChainId.d.ts
3473
3476
  declare const getChainId: (thor: ThorClient) => Promise<string>;
@@ -3476,7 +3479,7 @@ declare const getChainIdQueryKey: () => string[];
3476
3479
  * Get the chain id
3477
3480
  * @returns The chain id
3478
3481
  */
3479
- declare const useGetChainId: () => _tanstack_react_query17.UseQueryResult<string, Error>;
3482
+ declare const useGetChainId: () => _tanstack_react_query29.UseQueryResult<string, Error>;
3480
3483
  //#endregion
3481
3484
  //#region src/hooks/thor/logs/logUtils.d.ts
3482
3485
  /**
@@ -3731,7 +3734,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
3731
3734
  * @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
3732
3735
  * @returns Query result containing the transaction receipt
3733
3736
  */
3734
- declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query17.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
3737
+ declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query29.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
3735
3738
  //#endregion
3736
3739
  //#region src/hooks/thor/transactions/useGasEstimate.d.ts
3737
3740
  declare const useGasEstimate: (thor: ThorClient, clauses: TransactionClause[], caller: string, options?: {
@@ -3769,7 +3772,7 @@ declare const SendTokenContent: ({
3769
3772
  initialAmount,
3770
3773
  initialToAddressOrDomain,
3771
3774
  onBack: parentOnBack
3772
- }: SendTokenContentProps) => react_jsx_runtime0.JSX.Element;
3775
+ }: SendTokenContentProps) => react_jsx_runtime3.JSX.Element;
3773
3776
  //#endregion
3774
3777
  //#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
3775
3778
  type SendTokenSummaryContentProps = {
@@ -3789,7 +3792,7 @@ declare const SendTokenSummaryContent: ({
3789
3792
  amount,
3790
3793
  selectedToken,
3791
3794
  formattedTotalAmount
3792
- }: SendTokenSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3795
+ }: SendTokenSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3793
3796
  //#endregion
3794
3797
  //#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
3795
3798
  type Props$20 = {
@@ -3810,7 +3813,7 @@ declare const SelectTokenContent: ({
3810
3813
  onBack,
3811
3814
  showAllTokens,
3812
3815
  excludedTokenSymbols
3813
- }: Props$20) => react_jsx_runtime0.JSX.Element;
3816
+ }: Props$20) => react_jsx_runtime3.JSX.Element;
3814
3817
  //#endregion
3815
3818
  //#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
3816
3819
  type ReceiveTokenContentProps = {
@@ -3820,7 +3823,7 @@ type ReceiveTokenContentProps = {
3820
3823
  declare const ReceiveTokenContent: ({
3821
3824
  setCurrentContent,
3822
3825
  onBack
3823
- }: ReceiveTokenContentProps) => react_jsx_runtime0.JSX.Element;
3826
+ }: ReceiveTokenContentProps) => react_jsx_runtime3.JSX.Element;
3824
3827
  //#endregion
3825
3828
  //#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
3826
3829
  type SwapTokenContentProps = {
@@ -3834,7 +3837,7 @@ declare const SwapTokenContent: ({
3834
3837
  fromTokenAddress,
3835
3838
  toTokenAddress,
3836
3839
  onBack
3837
- }: SwapTokenContentProps) => react_jsx_runtime0.JSX.Element;
3840
+ }: SwapTokenContentProps) => react_jsx_runtime3.JSX.Element;
3838
3841
  //#endregion
3839
3842
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
3840
3843
  type ChooseNameContentProps = {
@@ -3846,7 +3849,7 @@ declare const ChooseNameContent: ({
3846
3849
  setCurrentContent,
3847
3850
  onBack,
3848
3851
  initialContentSource
3849
- }: ChooseNameContentProps) => react_jsx_runtime0.JSX.Element;
3852
+ }: ChooseNameContentProps) => react_jsx_runtime3.JSX.Element;
3850
3853
  //#endregion
3851
3854
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
3852
3855
  type ChooseNameSearchContentProps = {
@@ -3858,7 +3861,7 @@ declare const ChooseNameSearchContent: ({
3858
3861
  name: initialName,
3859
3862
  setCurrentContent,
3860
3863
  initialContentSource
3861
- }: ChooseNameSearchContentProps) => react_jsx_runtime0.JSX.Element;
3864
+ }: ChooseNameSearchContentProps) => react_jsx_runtime3.JSX.Element;
3862
3865
  //#endregion
3863
3866
  //#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
3864
3867
  type ChooseNameSummaryContentProps = {
@@ -3876,7 +3879,7 @@ declare const ChooseNameSummaryContent: ({
3876
3879
  isOwnDomain,
3877
3880
  isUnsetting,
3878
3881
  initialContentSource
3879
- }: ChooseNameSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3882
+ }: ChooseNameSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3880
3883
  //#endregion
3881
3884
  //#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
3882
3885
  type FAQContentProps = {
@@ -3886,7 +3889,7 @@ type FAQContentProps = {
3886
3889
  declare const FAQContent: ({
3887
3890
  onGoBack,
3888
3891
  showLanguageSelector
3889
- }: FAQContentProps) => react_jsx_runtime0.JSX.Element;
3892
+ }: FAQContentProps) => react_jsx_runtime3.JSX.Element;
3890
3893
  //#endregion
3891
3894
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
3892
3895
  type AccountCustomizationContentProps = {
@@ -3896,7 +3899,7 @@ type AccountCustomizationContentProps = {
3896
3899
  declare const CustomizationContent: ({
3897
3900
  setCurrentContent,
3898
3901
  initialContentSource
3899
- }: AccountCustomizationContentProps) => react_jsx_runtime0.JSX.Element;
3902
+ }: AccountCustomizationContentProps) => react_jsx_runtime3.JSX.Element;
3900
3903
  //#endregion
3901
3904
  //#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
3902
3905
  type CustomizationSummaryContentProps = {
@@ -3915,7 +3918,7 @@ declare const CustomizationSummaryContent: ({
3915
3918
  setCurrentContent,
3916
3919
  changes,
3917
3920
  onDoneRedirectContent
3918
- }: CustomizationSummaryContentProps) => react_jsx_runtime0.JSX.Element;
3921
+ }: CustomizationSummaryContentProps) => react_jsx_runtime3.JSX.Element;
3919
3922
  //#endregion
3920
3923
  //#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
3921
3924
  type ProfileContentProps = {
@@ -3929,7 +3932,7 @@ declare const ProfileContent: ({
3929
3932
  setCurrentContent,
3930
3933
  onLogoutSuccess,
3931
3934
  switchFeedback
3932
- }: ProfileContentProps) => react_jsx_runtime0.JSX.Element;
3935
+ }: ProfileContentProps) => react_jsx_runtime3.JSX.Element;
3933
3936
  //#endregion
3934
3937
  //#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
3935
3938
  type UpgradeSmartAccountContentProps = {
@@ -3941,7 +3944,7 @@ declare const UpgradeSmartAccountContent: ({
3941
3944
  setCurrentContent,
3942
3945
  handleClose,
3943
3946
  initialContent
3944
- }: UpgradeSmartAccountContentProps) => react_jsx_runtime0.JSX.Element;
3947
+ }: UpgradeSmartAccountContentProps) => react_jsx_runtime3.JSX.Element;
3945
3948
  //#endregion
3946
3949
  //#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
3947
3950
  type AssetsContentProps = {
@@ -3949,7 +3952,7 @@ type AssetsContentProps = {
3949
3952
  };
3950
3953
  declare const AssetsContent: ({
3951
3954
  setCurrentContent
3952
- }: AssetsContentProps) => react_jsx_runtime0.JSX.Element;
3955
+ }: AssetsContentProps) => react_jsx_runtime3.JSX.Element;
3953
3956
  //#endregion
3954
3957
  //#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
3955
3958
  type ManageCustomTokenContentProps = {
@@ -3957,7 +3960,7 @@ type ManageCustomTokenContentProps = {
3957
3960
  };
3958
3961
  declare const ManageCustomTokenContent: ({
3959
3962
  setCurrentContent
3960
- }: ManageCustomTokenContentProps) => react_jsx_runtime0.JSX.Element;
3963
+ }: ManageCustomTokenContentProps) => react_jsx_runtime3.JSX.Element;
3961
3964
  //#endregion
3962
3965
  //#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
3963
3966
  type Props$19 = {
@@ -3965,7 +3968,7 @@ type Props$19 = {
3965
3968
  };
3966
3969
  declare const BridgeContent: ({
3967
3970
  setCurrentContent
3968
- }: Props$19) => react_jsx_runtime0.JSX.Element;
3971
+ }: Props$19) => react_jsx_runtime3.JSX.Element;
3969
3972
  //#endregion
3970
3973
  //#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
3971
3974
  type ChangeCurrencyContentProps = {
@@ -3973,7 +3976,7 @@ type ChangeCurrencyContentProps = {
3973
3976
  };
3974
3977
  declare const ChangeCurrencyContent: ({
3975
3978
  setCurrentContent
3976
- }: ChangeCurrencyContentProps) => react_jsx_runtime0.JSX.Element;
3979
+ }: ChangeCurrencyContentProps) => react_jsx_runtime3.JSX.Element;
3977
3980
  //#endregion
3978
3981
  //#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
3979
3982
  type Props$18 = {
@@ -3981,7 +3984,7 @@ type Props$18 = {
3981
3984
  };
3982
3985
  declare const LanguageSettingsContent: ({
3983
3986
  setCurrentContent
3984
- }: Props$18) => react_jsx_runtime0.JSX.Element;
3987
+ }: Props$18) => react_jsx_runtime3.JSX.Element;
3985
3988
  //#endregion
3986
3989
  //#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
3987
3990
  type Props$17 = {
@@ -3989,7 +3992,7 @@ type Props$17 = {
3989
3992
  };
3990
3993
  declare const GasTokenSettingsContent: ({
3991
3994
  setCurrentContent
3992
- }: Props$17) => react_jsx_runtime0.JSX.Element;
3995
+ }: Props$17) => react_jsx_runtime3.JSX.Element;
3993
3996
  //#endregion
3994
3997
  //#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
3995
3998
  type SettingsContentProps = {
@@ -3999,7 +4002,7 @@ type SettingsContentProps = {
3999
4002
  declare const SettingsContent: ({
4000
4003
  setCurrentContent,
4001
4004
  onLogoutSuccess
4002
- }: SettingsContentProps) => react_jsx_runtime0.JSX.Element;
4005
+ }: SettingsContentProps) => react_jsx_runtime3.JSX.Element;
4003
4006
  //#endregion
4004
4007
  //#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
4005
4008
  type TermsAndPrivacyContentProps = {
@@ -4007,7 +4010,7 @@ type TermsAndPrivacyContentProps = {
4007
4010
  };
4008
4011
  declare const TermsAndPrivacyContent: ({
4009
4012
  onGoBack
4010
- }: TermsAndPrivacyContentProps) => react_jsx_runtime0.JSX.Element;
4013
+ }: TermsAndPrivacyContentProps) => react_jsx_runtime3.JSX.Element;
4011
4014
  //#endregion
4012
4015
  //#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
4013
4016
  type DisconnectConfirmContentProps = {
@@ -4023,7 +4026,7 @@ declare const DisconnectConfirmContent: ({
4023
4026
  onClose,
4024
4027
  showCloseButton,
4025
4028
  text
4026
- }: DisconnectConfirmContentProps) => react_jsx_runtime0.JSX.Element;
4029
+ }: DisconnectConfirmContentProps) => react_jsx_runtime3.JSX.Element;
4027
4030
  //#endregion
4028
4031
  //#region src/components/AccountModal/Contents/SelectWallet/SelectWalletContent.d.ts
4029
4032
  type Props$16 = {
@@ -4036,7 +4039,7 @@ declare const SelectWalletContent: ({
4036
4039
  setCurrentContent,
4037
4040
  returnTo,
4038
4041
  onLogoutSuccess: _onLogoutSuccess
4039
- }: Props$16) => react_jsx_runtime0.JSX.Element;
4042
+ }: Props$16) => react_jsx_runtime3.JSX.Element;
4040
4043
  //#endregion
4041
4044
  //#region src/components/AccountModal/Contents/SelectWallet/RemoveWalletConfirmContent.d.ts
4042
4045
  type RemoveWalletConfirmContentProps = {
@@ -4052,7 +4055,7 @@ declare const RemoveWalletConfirmContent: ({
4052
4055
  onConfirm,
4053
4056
  onBack,
4054
4057
  onClose
4055
- }: RemoveWalletConfirmContentProps) => react_jsx_runtime0.JSX.Element;
4058
+ }: RemoveWalletConfirmContentProps) => react_jsx_runtime3.JSX.Element;
4056
4059
  //#endregion
4057
4060
  //#region src/components/AccountModal/Contents/TokenDetail/TokenDetailContent.d.ts
4058
4061
  type TokenDetailContentProps = {
@@ -4062,7 +4065,7 @@ type TokenDetailContentProps = {
4062
4065
  declare const TokenDetailContent: ({
4063
4066
  setCurrentContent,
4064
4067
  token
4065
- }: TokenDetailContentProps) => react_jsx_runtime0.JSX.Element;
4068
+ }: TokenDetailContentProps) => react_jsx_runtime3.JSX.Element;
4066
4069
  //#endregion
4067
4070
  //#region src/components/AccountModal/Contents/TransactionHistory/TransactionHistoryContent.d.ts
4068
4071
  type TransactionHistoryContentProps = {
@@ -4077,7 +4080,7 @@ declare const TransactionHistoryContent: ({
4077
4080
  setCurrentContent,
4078
4081
  tokenFilter,
4079
4082
  onBack
4080
- }: TransactionHistoryContentProps) => react_jsx_runtime0.JSX.Element;
4083
+ }: TransactionHistoryContentProps) => react_jsx_runtime3.JSX.Element;
4081
4084
  //#endregion
4082
4085
  //#region src/components/AccountModal/Contents/TransactionHistory/TransactionDetailContent.d.ts
4083
4086
  type TransactionDetailContentProps = {
@@ -4089,7 +4092,7 @@ declare const TransactionDetailContent: ({
4089
4092
  setCurrentContent,
4090
4093
  item,
4091
4094
  onBack
4092
- }: TransactionDetailContentProps) => react_jsx_runtime0.JSX.Element;
4095
+ }: TransactionDetailContentProps) => react_jsx_runtime3.JSX.Element;
4093
4096
  //#endregion
4094
4097
  //#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
4095
4098
  type CategoryFilter = string | null;
@@ -4230,7 +4233,7 @@ declare const AccountModal: ({
4230
4233
  isOpen,
4231
4234
  onClose,
4232
4235
  initialContent
4233
- }: Props$15) => react_jsx_runtime0.JSX.Element;
4236
+ }: Props$15) => react_jsx_runtime3.JSX.Element;
4234
4237
  //#endregion
4235
4238
  //#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
4236
4239
  interface AccountDetailsButtonProps {
@@ -4252,7 +4255,7 @@ declare const AccountDetailsButton: ({
4252
4255
  onClick,
4253
4256
  leftImage,
4254
4257
  isActive
4255
- }: AccountDetailsButtonProps) => react_jsx_runtime0.JSX.Element;
4258
+ }: AccountDetailsButtonProps) => react_jsx_runtime3.JSX.Element;
4256
4259
  //#endregion
4257
4260
  //#region src/components/AccountModal/Components/ActionButton.d.ts
4258
4261
  type ActionButtonProps = {
@@ -4294,7 +4297,7 @@ declare const ActionButton: ({
4294
4297
  extraContent,
4295
4298
  dataTestId,
4296
4299
  variant
4297
- }: ActionButtonProps) => react_jsx_runtime0.JSX.Element;
4300
+ }: ActionButtonProps) => react_jsx_runtime3.JSX.Element;
4298
4301
  //#endregion
4299
4302
  //#region src/components/AccountModal/Components/AccountSelector.d.ts
4300
4303
  type Props$14 = {
@@ -4314,7 +4317,7 @@ declare const AccountSelector: ({
4314
4317
  onClose,
4315
4318
  mt,
4316
4319
  style
4317
- }: Props$14) => react_jsx_runtime0.JSX.Element;
4320
+ }: Props$14) => react_jsx_runtime3.JSX.Element;
4318
4321
  //#endregion
4319
4322
  //#region src/components/AccountModal/Components/BalanceSection.d.ts
4320
4323
  declare const BalanceSection: ({
@@ -4325,7 +4328,7 @@ declare const BalanceSection: ({
4325
4328
  mb?: number;
4326
4329
  mt?: number;
4327
4330
  onAssetsClick?: () => void;
4328
- }) => react_jsx_runtime0.JSX.Element;
4331
+ }) => react_jsx_runtime3.JSX.Element;
4329
4332
  //#endregion
4330
4333
  //#region src/components/AccountModal/Components/QuickActionsSection.d.ts
4331
4334
  type Props$13 = {
@@ -4335,7 +4338,7 @@ type Props$13 = {
4335
4338
  declare const QuickActionsSection: ({
4336
4339
  mt,
4337
4340
  setCurrentContent
4338
- }: Props$13) => react_jsx_runtime0.JSX.Element | null;
4341
+ }: Props$13) => react_jsx_runtime3.JSX.Element | null;
4339
4342
  //#endregion
4340
4343
  //#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
4341
4344
  type FeatureAnnouncementCardProps = {
@@ -4343,16 +4346,16 @@ type FeatureAnnouncementCardProps = {
4343
4346
  };
4344
4347
  declare const FeatureAnnouncementCard: ({
4345
4348
  setCurrentContent
4346
- }: FeatureAnnouncementCardProps) => react_jsx_runtime0.JSX.Element;
4349
+ }: FeatureAnnouncementCardProps) => react_jsx_runtime3.JSX.Element;
4347
4350
  //#endregion
4348
4351
  //#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
4349
- declare const ExchangeWarningAlert: () => react_jsx_runtime0.JSX.Element;
4352
+ declare const ExchangeWarningAlert: () => react_jsx_runtime3.JSX.Element;
4350
4353
  //#endregion
4351
4354
  //#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
4352
- declare const DomainRequiredAlert: () => react_jsx_runtime0.JSX.Element;
4355
+ declare const DomainRequiredAlert: () => react_jsx_runtime3.JSX.Element;
4353
4356
  //#endregion
4354
4357
  //#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
4355
- declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime0.JSX.Element;
4358
+ declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime3.JSX.Element;
4356
4359
  //#endregion
4357
4360
  //#region src/components/common/ModalBackButton.d.ts
4358
4361
  type BackButtonProps = {
@@ -4361,7 +4364,7 @@ type BackButtonProps = {
4361
4364
  declare const ModalBackButton: ({
4362
4365
  onClick,
4363
4366
  ...props
4364
- }: BackButtonProps) => react_jsx_runtime0.JSX.Element;
4367
+ }: BackButtonProps) => react_jsx_runtime3.JSX.Element;
4365
4368
  //#endregion
4366
4369
  //#region src/components/common/AddressDisplay.d.ts
4367
4370
  type Props$12 = {
@@ -4379,13 +4382,13 @@ declare const AddressDisplay: ({
4379
4382
  showHumanAddress,
4380
4383
  setCurrentContent,
4381
4384
  onLogout
4382
- }: Props$12) => react_jsx_runtime0.JSX.Element;
4385
+ }: Props$12) => react_jsx_runtime3.JSX.Element;
4383
4386
  //#endregion
4384
4387
  //#region src/components/common/VersionFooter.d.ts
4385
4388
  type Props$11 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
4386
4389
  declare const VersionFooter: ({
4387
4390
  ...props
4388
- }: Props$11) => react_jsx_runtime0.JSX.Element;
4391
+ }: Props$11) => react_jsx_runtime3.JSX.Element;
4389
4392
  //#endregion
4390
4393
  //#region src/components/common/StickyHeaderContainer.d.ts
4391
4394
  type Props$10 = {
@@ -4396,7 +4399,7 @@ declare const useStickyHeaderContext: () => {
4396
4399
  };
4397
4400
  declare const StickyHeaderContainer: ({
4398
4401
  children
4399
- }: Props$10) => react_jsx_runtime0.JSX.Element;
4402
+ }: Props$10) => react_jsx_runtime3.JSX.Element;
4400
4403
  //#endregion
4401
4404
  //#region src/components/common/StickyFooterContainer.d.ts
4402
4405
  type Props$9 = {
@@ -4404,7 +4407,7 @@ type Props$9 = {
4404
4407
  };
4405
4408
  declare const StickyFooterContainer: ({
4406
4409
  children
4407
- }: Props$9) => react_jsx_runtime0.JSX.Element;
4410
+ }: Props$9) => react_jsx_runtime3.JSX.Element;
4408
4411
  //#endregion
4409
4412
  //#region src/components/common/BaseModal.d.ts
4410
4413
  type BaseModalProps = {
@@ -4453,7 +4456,7 @@ declare const BaseModal: ({
4453
4456
  mobileMaxHeight,
4454
4457
  desktopMinHeight,
4455
4458
  desktopMaxHeight
4456
- }: BaseModalProps) => react_jsx_runtime0.JSX.Element;
4459
+ }: BaseModalProps) => react_jsx_runtime3.JSX.Element;
4457
4460
  //#endregion
4458
4461
  //#region src/components/common/AssetButton.d.ts
4459
4462
  type AssetButtonProps = ButtonProps & {
@@ -4474,7 +4477,7 @@ declare const AssetButton: ({
4474
4477
  onClick,
4475
4478
  priceChange24hPct,
4476
4479
  ...buttonProps
4477
- }: AssetButtonProps) => react_jsx_runtime0.JSX.Element;
4480
+ }: AssetButtonProps) => react_jsx_runtime3.JSX.Element;
4478
4481
  //#endregion
4479
4482
  //#region src/components/common/AddressDisplayCard.d.ts
4480
4483
  type AddressDisplayCardProps = {
@@ -4494,7 +4497,7 @@ declare const AddressDisplayCard: ({
4494
4497
  hideAddress,
4495
4498
  balance,
4496
4499
  tokenAddress
4497
- }: AddressDisplayCardProps) => react_jsx_runtime0.JSX.Element;
4500
+ }: AddressDisplayCardProps) => react_jsx_runtime3.JSX.Element;
4498
4501
  //#endregion
4499
4502
  //#region src/components/common/ModalFAQButton.d.ts
4500
4503
  type FAQButtonProps = {
@@ -4503,13 +4506,13 @@ type FAQButtonProps = {
4503
4506
  declare const ModalFAQButton: ({
4504
4507
  onClick,
4505
4508
  ...props
4506
- }: FAQButtonProps) => react_jsx_runtime0.JSX.Element;
4509
+ }: FAQButtonProps) => react_jsx_runtime3.JSX.Element;
4507
4510
  //#endregion
4508
4511
  //#region src/components/common/ScrollToTopWrapper.d.ts
4509
4512
  declare const ScrollToTopWrapper: ({
4510
4513
  children,
4511
4514
  ...props
4512
- }: StackProps) => react_jsx_runtime0.JSX.Element;
4515
+ }: StackProps) => react_jsx_runtime3.JSX.Element;
4513
4516
  //#endregion
4514
4517
  //#region src/components/common/AccountAvatar.d.ts
4515
4518
  type AccountAvatarProps = {
@@ -4519,7 +4522,7 @@ type AccountAvatarProps = {
4519
4522
  declare const AccountAvatar: ({
4520
4523
  wallet,
4521
4524
  props
4522
- }: AccountAvatarProps) => react_jsx_runtime0.JSX.Element;
4525
+ }: AccountAvatarProps) => react_jsx_runtime3.JSX.Element;
4523
4526
  //#endregion
4524
4527
  //#region src/components/common/TransactionButtonAndStatus.d.ts
4525
4528
  type TransactionButtonAndStatusProps = {
@@ -4561,7 +4564,7 @@ declare const TransactionButtonAndStatus: ({
4561
4564
  isLoadingGasEstimation,
4562
4565
  showGasEstimationError,
4563
4566
  context
4564
- }: TransactionButtonAndStatusProps) => react_jsx_runtime0.JSX.Element;
4567
+ }: TransactionButtonAndStatusProps) => react_jsx_runtime3.JSX.Element;
4565
4568
  //#endregion
4566
4569
  //#region src/components/common/ModalNotificationButton.d.ts
4567
4570
  type NotificationButtonProps = {
@@ -4572,7 +4575,7 @@ declare const ModalNotificationButton: ({
4572
4575
  onClick,
4573
4576
  hasUnreadNotifications,
4574
4577
  ...props
4575
- }: NotificationButtonProps) => react_jsx_runtime0.JSX.Element;
4578
+ }: NotificationButtonProps) => react_jsx_runtime3.JSX.Element;
4576
4579
  //#endregion
4577
4580
  //#region src/components/common/GasFeeSummary.d.ts
4578
4581
  interface GasFeeSummaryProps {
@@ -4608,7 +4611,7 @@ declare const GasFeeTokenSelector: ({
4608
4611
  availableTokens,
4609
4612
  tokenEstimations,
4610
4613
  walletAddress
4611
- }: GasFeeTokenSelectorProps) => react_jsx_runtime0.JSX.Element;
4614
+ }: GasFeeTokenSelectorProps) => react_jsx_runtime3.JSX.Element;
4612
4615
  //#endregion
4613
4616
  //#region src/components/common/InlineFeedback.d.ts
4614
4617
  type Props$8 = {
@@ -4620,7 +4623,7 @@ declare const InlineFeedback: ({
4620
4623
  message,
4621
4624
  duration,
4622
4625
  onClose
4623
- }: Props$8) => react_jsx_runtime0.JSX.Element;
4626
+ }: Props$8) => react_jsx_runtime3.JSX.Element;
4624
4627
  //#endregion
4625
4628
  //#region src/components/common/WalletSwitchFeedback.d.ts
4626
4629
  type Props$7 = {
@@ -4637,7 +4640,7 @@ type Props$7 = {
4637
4640
  */
4638
4641
  declare const WalletSwitchFeedback: ({
4639
4642
  showFeedback
4640
- }: Props$7) => react_jsx_runtime0.JSX.Element | null;
4643
+ }: Props$7) => react_jsx_runtime3.JSX.Element | null;
4641
4644
  //#endregion
4642
4645
  //#region src/components/common/PriceChangeBadge.d.ts
4643
4646
  type Props$6 = TextProps & {
@@ -4648,7 +4651,7 @@ declare const PriceChangeBadge: ({
4648
4651
  valuePct,
4649
4652
  showSuffix,
4650
4653
  ...textProps
4651
- }: Props$6) => react_jsx_runtime0.JSX.Element | null;
4654
+ }: Props$6) => react_jsx_runtime3.JSX.Element | null;
4652
4655
  //#endregion
4653
4656
  //#region src/components/common/AddressOrDomainLabel.d.ts
4654
4657
  type Props$5 = TextProps & {
@@ -4665,7 +4668,7 @@ declare const AddressOrDomainLabel: ({
4665
4668
  headLen,
4666
4669
  tailLen,
4667
4670
  ...textProps
4668
- }: Props$5) => react_jsx_runtime0.JSX.Element;
4671
+ }: Props$5) => react_jsx_runtime3.JSX.Element;
4669
4672
  //#endregion
4670
4673
  //#region src/components/common/CopyIconButton.d.ts
4671
4674
  type Props$4 = Omit<IconButtonProps, 'aria-label' | 'icon' | 'onClick'> & {
@@ -4678,7 +4681,7 @@ declare const CopyIconButton: ({
4678
4681
  size,
4679
4682
  variant,
4680
4683
  ...rest
4681
- }: Props$4) => react_jsx_runtime0.JSX.Element;
4684
+ }: Props$4) => react_jsx_runtime3.JSX.Element;
4682
4685
  //#endregion
4683
4686
  //#region src/components/common/PriceChart.d.ts
4684
4687
  type Props$3 = BoxProps & {
@@ -4705,7 +4708,7 @@ declare const PriceChart: ({
4705
4708
  interactive,
4706
4709
  formatValue,
4707
4710
  ...boxProps
4708
- }: Props$3) => react_jsx_runtime0.JSX.Element | null;
4711
+ }: Props$3) => react_jsx_runtime3.JSX.Element | null;
4709
4712
  //#endregion
4710
4713
  //#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
4711
4714
  type SuccessfulOperationContentProps = {
@@ -4735,7 +4738,7 @@ declare const UpgradeSmartAccountModal: ({
4735
4738
  isOpen,
4736
4739
  onClose,
4737
4740
  style
4738
- }: Props$2) => react_jsx_runtime0.JSX.Element;
4741
+ }: Props$2) => react_jsx_runtime3.JSX.Element;
4739
4742
  //#endregion
4740
4743
  //#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
4741
4744
  type Props$1 = {
@@ -4750,7 +4753,7 @@ declare const LegalDocumentsModal: ({
4750
4753
  onAgree,
4751
4754
  handleLogout,
4752
4755
  onlyOptionalDocuments
4753
- }: Props$1) => react_jsx_runtime0.JSX.Element;
4756
+ }: Props$1) => react_jsx_runtime3.JSX.Element;
4754
4757
  //#endregion
4755
4758
  //#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
4756
4759
  type Props = {
@@ -4762,7 +4765,7 @@ declare const LegalDocumentItem: ({
4762
4765
  document,
4763
4766
  register,
4764
4767
  isText
4765
- }: Props) => react_jsx_runtime0.JSX.Element;
4768
+ }: Props) => react_jsx_runtime3.JSX.Element;
4766
4769
  //#endregion
4767
4770
  //#region src/providers/ModalProvider.d.ts
4768
4771
  type AccountModalOptions = {
@@ -4797,7 +4800,7 @@ declare const ModalProvider: ({
4797
4800
  children
4798
4801
  }: {
4799
4802
  children: ReactNode;
4800
- }) => react_jsx_runtime0.JSX.Element;
4803
+ }) => react_jsx_runtime3.JSX.Element;
4801
4804
  //#endregion
4802
4805
  export { RemoveWalletConfirmContentProps as $, VTHO_TOKEN_ADDRESS as $a, EstimatedGas as $c, useNotifications as $i, signVip191Transaction as $n, getErc20BalanceQueryKey as $o, simpleHash as $r, AccountMainContent as $s, useTransferERC20 as $t, useStickyHeaderContext as A, AccountModalProvider as Aa, ConnectModalContentsTypes as Ac, PrivyEcosystemApp as Ai, Wallet as Al, useGetAccountVersion as An, useRoundXApps as Ao, getWindowOrigin as Ar, getTextRecordsQueryKey as As, SwapTokenContent as At, AccountSelector as B, NavigatorPosition as Ba, LegalDocumentOptions as Bc, getGenericDelegatorUrl as Bi, getAccountBalance as Bn, usePortfolioPriceHistory24h as Bo, ViewFunctionResult as Br, useIsDomainProtected as Bs, useMfaEnrollment as Bt, ScrollToTopWrapper as C, useChooseNameModal as Ca, ConnectionButton as Cc, humanDomain as Ci, PrivyAppInfo as Cl, getIsDeployed as Cn, useSwitchWallet as Co, getCallClauseQueryKey as Cr, getAvatarOfAddressQueryKey as Cs, FAQContent as Ct, BaseModal as D, useTransactionToast as Da, LoadingContent as Dc, DEFAULT_PRIVY_ECOSYSTEM_APPS as Di, TransactionStatus as Dl, getHasV1SmartAccountQueryKey as Dn, UseWalletReturnType as Do, copyToClipboard as Dr, buildClauses as Ds, ChooseNameSearchContentProps as Dt, AssetButton as E, TransactionToastProvider as Ea, ErrorContent as Ec, DEFAULT_GAS_TOKEN_PREFERENCES as Ei, TokenBalance as El, getHasV1SmartAccount as En, useWalletMetadata as Eo, useMultipleClausesCall as Er, useGetResolverAddress as Es, ChooseNameSearchContent as Et, DomainRequiredAlert as F, JuicyPositionResult as Fa, PrivyWalletProvider as Fc, VECHAIN_KIT_COOKIES_CONFIG as Fi, getCurrentAccountImplementationVersionQueryKey as Fn, useMostVotedAppsInRound as Fo, safeQuerySelector as Fr, DomainsResponse as Fs, SendTokenSummaryContent as Ft, SwitchFeedback as G, useTokenTransferHistory as Ga, useAppConfig as Gc, useAppHubApps as Gi, useGenericDelegatorFeeEstimation as Gn, useOraclePriceChanges24h as Go, addPrefix as Gr, useEnsRecordExists as Gs, useGasEstimate as Gt, AccountDetailsButton as H, StargatePosition as Ha, VeChainKitContext as Hc, AppHubApp as Hi, useAccountBalance as Hn, PriceChanges24h as Ho, executeCallClause as Hr, useClaimVetDomain as Hs, useSetWalletRecovery as Ht, ExchangeWarningAlert as I, useJuicyPosition as Ia, PrivyWalletProviderContextType as Ic, VECHAIN_KIT_STORAGE_KEYS as Ii, useCurrentAccountImplementationVersion as In, getIsPersonQueryKey as Io, safeWindowOpen as Ir, getDomainsOfAddress as Is, SendTokenContent as It, TransactionHistoryContent as J, IndexerTransfer as Ja, LegalDocumentAgreement as Jc, useLoginWithOAuth$1 as Ji, decodeRawTx as Jn, SupportedToken as Jo, isValid as Jr, fetchPrivyStatus as Js, BuildTransactionProps as Jt, TransactionDetailContent as K, getTransferHistoryQueryKey as Ka, useVeChainKitConfig as Kc, useConnectWithDappKitSource as Ki, useGenericDelegatorFeeEstimationParams as Kn, useTokenPriceHistory24h as Ko, compare as Kr, getVechainDomainQueryKey as Ks, txReceiptQueryKey as Kt, FeatureAnnouncementCard as L, LpPosition as La, usePrivyWalletProvider as Lc, VECHAIN_KIT_TERMS_CONFIG as Li, getAccountImplementationAddress as Ln, useIsPerson as Lo, setLocalStorageItem as Lr, getDomainsOfAddressQueryKey as Ls, ThorClient$1 as Lt, AddressDisplay as M, ConnectModalProvider as Ma, useLegalDocuments as Mc, TOKEN_LOGOS as Mi, getConfig as Ml, getAccountAddressQueryKey as Mn, useRefreshBalances as Mo, isBrowser as Mr, getAvatarQueryKey as Ms, ReceiveTokenContent as Mt, ModalBackButton as N, useConnectModal as Na, VechainKitThemeProvider as Nc, TOKEN_LOGO_COMPONENTS as Ni, useGetAccountAddress as Nn, MostVotedAppsInRoundReturnType as No, isOnline as Nr, useGetAvatar as Ns, ReceiveTokenContentProps as Nt, StickyFooterContainer as O, TransactionModalProvider as Oa, MainContent as Oc, ENV as Oi, TransactionStatusErrorType as Ol, useHasV1SmartAccount as On, useWallet$1 as Oo, getDocumentTitle as Or, useUpdateTextRecord as Os, ChooseNameContent as Ot, CrossAppConnectionSecurityCard as P, JuicyAssetPosition as Pa, useVechainKitThemeConfig as Pc, TogglePassportCheck as Pi, getCurrentAccountImplementationVersion as Pn, XApp as Po, removeLocalStorageItem as Pr, Domain as Ps, SelectTokenContent as Pt, RemoveWalletConfirmContent as Q, VET_TOKEN_SENTINEL as Qa, DepositAccount as Qc, useNotificationAlerts as Qi, getDepositAccount as Qn, UseGetErc20BalanceOptions as Qo, isRejectionError as Qr, useFetchAppInfo as Qs, buildERC20Clauses as Qt, QuickActionsSection as R, LpPositionToken as Ra, AccountQuickAction as Rc, VECHAIN_PRIVY_APP_ID as Ri, getAccountImplementationAddressQueryKey as Rn, getVot3BalanceQueryKey as Ro, MultipleClausesCallParameters as Rr, useGetDomainsOfAddress as Rs, useDAppKitWallet as Rt, AccountAvatar as S, ChooseNameModalProvider as Sa, EmailLoginButton as Sc, humanAddress as Si, NFTMediaType as Sl, useRefreshFactoryQueries as Sn, UseSwitchWalletReturnType as So, useCurrency as Sr, useGetAvatarLegacy as Ss, CustomizationContent as St, AddressDisplayCard as T, useWalletModal as Ta, EcosystemContent as Tc, isZero as Ti, SmartAccount as Tl, useIsSmartAccountDeployed as Tn, useWalletStorage as To, useCallClause as Tr, getResolverAddressQueryKey as Ts, ChooseNameSummaryContentProps as Tt, AccountModal as U, StargatePositionsResult as Ua, VeChainKitProvider as Uc, fetchAppHubApps as Ui, UseEstimateAllTokensParams as Un, PricePoint as Uo, executeMultipleClausesCall as Ur, useClaimVeWorldSubdomain as Us, useThor$1 as Ut, ActionButton as V, useNavigatorPosition as Va, VeChainKitConfig as Vc, notFoundImage as Vi, getAccountBalanceQueryKey as Vn, OracleHistory24h as Vo, buildCallClauses as Vr, buildVetDomainClauses as Vs, usePrivy$1 as Vt, AccountModalContentTypes as W, useStargatePositions as Wa, VechainKitProviderProps as Wc, getAppHubAppsQueryKey as Wi, useEstimateAllTokens as Wn, useOracleHistory24h as Wo, isValidUrl as Wr, getEnsRecordExistsQueryKey as Ws, VECHAIN_KIT_QUERY_KEYS as Wt, TokenDetailContent as X, TransferEventType as Xa, LegalDocumentType as Xc, useSignTypedData as Xi, estimateAndBuildTxBody as Xn, getTokenUsdPriceQueryKey as Xo, removePrefix as Xr, fetchPrivyAppInfo as Xs, buildVETClauses as Xt, TransactionHistoryContentProps as Y, TransferDirection as Ya, LegalDocumentSource as Yc, useLoginWithPasskey$1 as Yi, delegateAuthorized as Yn, getTokenUsdPrice as Yo, normalize as Yr, useFetchPrivyStatus as Ys, useBuildTransaction as Yt, TokenDetailContentProps as Z, TransferHistoryItem as Za, CostLevel as Zc, useSignMessage as Zi, estimateGas as Zn, useGetTokenUsdPrice as Zo, validate as Zr, getPrivyAppInfoQueryKey as Zs, useTransferVET as Zt, GasFeeTokenSelector as _, useExploreEcosystemModal as _a, LoginWithAppleButton as _c, leftPadWithZeros as _i, CrossAppConnectionCache as _l, SmartAccountReturnType as _n, getXAppsSharesQueryKey as _o, useIsPWA as _r, WalletTokenBalance as _s, ProfileContent as _t, LegalDocumentItem as a, UpgradeSmartAccountModalProvider as aa, SocialIcons as ac, allNodeStrengthLevelToName as ai, formatGasCost as al, getChainId as an, imageCompressionOptions as ao, LocalStorageKey as ar, getCustomTokenBalanceQueryKey as as, SettingsContentProps as at, TransactionButtonAndStatus as b, SendTokenModalProvider as ba, EcosystemButton as bc, formatTokenBalance as bi, ExecuteBatchWithAuthorizationSignData as bl, useSmartAccount as bn, getXAppMetadata as bo, useCurrentCurrency as br, getAvatarLegacy as bs, CustomizationSummaryContentProps as bt, UpgradeSmartAccountModal as c, ReceiveModalProvider as ca, WalletDisplayVariant as cc, xNodeToGMstartingLevel as ci, GasTokenPreferences as cl, currentBlockQueryKey as cn, IpfsImage as co, buildBatchAuthorizationTypedData as cr, useGetB3trBalance as cs, ChangeCurrencyContent as ct, PriceChart as d, useAccountCustomizationModal as da, Sync2Button as dc, toIPFSURL as di, TransactionSpeed as dl, getUpgradeRequiredForAccount as dn, getIpfsImageQueryKey as do, GetEventsKeyParams as dr, useCurrentAllocationsRoundId as ds, ManageCustomTokenContent as dt, SettingsModalProvider as ea, TransactionToast as ec, TIME as ei, EstimationResponse as el, UseSendTransactionReturnValue as en, useSwapQuotes as eo, useGenericDelegator as er, useGetErc20Balance as es, SelectWalletContent as et, CopyIconButton as f, FAQModalProvider as fa, VeWorldButton as fc, uploadBlobToIPFS as fi, ENS_TEXT_RECORDS as fl, getUpgradeRequiredForAccountQueryKey as fn, useIpfsImage as fo, UseEventsParams as fr, useTotalBalance as fs, ManageCustomTokenContentProps as ft, InlineFeedback as g, ExploreEcosystemModalProvider as ga, PasskeyLoginButton as gc, isValidAddress as gi, ConnectionSource as gl, useUpgradeRequired as gn, useIpfsMetadata as go, useScrollToTop as gr, useTokenPrices as gs, UpgradeSmartAccountContentProps as gt, WalletSwitchFeedback as h, useNotificationsModal as ha, DappKitButton as hc, compareListOfAddresses as hi, CURRENCY_SYMBOLS as hl, getUpgradeRequiredQueryKey as hn, getIpfsMetadataQueryKey as ho, useEvents as hr, ExchangeRates as hs, UpgradeSmartAccountContent as ht, DAppKitWalletButton as i, useProfileModal as ia, TransactionModalProps as ic, XNodeStrengthLevelToName as ii, calculateTotalCost as il, getEventLogs as in, compressImages as io, useSyncableLocalStorage as ir, TokenWithBalance as is, SettingsContent as it, VersionFooter as j, useAccountModal as ja, LegalDocumentsProvider as jc, SUPPORTED_GAS_TOKENS as ji, AppConfig as jl, getAccountAddress as jn, useRefreshMetadata as jo, hasNavigator as jr, useGetTextRecords as js, SwapTokenContentProps as jt, StickyHeaderContainer as k, useTransactionModal as ka, ConnectModal as kc, NON_TRANSFERABLE_TOKEN_SYMBOLS as ki, VePassportUserStatus as kl, getAccountVersionQueryKey as kn, getRoundXAppsQueryKey as ko, getLocalStorageItem as kr, getTextRecords as ks, ChooseNameContentProps as kt, UpgradeSmartAccountModalContentsTypes as l, useReceiveModal as la, ConnectPopover as lc, convertUriToUrl as li, GasTokenSelection as ll, useCurrentBlock as ln, MAX_IMAGE_SIZE as lo, buildSingleAuthorizationTypedData as lr, useCustomTokens as ls, ChangeCurrencyContentProps as lt, PriceChangeBadge as m, NotificationsModalProvider as ma, VeChainWithPrivyLoginButton as mc, compareAddresses as mi, CURRENCY as ml, getUpgradeRequired as mn, getIpfsMetadata as mo, getEventsKey as mr, useTokensWithValues as ms, AssetsContentProps as mt, ModalProvider as n, useAccountModalOptions as na, ShareButtons as nc, MinXNodeLevel as ni, TransactionCost as nl, GetEventsProps as nn, useSingleImageUpload as no, EcosystemShortcut as nr, getTokenInfo$1 as ns, DisconnectConfirmContentProps as nt, LegalDocumentsModal as o, useUpgradeSmartAccountModal as oa, WalletButton as oc, buildQueryString as oi, GasTokenEstimate as ol, getChainIdQueryKey as on, useUploadImages as oo, useLocalStorage as or, useGetCustomTokenBalances as os, GasTokenSettingsContent as ot, AddressOrDomainLabel as p, useFAQModal as pa, LoginWithGithubButton as pc, validateIpfsUri as pi, TextRecords as pl, useUpgradeRequiredForAccount as pn, useIpfsImageList as po, decodeEventLog$1 as pr, TokenWithValue as ps, AssetsContent as pt, TransactionDetailContentProps as q, useTransferHistory as qa, EnrichedLegalDocument as qc, useLoginWithVeChain as qi, useGasTokenSelection as qn, PRICE_FEED_IDS as qo, isInvalid as qr, useVechainDomain as qs, useTxReceipt as qt, useModal as r, ProfileModalProvider as ra, TransactionModal as rc, NodeStrengthLevelToImage as ri, VthoPerGasAtSpeed as rl, getAllEventLogs as rn, UploadedImage as ro, useEcosystemShortcuts as rr, useGetCustomTokenInfo as rs, TermsAndPrivacyContent as rt, LegalDocumentsModalContentsTypes as s, useLoginModalContent as sa, WalletButtonProps as sc, gmNfts as si, GasTokenInfo as sl, useGetChainId as sn, useIpfsMetadatas as so, BuildClausesParams as sr, getB3trBalanceQueryKey as ss, LanguageSettingsContent as st, AccountModalOptions as t, useSettingsModal as ta, TransactionModalContent as tc, EconomicNodeStrengthLevelToName as ti, Rate as tl, useSendTransaction as tn, useSwapTransaction as to, useCrossAppConnectionCache as tr, getCustomTokenInfoQueryKey as ts, DisconnectConfirmContent as tt, UpgradeSmartAccountModalStyle as u, AccountCustomizationModalProvider as ua, WalletConnectButton as uc, resolveMediaTypeFromMimeType as ui, GasTokenType as ul, useUpgradeSmartAccount as un, getIpfsImage as uo, useBuildClauses as ur, getCurrentAllocationsRoundIdQueryKey as us, BridgeContent as ut, GasFeeSummary as v, SwapTokenModalProvider as va, LoginWithGoogleButton as vc, regexPattern as vi, ENSRecords as vl, getSmartAccount as vn, useXAppsShares as vo, useGetNodeUrl as vr, useTokenBalances as vs, ProfileContentProps as vt, ModalFAQButton as w, WalletModalProvider as wa, MoreOptionsContent as wc, humanNumber as wi, PrivyLoginMethod as wl, getIsDeployedQueryKey as wn, StoredWallet as wo, getCallClauseQueryKeyWithArgs as wr, useGetAvatarOfAddress as ws, ChooseNameSummaryContent as wt, TransactionButtonAndStatusProps as x, useSendTokenModal as xa, VeChainLoginButton as xc, getPicassoImage as xi, ExecuteWithAuthorizationSignData as xl, useRefreshSmartAccountQueries as xn, useXAppMetadata as xo, useCurrentLanguage as xr, getAvatarLegacyQueryKey as xs, AccountCustomizationContentProps as xt, ModalNotificationButton as y, useSwapTokenModal as ya, PrivyButton as yc, randomTransactionUser as yi, EnhancedClause as yl, getSmartAccountQueryKey as yn, XAppMetadata as yo, useFeatureAnnouncement as yr, useUnsetDomain as ys, CustomizationSummaryContent as yt, BalanceSection as z, useBetterSwapLpPositions as za, LegalDocument as zc, getENV as zi, useAccountImplementationAddress as zn, useGetVot3Balance as zo, MultipleClausesCallReturnType as zr, getIsDomainProtectedQueryKey as zs, useDAppKitWalletModal as zt };
4803
- //# sourceMappingURL=index-BvKpDLIo.d.mts.map
4806
+ //# sourceMappingURL=index-BJC0UjWs.d.mts.map