@vechain/vechain-kit 2.4.4 → 2.5.0

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,2 +1,2 @@
1
- import { C as TwitterLogo, S as VechainLogo, T as GoogleLogo, _ as VechainIcon, a as VeWorldLogoDark, b as VechainLogoLight, c as VETLogo, d as VeBetterIcon, f as VeBetterLogoDark, g as VechainIconLight, h as VechainIconDark, i as PrivyLogo, l as VeBetterIconDark, m as VeBetterLogo, n as BetterSwapLogo, o as VeWorldLogoLight, p as VeBetterLogoLight, r as VechainEnergy, s as VTHOLogo, t as VeTradeLogo, u as VeBetterIconLight, v as VechainLogoHorizontalLight, w as GitHubLogo, x as VechainLogoDark, y as VechainLogoHorizontalDark } from "../index-BYfc-9J5.mjs";
1
+ import { C as TwitterLogo, S as VechainLogo, T as GoogleLogo, _ as VechainIcon, a as VeWorldLogoDark, b as VechainLogoLight, c as VETLogo, d as VeBetterIcon, f as VeBetterLogoDark, g as VechainIconLight, h as VechainIconDark, i as PrivyLogo, l as VeBetterIconDark, m as VeBetterLogo, n as BetterSwapLogo, o as VeWorldLogoLight, p as VeBetterLogoLight, r as VechainEnergy, s as VTHOLogo, t as VeTradeLogo, u as VeBetterIconLight, v as VechainLogoHorizontalLight, w as GitHubLogo, x as VechainLogoDark, y as VechainLogoHorizontalDark } from "../index-CWViOs1U.mjs";
2
2
  export { BetterSwapLogo, GitHubLogo, GoogleLogo, PrivyLogo, TwitterLogo, VETLogo, VTHOLogo, VeBetterIcon, VeBetterIconDark, VeBetterIconLight, VeBetterLogo, VeBetterLogoDark, VeBetterLogoLight, VeTradeLogo, VeWorldLogoDark, VeWorldLogoLight, VechainEnergy, VechainIcon, VechainIconDark, VechainIconLight, VechainLogo, VechainLogoDark, VechainLogoHorizontalDark, VechainLogoHorizontalLight, VechainLogoLight };
@@ -2,25 +2,25 @@ import { ButtonProps, IconButtonProps, ImageProps, PropsOf, StackProps, ThemeTyp
2
2
  import * as react0 from "react";
3
3
  import React$1, { ElementType, ReactElement, ReactNode } from "react";
4
4
  import * as react_jsx_runtime0 from "react/jsx-runtime";
5
- import * as _vechain_sdk_network0 from "@vechain/sdk-network";
6
- import { CompressedBlockDetail, EventLogs, FilterEventLogsOptions, ThorClient, ThorClient as ThorClient$1, TransactionReceipt } from "@vechain/sdk-network";
7
- import { LoginMethodOrderOption, OAuthProviderType, SignTypedDataParams, User, WalletListEntry, useMfaEnrollment, usePrivy, useSetWalletRecovery } from "@privy-io/react-auth";
5
+ import { Account } from "viem/accounts";
8
6
  import * as _vechain_sdk_core0 from "@vechain/sdk-core";
9
7
  import { Address, Certificate, CertificateData, Clause, Revision, Transaction, TransactionClause } from "@vechain/sdk-core";
10
- import { LogLevel, WalletSource } from "@vechain/dapp-kit";
11
- import { WalletButton as DAppKitWalletButton, WalletConnectOptions, useThor, useWallet as useDAppKitWallet, useWalletModal as useDAppKitWalletModal } from "@vechain/dapp-kit-react";
12
- import { CustomizedStyle, I18n, SourceInfo } from "@vechain/dapp-kit-ui";
13
- import { IconType } from "react-icons";
14
- import * as _tanstack_react_query8 from "@tanstack/react-query";
8
+ import { LoginMethodOrderOption, OAuthProviderType, SignTypedDataParams, User, WalletListEntry, useMfaEnrollment, usePrivy as usePrivy$1, useSetWalletRecovery } from "@privy-io/react-auth";
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_query33 from "@tanstack/react-query";
15
11
  import { UseQueryOptions } from "@tanstack/react-query";
16
- import { z } from "zod";
17
12
  import { CustomTokenInfo } from "@vechain/contract-getters";
13
+ import { Abi, ContractEventName, ContractFunctionParameters, MulticallParameters, MulticallReturnType, decodeEventLog } from "viem";
14
+ import { z } from "zod";
18
15
  import { Options } from "browser-image-compression";
19
- import { Account } from "viem/accounts";
16
+ import { UseFormRegister } from "react-hook-form";
17
+ import * as _vechain_sdk_network0 from "@vechain/sdk-network";
18
+ import { CompressedBlockDetail, EventLogs, FilterEventLogsOptions, ThorClient, ThorClient as ThorClient$1, TransactionReceipt } from "@vechain/sdk-network";
19
+ import { LogLevel, WalletSource } from "@vechain/dapp-kit";
20
+ import { CustomizedStyle, I18n, SourceInfo } from "@vechain/dapp-kit-ui";
21
+ import { IconType } from "react-icons";
20
22
  import * as abitype0 from "abitype";
21
23
  import { AbiParametersToPrimitiveTypes, ExtractAbiFunction, ExtractAbiFunctionNames } from "abitype";
22
- import { Abi, ContractEventName, ContractFunctionParameters, MulticallParameters, MulticallReturnType, decodeEventLog } from "viem";
23
- import { UseFormRegister } from "react-hook-form";
24
24
 
25
25
  //#region src/config/network.d.ts
26
26
  /**
@@ -53,7 +53,7 @@ declare const genesises: {
53
53
  readonly main: CompressedBlockDetail;
54
54
  readonly test: CompressedBlockDetail;
55
55
  readonly solo: CompressedBlockDetail;
56
- which(gid: string): "test" | "main" | "solo" | undefined;
56
+ which(gid: string): "main" | "test" | "solo" | undefined;
57
57
  };
58
58
  //#endregion
59
59
  //#region src/types/types.d.ts
@@ -526,6 +526,12 @@ type VechainKitProviderProps = {
526
526
  createOnLogin: 'users-without-wallets' | 'all-users' | 'off';
527
527
  };
528
528
  loginMethods: PrivyLoginMethod[];
529
+ /**
530
+ * Custom redirect URL for OAuth flows, useful for mobile applications. If not provided, defaults to window.location.href.
531
+ * For Capacitor/mobile apps, use a custom URL scheme like: 'com.yourapp.oauth://callback' or 'yourapp://oauth'
532
+ * Make sure to register this URL scheme in your app configuration and add it to your app's allowed URL schemes in the Privy dashboard.
533
+ */
534
+ customOAuthRedirectUrl?: string;
529
535
  };
530
536
  feeDelegation?: {
531
537
  delegatorUrl?: string;
@@ -1046,7 +1052,7 @@ declare const AccountMainContent: ({
1046
1052
  //#region src/hooks/api/privy/useFetchAppInfo.d.ts
1047
1053
  declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
1048
1054
  declare const getPrivyAppInfoQueryKey: (appIds: string | string[]) => string[];
1049
- declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query8.UseQueryResult<{
1055
+ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query33.UseQueryResult<{
1050
1056
  [k: string]: {
1051
1057
  website: string | undefined;
1052
1058
  id: string;
@@ -1067,7 +1073,7 @@ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_qu
1067
1073
  //#endregion
1068
1074
  //#region src/hooks/api/privy/useFetchPrivyStatus.d.ts
1069
1075
  declare const fetchPrivyStatus: () => Promise<string>;
1070
- declare const useFetchPrivyStatus: () => _tanstack_react_query8.UseQueryResult<string, Error>;
1076
+ declare const useFetchPrivyStatus: () => _tanstack_react_query33.UseQueryResult<string, Error>;
1071
1077
  //#endregion
1072
1078
  //#region src/hooks/api/vetDomains/useVechainDomain.d.ts
1073
1079
  interface VeChainDomainResult {
@@ -1077,11 +1083,11 @@ interface VeChainDomainResult {
1077
1083
  isPrimaryDomain: boolean;
1078
1084
  }
1079
1085
  declare const getVechainDomainQueryKey: (addressOrDomain?: string | null) => (string | null | undefined)[];
1080
- declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query8.UseQueryResult<VeChainDomainResult, Error>;
1086
+ declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query33.UseQueryResult<VeChainDomainResult, Error>;
1081
1087
  //#endregion
1082
1088
  //#region src/hooks/api/vetDomains/useEnsRecordExists.d.ts
1083
1089
  declare const getEnsRecordExistsQueryKey: (name: string) => string[];
1084
- declare const useEnsRecordExists: (name: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
1090
+ declare const useEnsRecordExists: (name: string) => _tanstack_react_query33.UseQueryResult<boolean, Error>;
1085
1091
  //#endregion
1086
1092
  //#region src/hooks/api/vetDomains/useClaimVeWorldSubdomain.d.ts
1087
1093
  type useClaimVeWorldSubdomainProps = {
@@ -1143,7 +1149,7 @@ declare const getIsDomainProtectedQueryKey: (domain?: string) => (string | undef
1143
1149
  * @param {boolean} [enabled=true] - Flag to enable or disable the hook.
1144
1150
  * @returns The result of the useQuery hook, with the protection status.
1145
1151
  */
1146
- declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
1152
+ declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query33.UseQueryResult<boolean, Error>;
1147
1153
  //#endregion
1148
1154
  //#region src/hooks/api/vetDomains/useGetDomainsOfAddress.d.ts
1149
1155
  declare const DomainSchema: z.ZodObject<{
@@ -1171,7 +1177,7 @@ declare const getDomainsOfAddressQueryKey: (address?: string, parentDomain?: str
1171
1177
  * @param parentDomain The parent domain (e.g., "veworld.vet")
1172
1178
  * @returns The domains owned by the address
1173
1179
  */
1174
- declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query8.UseQueryResult<{
1180
+ declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query33.UseQueryResult<{
1175
1181
  domains: {
1176
1182
  name: string;
1177
1183
  }[];
@@ -1184,7 +1190,7 @@ declare const getAvatarQueryKey: (name: string, networkType: NETWORK_TYPE) => st
1184
1190
  * @param name - The VET domain name
1185
1191
  * @returns The resolved avatar URL
1186
1192
  */
1187
- declare const useGetAvatar: (name: string) => _tanstack_react_query8.UseQueryResult<string | null, Error>;
1193
+ declare const useGetAvatar: (name: string) => _tanstack_react_query33.UseQueryResult<string | null, Error>;
1188
1194
  //#endregion
1189
1195
  //#region src/hooks/api/vetDomains/useGetTextRecords.d.ts
1190
1196
  /**
@@ -1196,7 +1202,7 @@ declare const useGetAvatar: (name: string) => _tanstack_react_query8.UseQueryRes
1196
1202
  */
1197
1203
  declare const getTextRecords: (nodeUrl: string, network: NETWORK_TYPE, domain?: string) => Promise<TextRecords>;
1198
1204
  declare const getTextRecordsQueryKey: (domain?: string, network?: NETWORK_TYPE) => (string | undefined)[];
1199
- declare const useGetTextRecords: (domain?: string) => _tanstack_react_query8.UseQueryResult<TextRecords, Error>;
1205
+ declare const useGetTextRecords: (domain?: string) => _tanstack_react_query33.UseQueryResult<TextRecords, Error>;
1200
1206
  //#endregion
1201
1207
  //#region src/hooks/api/vetDomains/useUpdateTextRecord.d.ts
1202
1208
  type UpdateTextRecordVariables = {
@@ -1229,7 +1235,7 @@ declare const getResolverAddressQueryKey: (domain?: string) => (string | undefin
1229
1235
  * @param domain The domain to get resolver for
1230
1236
  * @returns The resolver address for the domain
1231
1237
  */
1232
- declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query8.UseQueryResult<`0x${string}`, unknown>;
1238
+ declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query33.UseQueryResult<`0x${string}`, unknown>;
1233
1239
  //#endregion
1234
1240
  //#region src/hooks/api/vetDomains/useGetAvatarOfAddress.d.ts
1235
1241
  declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefined)[];
@@ -1239,7 +1245,7 @@ declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefi
1239
1245
  * @param address The owner's address
1240
1246
  * @returns The avatar URL for the address's primary domain
1241
1247
  */
1242
- declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query8.UseQueryResult<string, Error>;
1248
+ declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query33.UseQueryResult<string, Error>;
1243
1249
  //#endregion
1244
1250
  //#region src/hooks/api/vetDomains/useGetAvatarLegacy.d.ts
1245
1251
  /**
@@ -1256,7 +1262,7 @@ declare const getAvatarLegacyQueryKey: (name: string, networkType: NETWORK_TYPE)
1256
1262
  * @param name - The VET domain name
1257
1263
  * @returns The resolved avatar URL
1258
1264
  */
1259
- declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query8.UseQueryResult<string | null, Error>;
1265
+ declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query33.UseQueryResult<string | null, Error>;
1260
1266
  //#endregion
1261
1267
  //#region src/hooks/api/vetDomains/useUnsetDomain.d.ts
1262
1268
  type useUnsetDomainProps = {
@@ -1365,7 +1371,7 @@ declare const getCurrentAllocationsRoundIdQueryKey: (address: string) => string[
1365
1371
  * Hook to get the current roundId of allocations voting
1366
1372
  * @returns the current roundId of allocations voting
1367
1373
  */
1368
- declare const useCurrentAllocationsRoundId: () => _tanstack_react_query8.UseQueryResult<string, unknown>;
1374
+ declare const useCurrentAllocationsRoundId: () => _tanstack_react_query33.UseQueryResult<string, unknown>;
1369
1375
  //#endregion
1370
1376
  //#region src/hooks/api/wallet/useCustomTokens.d.ts
1371
1377
  declare const useCustomTokens: () => {
@@ -1378,7 +1384,7 @@ declare const useCustomTokens: () => {
1378
1384
  //#endregion
1379
1385
  //#region src/hooks/api/wallet/useGetB3trBalance.d.ts
1380
1386
  declare const getB3trBalanceQueryKey: (address?: string) => (string | undefined)[];
1381
- declare const useGetB3trBalance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
1387
+ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query33.UseQueryResult<{
1382
1388
  original: string;
1383
1389
  scaled: string;
1384
1390
  formatted: string;
@@ -1387,7 +1393,7 @@ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query8.Us
1387
1393
  //#region src/hooks/api/wallet/useGetCustomTokenBalances.d.ts
1388
1394
  type TokenWithBalance = CustomTokenInfo & TokenBalance;
1389
1395
  declare const getCustomTokenBalanceQueryKey: (tokenAddress?: string, address?: string) => (string | undefined)[];
1390
- declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query8.UseQueryResult<{
1396
+ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query33.UseQueryResult<{
1391
1397
  original: string;
1392
1398
  scaled: string;
1393
1399
  formatted: string;
@@ -1398,13 +1404,13 @@ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_q
1398
1404
  }, Error>[];
1399
1405
  //#endregion
1400
1406
  //#region src/hooks/api/wallet/useGetCustomTokenInfo.d.ts
1401
- declare const getTokenInfo: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
1407
+ declare const getTokenInfo$1: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
1402
1408
  declare const getCustomTokenInfoQueryKey: (tokenAddress: string) => string[];
1403
- declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query8.UseQueryResult<CustomTokenInfo, Error>;
1409
+ declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query33.UseQueryResult<CustomTokenInfo, Error>;
1404
1410
  //#endregion
1405
1411
  //#region src/hooks/api/wallet/useGetErc20Balance.d.ts
1406
1412
  declare const getErc20BalanceQueryKey: (tokenAddress: string, address?: string) => (string | undefined)[];
1407
- declare const useGetErc20Balance: (tokenAddress: string, address?: string) => _tanstack_react_query8.UseQueryResult<{
1413
+ declare const useGetErc20Balance: (tokenAddress: string, address?: string) => _tanstack_react_query33.UseQueryResult<{
1408
1414
  original: string;
1409
1415
  scaled: string;
1410
1416
  formatted: string;
@@ -1421,11 +1427,11 @@ declare const PRICE_FEED_IDS: {
1421
1427
  type SupportedToken = keyof typeof PRICE_FEED_IDS;
1422
1428
  declare const getTokenUsdPrice: (thor: ThorClient, token: SupportedToken, network: NETWORK_TYPE) => Promise<number>;
1423
1429
  declare const getTokenUsdPriceQueryKey: (token: SupportedToken) => string[];
1424
- declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query8.UseQueryResult<number, Error>;
1430
+ declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query33.UseQueryResult<number, Error>;
1425
1431
  //#endregion
1426
1432
  //#region src/hooks/api/wallet/useGetVot3Balance.d.ts
1427
1433
  declare const getVot3BalanceQueryKey: (address?: string) => (string | undefined)[];
1428
- declare const useGetVot3Balance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
1434
+ declare const useGetVot3Balance: (address?: string) => _tanstack_react_query33.UseQueryResult<{
1429
1435
  original: string;
1430
1436
  scaled: string;
1431
1437
  formatted: string;
@@ -1444,7 +1450,7 @@ declare const getIsPersonQueryKey: (user: string, networkType: NETWORK_TYPE) =>
1444
1450
  * @param user - The user address.
1445
1451
  * @returns The isPerson status.
1446
1452
  */
1447
- declare const useIsPerson: (user?: string | null) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
1453
+ declare const useIsPerson: (user?: string | null) => _tanstack_react_query33.UseQueryResult<boolean, Error>;
1448
1454
  //#endregion
1449
1455
  //#region src/hooks/api/wallet/useMostVotedAppsInRound.d.ts
1450
1456
  type XApp = {
@@ -1482,7 +1488,7 @@ declare const useRefreshMetadata: (domain: string, address: string) => {
1482
1488
  //#endregion
1483
1489
  //#region src/hooks/api/wallet/useRoundXApps.d.ts
1484
1490
  declare const getRoundXAppsQueryKey: (roundId: string, networkType: NETWORK_TYPE) => unknown[];
1485
- declare const useRoundXApps: (roundId?: string) => _tanstack_react_query8.UseQueryResult<{
1491
+ declare const useRoundXApps: (roundId?: string) => _tanstack_react_query33.UseQueryResult<{
1486
1492
  id: string;
1487
1493
  teamWalletAddress: `0x${string}`;
1488
1494
  name: string;
@@ -1513,7 +1519,7 @@ type UseWalletReturnType = {
1513
1519
  };
1514
1520
  disconnect: () => Promise<void>;
1515
1521
  };
1516
- declare const useWallet: () => UseWalletReturnType;
1522
+ declare const useWallet$1: () => UseWalletReturnType;
1517
1523
  //#endregion
1518
1524
  //#region src/hooks/api/wallet/useWalletMetadata.d.ts
1519
1525
  declare const useWalletMetadata: (address: string, networkType: NETWORK_TYPE) => {
@@ -1596,7 +1602,7 @@ type XAppMetadata = {
1596
1602
  * @returns The metadata of the xApp see {@link XAppMetadata}
1597
1603
  */
1598
1604
  declare const getXAppMetadata: (uri: string, networkType: NETWORK_TYPE) => Promise<XAppMetadata | undefined>;
1599
- declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query8.UseQueryResult<XAppMetadata | undefined, Error>;
1605
+ declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query33.UseQueryResult<XAppMetadata | undefined, Error>;
1600
1606
  //#endregion
1601
1607
  //#region src/hooks/api/wallet/useXAppShares.d.ts
1602
1608
  /**
@@ -1611,7 +1617,7 @@ declare const getXAppsSharesQueryKey: (roundId?: number | string) => (string | n
1611
1617
  * @returns the shares (% of allocation pool) for the xApps in the round { allocated: number, unallocated: number }
1612
1618
  *
1613
1619
  */
1614
- declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query8.UseQueryResult<{
1620
+ declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query33.UseQueryResult<{
1615
1621
  app: string;
1616
1622
  share: number;
1617
1623
  unallocatedShare: number;
@@ -1633,7 +1639,7 @@ declare const getIpfsMetadataQueryKey: (networkType: NETWORK_TYPE, ipfsUri?: str
1633
1639
  * @param ipfsUri - The IPFS URI
1634
1640
  * @returns The metadata from IPFS
1635
1641
  */
1636
- declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<T$1>, Error>;
1642
+ declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query33.UseQueryResult<_tanstack_react_query33.NoInfer<T$1>, Error>;
1637
1643
  //#endregion
1638
1644
  //#region src/hooks/api/ipfs/useIpfsImage.d.ts
1639
1645
  interface IpfsImage {
@@ -1660,14 +1666,14 @@ declare const getIpfsImageQueryKey: (networkType: NETWORK_TYPE, imageIpfsUri?: n
1660
1666
  * @param imageIpfsUri - The IPFS URI of the NFT media
1661
1667
  * @returns The NFT media
1662
1668
  */
1663
- declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query8.UseQueryResult<IpfsImage, Error>;
1669
+ declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query33.UseQueryResult<IpfsImage, Error>;
1664
1670
  /**
1665
1671
  * Custom hook to fetch a list of IPFS images.
1666
1672
  *
1667
1673
  * @param imageIpfsUriList - An array of IPFS URIs for the images.
1668
1674
  * @returns An array of queries for each IPFS image URI.
1669
1675
  */
1670
- declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query8.UseQueryResult<IpfsImage, Error>[];
1676
+ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query33.UseQueryResult<IpfsImage, Error>[];
1671
1677
  //#endregion
1672
1678
  //#region src/hooks/api/ipfs/useIpfsMetadatas.d.ts
1673
1679
  /**
@@ -1675,7 +1681,7 @@ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_
1675
1681
  * @param ipfsUris - The IPFS URIs
1676
1682
  * @returns The metadata from IPFS for each URI
1677
1683
  */
1678
- declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query8.UseQueryResult<T$1, Error>[];
1684
+ declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query33.UseQueryResult<T$1, Error>[];
1679
1685
  //#endregion
1680
1686
  //#region src/hooks/api/ipfs/useUploadImages.d.ts
1681
1687
  declare const imageCompressionOptions: Options;
@@ -2164,7 +2170,7 @@ type UseSignTypedDataReturnValue = {
2164
2170
  declare const useSignTypedData: () => UseSignTypedDataReturnValue;
2165
2171
  //#endregion
2166
2172
  //#region src/hooks/login/useLoginWithPasskey.d.ts
2167
- declare const useLoginWithPasskey: () => {
2173
+ declare const useLoginWithPasskey$1: () => {
2168
2174
  loginWithPasskey: () => Promise<void>;
2169
2175
  };
2170
2176
  //#endregion
@@ -2172,7 +2178,7 @@ declare const useLoginWithPasskey: () => {
2172
2178
  interface OAuthOptions {
2173
2179
  provider: OAuthProviderType;
2174
2180
  }
2175
- declare const useLoginWithOAuth: () => {
2181
+ declare const useLoginWithOAuth$1: () => {
2176
2182
  initOAuth: ({
2177
2183
  provider
2178
2184
  }: OAuthOptions) => Promise<void>;
@@ -2229,9 +2235,11 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
2229
2235
  * );
2230
2236
  * ```
2231
2237
  */
2232
- declare const useAppHubApps: () => _tanstack_react_query8.UseQueryResult<AppHubApp[], Error>;
2238
+ declare const useAppHubApps: () => _tanstack_react_query33.UseQueryResult<AppHubApp[], Error>;
2233
2239
  //#endregion
2234
2240
  //#region src/utils/constants.d.ts
2241
+ /** Tokens that cannot be swapped or transferred (e.g. governance voting tokens) */
2242
+ declare const NON_TRANSFERABLE_TOKEN_SYMBOLS: readonly string[];
2235
2243
  declare const TOKEN_LOGOS: Record<string, string>;
2236
2244
  declare const TOKEN_LOGO_COMPONENTS: Record<string, JSX.Element>;
2237
2245
  declare const VECHAIN_PRIVY_APP_ID = "cm4wxxujb022fyujl7g0thb21";
@@ -2582,7 +2590,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
2582
2590
  method: TMethod;
2583
2591
  args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
2584
2592
  queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
2585
- }) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<TData>, unknown>;
2593
+ }) => _tanstack_react_query33.UseQueryResult<_tanstack_react_query33.NoInfer<TData>, unknown>;
2586
2594
  declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
2587
2595
  thor,
2588
2596
  calls,
@@ -2593,7 +2601,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
2593
2601
  calls: MultipleClausesCallParameters<contracts, allowFailure>;
2594
2602
  queryKey: string[];
2595
2603
  enabled?: boolean;
2596
- }) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
2604
+ }) => _tanstack_react_query33.UseQueryResult<_tanstack_react_query33.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
2597
2605
  //#endregion
2598
2606
  //#region src/hooks/utils/useCurrency.d.ts
2599
2607
  /**
@@ -2717,7 +2725,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
2717
2725
  filterParams,
2718
2726
  mapResponse,
2719
2727
  nodeUrl
2720
- }: UseEventsParams<T$1, K, R>) => _tanstack_react_query8.UseQueryResult<R[], Error>;
2728
+ }: UseEventsParams<T$1, K, R>) => _tanstack_react_query33.UseQueryResult<R[], Error>;
2721
2729
  //#endregion
2722
2730
  //#region src/hooks/utils/useBuildClauses.d.ts
2723
2731
  interface BuildClausesParams {
@@ -2869,7 +2877,7 @@ declare const useGenericDelegatorFeeEstimation: ({
2869
2877
  tokens,
2870
2878
  sendingAmount,
2871
2879
  sendingTokenSymbol
2872
- }: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query8.UseQueryResult<EstimationResponse & {
2880
+ }: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query33.UseQueryResult<EstimationResponse & {
2873
2881
  usedToken: string;
2874
2882
  }, Error>;
2875
2883
  //#endregion
@@ -2883,7 +2891,7 @@ declare const useEstimateAllTokens: ({
2883
2891
  clauses,
2884
2892
  tokens,
2885
2893
  enabled
2886
- }: UseEstimateAllTokensParams) => _tanstack_react_query8.UseQueryResult<Record<GasTokenType, {
2894
+ }: UseEstimateAllTokensParams) => _tanstack_react_query33.UseQueryResult<Record<GasTokenType, {
2887
2895
  cost: number;
2888
2896
  loading: boolean;
2889
2897
  error?: string;
@@ -2900,7 +2908,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
2900
2908
  * @param address The address of the account to get the balance for
2901
2909
  * @returns The account balance
2902
2910
  */
2903
- declare const useAccountBalance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
2911
+ declare const useAccountBalance: (address?: string) => _tanstack_react_query33.UseQueryResult<{
2904
2912
  balance: string;
2905
2913
  energy: string;
2906
2914
  }, Error>;
@@ -2913,7 +2921,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
2913
2921
  * @param version - The version of the smart account implementation
2914
2922
  * @returns The address of the smart account implementation
2915
2923
  */
2916
- declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query8.UseQueryResult<string, Error>;
2924
+ declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query33.UseQueryResult<string, Error>;
2917
2925
  //#endregion
2918
2926
  //#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
2919
2927
  declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
@@ -2922,7 +2930,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
2922
2930
  * Get the current account implementation version used by the smart account factory
2923
2931
  * @returns The current account implementation version
2924
2932
  */
2925
- declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query8.UseQueryResult<number, Error>;
2933
+ declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query33.UseQueryResult<number, Error>;
2926
2934
  //#endregion
2927
2935
  //#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
2928
2936
  declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
@@ -2932,7 +2940,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
2932
2940
  * @param ownerAddress - The address of the owner of the smart account
2933
2941
  * @returns The address of the smart account
2934
2942
  */
2935
- declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<string, Error>;
2943
+ declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query33.UseQueryResult<string, Error>;
2936
2944
  //#endregion
2937
2945
  //#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
2938
2946
  declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => unknown[];
@@ -2942,7 +2950,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
2942
2950
  * @param ownerAddress - The address of the owner of the smart account
2943
2951
  * @returns The version of the smart account
2944
2952
  */
2945
- declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query8.UseQueryResult<{
2953
+ declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query33.UseQueryResult<{
2946
2954
  version: number;
2947
2955
  isDeployed: boolean;
2948
2956
  }, unknown>;
@@ -2955,7 +2963,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
2955
2963
  * @param ownerAddress - The address of the owner of the smart account
2956
2964
  * @returns True if the smart account has a v1 smart account, false otherwise
2957
2965
  */
2958
- declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
2966
+ declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query33.UseQueryResult<boolean, Error>;
2959
2967
  //#endregion
2960
2968
  //#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
2961
2969
  declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
@@ -2964,7 +2972,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
2964
2972
  * Check if a smart account is deployed
2965
2973
  * @returns True if the smart account is deployed, false otherwise
2966
2974
  */
2967
- declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
2975
+ declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query33.UseQueryResult<boolean, Error>;
2968
2976
  //#endregion
2969
2977
  //#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
2970
2978
  /**
@@ -2997,7 +3005,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
2997
3005
  isDeployed: boolean;
2998
3006
  }>;
2999
3007
  declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
3000
- declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<{
3008
+ declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query33.UseQueryResult<{
3001
3009
  address: undefined;
3002
3010
  isDeployed?: undefined;
3003
3011
  } | {
@@ -3015,7 +3023,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
3015
3023
  * @param targetVersion - The version of the smart account to check for
3016
3024
  * @returns True if the smart account needs an upgrade, false otherwise
3017
3025
  */
3018
- declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
3026
+ declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query33.UseQueryResult<boolean, Error>;
3019
3027
  //#endregion
3020
3028
  //#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
3021
3029
  declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
@@ -3026,7 +3034,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
3026
3034
  * @param targetVersion - The target version of the smart account
3027
3035
  * @returns True if the smart account needs an upgrade, false otherwise
3028
3036
  */
3029
- declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
3037
+ declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query33.UseQueryResult<boolean, Error>;
3030
3038
  //#endregion
3031
3039
  //#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
3032
3040
  type UseUpgradeSmartAccountVersionProps = {
@@ -3051,7 +3059,7 @@ declare const currentBlockQueryKey: () => string[];
3051
3059
  * Fetches the current block from the blockchain. The block is refetched every 10 seconds.
3052
3060
  * @returns the current block
3053
3061
  */
3054
- declare const useCurrentBlock: () => _tanstack_react_query8.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
3062
+ declare const useCurrentBlock: () => _tanstack_react_query33.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
3055
3063
  //#endregion
3056
3064
  //#region src/hooks/thor/blocks/useGetChainId.d.ts
3057
3065
  declare const getChainId: (thor: ThorClient) => Promise<string>;
@@ -3060,7 +3068,7 @@ declare const getChainIdQueryKey: () => string[];
3060
3068
  * Get the chain id
3061
3069
  * @returns The chain id
3062
3070
  */
3063
- declare const useGetChainId: () => _tanstack_react_query8.UseQueryResult<string, Error>;
3071
+ declare const useGetChainId: () => _tanstack_react_query33.UseQueryResult<string, Error>;
3064
3072
  //#endregion
3065
3073
  //#region src/hooks/thor/logs/logUtils.d.ts
3066
3074
  /**
@@ -3312,7 +3320,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
3312
3320
  * @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
3313
3321
  * @returns Query result containing the transaction receipt
3314
3322
  */
3315
- declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query8.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
3323
+ declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query33.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
3316
3324
  //#endregion
3317
3325
  //#region src/hooks/thor/transactions/useGasEstimate.d.ts
3318
3326
  declare const useGasEstimate: (thor: ThorClient, clauses: TransactionClause[], caller: string, options?: {
@@ -3365,11 +3373,16 @@ type Props$18 = {
3365
3373
  * If true, shows all tokens (not just tokens with balance) and sorts owned tokens first
3366
3374
  */
3367
3375
  showAllTokens?: boolean;
3376
+ /**
3377
+ * Token symbols to exclude from the list (e.g. non-transferable governance tokens)
3378
+ */
3379
+ excludedTokenSymbols?: readonly string[];
3368
3380
  };
3369
3381
  declare const SelectTokenContent: ({
3370
3382
  onSelectToken,
3371
3383
  onBack,
3372
- showAllTokens
3384
+ showAllTokens,
3385
+ excludedTokenSymbols
3373
3386
  }: Props$18) => react_jsx_runtime0.JSX.Element;
3374
3387
  //#endregion
3375
3388
  //#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
@@ -4278,5 +4291,5 @@ type AppConfig = {
4278
4291
  };
4279
4292
  declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
4280
4293
  //#endregion
4281
- export { LanguageSettingsContent as $, useRefreshBalances as $a, FAQModalProvider as $i, useBuildClauses as $n, useIsDomainProtected as $o, resolveMediaTypeFromMimeType as $r, useVeChainKitConfig as $s, useUpgradeSmartAccount as $t, AddressDisplay as A, MAX_IMAGE_SIZE as Aa, PrivyAppInfo as Ac, AppHubApp as Ai, getAccountBalanceQueryKey as An, WalletTokenBalance as Ao, buildCallClauses as Ar, VeChainLoginButton as As, useMfaEnrollment as At, AccountDetailsButton as B, XAppMetadata as Ba, useNotifications as Bi, estimateGas as Bn, buildClauses as Bo, validate as Br, useLegalDocuments as Bs, useTransferVET as Bt, AddressDisplayCard as C, useSingleImageUpload as Ca, ConnectionSource as Cc, VECHAIN_KIT_COOKIES_CONFIG as Ci, getCurrentAccountImplementationVersion as Cn, getCurrentAllocationsRoundIdQueryKey as Co, removeLocalStorageItem as Cr, LoginWithGithubButton as Cs, ReceiveTokenContent as Ct, StickyHeaderContainer as D, useUploadImages as Da, ExecuteBatchWithAuthorizationSignData as Dc, getENV as Di, getAccountImplementationAddressQueryKey as Dn, useTokensWithValues as Do, MultipleClausesCallParameters as Dr, LoginWithGoogleButton as Ds, ThorClient$1 as Dt, StickyFooterContainer as E, imageCompressionOptions as Ea, EnhancedClause as Ec, VECHAIN_PRIVY_APP_ID as Ei, getAccountImplementationAddress as En, TokenWithValue as Eo, setLocalStorageItem as Er, PasskeyLoginButton as Es, SendTokenContent as Et, FeatureAnnouncementCard as F, getIpfsMetadata as Fa, TransactionStatusErrorType as Fc, useLoginWithOAuth as Fi, useGenericDelegatorFeeEstimationParams as Fn, useGetAvatarLegacy as Fo, compare as Fr, LoadingContent as Fs, txReceiptQueryKey as Ft, RemoveWalletConfirmContentProps as G, StoredWallet as Ga, useProfileModal as Gi, EcosystemShortcut as Gn, getAvatarQueryKey as Go, MinXNodeLevel as Gr, PrivyWalletProviderContextType as Gs, GetEventsProps as Gt, AccountModalContentTypes as H, useXAppMetadata as Ha, useSettingsModal as Hi, signVip191Transaction as Hn, getTextRecords as Ho, simpleHash as Hr, VechainKitThemeProvider as Hs, useTransferERC20 as Ht, QuickActionsSection as I, getIpfsMetadataQueryKey as Ia, VePassportUserStatus as Ic, useLoginWithPasskey as Ii, useGasTokenSelection as In, getAvatarOfAddressQueryKey as Io, isInvalid as Ir, MainContent as Is, useTxReceipt as It, DisconnectConfirmContentProps as J, UseWalletReturnType as Ja, useLoginModalContent as Ji, LocalStorageKey as Jn, DomainsResponse as Jo, allNodeStrengthLevelToName as Jr, LegalDocumentOptions as Js, getChainId as Jt, SelectWalletContent as K, useWalletStorage as Ka, UpgradeSmartAccountModalProvider as Ki, useEcosystemShortcuts as Kn, useGetAvatar as Ko, NodeStrengthLevelToImage as Kr, usePrivyWalletProvider as Ks, getAllEventLogs as Kt, BalanceSection as L, useIpfsMetadata as La, Wallet as Lc, useSignTypedData as Li, decodeRawTx as Ln, useGetAvatarOfAddress as Lo, isValid as Lr, ConnectModal as Ls, BuildTransactionProps as Lt, CrossAppConnectionSecurityCard as M, getIpfsImageQueryKey as Ma, SmartAccount as Mc, getAppHubAppsQueryKey as Mi, UseEstimateAllTokensParams as Mn, useUnsetDomain as Mo, executeMultipleClausesCall as Mr, ConnectionButton as Ms, useSetWalletRecovery as Mt, DomainRequiredAlert as N, useIpfsImage as Na, TokenBalance as Nc, useAppHubApps as Ni, useEstimateAllTokens as Nn, getAvatarLegacy as No, isValidUrl as Nr, EcosystemContent as Ns, useThor as Nt, useStickyHeaderContext as O, useIpfsMetadatas as Oa, ExecuteWithAuthorizationSignData as Oc, getGenericDelegatorUrl as Oi, useAccountImplementationAddress as On, ExchangeRates as Oo, MultipleClausesCallReturnType as Or, PrivyButton as Os, useDAppKitWallet as Ot, ExchangeWarningAlert as P, useIpfsImageList as Pa, TransactionStatus as Pc, useLoginWithVeChain as Pi, useGenericDelegatorFeeEstimation as Pn, getAvatarLegacyQueryKey as Po, addPrefix as Pr, ErrorContent as Ps, useGasEstimate as Pt, GasTokenSettingsContent as Q, useRefreshMetadata as Qa, useAccountCustomizationModal as Qi, buildSingleAuthorizationTypedData as Qn, getIsDomainProtectedQueryKey as Qo, convertUriToUrl as Qr, VechainKitProviderProps as Qs, useCurrentBlock as Qt, AccountSelector as R, getXAppsSharesQueryKey as Ra, useSignMessage as Ri, delegateAuthorized as Rn, getResolverAddressQueryKey as Ro, normalize as Rr, ConnectModalContentsTypes as Rs, useBuildTransaction as Rt, ModalFAQButton as S, useSwapTransaction as Sa, CURRENCY_SYMBOLS as Sc, TogglePassportCheck as Si, useGetAccountAddress as Sn, useCustomTokens as So, isOnline as Sr, ConnectPopover as Ss, SwapTokenContent as St, BaseModal as T, compressImages as Ta, ENSRecords as Tc, VECHAIN_KIT_TERMS_CONFIG as Ti, useCurrentAccountImplementationVersion as Tn, useTotalBalance as To, safeWindowOpen as Tr, DappKitButton as Ts, SendTokenSummaryContent as Tt, SwitchFeedback as U, UseSwitchWalletReturnType as Ua, useAccountModalOptions as Ui, useGenericDelegator as Un, getTextRecordsQueryKey as Uo, TIME as Ur, useVechainKitThemeConfig as Us, UseSendTransactionReturnValue as Ut, AccountModal as V, getXAppMetadata as Va, SettingsModalProvider as Vi, getDepositAccount as Vn, useUpdateTextRecord as Vo, isRejectionError as Vr, ColorModeSync as Vs, buildERC20Clauses as Vt, RemoveWalletConfirmContent as W, useSwitchWallet as Wa, ProfileModalProvider as Wi, useCrossAppConnectionCache as Wn, useGetTextRecords as Wo, EconomicNodeStrengthLevelToName as Wr, PrivyWalletProvider as Ws, useSendTransaction as Wt, SettingsContent as X, getRoundXAppsQueryKey as Xa, useReceiveModal as Xi, BuildClausesParams as Xn, getDomainsOfAddressQueryKey as Xo, gmNfts as Xr, VeChainKitContext as Xs, useGetChainId as Xt, TermsAndPrivacyContent as Y, useWallet as Ya, ReceiveModalProvider as Yi, useLocalStorage as Yn, getDomainsOfAddress as Yo, buildQueryString as Yr, VeChainKitConfig as Ys, getChainIdQueryKey as Yt, SettingsContentProps as Z, useRoundXApps as Za, AccountCustomizationModalProvider as Zi, buildBatchAuthorizationTypedData as Zn, useGetDomainsOfAddress as Zo, xNodeToGMstartingLevel as Zr, VeChainKitProvider as Zs, currentBlockQueryKey as Zt, ModalNotificationButton as _, AccountModalProvider as _a, GasTokenType as _c, ENV as _i, useHasV1SmartAccount as _n, TokenWithBalance as _o, getDocumentTitle as _r, TransactionModalProps as _s, ChooseNameSummaryContentProps as _t, useModal as a, SwapTokenModalProvider as aa, DepositAccount as ac, isValidAddress as ai, useUpgradeRequired as an, getVot3BalanceQueryKey as ao, useScrollToTop as ar, getVechainDomainQueryKey as as, AssetsContent as at, AccountAvatar as b, useConnectModal as ba, TextRecords as bc, TOKEN_LOGOS as bi, getAccountAddress as bn, getB3trBalanceQueryKey as bo, hasNavigator as br, WalletButtonProps as bs, ChooseNameContent as bt, LegalDocumentsModal as c, useSendTokenModal as ca, Rate as cc, randomTransactionUser as ci, getSmartAccountQueryKey as cn, SupportedToken as co, useFeatureAnnouncement as cr, useFetchPrivyStatus as cs, UpgradeSmartAccountContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, WalletModalProvider as da, calculateTotalCost as dc, humanAddress as di, useRefreshFactoryQueries as dn, useGetTokenUsdPrice as do, useCurrency as dr, useFetchAppInfo as ds, CustomizationSummaryContent as dt, useFAQModal as ea, EnrichedLegalDocument as ec, toIPFSURL as ei, getUpgradeRequiredForAccount as en, MostVotedAppsInRoundReturnType as eo, GetEventsKeyParams as er, buildVetDomainClauses as es, ChangeCurrencyContent as et, UpgradeSmartAccountModalStyle as f, useWalletModal as fa, formatGasCost as fc, humanDomain as fi, getIsDeployed as fn, getErc20BalanceQueryKey as fo, getCallClauseQueryKey as fr, AccountMainContent as fs, CustomizationSummaryContentProps as ft, GasFeeSummary as g, useTransactionModal as ga, GasTokenSelection as gc, DEFAULT_PRIVY_ECOSYSTEM_APPS as gi, getHasV1SmartAccountQueryKey as gn, useGetCustomTokenInfo as go, copyToClipboard as gr, TransactionModal as gs, ChooseNameSummaryContent as gt, GasFeeTokenSelector as h, TransactionModalProvider as ha, GasTokenPreferences as hc, DEFAULT_GAS_TOKEN_PREFERENCES as hi, getHasV1SmartAccount as hn, getTokenInfo as ho, useMultipleClausesCall as hr, ShareButtons as hs, FAQContent as ht, ModalProvider as i, useExploreEcosystemModal as ia, CostLevel as ic, compareListOfAddresses as ii, getUpgradeRequiredQueryKey as in, useIsPerson as io, useEvents as ir, useEnsRecordExists as is, ManageCustomTokenContentProps as it, ModalBackButton as j, getIpfsImage as ja, PrivyLoginMethod as jc, fetchAppHubApps as ji, useAccountBalance as jn, useTokenBalances as jo, executeCallClause as jr, EmailLoginButton as js, usePrivy as jt, VersionFooter as k, IpfsImage as ka, NFTMediaType as kc, notFoundImage as ki, getAccountBalance as kn, useTokenPrices as ko, ViewFunctionResult as kr, EcosystemButton as ks, useDAppKitWalletModal as kt, LegalDocumentsModalContentsTypes as l, ChooseNameModalProvider as la, TransactionCost as lc, formatTokenBalance as li, useSmartAccount as ln, getTokenUsdPrice as lo, useCurrentCurrency as lr, fetchPrivyAppInfo as ls, ProfileContent as lt, InlineFeedback as m, useTransactionToast as ma, GasTokenInfo as mc, isZero as mi, useIsSmartAccountDeployed as mn, getCustomTokenInfoQueryKey as mo, useCallClause as mr, TransactionModalContent as ms, CustomizationContent as mt, getConfig as n, useNotificationsModal as na, LegalDocumentSource as nc, validateIpfsUri as ni, useUpgradeRequiredForAccount as nn, useMostVotedAppsInRound as no, decodeEventLog$1 as nr, useClaimVeWorldSubdomain as ns, BridgeContent as nt, DAppKitWalletButton as o, useSwapTokenModal as oa, EstimatedGas as oc, leftPadWithZeros as oi, SmartAccountReturnType as on, useGetVot3Balance as oo, useIsPWA as or, useVechainDomain as os, AssetsContentProps as ot, WalletSwitchFeedback as p, TransactionToastProvider as pa, GasTokenEstimate as pc, humanNumber as pi, getIsDeployedQueryKey as pn, useGetErc20Balance as po, getCallClauseQueryKeyWithArgs as pr, TransactionToast as ps, AccountCustomizationContentProps as pt, DisconnectConfirmContent as q, useWalletMetadata as qa, useUpgradeSmartAccountModal as qi, useSyncableLocalStorage as qn, Domain as qo, XNodeStrengthLevelToName as qr, LegalDocument as qs, getEventLogs as qt, AccountModalOptions as r, ExploreEcosystemModalProvider as ra, LegalDocumentType as rc, compareAddresses as ri, getUpgradeRequired as rn, getIsPersonQueryKey as ro, getEventsKey as rr, getEnsRecordExistsQueryKey as rs, ManageCustomTokenContent as rt, LegalDocumentItem as s, SendTokenModalProvider as sa, EstimationResponse as sc, regexPattern as si, getSmartAccount as sn, PRICE_FEED_IDS as so, useGetNodeUrl as sr, fetchPrivyStatus as ss, UpgradeSmartAccountContent as st, AppConfig as t, NotificationsModalProvider as ta, LegalDocumentAgreement as tc, uploadBlobToIPFS as ti, getUpgradeRequiredForAccountQueryKey as tn, XApp as to, UseEventsParams as tr, useClaimVetDomain as ts, ChangeCurrencyContentProps as tt, UpgradeSmartAccountModal as u, useChooseNameModal as ua, VthoPerGasAtSpeed as uc, getPicassoImage as ui, useRefreshSmartAccountQueries as un, getTokenUsdPriceQueryKey as uo, useCurrentLanguage as ur, getPrivyAppInfoQueryKey as us, ProfileContentProps as ut, TransactionButtonAndStatus as v, useAccountModal as va, TransactionSpeed as vc, PrivyEcosystemApp as vi, getAccountVersionQueryKey as vn, getCustomTokenBalanceQueryKey as vo, getLocalStorageItem as vr, SocialIcons as vs, ChooseNameSearchContent as vt, AssetButton as w, UploadedImage as wa, CrossAppConnectionCache as wc, VECHAIN_KIT_STORAGE_KEYS as wi, getCurrentAccountImplementationVersionQueryKey as wn, useCurrentAllocationsRoundId as wo, safeQuerySelector as wr, VeChainWithPrivyLoginButton as ws, SelectTokenContent as wt, ScrollToTopWrapper as x, useSwapQuotes as xa, CURRENCY as xc, TOKEN_LOGO_COMPONENTS as xi, getAccountAddressQueryKey as xn, useGetB3trBalance as xo, isBrowser as xr, WalletDisplayVariant as xs, ChooseNameContentProps as xt, TransactionButtonAndStatusProps as y, ConnectModalProvider as ya, ENS_TEXT_RECORDS as yc, SUPPORTED_GAS_TOKENS as yi, useGetAccountVersion as yn, useGetCustomTokenBalances as yo, getWindowOrigin as yr, WalletButton as ys, ChooseNameSearchContentProps as yt, ActionButton as z, useXAppsShares as za, useNotificationAlerts as zi, estimateAndBuildTxBody as zn, useGetResolverAddress as zo, removePrefix as zr, LegalDocumentsProvider as zs, buildVETClauses as zt };
4282
- //# sourceMappingURL=index-DQsJ0-2w.d.cts.map
4294
+ export { LanguageSettingsContent as $, useRefreshMetadata as $a, useAccountCustomizationModal as $i, useBuildClauses as $n, getIsDomainProtectedQueryKey as $o, resolveMediaTypeFromMimeType as $r, VechainKitProviderProps as $s, useUpgradeSmartAccount as $t, AddressDisplay as A, IpfsImage as Aa, NFTMediaType as Ac, notFoundImage as Ai, getAccountBalanceQueryKey as An, useTokenPrices as Ao, buildCallClauses as Ar, EcosystemButton as As, useMfaEnrollment as At, AccountDetailsButton as B, useXAppsShares as Ba, useNotificationAlerts as Bi, estimateGas as Bn, useGetResolverAddress as Bo, validate as Br, LegalDocumentsProvider as Bs, useTransferVET as Bt, AddressDisplayCard as C, useSwapTransaction as Ca, CURRENCY_SYMBOLS as Cc, TogglePassportCheck as Ci, getCurrentAccountImplementationVersion as Cn, useCustomTokens as Co, removeLocalStorageItem as Cr, ConnectPopover as Cs, ReceiveTokenContent as Ct, StickyHeaderContainer as D, imageCompressionOptions as Da, EnhancedClause as Dc, VECHAIN_PRIVY_APP_ID as Di, getAccountImplementationAddressQueryKey as Dn, TokenWithValue as Do, MultipleClausesCallParameters as Dr, PasskeyLoginButton as Ds, ThorClient$1 as Dt, StickyFooterContainer as E, compressImages as Ea, ENSRecords as Ec, VECHAIN_KIT_TERMS_CONFIG as Ei, getAccountImplementationAddress as En, useTotalBalance as Eo, setLocalStorageItem as Er, DappKitButton as Es, SendTokenContent as Et, FeatureAnnouncementCard as F, useIpfsImageList as Fa, TransactionStatus as Fc, useLoginWithVeChain as Fi, useGenericDelegatorFeeEstimationParams as Fn, getAvatarLegacyQueryKey as Fo, compare as Fr, ErrorContent as Fs, txReceiptQueryKey as Ft, RemoveWalletConfirmContentProps as G, useSwitchWallet as Ga, ProfileModalProvider as Gi, EcosystemShortcut as Gn, useGetTextRecords as Go, MinXNodeLevel as Gr, PrivyWalletProvider as Gs, GetEventsProps as Gt, AccountModalContentTypes as H, getXAppMetadata as Ha, SettingsModalProvider as Hi, signVip191Transaction as Hn, useUpdateTextRecord as Ho, simpleHash as Hr, ColorModeSync as Hs, useTransferERC20 as Ht, QuickActionsSection as I, getIpfsMetadata as Ia, TransactionStatusErrorType as Ic, useLoginWithOAuth$1 as Ii, useGasTokenSelection as In, useGetAvatarLegacy as Io, isInvalid as Ir, LoadingContent as Is, useTxReceipt as It, DisconnectConfirmContentProps as J, useWalletMetadata as Ja, useUpgradeSmartAccountModal as Ji, LocalStorageKey as Jn, Domain as Jo, allNodeStrengthLevelToName as Jr, LegalDocument as Js, getChainId as Jt, SelectWalletContent as K, StoredWallet as Ka, useProfileModal as Ki, useEcosystemShortcuts as Kn, getAvatarQueryKey as Ko, NodeStrengthLevelToImage as Kr, PrivyWalletProviderContextType as Ks, getAllEventLogs as Kt, BalanceSection as L, getIpfsMetadataQueryKey as La, VePassportUserStatus as Lc, useLoginWithPasskey$1 as Li, decodeRawTx as Ln, getAvatarOfAddressQueryKey as Lo, isValid as Lr, MainContent as Ls, BuildTransactionProps as Lt, CrossAppConnectionSecurityCard as M, getIpfsImage as Ma, PrivyLoginMethod as Mc, fetchAppHubApps as Mi, UseEstimateAllTokensParams as Mn, useTokenBalances as Mo, executeMultipleClausesCall as Mr, EmailLoginButton as Ms, useSetWalletRecovery as Mt, DomainRequiredAlert as N, getIpfsImageQueryKey as Na, SmartAccount as Nc, getAppHubAppsQueryKey as Ni, useEstimateAllTokens as Nn, useUnsetDomain as No, isValidUrl as Nr, ConnectionButton as Ns, useThor$1 as Nt, useStickyHeaderContext as O, useUploadImages as Oa, ExecuteBatchWithAuthorizationSignData as Oc, getENV as Oi, useAccountImplementationAddress as On, useTokensWithValues as Oo, MultipleClausesCallReturnType as Or, LoginWithGoogleButton as Os, useDAppKitWallet as Ot, ExchangeWarningAlert as P, useIpfsImage as Pa, TokenBalance as Pc, useAppHubApps as Pi, useGenericDelegatorFeeEstimation as Pn, getAvatarLegacy as Po, addPrefix as Pr, EcosystemContent as Ps, useGasEstimate as Pt, GasTokenSettingsContent as Q, useRoundXApps as Qa, AccountCustomizationModalProvider as Qi, buildSingleAuthorizationTypedData as Qn, useGetDomainsOfAddress as Qo, convertUriToUrl as Qr, VeChainKitProvider as Qs, useCurrentBlock as Qt, AccountSelector as R, useIpfsMetadata as Ra, Wallet as Rc, useSignTypedData as Ri, delegateAuthorized as Rn, useGetAvatarOfAddress as Ro, normalize as Rr, ConnectModal as Rs, useBuildTransaction as Rt, ModalFAQButton as S, useSwapQuotes as Sa, CURRENCY as Sc, TOKEN_LOGO_COMPONENTS as Si, useGetAccountAddress as Sn, useGetB3trBalance as So, isOnline as Sr, WalletDisplayVariant as Ss, SwapTokenContent as St, BaseModal as T, UploadedImage as Ta, CrossAppConnectionCache as Tc, VECHAIN_KIT_STORAGE_KEYS as Ti, useCurrentAccountImplementationVersion as Tn, useCurrentAllocationsRoundId as To, safeWindowOpen as Tr, VeChainWithPrivyLoginButton as Ts, SendTokenSummaryContent as Tt, SwitchFeedback as U, useXAppMetadata as Ua, useSettingsModal as Ui, useGenericDelegator as Un, getTextRecords as Uo, TIME as Ur, VechainKitThemeProvider as Us, UseSendTransactionReturnValue as Ut, AccountModal as V, XAppMetadata as Va, useNotifications as Vi, getDepositAccount as Vn, buildClauses as Vo, isRejectionError as Vr, useLegalDocuments as Vs, buildERC20Clauses as Vt, RemoveWalletConfirmContent as W, UseSwitchWalletReturnType as Wa, useAccountModalOptions as Wi, useCrossAppConnectionCache as Wn, getTextRecordsQueryKey as Wo, EconomicNodeStrengthLevelToName as Wr, useVechainKitThemeConfig as Ws, useSendTransaction as Wt, SettingsContent as X, useWallet$1 as Xa, ReceiveModalProvider as Xi, BuildClausesParams as Xn, getDomainsOfAddress as Xo, gmNfts as Xr, VeChainKitConfig as Xs, useGetChainId as Xt, TermsAndPrivacyContent as Y, UseWalletReturnType as Ya, useLoginModalContent as Yi, useLocalStorage as Yn, DomainsResponse as Yo, buildQueryString as Yr, LegalDocumentOptions as Ys, getChainIdQueryKey as Yt, SettingsContentProps as Z, getRoundXAppsQueryKey as Za, useReceiveModal as Zi, buildBatchAuthorizationTypedData as Zn, getDomainsOfAddressQueryKey as Zo, xNodeToGMstartingLevel as Zr, VeChainKitContext as Zs, currentBlockQueryKey as Zt, ModalNotificationButton as _, useTransactionModal as _a, GasTokenSelection as _c, ENV as _i, useHasV1SmartAccount as _n, useGetCustomTokenInfo as _o, getDocumentTitle as _r, TransactionModal as _s, ChooseNameSummaryContentProps as _t, useModal as a, useExploreEcosystemModal as aa, CostLevel as ac, isValidAddress as ai, useUpgradeRequired as an, useIsPerson as ao, useScrollToTop as ar, useEnsRecordExists as as, AssetsContent as at, AccountAvatar as b, ConnectModalProvider as ba, ENS_TEXT_RECORDS as bc, SUPPORTED_GAS_TOKENS as bi, getAccountAddress as bn, useGetCustomTokenBalances as bo, hasNavigator as br, WalletButton as bs, ChooseNameContent as bt, LegalDocumentsModal as c, SendTokenModalProvider as ca, EstimationResponse as cc, randomTransactionUser as ci, getSmartAccountQueryKey as cn, PRICE_FEED_IDS as co, useFeatureAnnouncement as cr, fetchPrivyStatus as cs, UpgradeSmartAccountContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, useChooseNameModal as da, VthoPerGasAtSpeed as dc, humanAddress as di, useRefreshFactoryQueries as dn, getTokenUsdPriceQueryKey as do, useCurrency as dr, getPrivyAppInfoQueryKey as ds, CustomizationSummaryContent as dt, FAQModalProvider as ea, useVeChainKitConfig as ec, toIPFSURL as ei, getUpgradeRequiredForAccount as en, useRefreshBalances as eo, GetEventsKeyParams as er, useIsDomainProtected as es, ChangeCurrencyContent as et, UpgradeSmartAccountModalStyle as f, WalletModalProvider as fa, calculateTotalCost as fc, humanDomain as fi, getIsDeployed as fn, useGetTokenUsdPrice as fo, getCallClauseQueryKey as fr, useFetchAppInfo as fs, CustomizationSummaryContentProps as ft, GasFeeSummary as g, TransactionModalProvider as ga, GasTokenPreferences as gc, DEFAULT_PRIVY_ECOSYSTEM_APPS as gi, getHasV1SmartAccountQueryKey as gn, getTokenInfo$1 as go, copyToClipboard as gr, ShareButtons as gs, ChooseNameSummaryContent as gt, GasFeeTokenSelector as h, useTransactionToast as ha, GasTokenInfo as hc, DEFAULT_GAS_TOKEN_PREFERENCES as hi, getHasV1SmartAccount as hn, getCustomTokenInfoQueryKey as ho, useMultipleClausesCall as hr, TransactionModalContent as hs, FAQContent as ht, ModalProvider as i, ExploreEcosystemModalProvider as ia, LegalDocumentType as ic, compareListOfAddresses as ii, getUpgradeRequiredQueryKey as in, getIsPersonQueryKey as io, useEvents as ir, getEnsRecordExistsQueryKey as is, ManageCustomTokenContentProps as it, ModalBackButton as j, MAX_IMAGE_SIZE as ja, PrivyAppInfo as jc, AppHubApp as ji, useAccountBalance as jn, WalletTokenBalance as jo, executeCallClause as jr, VeChainLoginButton as js, usePrivy$1 as jt, VersionFooter as k, useIpfsMetadatas as ka, ExecuteWithAuthorizationSignData as kc, getGenericDelegatorUrl as ki, getAccountBalance as kn, ExchangeRates as ko, ViewFunctionResult as kr, PrivyButton as ks, useDAppKitWalletModal as kt, LegalDocumentsModalContentsTypes as l, useSendTokenModal as la, Rate as lc, formatTokenBalance as li, useSmartAccount as ln, SupportedToken as lo, useCurrentCurrency as lr, useFetchPrivyStatus as ls, ProfileContent as lt, InlineFeedback as m, TransactionToastProvider as ma, GasTokenEstimate as mc, isZero as mi, useIsSmartAccountDeployed as mn, useGetErc20Balance as mo, useCallClause as mr, TransactionToast as ms, CustomizationContent as mt, getConfig as n, NotificationsModalProvider as na, LegalDocumentAgreement as nc, validateIpfsUri as ni, useUpgradeRequiredForAccount as nn, XApp as no, decodeEventLog$1 as nr, useClaimVetDomain as ns, BridgeContent as nt, DAppKitWalletButton as o, SwapTokenModalProvider as oa, DepositAccount as oc, leftPadWithZeros as oi, SmartAccountReturnType as on, getVot3BalanceQueryKey as oo, useIsPWA as or, getVechainDomainQueryKey as os, AssetsContentProps as ot, WalletSwitchFeedback as p, useWalletModal as pa, formatGasCost as pc, humanNumber as pi, getIsDeployedQueryKey as pn, getErc20BalanceQueryKey as po, getCallClauseQueryKeyWithArgs as pr, AccountMainContent as ps, AccountCustomizationContentProps as pt, DisconnectConfirmContent as q, useWalletStorage as qa, UpgradeSmartAccountModalProvider as qi, useSyncableLocalStorage as qn, useGetAvatar as qo, XNodeStrengthLevelToName as qr, usePrivyWalletProvider as qs, getEventLogs as qt, AccountModalOptions as r, useNotificationsModal as ra, LegalDocumentSource as rc, compareAddresses as ri, getUpgradeRequired as rn, useMostVotedAppsInRound as ro, getEventsKey as rr, useClaimVeWorldSubdomain as rs, ManageCustomTokenContent as rt, LegalDocumentItem as s, useSwapTokenModal as sa, EstimatedGas as sc, regexPattern as si, getSmartAccount as sn, useGetVot3Balance as so, useGetNodeUrl as sr, useVechainDomain as ss, UpgradeSmartAccountContent as st, AppConfig as t, useFAQModal as ta, EnrichedLegalDocument as tc, uploadBlobToIPFS as ti, getUpgradeRequiredForAccountQueryKey as tn, MostVotedAppsInRoundReturnType as to, UseEventsParams as tr, buildVetDomainClauses as ts, ChangeCurrencyContentProps as tt, UpgradeSmartAccountModal as u, ChooseNameModalProvider as ua, TransactionCost as uc, getPicassoImage as ui, useRefreshSmartAccountQueries as un, getTokenUsdPrice as uo, useCurrentLanguage as ur, fetchPrivyAppInfo as us, ProfileContentProps as ut, TransactionButtonAndStatus as v, AccountModalProvider as va, GasTokenType as vc, NON_TRANSFERABLE_TOKEN_SYMBOLS as vi, getAccountVersionQueryKey as vn, TokenWithBalance as vo, getLocalStorageItem as vr, TransactionModalProps as vs, ChooseNameSearchContent as vt, AssetButton as w, useSingleImageUpload as wa, ConnectionSource as wc, VECHAIN_KIT_COOKIES_CONFIG as wi, getCurrentAccountImplementationVersionQueryKey as wn, getCurrentAllocationsRoundIdQueryKey as wo, safeQuerySelector as wr, LoginWithGithubButton as ws, SelectTokenContent as wt, ScrollToTopWrapper as x, useConnectModal as xa, TextRecords as xc, TOKEN_LOGOS as xi, getAccountAddressQueryKey as xn, getB3trBalanceQueryKey as xo, isBrowser as xr, WalletButtonProps as xs, ChooseNameContentProps as xt, TransactionButtonAndStatusProps as y, useAccountModal as ya, TransactionSpeed as yc, PrivyEcosystemApp as yi, useGetAccountVersion as yn, getCustomTokenBalanceQueryKey as yo, getWindowOrigin as yr, SocialIcons as ys, ChooseNameSearchContentProps as yt, ActionButton as z, getXAppsSharesQueryKey as za, useSignMessage as zi, estimateAndBuildTxBody as zn, getResolverAddressQueryKey as zo, removePrefix as zr, ConnectModalContentsTypes as zs, buildVETClauses as zt };
4295
+ //# sourceMappingURL=index-BNVPAknF.d.mts.map