@vechain/vechain-kit 2.5.0 → 2.6.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-DSMUkHcK.cjs";
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-DUMZwmoJ.cjs";
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_runtime4 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_query37 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_network2 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
  /**
@@ -573,6 +573,8 @@ type VechainKitProviderProps = {
573
573
  };
574
574
  };
575
575
  allowCustomTokens?: boolean;
576
+ /** When true, community tokens (e.g. SASS) are included in token lists and balances. */
577
+ allowCommunityTokens?: boolean;
576
578
  legalDocuments?: LegalDocumentOptions;
577
579
  defaultCurrency?: CURRENCY;
578
580
  theme?: VechainKitThemeConfig;
@@ -603,6 +605,7 @@ type VeChainKitConfig = {
603
605
  /** Current runtime language value. Reflects the active language in VeChainKit. */
604
606
  currentLanguage: string;
605
607
  allowCustomTokens?: boolean;
608
+ allowCommunityTokens: boolean;
606
609
  legalDocuments?: VechainKitProviderProps['legalDocuments'];
607
610
  /** Current runtime currency value. Reflects the active currency in VeChainKit. */
608
611
  currentCurrency: CURRENCY;
@@ -1052,7 +1055,7 @@ declare const AccountMainContent: ({
1052
1055
  //#region src/hooks/api/privy/useFetchAppInfo.d.ts
1053
1056
  declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
1054
1057
  declare const getPrivyAppInfoQueryKey: (appIds: string | string[]) => string[];
1055
- declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query8.UseQueryResult<{
1058
+ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query37.UseQueryResult<{
1056
1059
  [k: string]: {
1057
1060
  website: string | undefined;
1058
1061
  id: string;
@@ -1073,7 +1076,7 @@ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_qu
1073
1076
  //#endregion
1074
1077
  //#region src/hooks/api/privy/useFetchPrivyStatus.d.ts
1075
1078
  declare const fetchPrivyStatus: () => Promise<string>;
1076
- declare const useFetchPrivyStatus: () => _tanstack_react_query8.UseQueryResult<string, Error>;
1079
+ declare const useFetchPrivyStatus: () => _tanstack_react_query37.UseQueryResult<string, Error>;
1077
1080
  //#endregion
1078
1081
  //#region src/hooks/api/vetDomains/useVechainDomain.d.ts
1079
1082
  interface VeChainDomainResult {
@@ -1083,11 +1086,11 @@ interface VeChainDomainResult {
1083
1086
  isPrimaryDomain: boolean;
1084
1087
  }
1085
1088
  declare const getVechainDomainQueryKey: (addressOrDomain?: string | null) => (string | null | undefined)[];
1086
- declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query8.UseQueryResult<VeChainDomainResult, Error>;
1089
+ declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query37.UseQueryResult<VeChainDomainResult, Error>;
1087
1090
  //#endregion
1088
1091
  //#region src/hooks/api/vetDomains/useEnsRecordExists.d.ts
1089
1092
  declare const getEnsRecordExistsQueryKey: (name: string) => string[];
1090
- declare const useEnsRecordExists: (name: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
1093
+ declare const useEnsRecordExists: (name: string) => _tanstack_react_query37.UseQueryResult<boolean, Error>;
1091
1094
  //#endregion
1092
1095
  //#region src/hooks/api/vetDomains/useClaimVeWorldSubdomain.d.ts
1093
1096
  type useClaimVeWorldSubdomainProps = {
@@ -1149,7 +1152,7 @@ declare const getIsDomainProtectedQueryKey: (domain?: string) => (string | undef
1149
1152
  * @param {boolean} [enabled=true] - Flag to enable or disable the hook.
1150
1153
  * @returns The result of the useQuery hook, with the protection status.
1151
1154
  */
1152
- declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
1155
+ declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query37.UseQueryResult<boolean, Error>;
1153
1156
  //#endregion
1154
1157
  //#region src/hooks/api/vetDomains/useGetDomainsOfAddress.d.ts
1155
1158
  declare const DomainSchema: z.ZodObject<{
@@ -1177,7 +1180,7 @@ declare const getDomainsOfAddressQueryKey: (address?: string, parentDomain?: str
1177
1180
  * @param parentDomain The parent domain (e.g., "veworld.vet")
1178
1181
  * @returns The domains owned by the address
1179
1182
  */
1180
- declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query8.UseQueryResult<{
1183
+ declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query37.UseQueryResult<{
1181
1184
  domains: {
1182
1185
  name: string;
1183
1186
  }[];
@@ -1190,7 +1193,7 @@ declare const getAvatarQueryKey: (name: string, networkType: NETWORK_TYPE) => st
1190
1193
  * @param name - The VET domain name
1191
1194
  * @returns The resolved avatar URL
1192
1195
  */
1193
- declare const useGetAvatar: (name: string) => _tanstack_react_query8.UseQueryResult<string | null, Error>;
1196
+ declare const useGetAvatar: (name: string) => _tanstack_react_query37.UseQueryResult<string | null, Error>;
1194
1197
  //#endregion
1195
1198
  //#region src/hooks/api/vetDomains/useGetTextRecords.d.ts
1196
1199
  /**
@@ -1202,7 +1205,7 @@ declare const useGetAvatar: (name: string) => _tanstack_react_query8.UseQueryRes
1202
1205
  */
1203
1206
  declare const getTextRecords: (nodeUrl: string, network: NETWORK_TYPE, domain?: string) => Promise<TextRecords>;
1204
1207
  declare const getTextRecordsQueryKey: (domain?: string, network?: NETWORK_TYPE) => (string | undefined)[];
1205
- declare const useGetTextRecords: (domain?: string) => _tanstack_react_query8.UseQueryResult<TextRecords, Error>;
1208
+ declare const useGetTextRecords: (domain?: string) => _tanstack_react_query37.UseQueryResult<TextRecords, Error>;
1206
1209
  //#endregion
1207
1210
  //#region src/hooks/api/vetDomains/useUpdateTextRecord.d.ts
1208
1211
  type UpdateTextRecordVariables = {
@@ -1235,7 +1238,7 @@ declare const getResolverAddressQueryKey: (domain?: string) => (string | undefin
1235
1238
  * @param domain The domain to get resolver for
1236
1239
  * @returns The resolver address for the domain
1237
1240
  */
1238
- declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query8.UseQueryResult<`0x${string}`, unknown>;
1241
+ declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query37.UseQueryResult<`0x${string}`, unknown>;
1239
1242
  //#endregion
1240
1243
  //#region src/hooks/api/vetDomains/useGetAvatarOfAddress.d.ts
1241
1244
  declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefined)[];
@@ -1245,7 +1248,7 @@ declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefi
1245
1248
  * @param address The owner's address
1246
1249
  * @returns The avatar URL for the address's primary domain
1247
1250
  */
1248
- declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query8.UseQueryResult<string, Error>;
1251
+ declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query37.UseQueryResult<string, Error>;
1249
1252
  //#endregion
1250
1253
  //#region src/hooks/api/vetDomains/useGetAvatarLegacy.d.ts
1251
1254
  /**
@@ -1262,7 +1265,7 @@ declare const getAvatarLegacyQueryKey: (name: string, networkType: NETWORK_TYPE)
1262
1265
  * @param name - The VET domain name
1263
1266
  * @returns The resolved avatar URL
1264
1267
  */
1265
- declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query8.UseQueryResult<string | null, Error>;
1268
+ declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query37.UseQueryResult<string | null, Error>;
1266
1269
  //#endregion
1267
1270
  //#region src/hooks/api/vetDomains/useUnsetDomain.d.ts
1268
1271
  type useUnsetDomainProps = {
@@ -1371,7 +1374,7 @@ declare const getCurrentAllocationsRoundIdQueryKey: (address: string) => string[
1371
1374
  * Hook to get the current roundId of allocations voting
1372
1375
  * @returns the current roundId of allocations voting
1373
1376
  */
1374
- declare const useCurrentAllocationsRoundId: () => _tanstack_react_query8.UseQueryResult<string, unknown>;
1377
+ declare const useCurrentAllocationsRoundId: () => _tanstack_react_query37.UseQueryResult<string, unknown>;
1375
1378
  //#endregion
1376
1379
  //#region src/hooks/api/wallet/useCustomTokens.d.ts
1377
1380
  declare const useCustomTokens: () => {
@@ -1384,7 +1387,7 @@ declare const useCustomTokens: () => {
1384
1387
  //#endregion
1385
1388
  //#region src/hooks/api/wallet/useGetB3trBalance.d.ts
1386
1389
  declare const getB3trBalanceQueryKey: (address?: string) => (string | undefined)[];
1387
- declare const useGetB3trBalance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
1390
+ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query37.UseQueryResult<{
1388
1391
  original: string;
1389
1392
  scaled: string;
1390
1393
  formatted: string;
@@ -1393,7 +1396,7 @@ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query8.Us
1393
1396
  //#region src/hooks/api/wallet/useGetCustomTokenBalances.d.ts
1394
1397
  type TokenWithBalance = CustomTokenInfo & TokenBalance;
1395
1398
  declare const getCustomTokenBalanceQueryKey: (tokenAddress?: string, address?: string) => (string | undefined)[];
1396
- declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query8.UseQueryResult<{
1399
+ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query37.UseQueryResult<{
1397
1400
  original: string;
1398
1401
  scaled: string;
1399
1402
  formatted: string;
@@ -1404,13 +1407,16 @@ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_q
1404
1407
  }, Error>[];
1405
1408
  //#endregion
1406
1409
  //#region src/hooks/api/wallet/useGetCustomTokenInfo.d.ts
1407
- declare const getTokenInfo: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
1410
+ declare const getTokenInfo$1: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
1408
1411
  declare const getCustomTokenInfoQueryKey: (tokenAddress: string) => string[];
1409
- declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query8.UseQueryResult<CustomTokenInfo, Error>;
1412
+ declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query37.UseQueryResult<CustomTokenInfo, Error>;
1410
1413
  //#endregion
1411
1414
  //#region src/hooks/api/wallet/useGetErc20Balance.d.ts
1412
1415
  declare const getErc20BalanceQueryKey: (tokenAddress: string, address?: string) => (string | undefined)[];
1413
- declare const useGetErc20Balance: (tokenAddress: string, address?: string) => _tanstack_react_query8.UseQueryResult<{
1416
+ type UseGetErc20BalanceOptions = {
1417
+ enabled?: boolean;
1418
+ };
1419
+ declare const useGetErc20Balance: (tokenAddress: string, address?: string, options?: UseGetErc20BalanceOptions) => _tanstack_react_query37.UseQueryResult<{
1414
1420
  original: string;
1415
1421
  scaled: string;
1416
1422
  formatted: string;
@@ -1427,11 +1433,11 @@ declare const PRICE_FEED_IDS: {
1427
1433
  type SupportedToken = keyof typeof PRICE_FEED_IDS;
1428
1434
  declare const getTokenUsdPrice: (thor: ThorClient, token: SupportedToken, network: NETWORK_TYPE) => Promise<number>;
1429
1435
  declare const getTokenUsdPriceQueryKey: (token: SupportedToken) => string[];
1430
- declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query8.UseQueryResult<number, Error>;
1436
+ declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query37.UseQueryResult<number, Error>;
1431
1437
  //#endregion
1432
1438
  //#region src/hooks/api/wallet/useGetVot3Balance.d.ts
1433
1439
  declare const getVot3BalanceQueryKey: (address?: string) => (string | undefined)[];
1434
- declare const useGetVot3Balance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
1440
+ declare const useGetVot3Balance: (address?: string) => _tanstack_react_query37.UseQueryResult<{
1435
1441
  original: string;
1436
1442
  scaled: string;
1437
1443
  formatted: string;
@@ -1450,7 +1456,7 @@ declare const getIsPersonQueryKey: (user: string, networkType: NETWORK_TYPE) =>
1450
1456
  * @param user - The user address.
1451
1457
  * @returns The isPerson status.
1452
1458
  */
1453
- declare const useIsPerson: (user?: string | null) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
1459
+ declare const useIsPerson: (user?: string | null) => _tanstack_react_query37.UseQueryResult<boolean, Error>;
1454
1460
  //#endregion
1455
1461
  //#region src/hooks/api/wallet/useMostVotedAppsInRound.d.ts
1456
1462
  type XApp = {
@@ -1488,7 +1494,7 @@ declare const useRefreshMetadata: (domain: string, address: string) => {
1488
1494
  //#endregion
1489
1495
  //#region src/hooks/api/wallet/useRoundXApps.d.ts
1490
1496
  declare const getRoundXAppsQueryKey: (roundId: string, networkType: NETWORK_TYPE) => unknown[];
1491
- declare const useRoundXApps: (roundId?: string) => _tanstack_react_query8.UseQueryResult<{
1497
+ declare const useRoundXApps: (roundId?: string) => _tanstack_react_query37.UseQueryResult<{
1492
1498
  id: string;
1493
1499
  teamWalletAddress: `0x${string}`;
1494
1500
  name: string;
@@ -1519,7 +1525,7 @@ type UseWalletReturnType = {
1519
1525
  };
1520
1526
  disconnect: () => Promise<void>;
1521
1527
  };
1522
- declare const useWallet: () => UseWalletReturnType;
1528
+ declare const useWallet$1: () => UseWalletReturnType;
1523
1529
  //#endregion
1524
1530
  //#region src/hooks/api/wallet/useWalletMetadata.d.ts
1525
1531
  declare const useWalletMetadata: (address: string, networkType: NETWORK_TYPE) => {
@@ -1602,7 +1608,7 @@ type XAppMetadata = {
1602
1608
  * @returns The metadata of the xApp see {@link XAppMetadata}
1603
1609
  */
1604
1610
  declare const getXAppMetadata: (uri: string, networkType: NETWORK_TYPE) => Promise<XAppMetadata | undefined>;
1605
- declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query8.UseQueryResult<XAppMetadata | undefined, Error>;
1611
+ declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query37.UseQueryResult<XAppMetadata | undefined, Error>;
1606
1612
  //#endregion
1607
1613
  //#region src/hooks/api/wallet/useXAppShares.d.ts
1608
1614
  /**
@@ -1617,7 +1623,7 @@ declare const getXAppsSharesQueryKey: (roundId?: number | string) => (string | n
1617
1623
  * @returns the shares (% of allocation pool) for the xApps in the round { allocated: number, unallocated: number }
1618
1624
  *
1619
1625
  */
1620
- declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query8.UseQueryResult<{
1626
+ declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query37.UseQueryResult<{
1621
1627
  app: string;
1622
1628
  share: number;
1623
1629
  unallocatedShare: number;
@@ -1639,7 +1645,7 @@ declare const getIpfsMetadataQueryKey: (networkType: NETWORK_TYPE, ipfsUri?: str
1639
1645
  * @param ipfsUri - The IPFS URI
1640
1646
  * @returns The metadata from IPFS
1641
1647
  */
1642
- declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<T$1>, Error>;
1648
+ declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query37.UseQueryResult<_tanstack_react_query37.NoInfer<T$1>, Error>;
1643
1649
  //#endregion
1644
1650
  //#region src/hooks/api/ipfs/useIpfsImage.d.ts
1645
1651
  interface IpfsImage {
@@ -1666,14 +1672,14 @@ declare const getIpfsImageQueryKey: (networkType: NETWORK_TYPE, imageIpfsUri?: n
1666
1672
  * @param imageIpfsUri - The IPFS URI of the NFT media
1667
1673
  * @returns The NFT media
1668
1674
  */
1669
- declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query8.UseQueryResult<IpfsImage, Error>;
1675
+ declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query37.UseQueryResult<IpfsImage, Error>;
1670
1676
  /**
1671
1677
  * Custom hook to fetch a list of IPFS images.
1672
1678
  *
1673
1679
  * @param imageIpfsUriList - An array of IPFS URIs for the images.
1674
1680
  * @returns An array of queries for each IPFS image URI.
1675
1681
  */
1676
- declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query8.UseQueryResult<IpfsImage, Error>[];
1682
+ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query37.UseQueryResult<IpfsImage, Error>[];
1677
1683
  //#endregion
1678
1684
  //#region src/hooks/api/ipfs/useIpfsMetadatas.d.ts
1679
1685
  /**
@@ -1681,7 +1687,7 @@ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_
1681
1687
  * @param ipfsUris - The IPFS URIs
1682
1688
  * @returns The metadata from IPFS for each URI
1683
1689
  */
1684
- declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query8.UseQueryResult<T$1, Error>[];
1690
+ declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query37.UseQueryResult<T$1, Error>[];
1685
1691
  //#endregion
1686
1692
  //#region src/hooks/api/ipfs/useUploadImages.d.ts
1687
1693
  declare const imageCompressionOptions: Options;
@@ -1862,7 +1868,7 @@ declare const useSwapTransaction: (params: SwapParams | null, quote: SwapQuote |
1862
1868
  executeSwap: () => Promise<void>;
1863
1869
  isTransactionPending: boolean;
1864
1870
  isWaitingForWalletConfirmation: boolean;
1865
- txReceipt: _vechain_sdk_network0.TransactionReceipt | null;
1871
+ txReceipt: _vechain_sdk_network2.TransactionReceipt | null;
1866
1872
  status: TransactionStatus;
1867
1873
  resetStatus: () => void;
1868
1874
  error: TransactionStatusErrorType | undefined;
@@ -2170,7 +2176,7 @@ type UseSignTypedDataReturnValue = {
2170
2176
  declare const useSignTypedData: () => UseSignTypedDataReturnValue;
2171
2177
  //#endregion
2172
2178
  //#region src/hooks/login/useLoginWithPasskey.d.ts
2173
- declare const useLoginWithPasskey: () => {
2179
+ declare const useLoginWithPasskey$1: () => {
2174
2180
  loginWithPasskey: () => Promise<void>;
2175
2181
  };
2176
2182
  //#endregion
@@ -2178,7 +2184,7 @@ declare const useLoginWithPasskey: () => {
2178
2184
  interface OAuthOptions {
2179
2185
  provider: OAuthProviderType;
2180
2186
  }
2181
- declare const useLoginWithOAuth: () => {
2187
+ declare const useLoginWithOAuth$1: () => {
2182
2188
  initOAuth: ({
2183
2189
  provider
2184
2190
  }: OAuthOptions) => Promise<void>;
@@ -2235,7 +2241,7 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
2235
2241
  * );
2236
2242
  * ```
2237
2243
  */
2238
- declare const useAppHubApps: () => _tanstack_react_query8.UseQueryResult<AppHubApp[], Error>;
2244
+ declare const useAppHubApps: () => _tanstack_react_query37.UseQueryResult<AppHubApp[], Error>;
2239
2245
  //#endregion
2240
2246
  //#region src/utils/constants.d.ts
2241
2247
  /** Tokens that cannot be swapped or transferred (e.g. governance voting tokens) */
@@ -2590,7 +2596,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
2590
2596
  method: TMethod;
2591
2597
  args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
2592
2598
  queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
2593
- }) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<TData>, unknown>;
2599
+ }) => _tanstack_react_query37.UseQueryResult<_tanstack_react_query37.NoInfer<TData>, unknown>;
2594
2600
  declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
2595
2601
  thor,
2596
2602
  calls,
@@ -2601,7 +2607,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
2601
2607
  calls: MultipleClausesCallParameters<contracts, allowFailure>;
2602
2608
  queryKey: string[];
2603
2609
  enabled?: boolean;
2604
- }) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
2610
+ }) => _tanstack_react_query37.UseQueryResult<_tanstack_react_query37.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
2605
2611
  //#endregion
2606
2612
  //#region src/hooks/utils/useCurrency.d.ts
2607
2613
  /**
@@ -2725,7 +2731,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
2725
2731
  filterParams,
2726
2732
  mapResponse,
2727
2733
  nodeUrl
2728
- }: UseEventsParams<T$1, K, R>) => _tanstack_react_query8.UseQueryResult<R[], Error>;
2734
+ }: UseEventsParams<T$1, K, R>) => _tanstack_react_query37.UseQueryResult<R[], Error>;
2729
2735
  //#endregion
2730
2736
  //#region src/hooks/utils/useBuildClauses.d.ts
2731
2737
  interface BuildClausesParams {
@@ -2877,7 +2883,7 @@ declare const useGenericDelegatorFeeEstimation: ({
2877
2883
  tokens,
2878
2884
  sendingAmount,
2879
2885
  sendingTokenSymbol
2880
- }: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query8.UseQueryResult<EstimationResponse & {
2886
+ }: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query37.UseQueryResult<EstimationResponse & {
2881
2887
  usedToken: string;
2882
2888
  }, Error>;
2883
2889
  //#endregion
@@ -2891,7 +2897,7 @@ declare const useEstimateAllTokens: ({
2891
2897
  clauses,
2892
2898
  tokens,
2893
2899
  enabled
2894
- }: UseEstimateAllTokensParams) => _tanstack_react_query8.UseQueryResult<Record<GasTokenType, {
2900
+ }: UseEstimateAllTokensParams) => _tanstack_react_query37.UseQueryResult<Record<GasTokenType, {
2895
2901
  cost: number;
2896
2902
  loading: boolean;
2897
2903
  error?: string;
@@ -2908,7 +2914,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
2908
2914
  * @param address The address of the account to get the balance for
2909
2915
  * @returns The account balance
2910
2916
  */
2911
- declare const useAccountBalance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
2917
+ declare const useAccountBalance: (address?: string) => _tanstack_react_query37.UseQueryResult<{
2912
2918
  balance: string;
2913
2919
  energy: string;
2914
2920
  }, Error>;
@@ -2921,7 +2927,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
2921
2927
  * @param version - The version of the smart account implementation
2922
2928
  * @returns The address of the smart account implementation
2923
2929
  */
2924
- declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query8.UseQueryResult<string, Error>;
2930
+ declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query37.UseQueryResult<string, Error>;
2925
2931
  //#endregion
2926
2932
  //#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
2927
2933
  declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
@@ -2930,7 +2936,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
2930
2936
  * Get the current account implementation version used by the smart account factory
2931
2937
  * @returns The current account implementation version
2932
2938
  */
2933
- declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query8.UseQueryResult<number, Error>;
2939
+ declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query37.UseQueryResult<number, Error>;
2934
2940
  //#endregion
2935
2941
  //#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
2936
2942
  declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
@@ -2940,7 +2946,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
2940
2946
  * @param ownerAddress - The address of the owner of the smart account
2941
2947
  * @returns The address of the smart account
2942
2948
  */
2943
- declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<string, Error>;
2949
+ declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query37.UseQueryResult<string, Error>;
2944
2950
  //#endregion
2945
2951
  //#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
2946
2952
  declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => unknown[];
@@ -2950,7 +2956,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
2950
2956
  * @param ownerAddress - The address of the owner of the smart account
2951
2957
  * @returns The version of the smart account
2952
2958
  */
2953
- declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query8.UseQueryResult<{
2959
+ declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query37.UseQueryResult<{
2954
2960
  version: number;
2955
2961
  isDeployed: boolean;
2956
2962
  }, unknown>;
@@ -2963,7 +2969,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
2963
2969
  * @param ownerAddress - The address of the owner of the smart account
2964
2970
  * @returns True if the smart account has a v1 smart account, false otherwise
2965
2971
  */
2966
- declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
2972
+ declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query37.UseQueryResult<boolean, Error>;
2967
2973
  //#endregion
2968
2974
  //#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
2969
2975
  declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
@@ -2972,7 +2978,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
2972
2978
  * Check if a smart account is deployed
2973
2979
  * @returns True if the smart account is deployed, false otherwise
2974
2980
  */
2975
- declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
2981
+ declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query37.UseQueryResult<boolean, Error>;
2976
2982
  //#endregion
2977
2983
  //#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
2978
2984
  /**
@@ -3005,7 +3011,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
3005
3011
  isDeployed: boolean;
3006
3012
  }>;
3007
3013
  declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
3008
- declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<{
3014
+ declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query37.UseQueryResult<{
3009
3015
  address: undefined;
3010
3016
  isDeployed?: undefined;
3011
3017
  } | {
@@ -3023,7 +3029,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
3023
3029
  * @param targetVersion - The version of the smart account to check for
3024
3030
  * @returns True if the smart account needs an upgrade, false otherwise
3025
3031
  */
3026
- declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
3032
+ declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query37.UseQueryResult<boolean, Error>;
3027
3033
  //#endregion
3028
3034
  //#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
3029
3035
  declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
@@ -3034,7 +3040,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
3034
3040
  * @param targetVersion - The target version of the smart account
3035
3041
  * @returns True if the smart account needs an upgrade, false otherwise
3036
3042
  */
3037
- declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
3043
+ declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query37.UseQueryResult<boolean, Error>;
3038
3044
  //#endregion
3039
3045
  //#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
3040
3046
  type UseUpgradeSmartAccountVersionProps = {
@@ -3059,7 +3065,7 @@ declare const currentBlockQueryKey: () => string[];
3059
3065
  * Fetches the current block from the blockchain. The block is refetched every 10 seconds.
3060
3066
  * @returns the current block
3061
3067
  */
3062
- declare const useCurrentBlock: () => _tanstack_react_query8.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
3068
+ declare const useCurrentBlock: () => _tanstack_react_query37.UseQueryResult<_vechain_sdk_network2.ExpandedBlockDetail, Error>;
3063
3069
  //#endregion
3064
3070
  //#region src/hooks/thor/blocks/useGetChainId.d.ts
3065
3071
  declare const getChainId: (thor: ThorClient) => Promise<string>;
@@ -3068,7 +3074,7 @@ declare const getChainIdQueryKey: () => string[];
3068
3074
  * Get the chain id
3069
3075
  * @returns The chain id
3070
3076
  */
3071
- declare const useGetChainId: () => _tanstack_react_query8.UseQueryResult<string, Error>;
3077
+ declare const useGetChainId: () => _tanstack_react_query37.UseQueryResult<string, Error>;
3072
3078
  //#endregion
3073
3079
  //#region src/hooks/thor/logs/logUtils.d.ts
3074
3080
  /**
@@ -3305,7 +3311,7 @@ declare const useBuildTransaction: <ClausesParams>({
3305
3311
  sendTransaction: (props: ClausesParams) => Promise<void>;
3306
3312
  isTransactionPending: boolean;
3307
3313
  isWaitingForWalletConfirmation: boolean;
3308
- txReceipt: _vechain_sdk_network0.TransactionReceipt | null;
3314
+ txReceipt: _vechain_sdk_network2.TransactionReceipt | null;
3309
3315
  status: TransactionStatus;
3310
3316
  resetStatus: () => void;
3311
3317
  error?: TransactionStatusErrorType;
@@ -3320,7 +3326,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
3320
3326
  * @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
3321
3327
  * @returns Query result containing the transaction receipt
3322
3328
  */
3323
- declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query8.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
3329
+ declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query37.UseQueryResult<_vechain_sdk_network2.TransactionReceipt, Error>;
3324
3330
  //#endregion
3325
3331
  //#region src/hooks/thor/transactions/useGasEstimate.d.ts
3326
3332
  declare const useGasEstimate: (thor: ThorClient, clauses: TransactionClause[], caller: string, options?: {
@@ -4280,7 +4286,7 @@ type AppConfig = {
4280
4286
  vetDomainsPublicResolverAddress: string;
4281
4287
  vetDomainsReverseRegistrarAddress: string;
4282
4288
  vnsResolverAddress: string;
4283
- gloDollarContractAddress: string;
4289
+ sassContractAddress: string;
4284
4290
  vetDomainAvatarUrl: string;
4285
4291
  nodeUrl: string;
4286
4292
  indexerUrl: string;
@@ -4291,5 +4297,5 @@ type AppConfig = {
4291
4297
  };
4292
4298
  declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
4293
4299
  //#endregion
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 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 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 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 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 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 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-eQhlDtCI.d.cts.map
4300
+ export { LanguageSettingsContent as $, useRefreshMetadata as $a, useAccountCustomizationModal as $i, useBuildClauses as $n, useGetDomainsOfAddress as $o, resolveMediaTypeFromMimeType as $r, VeChainKitProvider as $s, useUpgradeSmartAccount as $t, AddressDisplay as A, IpfsImage as Aa, ExecuteWithAuthorizationSignData as Ac, notFoundImage as Ai, getAccountBalanceQueryKey as An, ExchangeRates as Ao, buildCallClauses as Ar, PrivyButton as As, useMfaEnrollment as At, AccountDetailsButton as B, useXAppsShares as Ba, useNotificationAlerts as Bi, estimateGas as Bn, getResolverAddressQueryKey as Bo, validate as Br, ConnectModalContentsTypes as Bs, useTransferVET as Bt, AddressDisplayCard as C, useSwapTransaction as Ca, CURRENCY as Cc, TogglePassportCheck as Ci, getCurrentAccountImplementationVersion as Cn, useGetB3trBalance as Co, removeLocalStorageItem as Cr, WalletDisplayVariant as Cs, ReceiveTokenContent as Ct, StickyHeaderContainer as D, imageCompressionOptions as Da, ENSRecords as Dc, VECHAIN_PRIVY_APP_ID as Di, getAccountImplementationAddressQueryKey as Dn, useTotalBalance as Do, MultipleClausesCallParameters as Dr, DappKitButton as Ds, ThorClient$1 as Dt, StickyFooterContainer as E, compressImages as Ea, CrossAppConnectionCache as Ec, VECHAIN_KIT_TERMS_CONFIG as Ei, getAccountImplementationAddress as En, useCurrentAllocationsRoundId as Eo, setLocalStorageItem as Er, VeChainWithPrivyLoginButton as Es, SendTokenContent as Et, FeatureAnnouncementCard as F, useIpfsImageList as Fa, TokenBalance as Fc, useLoginWithVeChain as Fi, useGenericDelegatorFeeEstimationParams as Fn, getAvatarLegacy as Fo, compare as Fr, EcosystemContent as Fs, txReceiptQueryKey as Ft, RemoveWalletConfirmContentProps as G, useSwitchWallet as Ga, ProfileModalProvider as Gi, EcosystemShortcut as Gn, getTextRecordsQueryKey as Go, MinXNodeLevel as Gr, useVechainKitThemeConfig as Gs, GetEventsProps as Gt, AccountModalContentTypes as H, getXAppMetadata as Ha, SettingsModalProvider as Hi, signVip191Transaction as Hn, buildClauses as Ho, simpleHash as Hr, useLegalDocuments as Hs, useTransferERC20 as Ht, QuickActionsSection as I, getIpfsMetadata as Ia, TransactionStatus as Ic, useLoginWithOAuth$1 as Ii, useGasTokenSelection as In, getAvatarLegacyQueryKey as Io, isInvalid as Ir, ErrorContent as Is, useTxReceipt as It, DisconnectConfirmContentProps as J, useWalletMetadata as Ja, useUpgradeSmartAccountModal as Ji, LocalStorageKey as Jn, useGetAvatar as Jo, allNodeStrengthLevelToName as Jr, usePrivyWalletProvider as Js, getChainId as Jt, SelectWalletContent as K, StoredWallet as Ka, useProfileModal as Ki, useEcosystemShortcuts as Kn, useGetTextRecords as Ko, NodeStrengthLevelToImage as Kr, PrivyWalletProvider as Ks, getAllEventLogs as Kt, BalanceSection as L, getIpfsMetadataQueryKey as La, TransactionStatusErrorType as Lc, useLoginWithPasskey$1 as Li, decodeRawTx as Ln, useGetAvatarLegacy as Lo, isValid as Lr, LoadingContent as Ls, BuildTransactionProps as Lt, CrossAppConnectionSecurityCard as M, getIpfsImage as Ma, PrivyAppInfo as Mc, fetchAppHubApps as Mi, UseEstimateAllTokensParams as Mn, WalletTokenBalance as Mo, executeMultipleClausesCall as Mr, VeChainLoginButton as Ms, useSetWalletRecovery as Mt, DomainRequiredAlert as N, getIpfsImageQueryKey as Na, PrivyLoginMethod as Nc, getAppHubAppsQueryKey as Ni, useEstimateAllTokens as Nn, useTokenBalances as No, isValidUrl as Nr, EmailLoginButton as Ns, useThor$1 as Nt, useStickyHeaderContext as O, useUploadImages as Oa, EnhancedClause as Oc, getENV as Oi, useAccountImplementationAddress as On, TokenWithValue as Oo, MultipleClausesCallReturnType as Or, PasskeyLoginButton as Os, useDAppKitWallet as Ot, ExchangeWarningAlert as P, useIpfsImage as Pa, SmartAccount as Pc, useAppHubApps as Pi, useGenericDelegatorFeeEstimation as Pn, useUnsetDomain as Po, addPrefix as Pr, ConnectionButton as Ps, useGasEstimate as Pt, GasTokenSettingsContent as Q, useRoundXApps as Qa, AccountCustomizationModalProvider as Qi, buildSingleAuthorizationTypedData as Qn, getDomainsOfAddressQueryKey as Qo, convertUriToUrl as Qr, VeChainKitContext as Qs, useCurrentBlock as Qt, AccountSelector as R, useIpfsMetadata as Ra, VePassportUserStatus as Rc, useSignTypedData as Ri, delegateAuthorized as Rn, getAvatarOfAddressQueryKey as Ro, normalize as Rr, MainContent as Rs, useBuildTransaction as Rt, ModalFAQButton as S, useSwapQuotes as Sa, TextRecords as Sc, TOKEN_LOGO_COMPONENTS as Si, useGetAccountAddress as Sn, getB3trBalanceQueryKey as So, isOnline as Sr, WalletButtonProps as Ss, SwapTokenContent as St, BaseModal as T, UploadedImage as Ta, ConnectionSource as Tc, VECHAIN_KIT_STORAGE_KEYS as Ti, useCurrentAccountImplementationVersion as Tn, getCurrentAllocationsRoundIdQueryKey as To, safeWindowOpen as Tr, LoginWithGithubButton as Ts, SendTokenSummaryContent as Tt, SwitchFeedback as U, useXAppMetadata as Ua, useSettingsModal as Ui, useGenericDelegator as Un, useUpdateTextRecord as Uo, TIME as Ur, ColorModeSync as Us, UseSendTransactionReturnValue as Ut, AccountModal as V, XAppMetadata as Va, useNotifications as Vi, getDepositAccount as Vn, useGetResolverAddress as Vo, isRejectionError as Vr, LegalDocumentsProvider as Vs, buildERC20Clauses as Vt, RemoveWalletConfirmContent as W, UseSwitchWalletReturnType as Wa, useAccountModalOptions as Wi, useCrossAppConnectionCache as Wn, getTextRecords as Wo, EconomicNodeStrengthLevelToName as Wr, VechainKitThemeProvider as Ws, useSendTransaction as Wt, SettingsContent as X, useWallet$1 as Xa, ReceiveModalProvider as Xi, BuildClausesParams as Xn, DomainsResponse as Xo, gmNfts as Xr, LegalDocumentOptions as Xs, useGetChainId as Xt, TermsAndPrivacyContent as Y, UseWalletReturnType as Ya, useLoginModalContent as Yi, useLocalStorage as Yn, Domain as Yo, buildQueryString as Yr, LegalDocument as Ys, getChainIdQueryKey as Yt, SettingsContentProps as Z, getRoundXAppsQueryKey as Za, useReceiveModal as Zi, buildBatchAuthorizationTypedData as Zn, getDomainsOfAddress as Zo, xNodeToGMstartingLevel as Zr, VeChainKitConfig as Zs, currentBlockQueryKey as Zt, ModalNotificationButton as _, useTransactionModal as _a, GasTokenPreferences as _c, ENV as _i, useHasV1SmartAccount as _n, getTokenInfo$1 as _o, getDocumentTitle as _r, ShareButtons as _s, ChooseNameSummaryContentProps as _t, useModal as a, useExploreEcosystemModal as aa, LegalDocumentType as ac, isValidAddress as ai, useUpgradeRequired as an, useIsPerson as ao, useScrollToTop as ar, getEnsRecordExistsQueryKey as as, AssetsContent as at, AccountAvatar as b, ConnectModalProvider as ba, TransactionSpeed as bc, SUPPORTED_GAS_TOKENS as bi, getAccountAddress as bn, getCustomTokenBalanceQueryKey as bo, hasNavigator as br, SocialIcons as bs, ChooseNameContent as bt, LegalDocumentsModal as c, SendTokenModalProvider as ca, EstimatedGas as cc, randomTransactionUser as ci, getSmartAccountQueryKey as cn, PRICE_FEED_IDS as co, useFeatureAnnouncement as cr, useVechainDomain as cs, UpgradeSmartAccountContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, useChooseNameModal as da, TransactionCost as dc, humanAddress as di, useRefreshFactoryQueries as dn, getTokenUsdPriceQueryKey as do, useCurrency as dr, fetchPrivyAppInfo as ds, CustomizationSummaryContent as dt, FAQModalProvider as ea, VechainKitProviderProps as ec, toIPFSURL as ei, getUpgradeRequiredForAccount as en, useRefreshBalances as eo, GetEventsKeyParams as er, getIsDomainProtectedQueryKey as es, ChangeCurrencyContent as et, UpgradeSmartAccountModalStyle as f, WalletModalProvider as fa, VthoPerGasAtSpeed as fc, humanDomain as fi, getIsDeployed as fn, useGetTokenUsdPrice as fo, getCallClauseQueryKey as fr, getPrivyAppInfoQueryKey as fs, CustomizationSummaryContentProps as ft, GasFeeSummary as g, TransactionModalProvider as ga, GasTokenInfo as gc, DEFAULT_PRIVY_ECOSYSTEM_APPS as gi, getHasV1SmartAccountQueryKey as gn, getCustomTokenInfoQueryKey as go, copyToClipboard as gr, TransactionModalContent as gs, ChooseNameSummaryContent as gt, GasFeeTokenSelector as h, useTransactionToast as ha, GasTokenEstimate as hc, DEFAULT_GAS_TOKEN_PREFERENCES as hi, getHasV1SmartAccount as hn, useGetErc20Balance as ho, useMultipleClausesCall as hr, TransactionToast as hs, FAQContent as ht, ModalProvider as i, ExploreEcosystemModalProvider as ia, LegalDocumentSource as ic, compareListOfAddresses as ii, getUpgradeRequiredQueryKey as in, getIsPersonQueryKey as io, useEvents as ir, useClaimVeWorldSubdomain as is, ManageCustomTokenContentProps as it, ModalBackButton as j, MAX_IMAGE_SIZE as ja, NFTMediaType as jc, AppHubApp as ji, useAccountBalance as jn, useTokenPrices as jo, executeCallClause as jr, EcosystemButton as js, usePrivy$1 as jt, VersionFooter as k, useIpfsMetadatas as ka, ExecuteBatchWithAuthorizationSignData as kc, getGenericDelegatorUrl as ki, getAccountBalance as kn, useTokensWithValues as ko, ViewFunctionResult as kr, LoginWithGoogleButton as ks, useDAppKitWalletModal as kt, LegalDocumentsModalContentsTypes as l, useSendTokenModal as la, EstimationResponse as lc, formatTokenBalance as li, useSmartAccount as ln, SupportedToken as lo, useCurrentCurrency as lr, fetchPrivyStatus as ls, ProfileContent as lt, InlineFeedback as m, TransactionToastProvider as ma, formatGasCost as mc, isZero as mi, useIsSmartAccountDeployed as mn, getErc20BalanceQueryKey as mo, useCallClause as mr, AccountMainContent as ms, CustomizationContent as mt, getConfig as n, NotificationsModalProvider as na, EnrichedLegalDocument as nc, validateIpfsUri as ni, useUpgradeRequiredForAccount as nn, XApp as no, decodeEventLog$1 as nr, buildVetDomainClauses as ns, BridgeContent as nt, DAppKitWalletButton as o, SwapTokenModalProvider as oa, CostLevel as oc, leftPadWithZeros as oi, SmartAccountReturnType as on, getVot3BalanceQueryKey as oo, useIsPWA as or, useEnsRecordExists as os, AssetsContentProps as ot, WalletSwitchFeedback as p, useWalletModal as pa, calculateTotalCost as pc, humanNumber as pi, getIsDeployedQueryKey as pn, UseGetErc20BalanceOptions as po, getCallClauseQueryKeyWithArgs as pr, useFetchAppInfo as ps, AccountCustomizationContentProps as pt, DisconnectConfirmContent as q, useWalletStorage as qa, UpgradeSmartAccountModalProvider as qi, useSyncableLocalStorage as qn, getAvatarQueryKey as qo, XNodeStrengthLevelToName as qr, PrivyWalletProviderContextType as qs, getEventLogs as qt, AccountModalOptions as r, useNotificationsModal as ra, LegalDocumentAgreement as rc, compareAddresses as ri, getUpgradeRequired as rn, useMostVotedAppsInRound as ro, getEventsKey as rr, useClaimVetDomain as rs, ManageCustomTokenContent as rt, LegalDocumentItem as s, useSwapTokenModal as sa, DepositAccount as sc, regexPattern as si, getSmartAccount as sn, useGetVot3Balance as so, useGetNodeUrl as sr, getVechainDomainQueryKey as ss, UpgradeSmartAccountContent as st, AppConfig as t, useFAQModal as ta, useVeChainKitConfig as tc, uploadBlobToIPFS as ti, getUpgradeRequiredForAccountQueryKey as tn, MostVotedAppsInRoundReturnType as to, UseEventsParams as tr, useIsDomainProtected as ts, ChangeCurrencyContentProps as tt, UpgradeSmartAccountModal as u, ChooseNameModalProvider as ua, Rate as uc, getPicassoImage as ui, useRefreshSmartAccountQueries as un, getTokenUsdPrice as uo, useCurrentLanguage as ur, useFetchPrivyStatus as us, ProfileContentProps as ut, TransactionButtonAndStatus as v, AccountModalProvider as va, GasTokenSelection as vc, NON_TRANSFERABLE_TOKEN_SYMBOLS as vi, getAccountVersionQueryKey as vn, useGetCustomTokenInfo as vo, getLocalStorageItem as vr, TransactionModal as vs, ChooseNameSearchContent as vt, AssetButton as w, useSingleImageUpload as wa, CURRENCY_SYMBOLS as wc, VECHAIN_KIT_COOKIES_CONFIG as wi, getCurrentAccountImplementationVersionQueryKey as wn, useCustomTokens as wo, safeQuerySelector as wr, ConnectPopover as ws, SelectTokenContent as wt, ScrollToTopWrapper as x, useConnectModal as xa, ENS_TEXT_RECORDS as xc, TOKEN_LOGOS as xi, getAccountAddressQueryKey as xn, useGetCustomTokenBalances as xo, isBrowser as xr, WalletButton as xs, ChooseNameContentProps as xt, TransactionButtonAndStatusProps as y, useAccountModal as ya, GasTokenType as yc, PrivyEcosystemApp as yi, useGetAccountVersion as yn, TokenWithBalance as yo, getWindowOrigin as yr, TransactionModalProps as ys, ChooseNameSearchContentProps as yt, ActionButton as z, getXAppsSharesQueryKey as za, Wallet as zc, useSignMessage as zi, estimateAndBuildTxBody as zn, useGetAvatarOfAddress as zo, removePrefix as zr, ConnectModal as zs, buildVETClauses as zt };
4301
+ //# sourceMappingURL=index-BZGlw9Hy.d.mts.map