@vechain/vechain-kit 2.4.1 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/index.cjs +1 -1
- package/dist/assets/index.d.cts +1 -1
- package/dist/assets/index.d.mts +1 -1
- package/dist/assets/index.mjs +1 -1
- package/dist/{assets-aAdDxPJu.mjs → assets-BL24r-Yp.mjs} +2 -2
- package/dist/assets-BL24r-Yp.mjs.map +1 -0
- package/dist/{assets-DXVXPy3w.cjs → assets-DNJsQD7_.cjs} +4 -4
- package/dist/assets-DNJsQD7_.cjs.map +1 -0
- package/dist/{index-BYfc-9J5.d.mts → index-CWViOs1U.d.mts} +4 -4
- package/dist/{index-BYfc-9J5.d.mts.map → index-CWViOs1U.d.mts.map} +1 -1
- package/dist/{index-DQ-Jm6mW.d.mts → index-CpRbZET6.d.mts} +54 -53
- package/dist/index-CpRbZET6.d.mts.map +1 -0
- package/dist/{index-C6zk462M.d.cts → index-D4rz985m.d.cts} +51 -50
- package/dist/index-D4rz985m.d.cts.map +1 -0
- package/dist/{index-DSMUkHcK.d.cts → index-u3CPquCV.d.cts} +4 -4
- package/dist/{index-DSMUkHcK.d.cts.map → index-u3CPquCV.d.cts.map} +1 -1
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +8 -8
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.cts +2 -2
- package/dist/utils/index.d.mts +2 -2
- package/dist/utils/index.mjs +1 -1
- package/dist/utils-BQ9mZctf.cjs +2 -0
- package/dist/utils-BQ9mZctf.cjs.map +1 -0
- package/dist/utils-BxZj2QIg.mjs +2 -0
- package/dist/utils-BxZj2QIg.mjs.map +1 -0
- package/package.json +2 -2
- package/dist/assets-DXVXPy3w.cjs.map +0 -1
- package/dist/assets-aAdDxPJu.mjs.map +0 -1
- package/dist/index-C6zk462M.d.cts.map +0 -1
- package/dist/index-DQ-Jm6mW.d.mts.map +0 -1
- package/dist/utils-CNYVq6tT.mjs +0 -2
- package/dist/utils-CNYVq6tT.mjs.map +0 -1
- package/dist/utils-DcAJej3n.cjs +0 -2
- package/dist/utils-DcAJej3n.cjs.map +0 -1
|
@@ -7,14 +7,14 @@ import * as _vechain_sdk_core0 from "@vechain/sdk-core";
|
|
|
7
7
|
import { Address, Certificate, CertificateData, Clause, Revision, Transaction, TransactionClause } from "@vechain/sdk-core";
|
|
8
8
|
import { LoginMethodOrderOption, OAuthProviderType, SignTypedDataParams, User, WalletListEntry, useMfaEnrollment, usePrivy as usePrivy$1, useSetWalletRecovery } from "@privy-io/react-auth";
|
|
9
9
|
import { WalletButton as DAppKitWalletButton, WalletConnectOptions, useThor as useThor$1, useWallet as useDAppKitWallet, useWalletModal as useDAppKitWalletModal } from "@vechain/dapp-kit-react";
|
|
10
|
-
import * as
|
|
10
|
+
import * as _tanstack_react_query21 from "@tanstack/react-query";
|
|
11
11
|
import { UseQueryOptions } from "@tanstack/react-query";
|
|
12
12
|
import { CustomTokenInfo } from "@vechain/contract-getters";
|
|
13
13
|
import { Abi, ContractEventName, ContractFunctionParameters, MulticallParameters, MulticallReturnType, decodeEventLog } from "viem";
|
|
14
14
|
import { z } from "zod";
|
|
15
15
|
import { Options } from "browser-image-compression";
|
|
16
16
|
import { UseFormRegister } from "react-hook-form";
|
|
17
|
-
import * as
|
|
17
|
+
import * as _vechain_sdk_network2 from "@vechain/sdk-network";
|
|
18
18
|
import { CompressedBlockDetail, EventLogs, FilterEventLogsOptions, ThorClient, ThorClient as ThorClient$1, TransactionReceipt } from "@vechain/sdk-network";
|
|
19
19
|
import { LogLevel, WalletSource } from "@vechain/dapp-kit";
|
|
20
20
|
import { CustomizedStyle, I18n, SourceInfo } from "@vechain/dapp-kit-ui";
|
|
@@ -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): "
|
|
56
|
+
which(gid: string): "main" | "test" | "solo" | undefined;
|
|
57
57
|
};
|
|
58
58
|
//#endregion
|
|
59
59
|
//#region src/types/types.d.ts
|
|
@@ -989,12 +989,12 @@ declare const TransactionModal: ({
|
|
|
989
989
|
//#endregion
|
|
990
990
|
//#region src/components/TransactionModal/Components/ShareButtons.d.ts
|
|
991
991
|
type Props$22 = {
|
|
992
|
-
|
|
992
|
+
description: string;
|
|
993
993
|
url?: string;
|
|
994
994
|
facebookHashtag?: string;
|
|
995
995
|
};
|
|
996
996
|
declare const ShareButtons: ({
|
|
997
|
-
|
|
997
|
+
description
|
|
998
998
|
}: Props$22) => react_jsx_runtime3.JSX.Element;
|
|
999
999
|
//#endregion
|
|
1000
1000
|
//#region src/components/TransactionModal/TransactionModalContent.d.ts
|
|
@@ -1046,7 +1046,7 @@ declare const AccountMainContent: ({
|
|
|
1046
1046
|
//#region src/hooks/api/privy/useFetchAppInfo.d.ts
|
|
1047
1047
|
declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
|
|
1048
1048
|
declare const getPrivyAppInfoQueryKey: (appIds: string | string[]) => string[];
|
|
1049
|
-
declare const useFetchAppInfo: (appIds: string | string[]) =>
|
|
1049
|
+
declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query21.UseQueryResult<{
|
|
1050
1050
|
[k: string]: {
|
|
1051
1051
|
website: string | undefined;
|
|
1052
1052
|
id: string;
|
|
@@ -1067,7 +1067,7 @@ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_qu
|
|
|
1067
1067
|
//#endregion
|
|
1068
1068
|
//#region src/hooks/api/privy/useFetchPrivyStatus.d.ts
|
|
1069
1069
|
declare const fetchPrivyStatus: () => Promise<string>;
|
|
1070
|
-
declare const useFetchPrivyStatus: () =>
|
|
1070
|
+
declare const useFetchPrivyStatus: () => _tanstack_react_query21.UseQueryResult<string, Error>;
|
|
1071
1071
|
//#endregion
|
|
1072
1072
|
//#region src/hooks/api/vetDomains/useVechainDomain.d.ts
|
|
1073
1073
|
interface VeChainDomainResult {
|
|
@@ -1077,11 +1077,11 @@ interface VeChainDomainResult {
|
|
|
1077
1077
|
isPrimaryDomain: boolean;
|
|
1078
1078
|
}
|
|
1079
1079
|
declare const getVechainDomainQueryKey: (addressOrDomain?: string | null) => (string | null | undefined)[];
|
|
1080
|
-
declare const useVechainDomain: (addressOrDomain?: string | null) =>
|
|
1080
|
+
declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query21.UseQueryResult<VeChainDomainResult, Error>;
|
|
1081
1081
|
//#endregion
|
|
1082
1082
|
//#region src/hooks/api/vetDomains/useEnsRecordExists.d.ts
|
|
1083
1083
|
declare const getEnsRecordExistsQueryKey: (name: string) => string[];
|
|
1084
|
-
declare const useEnsRecordExists: (name: string) =>
|
|
1084
|
+
declare const useEnsRecordExists: (name: string) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
|
|
1085
1085
|
//#endregion
|
|
1086
1086
|
//#region src/hooks/api/vetDomains/useClaimVeWorldSubdomain.d.ts
|
|
1087
1087
|
type useClaimVeWorldSubdomainProps = {
|
|
@@ -1143,7 +1143,7 @@ declare const getIsDomainProtectedQueryKey: (domain?: string) => (string | undef
|
|
|
1143
1143
|
* @param {boolean} [enabled=true] - Flag to enable or disable the hook.
|
|
1144
1144
|
* @returns The result of the useQuery hook, with the protection status.
|
|
1145
1145
|
*/
|
|
1146
|
-
declare const useIsDomainProtected: (domain?: string, enabled?: boolean) =>
|
|
1146
|
+
declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
|
|
1147
1147
|
//#endregion
|
|
1148
1148
|
//#region src/hooks/api/vetDomains/useGetDomainsOfAddress.d.ts
|
|
1149
1149
|
declare const DomainSchema: z.ZodObject<{
|
|
@@ -1171,7 +1171,7 @@ declare const getDomainsOfAddressQueryKey: (address?: string, parentDomain?: str
|
|
|
1171
1171
|
* @param parentDomain The parent domain (e.g., "veworld.vet")
|
|
1172
1172
|
* @returns The domains owned by the address
|
|
1173
1173
|
*/
|
|
1174
|
-
declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) =>
|
|
1174
|
+
declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query21.UseQueryResult<{
|
|
1175
1175
|
domains: {
|
|
1176
1176
|
name: string;
|
|
1177
1177
|
}[];
|
|
@@ -1184,7 +1184,7 @@ declare const getAvatarQueryKey: (name: string, networkType: NETWORK_TYPE) => st
|
|
|
1184
1184
|
* @param name - The VET domain name
|
|
1185
1185
|
* @returns The resolved avatar URL
|
|
1186
1186
|
*/
|
|
1187
|
-
declare const useGetAvatar: (name: string) =>
|
|
1187
|
+
declare const useGetAvatar: (name: string) => _tanstack_react_query21.UseQueryResult<string | null, Error>;
|
|
1188
1188
|
//#endregion
|
|
1189
1189
|
//#region src/hooks/api/vetDomains/useGetTextRecords.d.ts
|
|
1190
1190
|
/**
|
|
@@ -1196,7 +1196,7 @@ declare const useGetAvatar: (name: string) => _tanstack_react_query7.UseQueryRes
|
|
|
1196
1196
|
*/
|
|
1197
1197
|
declare const getTextRecords: (nodeUrl: string, network: NETWORK_TYPE, domain?: string) => Promise<TextRecords>;
|
|
1198
1198
|
declare const getTextRecordsQueryKey: (domain?: string, network?: NETWORK_TYPE) => (string | undefined)[];
|
|
1199
|
-
declare const useGetTextRecords: (domain?: string) =>
|
|
1199
|
+
declare const useGetTextRecords: (domain?: string) => _tanstack_react_query21.UseQueryResult<TextRecords, Error>;
|
|
1200
1200
|
//#endregion
|
|
1201
1201
|
//#region src/hooks/api/vetDomains/useUpdateTextRecord.d.ts
|
|
1202
1202
|
type UpdateTextRecordVariables = {
|
|
@@ -1229,7 +1229,7 @@ declare const getResolverAddressQueryKey: (domain?: string) => (string | undefin
|
|
|
1229
1229
|
* @param domain The domain to get resolver for
|
|
1230
1230
|
* @returns The resolver address for the domain
|
|
1231
1231
|
*/
|
|
1232
|
-
declare const useGetResolverAddress: (domain?: string) =>
|
|
1232
|
+
declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query21.UseQueryResult<`0x${string}`, unknown>;
|
|
1233
1233
|
//#endregion
|
|
1234
1234
|
//#region src/hooks/api/vetDomains/useGetAvatarOfAddress.d.ts
|
|
1235
1235
|
declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefined)[];
|
|
@@ -1239,7 +1239,7 @@ declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefi
|
|
|
1239
1239
|
* @param address The owner's address
|
|
1240
1240
|
* @returns The avatar URL for the address's primary domain
|
|
1241
1241
|
*/
|
|
1242
|
-
declare const useGetAvatarOfAddress: (address?: string) =>
|
|
1242
|
+
declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query21.UseQueryResult<string, Error>;
|
|
1243
1243
|
//#endregion
|
|
1244
1244
|
//#region src/hooks/api/vetDomains/useGetAvatarLegacy.d.ts
|
|
1245
1245
|
/**
|
|
@@ -1256,7 +1256,7 @@ declare const getAvatarLegacyQueryKey: (name: string, networkType: NETWORK_TYPE)
|
|
|
1256
1256
|
* @param name - The VET domain name
|
|
1257
1257
|
* @returns The resolved avatar URL
|
|
1258
1258
|
*/
|
|
1259
|
-
declare const useGetAvatarLegacy: (name: string) =>
|
|
1259
|
+
declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query21.UseQueryResult<string | null, Error>;
|
|
1260
1260
|
//#endregion
|
|
1261
1261
|
//#region src/hooks/api/vetDomains/useUnsetDomain.d.ts
|
|
1262
1262
|
type useUnsetDomainProps = {
|
|
@@ -1365,7 +1365,7 @@ declare const getCurrentAllocationsRoundIdQueryKey: (address: string) => string[
|
|
|
1365
1365
|
* Hook to get the current roundId of allocations voting
|
|
1366
1366
|
* @returns the current roundId of allocations voting
|
|
1367
1367
|
*/
|
|
1368
|
-
declare const useCurrentAllocationsRoundId: () =>
|
|
1368
|
+
declare const useCurrentAllocationsRoundId: () => _tanstack_react_query21.UseQueryResult<string, unknown>;
|
|
1369
1369
|
//#endregion
|
|
1370
1370
|
//#region src/hooks/api/wallet/useCustomTokens.d.ts
|
|
1371
1371
|
declare const useCustomTokens: () => {
|
|
@@ -1378,7 +1378,7 @@ declare const useCustomTokens: () => {
|
|
|
1378
1378
|
//#endregion
|
|
1379
1379
|
//#region src/hooks/api/wallet/useGetB3trBalance.d.ts
|
|
1380
1380
|
declare const getB3trBalanceQueryKey: (address?: string) => (string | undefined)[];
|
|
1381
|
-
declare const useGetB3trBalance: (address?: string) =>
|
|
1381
|
+
declare const useGetB3trBalance: (address?: string) => _tanstack_react_query21.UseQueryResult<{
|
|
1382
1382
|
original: string;
|
|
1383
1383
|
scaled: string;
|
|
1384
1384
|
formatted: string;
|
|
@@ -1387,7 +1387,7 @@ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query7.Us
|
|
|
1387
1387
|
//#region src/hooks/api/wallet/useGetCustomTokenBalances.d.ts
|
|
1388
1388
|
type TokenWithBalance = CustomTokenInfo & TokenBalance;
|
|
1389
1389
|
declare const getCustomTokenBalanceQueryKey: (tokenAddress?: string, address?: string) => (string | undefined)[];
|
|
1390
|
-
declare const useGetCustomTokenBalances: (address?: string) =>
|
|
1390
|
+
declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query21.UseQueryResult<{
|
|
1391
1391
|
original: string;
|
|
1392
1392
|
scaled: string;
|
|
1393
1393
|
formatted: string;
|
|
@@ -1400,11 +1400,11 @@ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_q
|
|
|
1400
1400
|
//#region src/hooks/api/wallet/useGetCustomTokenInfo.d.ts
|
|
1401
1401
|
declare const getTokenInfo$1: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
|
|
1402
1402
|
declare const getCustomTokenInfoQueryKey: (tokenAddress: string) => string[];
|
|
1403
|
-
declare const useGetCustomTokenInfo: (tokenAddress: string) =>
|
|
1403
|
+
declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query21.UseQueryResult<CustomTokenInfo, Error>;
|
|
1404
1404
|
//#endregion
|
|
1405
1405
|
//#region src/hooks/api/wallet/useGetErc20Balance.d.ts
|
|
1406
1406
|
declare const getErc20BalanceQueryKey: (tokenAddress: string, address?: string) => (string | undefined)[];
|
|
1407
|
-
declare const useGetErc20Balance: (tokenAddress: string, address?: string) =>
|
|
1407
|
+
declare const useGetErc20Balance: (tokenAddress: string, address?: string) => _tanstack_react_query21.UseQueryResult<{
|
|
1408
1408
|
original: string;
|
|
1409
1409
|
scaled: string;
|
|
1410
1410
|
formatted: string;
|
|
@@ -1421,11 +1421,11 @@ declare const PRICE_FEED_IDS: {
|
|
|
1421
1421
|
type SupportedToken = keyof typeof PRICE_FEED_IDS;
|
|
1422
1422
|
declare const getTokenUsdPrice: (thor: ThorClient, token: SupportedToken, network: NETWORK_TYPE) => Promise<number>;
|
|
1423
1423
|
declare const getTokenUsdPriceQueryKey: (token: SupportedToken) => string[];
|
|
1424
|
-
declare const useGetTokenUsdPrice: (token: SupportedToken) =>
|
|
1424
|
+
declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query21.UseQueryResult<number, Error>;
|
|
1425
1425
|
//#endregion
|
|
1426
1426
|
//#region src/hooks/api/wallet/useGetVot3Balance.d.ts
|
|
1427
1427
|
declare const getVot3BalanceQueryKey: (address?: string) => (string | undefined)[];
|
|
1428
|
-
declare const useGetVot3Balance: (address?: string) =>
|
|
1428
|
+
declare const useGetVot3Balance: (address?: string) => _tanstack_react_query21.UseQueryResult<{
|
|
1429
1429
|
original: string;
|
|
1430
1430
|
scaled: string;
|
|
1431
1431
|
formatted: string;
|
|
@@ -1444,7 +1444,7 @@ declare const getIsPersonQueryKey: (user: string, networkType: NETWORK_TYPE) =>
|
|
|
1444
1444
|
* @param user - The user address.
|
|
1445
1445
|
* @returns The isPerson status.
|
|
1446
1446
|
*/
|
|
1447
|
-
declare const useIsPerson: (user?: string | null) =>
|
|
1447
|
+
declare const useIsPerson: (user?: string | null) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
|
|
1448
1448
|
//#endregion
|
|
1449
1449
|
//#region src/hooks/api/wallet/useMostVotedAppsInRound.d.ts
|
|
1450
1450
|
type XApp = {
|
|
@@ -1482,7 +1482,7 @@ declare const useRefreshMetadata: (domain: string, address: string) => {
|
|
|
1482
1482
|
//#endregion
|
|
1483
1483
|
//#region src/hooks/api/wallet/useRoundXApps.d.ts
|
|
1484
1484
|
declare const getRoundXAppsQueryKey: (roundId: string, networkType: NETWORK_TYPE) => unknown[];
|
|
1485
|
-
declare const useRoundXApps: (roundId?: string) =>
|
|
1485
|
+
declare const useRoundXApps: (roundId?: string) => _tanstack_react_query21.UseQueryResult<{
|
|
1486
1486
|
id: string;
|
|
1487
1487
|
teamWalletAddress: `0x${string}`;
|
|
1488
1488
|
name: string;
|
|
@@ -1596,7 +1596,7 @@ type XAppMetadata = {
|
|
|
1596
1596
|
* @returns The metadata of the xApp see {@link XAppMetadata}
|
|
1597
1597
|
*/
|
|
1598
1598
|
declare const getXAppMetadata: (uri: string, networkType: NETWORK_TYPE) => Promise<XAppMetadata | undefined>;
|
|
1599
|
-
declare const useXAppMetadata: (xAppId: string) =>
|
|
1599
|
+
declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query21.UseQueryResult<XAppMetadata | undefined, Error>;
|
|
1600
1600
|
//#endregion
|
|
1601
1601
|
//#region src/hooks/api/wallet/useXAppShares.d.ts
|
|
1602
1602
|
/**
|
|
@@ -1611,7 +1611,7 @@ declare const getXAppsSharesQueryKey: (roundId?: number | string) => (string | n
|
|
|
1611
1611
|
* @returns the shares (% of allocation pool) for the xApps in the round { allocated: number, unallocated: number }
|
|
1612
1612
|
*
|
|
1613
1613
|
*/
|
|
1614
|
-
declare const useXAppsShares: (apps: string[], roundId?: string) =>
|
|
1614
|
+
declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query21.UseQueryResult<{
|
|
1615
1615
|
app: string;
|
|
1616
1616
|
share: number;
|
|
1617
1617
|
unallocatedShare: number;
|
|
@@ -1633,7 +1633,7 @@ declare const getIpfsMetadataQueryKey: (networkType: NETWORK_TYPE, ipfsUri?: str
|
|
|
1633
1633
|
* @param ipfsUri - The IPFS URI
|
|
1634
1634
|
* @returns The metadata from IPFS
|
|
1635
1635
|
*/
|
|
1636
|
-
declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) =>
|
|
1636
|
+
declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query21.UseQueryResult<_tanstack_react_query21.NoInfer<T$1>, Error>;
|
|
1637
1637
|
//#endregion
|
|
1638
1638
|
//#region src/hooks/api/ipfs/useIpfsImage.d.ts
|
|
1639
1639
|
interface IpfsImage {
|
|
@@ -1660,14 +1660,14 @@ declare const getIpfsImageQueryKey: (networkType: NETWORK_TYPE, imageIpfsUri?: n
|
|
|
1660
1660
|
* @param imageIpfsUri - The IPFS URI of the NFT media
|
|
1661
1661
|
* @returns The NFT media
|
|
1662
1662
|
*/
|
|
1663
|
-
declare const useIpfsImage: (imageIpfsUri?: null | string) =>
|
|
1663
|
+
declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query21.UseQueryResult<IpfsImage, Error>;
|
|
1664
1664
|
/**
|
|
1665
1665
|
* Custom hook to fetch a list of IPFS images.
|
|
1666
1666
|
*
|
|
1667
1667
|
* @param imageIpfsUriList - An array of IPFS URIs for the images.
|
|
1668
1668
|
* @returns An array of queries for each IPFS image URI.
|
|
1669
1669
|
*/
|
|
1670
|
-
declare const useIpfsImageList: (imageIpfsUriList: string[]) =>
|
|
1670
|
+
declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query21.UseQueryResult<IpfsImage, Error>[];
|
|
1671
1671
|
//#endregion
|
|
1672
1672
|
//#region src/hooks/api/ipfs/useIpfsMetadatas.d.ts
|
|
1673
1673
|
/**
|
|
@@ -1675,7 +1675,7 @@ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_
|
|
|
1675
1675
|
* @param ipfsUris - The IPFS URIs
|
|
1676
1676
|
* @returns The metadata from IPFS for each URI
|
|
1677
1677
|
*/
|
|
1678
|
-
declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) =>
|
|
1678
|
+
declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query21.UseQueryResult<T$1, Error>[];
|
|
1679
1679
|
//#endregion
|
|
1680
1680
|
//#region src/hooks/api/ipfs/useUploadImages.d.ts
|
|
1681
1681
|
declare const imageCompressionOptions: Options;
|
|
@@ -1856,7 +1856,7 @@ declare const useSwapTransaction: (params: SwapParams | null, quote: SwapQuote |
|
|
|
1856
1856
|
executeSwap: () => Promise<void>;
|
|
1857
1857
|
isTransactionPending: boolean;
|
|
1858
1858
|
isWaitingForWalletConfirmation: boolean;
|
|
1859
|
-
txReceipt:
|
|
1859
|
+
txReceipt: _vechain_sdk_network2.TransactionReceipt | null;
|
|
1860
1860
|
status: TransactionStatus;
|
|
1861
1861
|
resetStatus: () => void;
|
|
1862
1862
|
error: TransactionStatusErrorType | undefined;
|
|
@@ -2229,7 +2229,7 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
|
|
|
2229
2229
|
* );
|
|
2230
2230
|
* ```
|
|
2231
2231
|
*/
|
|
2232
|
-
declare const useAppHubApps: () =>
|
|
2232
|
+
declare const useAppHubApps: () => _tanstack_react_query21.UseQueryResult<AppHubApp[], Error>;
|
|
2233
2233
|
//#endregion
|
|
2234
2234
|
//#region src/utils/constants.d.ts
|
|
2235
2235
|
declare const TOKEN_LOGOS: Record<string, string>;
|
|
@@ -2582,7 +2582,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
|
|
|
2582
2582
|
method: TMethod;
|
|
2583
2583
|
args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
|
|
2584
2584
|
queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
|
|
2585
|
-
}) =>
|
|
2585
|
+
}) => _tanstack_react_query21.UseQueryResult<_tanstack_react_query21.NoInfer<TData>, unknown>;
|
|
2586
2586
|
declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
|
|
2587
2587
|
thor,
|
|
2588
2588
|
calls,
|
|
@@ -2593,7 +2593,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
|
|
|
2593
2593
|
calls: MultipleClausesCallParameters<contracts, allowFailure>;
|
|
2594
2594
|
queryKey: string[];
|
|
2595
2595
|
enabled?: boolean;
|
|
2596
|
-
}) =>
|
|
2596
|
+
}) => _tanstack_react_query21.UseQueryResult<_tanstack_react_query21.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
|
|
2597
2597
|
//#endregion
|
|
2598
2598
|
//#region src/hooks/utils/useCurrency.d.ts
|
|
2599
2599
|
/**
|
|
@@ -2717,7 +2717,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
|
|
|
2717
2717
|
filterParams,
|
|
2718
2718
|
mapResponse,
|
|
2719
2719
|
nodeUrl
|
|
2720
|
-
}: UseEventsParams<T$1, K, R>) =>
|
|
2720
|
+
}: UseEventsParams<T$1, K, R>) => _tanstack_react_query21.UseQueryResult<R[], Error>;
|
|
2721
2721
|
//#endregion
|
|
2722
2722
|
//#region src/hooks/utils/useBuildClauses.d.ts
|
|
2723
2723
|
interface BuildClausesParams {
|
|
@@ -2782,6 +2782,7 @@ declare enum LocalStorageKey {
|
|
|
2782
2782
|
NODE_URL = "vechain_kit_node_url",
|
|
2783
2783
|
NETWORK = "vechain_kit_network",
|
|
2784
2784
|
GAS_TOKEN_PREFERENCES = "vechain_kit_gas_token_preferences",
|
|
2785
|
+
SHOW_ASSETS = "vechain_kit_show_assets",
|
|
2785
2786
|
}
|
|
2786
2787
|
declare const useLocalStorage: <T$1>(key: LocalStorageKey, initialValue: T$1) => readonly [T$1, react0.Dispatch<react0.SetStateAction<T$1>>];
|
|
2787
2788
|
//#endregion
|
|
@@ -2868,7 +2869,7 @@ declare const useGenericDelegatorFeeEstimation: ({
|
|
|
2868
2869
|
tokens,
|
|
2869
2870
|
sendingAmount,
|
|
2870
2871
|
sendingTokenSymbol
|
|
2871
|
-
}: useGenericDelegatorFeeEstimationParams) =>
|
|
2872
|
+
}: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query21.UseQueryResult<EstimationResponse & {
|
|
2872
2873
|
usedToken: string;
|
|
2873
2874
|
}, Error>;
|
|
2874
2875
|
//#endregion
|
|
@@ -2882,7 +2883,7 @@ declare const useEstimateAllTokens: ({
|
|
|
2882
2883
|
clauses,
|
|
2883
2884
|
tokens,
|
|
2884
2885
|
enabled
|
|
2885
|
-
}: UseEstimateAllTokensParams) =>
|
|
2886
|
+
}: UseEstimateAllTokensParams) => _tanstack_react_query21.UseQueryResult<Record<GasTokenType, {
|
|
2886
2887
|
cost: number;
|
|
2887
2888
|
loading: boolean;
|
|
2888
2889
|
error?: string;
|
|
@@ -2899,7 +2900,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
|
|
|
2899
2900
|
* @param address The address of the account to get the balance for
|
|
2900
2901
|
* @returns The account balance
|
|
2901
2902
|
*/
|
|
2902
|
-
declare const useAccountBalance: (address?: string) =>
|
|
2903
|
+
declare const useAccountBalance: (address?: string) => _tanstack_react_query21.UseQueryResult<{
|
|
2903
2904
|
balance: string;
|
|
2904
2905
|
energy: string;
|
|
2905
2906
|
}, Error>;
|
|
@@ -2912,7 +2913,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
|
|
|
2912
2913
|
* @param version - The version of the smart account implementation
|
|
2913
2914
|
* @returns The address of the smart account implementation
|
|
2914
2915
|
*/
|
|
2915
|
-
declare const useAccountImplementationAddress: (version?: number) =>
|
|
2916
|
+
declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query21.UseQueryResult<string, Error>;
|
|
2916
2917
|
//#endregion
|
|
2917
2918
|
//#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
|
|
2918
2919
|
declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
|
|
@@ -2921,7 +2922,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
|
|
|
2921
2922
|
* Get the current account implementation version used by the smart account factory
|
|
2922
2923
|
* @returns The current account implementation version
|
|
2923
2924
|
*/
|
|
2924
|
-
declare const useCurrentAccountImplementationVersion: () =>
|
|
2925
|
+
declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query21.UseQueryResult<number, Error>;
|
|
2925
2926
|
//#endregion
|
|
2926
2927
|
//#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
|
|
2927
2928
|
declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
|
|
@@ -2931,7 +2932,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
|
|
|
2931
2932
|
* @param ownerAddress - The address of the owner of the smart account
|
|
2932
2933
|
* @returns The address of the smart account
|
|
2933
2934
|
*/
|
|
2934
|
-
declare const useGetAccountAddress: (ownerAddress?: string) =>
|
|
2935
|
+
declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query21.UseQueryResult<string, Error>;
|
|
2935
2936
|
//#endregion
|
|
2936
2937
|
//#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
|
|
2937
2938
|
declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => unknown[];
|
|
@@ -2941,7 +2942,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
|
|
|
2941
2942
|
* @param ownerAddress - The address of the owner of the smart account
|
|
2942
2943
|
* @returns The version of the smart account
|
|
2943
2944
|
*/
|
|
2944
|
-
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) =>
|
|
2945
|
+
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query21.UseQueryResult<{
|
|
2945
2946
|
version: number;
|
|
2946
2947
|
isDeployed: boolean;
|
|
2947
2948
|
}, unknown>;
|
|
@@ -2954,7 +2955,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
|
|
|
2954
2955
|
* @param ownerAddress - The address of the owner of the smart account
|
|
2955
2956
|
* @returns True if the smart account has a v1 smart account, false otherwise
|
|
2956
2957
|
*/
|
|
2957
|
-
declare const useHasV1SmartAccount: (ownerAddress?: string) =>
|
|
2958
|
+
declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
|
|
2958
2959
|
//#endregion
|
|
2959
2960
|
//#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
|
|
2960
2961
|
declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
|
|
@@ -2963,7 +2964,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
|
|
|
2963
2964
|
* Check if a smart account is deployed
|
|
2964
2965
|
* @returns True if the smart account is deployed, false otherwise
|
|
2965
2966
|
*/
|
|
2966
|
-
declare const useIsSmartAccountDeployed: (accountAddress?: string) =>
|
|
2967
|
+
declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
|
|
2967
2968
|
//#endregion
|
|
2968
2969
|
//#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
|
|
2969
2970
|
/**
|
|
@@ -2996,7 +2997,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
|
|
|
2996
2997
|
isDeployed: boolean;
|
|
2997
2998
|
}>;
|
|
2998
2999
|
declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
|
|
2999
|
-
declare const useSmartAccount: (ownerAddress?: string) =>
|
|
3000
|
+
declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query21.UseQueryResult<{
|
|
3000
3001
|
address: undefined;
|
|
3001
3002
|
isDeployed?: undefined;
|
|
3002
3003
|
} | {
|
|
@@ -3014,7 +3015,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
|
|
|
3014
3015
|
* @param targetVersion - The version of the smart account to check for
|
|
3015
3016
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
3016
3017
|
*/
|
|
3017
|
-
declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) =>
|
|
3018
|
+
declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
|
|
3018
3019
|
//#endregion
|
|
3019
3020
|
//#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
|
|
3020
3021
|
declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
|
|
@@ -3025,7 +3026,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
|
|
|
3025
3026
|
* @param targetVersion - The target version of the smart account
|
|
3026
3027
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
3027
3028
|
*/
|
|
3028
|
-
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) =>
|
|
3029
|
+
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query21.UseQueryResult<boolean, Error>;
|
|
3029
3030
|
//#endregion
|
|
3030
3031
|
//#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
|
|
3031
3032
|
type UseUpgradeSmartAccountVersionProps = {
|
|
@@ -3050,7 +3051,7 @@ declare const currentBlockQueryKey: () => string[];
|
|
|
3050
3051
|
* Fetches the current block from the blockchain. The block is refetched every 10 seconds.
|
|
3051
3052
|
* @returns the current block
|
|
3052
3053
|
*/
|
|
3053
|
-
declare const useCurrentBlock: () =>
|
|
3054
|
+
declare const useCurrentBlock: () => _tanstack_react_query21.UseQueryResult<_vechain_sdk_network2.ExpandedBlockDetail, Error>;
|
|
3054
3055
|
//#endregion
|
|
3055
3056
|
//#region src/hooks/thor/blocks/useGetChainId.d.ts
|
|
3056
3057
|
declare const getChainId: (thor: ThorClient) => Promise<string>;
|
|
@@ -3059,7 +3060,7 @@ declare const getChainIdQueryKey: () => string[];
|
|
|
3059
3060
|
* Get the chain id
|
|
3060
3061
|
* @returns The chain id
|
|
3061
3062
|
*/
|
|
3062
|
-
declare const useGetChainId: () =>
|
|
3063
|
+
declare const useGetChainId: () => _tanstack_react_query21.UseQueryResult<string, Error>;
|
|
3063
3064
|
//#endregion
|
|
3064
3065
|
//#region src/hooks/thor/logs/logUtils.d.ts
|
|
3065
3066
|
/**
|
|
@@ -3296,7 +3297,7 @@ declare const useBuildTransaction: <ClausesParams>({
|
|
|
3296
3297
|
sendTransaction: (props: ClausesParams) => Promise<void>;
|
|
3297
3298
|
isTransactionPending: boolean;
|
|
3298
3299
|
isWaitingForWalletConfirmation: boolean;
|
|
3299
|
-
txReceipt:
|
|
3300
|
+
txReceipt: _vechain_sdk_network2.TransactionReceipt | null;
|
|
3300
3301
|
status: TransactionStatus;
|
|
3301
3302
|
resetStatus: () => void;
|
|
3302
3303
|
error?: TransactionStatusErrorType;
|
|
@@ -3311,7 +3312,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
|
|
|
3311
3312
|
* @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
|
|
3312
3313
|
* @returns Query result containing the transaction receipt
|
|
3313
3314
|
*/
|
|
3314
|
-
declare const useTxReceipt: (txId: string, blockTimeout?: number) =>
|
|
3315
|
+
declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query21.UseQueryResult<_vechain_sdk_network2.TransactionReceipt, Error>;
|
|
3315
3316
|
//#endregion
|
|
3316
3317
|
//#region src/hooks/thor/transactions/useGasEstimate.d.ts
|
|
3317
3318
|
declare const useGasEstimate: (thor: ThorClient, clauses: TransactionClause[], caller: string, options?: {
|
|
@@ -4278,4 +4279,4 @@ type AppConfig = {
|
|
|
4278
4279
|
declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
|
|
4279
4280
|
//#endregion
|
|
4280
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$1 as Fi, useGenericDelegatorFeeEstimationParams as Fn, useGetAvatarLegacy as Fo, compare as Fr, LoadingContent as Fs, txReceiptQueryKey as Ft, RemoveWalletConfirmContentProps as G, StoredWallet as Ga, useProfileModal as Gi, EcosystemShortcut as Gn, getAvatarQueryKey as Go, MinXNodeLevel as Gr, PrivyWalletProviderContextType as Gs, GetEventsProps as Gt, AccountModalContentTypes as H, useXAppMetadata as Ha, useSettingsModal as Hi, signVip191Transaction as Hn, getTextRecords as Ho, simpleHash as Hr, VechainKitThemeProvider as Hs, useTransferERC20 as Ht, QuickActionsSection as I, getIpfsMetadataQueryKey as Ia, VePassportUserStatus as Ic, useLoginWithPasskey$1 as Ii, useGasTokenSelection as In, getAvatarOfAddressQueryKey as Io, isInvalid as Ir, MainContent as Is, useTxReceipt as It, DisconnectConfirmContentProps as J, UseWalletReturnType as Ja, useLoginModalContent as Ji, LocalStorageKey as Jn, DomainsResponse as Jo, allNodeStrengthLevelToName as Jr, LegalDocumentOptions as Js, getChainId as Jt, SelectWalletContent as K, useWalletStorage as Ka, UpgradeSmartAccountModalProvider as Ki, useEcosystemShortcuts as Kn, useGetAvatar as Ko, NodeStrengthLevelToImage as Kr, usePrivyWalletProvider as Ks, getAllEventLogs as Kt, BalanceSection as L, useIpfsMetadata as La, Wallet as Lc, useSignTypedData as Li, decodeRawTx as Ln, useGetAvatarOfAddress as Lo, isValid as Lr, ConnectModal as Ls, BuildTransactionProps as Lt, CrossAppConnectionSecurityCard as M, getIpfsImageQueryKey as Ma, SmartAccount as Mc, getAppHubAppsQueryKey as Mi, UseEstimateAllTokensParams as Mn, useUnsetDomain as Mo, executeMultipleClausesCall as Mr, ConnectionButton as Ms, useSetWalletRecovery as Mt, DomainRequiredAlert as N, useIpfsImage as Na, TokenBalance as Nc, useAppHubApps as Ni, useEstimateAllTokens as Nn, getAvatarLegacy as No, isValidUrl as Nr, EcosystemContent as Ns, useThor$1 as Nt, useStickyHeaderContext as O, useIpfsMetadatas as Oa, ExecuteWithAuthorizationSignData as Oc, getGenericDelegatorUrl as Oi, useAccountImplementationAddress as On, ExchangeRates as Oo, MultipleClausesCallReturnType as Or, PrivyButton as Os, useDAppKitWallet as Ot, ExchangeWarningAlert as P, useIpfsImageList as Pa, TransactionStatus as Pc, useLoginWithVeChain as Pi, useGenericDelegatorFeeEstimation as Pn, getAvatarLegacyQueryKey as Po, addPrefix as Pr, ErrorContent as Ps, useGasEstimate as Pt, GasTokenSettingsContent as Q, useRefreshMetadata as Qa, useAccountCustomizationModal as Qi, buildSingleAuthorizationTypedData as Qn, getIsDomainProtectedQueryKey as Qo, convertUriToUrl as Qr, VechainKitProviderProps as Qs, useCurrentBlock as Qt, AccountSelector as R, getXAppsSharesQueryKey as Ra, useSignMessage as Ri, delegateAuthorized as Rn, getResolverAddressQueryKey as Ro, normalize as Rr, ConnectModalContentsTypes as Rs, useBuildTransaction as Rt, ModalFAQButton as S, useSwapTransaction as Sa, CURRENCY_SYMBOLS as Sc, TogglePassportCheck as Si, useGetAccountAddress as Sn, useCustomTokens as So, isOnline as Sr, ConnectPopover as Ss, SwapTokenContent as St, BaseModal as T, compressImages as Ta, ENSRecords as Tc, VECHAIN_KIT_TERMS_CONFIG as Ti, useCurrentAccountImplementationVersion as Tn, useTotalBalance as To, safeWindowOpen as Tr, DappKitButton as Ts, SendTokenSummaryContent as Tt, SwitchFeedback as U, UseSwitchWalletReturnType as Ua, useAccountModalOptions as Ui, useGenericDelegator as Un, getTextRecordsQueryKey as Uo, TIME as Ur, useVechainKitThemeConfig as Us, UseSendTransactionReturnValue as Ut, AccountModal as V, getXAppMetadata as Va, SettingsModalProvider as Vi, getDepositAccount as Vn, useUpdateTextRecord as Vo, isRejectionError as Vr, ColorModeSync as Vs, buildERC20Clauses as Vt, RemoveWalletConfirmContent as W, useSwitchWallet as Wa, ProfileModalProvider as Wi, useCrossAppConnectionCache as Wn, useGetTextRecords as Wo, EconomicNodeStrengthLevelToName as Wr, PrivyWalletProvider as Ws, useSendTransaction as Wt, SettingsContent as X, getRoundXAppsQueryKey as Xa, useReceiveModal as Xi, BuildClausesParams as Xn, getDomainsOfAddressQueryKey as Xo, gmNfts as Xr, VeChainKitContext as Xs, useGetChainId as Xt, TermsAndPrivacyContent as Y, useWallet$1 as Ya, ReceiveModalProvider as Yi, useLocalStorage as Yn, getDomainsOfAddress as Yo, buildQueryString as Yr, VeChainKitConfig as Ys, getChainIdQueryKey as Yt, SettingsContentProps as Z, useRoundXApps as Za, AccountCustomizationModalProvider as Zi, buildBatchAuthorizationTypedData as Zn, useGetDomainsOfAddress as Zo, xNodeToGMstartingLevel as Zr, VeChainKitProvider as Zs, currentBlockQueryKey as Zt, ModalNotificationButton as _, AccountModalProvider as _a, GasTokenType as _c, ENV as _i, useHasV1SmartAccount as _n, TokenWithBalance as _o, getDocumentTitle as _r, TransactionModalProps as _s, ChooseNameSummaryContentProps as _t, useModal as a, SwapTokenModalProvider as aa, DepositAccount as ac, isValidAddress as ai, useUpgradeRequired as an, getVot3BalanceQueryKey as ao, useScrollToTop as ar, getVechainDomainQueryKey as as, AssetsContent as at, AccountAvatar as b, useConnectModal as ba, TextRecords as bc, TOKEN_LOGOS as bi, getAccountAddress as bn, getB3trBalanceQueryKey as bo, hasNavigator as br, WalletButtonProps as bs, ChooseNameContent as bt, LegalDocumentsModal as c, useSendTokenModal as ca, Rate as cc, randomTransactionUser as ci, getSmartAccountQueryKey as cn, SupportedToken as co, useFeatureAnnouncement as cr, useFetchPrivyStatus as cs, UpgradeSmartAccountContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, WalletModalProvider as da, calculateTotalCost as dc, humanAddress as di, useRefreshFactoryQueries as dn, useGetTokenUsdPrice as do, useCurrency as dr, useFetchAppInfo as ds, CustomizationSummaryContent as dt, useFAQModal as ea, EnrichedLegalDocument as ec, toIPFSURL as ei, getUpgradeRequiredForAccount as en, MostVotedAppsInRoundReturnType as eo, GetEventsKeyParams as er, buildVetDomainClauses as es, ChangeCurrencyContent as et, UpgradeSmartAccountModalStyle as f, useWalletModal as fa, formatGasCost as fc, humanDomain as fi, getIsDeployed as fn, getErc20BalanceQueryKey as fo, getCallClauseQueryKey as fr, AccountMainContent as fs, CustomizationSummaryContentProps as ft, GasFeeSummary as g, useTransactionModal as ga, GasTokenSelection as gc, DEFAULT_PRIVY_ECOSYSTEM_APPS as gi, getHasV1SmartAccountQueryKey as gn, useGetCustomTokenInfo as go, copyToClipboard as gr, TransactionModal as gs, ChooseNameSummaryContent as gt, GasFeeTokenSelector as h, TransactionModalProvider as ha, GasTokenPreferences as hc, DEFAULT_GAS_TOKEN_PREFERENCES as hi, getHasV1SmartAccount as hn, getTokenInfo$1 as ho, useMultipleClausesCall as hr, ShareButtons as hs, FAQContent as ht, ModalProvider as i, useExploreEcosystemModal as ia, CostLevel as ic, compareListOfAddresses as ii, getUpgradeRequiredQueryKey as in, useIsPerson as io, useEvents as ir, useEnsRecordExists as is, ManageCustomTokenContentProps as it, ModalBackButton as j, getIpfsImage as ja, PrivyLoginMethod as jc, fetchAppHubApps as ji, useAccountBalance as jn, useTokenBalances as jo, executeCallClause as jr, EmailLoginButton as js, usePrivy$1 as jt, VersionFooter as k, IpfsImage as ka, NFTMediaType as kc, notFoundImage as ki, getAccountBalance as kn, useTokenPrices as ko, ViewFunctionResult as kr, EcosystemButton as ks, useDAppKitWalletModal as kt, LegalDocumentsModalContentsTypes as l, ChooseNameModalProvider as la, TransactionCost as lc, formatTokenBalance as li, useSmartAccount as ln, getTokenUsdPrice as lo, useCurrentCurrency as lr, fetchPrivyAppInfo as ls, ProfileContent as lt, InlineFeedback as m, useTransactionToast as ma, GasTokenInfo as mc, isZero as mi, useIsSmartAccountDeployed as mn, getCustomTokenInfoQueryKey as mo, useCallClause as mr, TransactionModalContent as ms, CustomizationContent as mt, getConfig as n, useNotificationsModal as na, LegalDocumentSource as nc, validateIpfsUri as ni, useUpgradeRequiredForAccount as nn, useMostVotedAppsInRound as no, decodeEventLog$1 as nr, useClaimVeWorldSubdomain as ns, BridgeContent as nt, DAppKitWalletButton as o, useSwapTokenModal as oa, EstimatedGas as oc, leftPadWithZeros as oi, SmartAccountReturnType as on, useGetVot3Balance as oo, useIsPWA as or, useVechainDomain as os, AssetsContentProps as ot, WalletSwitchFeedback as p, TransactionToastProvider as pa, GasTokenEstimate as pc, humanNumber as pi, getIsDeployedQueryKey as pn, useGetErc20Balance as po, getCallClauseQueryKeyWithArgs as pr, TransactionToast as ps, AccountCustomizationContentProps as pt, DisconnectConfirmContent as q, useWalletMetadata as qa, useUpgradeSmartAccountModal as qi, useSyncableLocalStorage as qn, Domain as qo, XNodeStrengthLevelToName as qr, LegalDocument as qs, getEventLogs as qt, AccountModalOptions as r, ExploreEcosystemModalProvider as ra, LegalDocumentType as rc, compareAddresses as ri, getUpgradeRequired as rn, getIsPersonQueryKey as ro, getEventsKey as rr, getEnsRecordExistsQueryKey as rs, ManageCustomTokenContent as rt, LegalDocumentItem as s, SendTokenModalProvider as sa, EstimationResponse as sc, regexPattern as si, getSmartAccount as sn, PRICE_FEED_IDS as so, useGetNodeUrl as sr, fetchPrivyStatus as ss, UpgradeSmartAccountContent as st, AppConfig as t, NotificationsModalProvider as ta, LegalDocumentAgreement as tc, uploadBlobToIPFS as ti, getUpgradeRequiredForAccountQueryKey as tn, XApp as to, UseEventsParams as tr, useClaimVetDomain as ts, ChangeCurrencyContentProps as tt, UpgradeSmartAccountModal as u, useChooseNameModal as ua, VthoPerGasAtSpeed as uc, getPicassoImage as ui, useRefreshSmartAccountQueries as un, getTokenUsdPriceQueryKey as uo, useCurrentLanguage as ur, getPrivyAppInfoQueryKey as us, ProfileContentProps as ut, TransactionButtonAndStatus as v, useAccountModal as va, TransactionSpeed as vc, PrivyEcosystemApp as vi, getAccountVersionQueryKey as vn, getCustomTokenBalanceQueryKey as vo, getLocalStorageItem as vr, SocialIcons as vs, ChooseNameSearchContent as vt, AssetButton as w, UploadedImage as wa, CrossAppConnectionCache as wc, VECHAIN_KIT_STORAGE_KEYS as wi, getCurrentAccountImplementationVersionQueryKey as wn, useCurrentAllocationsRoundId as wo, safeQuerySelector as wr, VeChainWithPrivyLoginButton as ws, SelectTokenContent as wt, ScrollToTopWrapper as x, useSwapQuotes as xa, CURRENCY as xc, TOKEN_LOGO_COMPONENTS as xi, getAccountAddressQueryKey as xn, useGetB3trBalance as xo, isBrowser as xr, WalletDisplayVariant as xs, ChooseNameContentProps as xt, TransactionButtonAndStatusProps as y, ConnectModalProvider as ya, ENS_TEXT_RECORDS as yc, SUPPORTED_GAS_TOKENS as yi, useGetAccountVersion as yn, useGetCustomTokenBalances as yo, getWindowOrigin as yr, WalletButton as ys, ChooseNameSearchContentProps as yt, ActionButton as z, useXAppsShares as za, useNotificationAlerts as zi, estimateAndBuildTxBody as zn, useGetResolverAddress as zo, removePrefix as zr, LegalDocumentsProvider as zs, buildVETClauses as zt };
|
|
4281
|
-
//# sourceMappingURL=index-
|
|
4282
|
+
//# sourceMappingURL=index-CpRbZET6.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-CpRbZET6.d.mts","names":[],"sources":["../src/config/network.ts","../src/types/types.ts","../src/types/ensTextRecords.ts","../src/types/gasToken.ts","../src/types/gasEstimation.ts","../src/types/index.ts","../src/theme/tokens.ts","../src/providers/VeChainKitProvider.tsx","../src/providers/PrivyWalletProvider.tsx","../src/providers/VechainKitThemeProvider.tsx","../src/providers/LegalDocumentsProvider.tsx","../src/components/ConnectModal/ConnectModal.tsx","../src/components/ConnectModal/Contents/MainContent.tsx","../src/components/ConnectModal/Contents/LoadingContent.tsx","../src/components/ConnectModal/Contents/ErrorContent.tsx","../src/components/ConnectModal/Contents/EcosystemContent.tsx","../src/components/ConnectModal/Components/ConnectionButton.tsx","../src/components/ConnectModal/Components/EmailLoginButton.tsx","../src/components/ConnectModal/Components/VeChainLoginButton.tsx","../src/components/ConnectModal/Components/EcosystemButton.tsx","../src/components/ConnectModal/Components/PrivyButton.tsx","../src/components/ConnectModal/Components/LoginWithGoogleButton.tsx","../src/components/ConnectModal/Components/PasskeyLoginButton.tsx","../src/components/ConnectModal/Components/DappKitButton.tsx","../src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.tsx","../src/components/ConnectModal/Components/LoginWithGithubButton.tsx","../src/components/ConnectModal/ConnectPopover.tsx","../src/components/WalletButton/types.ts","../src/components/WalletButton/WalletButton.tsx","../src/components/WalletButton/SocialIcons.tsx","../src/components/TransactionModal/TransactionModal.tsx","../src/components/TransactionModal/Components/ShareButtons.tsx","../src/components/TransactionModal/TransactionModalContent.tsx","../src/components/TransactionToast/TransactionToast.tsx","../src/components/AccountModal/Contents/Account/AccountMainContent.tsx","../src/hooks/api/privy/useFetchAppInfo.ts","../src/hooks/api/privy/useFetchPrivyStatus.ts","../src/hooks/api/vetDomains/useVechainDomain.ts","../src/hooks/api/vetDomains/useEnsRecordExists.ts","../src/hooks/api/vetDomains/useClaimVeWorldSubdomain.ts","../src/hooks/api/vetDomains/useClaimVetDomain.ts","../src/hooks/api/vetDomains/useIsDomainProtected.ts","../src/hooks/api/vetDomains/useGetDomainsOfAddress.ts","../src/hooks/api/vetDomains/useGetAvatar.ts","../src/hooks/api/vetDomains/useGetTextRecords.ts","../src/hooks/api/vetDomains/useUpdateTextRecord.ts","../src/hooks/api/vetDomains/useGetResolverAddress.ts","../src/hooks/api/vetDomains/useGetAvatarOfAddress.ts","../src/hooks/api/vetDomains/useGetAvatarLegacy.ts","../src/hooks/api/vetDomains/useUnsetDomain.ts","../src/hooks/api/wallet/useTokenBalances.ts","../src/hooks/api/wallet/useTokenPrices.ts","../src/hooks/api/wallet/useTokensWithValues.ts","../src/hooks/api/wallet/useTotalBalance.ts","../src/hooks/api/wallet/useCurrentAllocationsRoundId.ts","../src/hooks/api/wallet/useCustomTokens.ts","../src/hooks/api/wallet/useGetB3trBalance.ts","../src/hooks/api/wallet/useGetCustomTokenBalances.ts","../src/hooks/api/wallet/useGetCustomTokenInfo.ts","../src/hooks/api/wallet/useGetErc20Balance.ts","../src/hooks/api/wallet/useGetTokenUsdPrice.ts","../src/hooks/api/wallet/useGetVot3Balance.ts","../src/hooks/api/wallet/useIsPerson.ts","../src/hooks/api/wallet/useMostVotedAppsInRound.ts","../src/hooks/api/wallet/useRefreshBalances.ts","../src/hooks/api/wallet/useRefreshMetadata.ts","../src/hooks/api/wallet/useRoundXApps.ts","../src/hooks/api/wallet/useWallet.ts","../src/hooks/api/wallet/useWalletMetadata.ts","../src/hooks/api/wallet/useWalletStorage.ts","../src/hooks/api/wallet/useSwitchWallet.ts","../src/hooks/api/wallet/useXAppMetadata.tsx","../src/hooks/api/wallet/useXAppShares.ts","../src/hooks/api/ipfs/useIpfsMetadata.ts","../src/hooks/api/ipfs/useIpfsImage.ts","../src/hooks/api/ipfs/useIpfsMetadatas.ts","../src/hooks/api/ipfs/useUploadImages.ts","../src/hooks/api/ipfs/useSingleImageUpload.ts","../src/types/swap.ts","../src/hooks/api/swap/useSwapTransaction.ts","../src/hooks/api/swap/useSwapQuotes.ts","../src/hooks/modals/useConnectModal.tsx","../src/hooks/modals/useAccountModal.tsx","../src/hooks/modals/useTransactionModal.tsx","../src/hooks/modals/useTransactionToast.tsx","../src/hooks/modals/useWalletModal.tsx","../src/hooks/modals/useChooseNameModal.tsx","../src/hooks/modals/useSendTokenModal.tsx","../src/hooks/modals/useSwapTokenModal.tsx","../src/hooks/modals/useExploreEcosystemModal.tsx","../src/hooks/modals/useNotificationsModal.tsx","../src/hooks/modals/useFAQModal.tsx","../src/hooks/modals/useAccountCustomizationModal.tsx","../src/hooks/modals/useReceiveModal.tsx","../src/hooks/modals/useLoginModalContent.ts","../src/hooks/modals/useUpgradeSmartAccountModal.tsx","../src/hooks/modals/useProfileModal.tsx","../src/hooks/modals/useAccountModalOptions.tsx","../src/hooks/modals/useSettingsModal.tsx","../src/hooks/notifications/types.ts","../src/hooks/notifications/useNotifications.ts","../src/hooks/notifications/useNotificationAlerts.ts","../src/hooks/signing/useSignMessage.ts","../src/hooks/signing/useSignTypedData.ts","../src/hooks/login/useLoginWithPasskey.ts","../src/hooks/login/useLoginWithOAuth.ts","../src/hooks/login/useLoginWithVeChain.ts","../src/components/AccountModal/Contents/Ecosystem/Components/CategoryLabel.tsx","../src/hooks/utils/useAppHubApps.ts","../src/utils/constants.tsx","../src/utils/formattingUtils.tsx","../src/utils/randomTxForwarder.tsx","../src/utils/addressUtils.ts","../src/utils/ipfs.ts","../src/utils/media.ts","../src/utils/uri.ts","../src/utils/gmNfts.ts","../src/utils/buildQueryString.ts","../src/utils/xNode.ts","../src/utils/time.ts","../src/utils/stringUtils.ts","../src/utils/hexUtils.ts","../src/utils/url.ts","../src/utils/thorUtils.ts","../src/utils/ssrUtils.ts","../src/hooks/utils/useCallClause.ts","../src/hooks/utils/useCurrency.ts","../src/hooks/utils/useCurrentLanguage.ts","../src/hooks/utils/useCurrentCurrency.ts","../src/hooks/utils/useFeatureAnnouncement.ts","../src/hooks/utils/useGetNodeUrl.ts","../src/hooks/utils/useIsPwa.ts","../src/hooks/utils/useScrollToTop.ts","../src/hooks/utils/useEvents.ts","../src/hooks/utils/useBuildClauses.ts","../src/hooks/cache/useLocalStorage.ts","../src/hooks/cache/useSyncableLocalStorage.ts","../src/hooks/cache/useEcosystemShortcuts.ts","../src/hooks/cache/useCrossAppConnectionCache.ts","../src/hooks/generic-delegator/useGenericDelegator.ts","../src/hooks/generic-delegator/useGasTokenSelection.ts","../src/hooks/generic-delegator/useGenericDelegatorFeeEstimation.ts","../src/hooks/generic-delegator/useEstimateAllTokens.ts","../src/hooks/thor/accounts/useAccountBalance.ts","../src/hooks/thor/smartAccounts/useAccountImplementationAddress.ts","../src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.ts","../src/hooks/thor/smartAccounts/useGetAccountAddress.ts","../src/hooks/thor/smartAccounts/useGetAccountVersion.ts","../src/hooks/thor/smartAccounts/useHasV1SmartAccount.ts","../src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.ts","../src/hooks/thor/smartAccounts/useRefreshFactoryQueries.ts","../src/hooks/thor/smartAccounts/useRefreshSmartAccountQueries.ts","../src/hooks/thor/smartAccounts/useSmartAccount.ts","../src/hooks/thor/smartAccounts/useUpgradeRequired.ts","../src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.ts","../src/hooks/thor/smartAccounts/useUpgradeSmartAccount.ts","../src/hooks/thor/blocks/useCurrentBlock.ts","../src/hooks/thor/blocks/useGetChainId.ts","../src/hooks/thor/logs/logUtils.ts","../src/hooks/thor/transactions/useSendTransaction.ts","../src/hooks/thor/transactions/useTransferERC20.ts","../src/hooks/thor/transactions/useTransferVET.ts","../src/hooks/thor/transactions/useBuildTransaction.ts","../src/hooks/thor/transactions/useTxReceipt.ts","../src/hooks/thor/transactions/useGasEstimate.ts","../src/components/AccountModal/Contents/SendToken/SendTokenContent.tsx","../src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.tsx","../src/components/AccountModal/Contents/SendToken/SelectTokenContent.tsx","../src/components/AccountModal/Contents/Receive/ReceiveTokenContent.tsx","../src/components/AccountModal/Contents/Swap/SwapTokenContent.tsx","../src/components/AccountModal/Contents/ChooseName/ChooseNameContent.tsx","../src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.tsx","../src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.tsx","../src/components/AccountModal/Contents/FAQ/FAQContent.tsx","../src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.tsx","../src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.tsx","../src/components/AccountModal/Contents/Profile/ProfileContent.tsx","../src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.tsx","../src/components/AccountModal/Contents/Assets/AssetsContent.tsx","../src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.tsx","../src/components/AccountModal/Contents/Bridge/BridgeContent.tsx","../src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.tsx","../src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.tsx","../src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.tsx","../src/components/AccountModal/Contents/KitSettings/SettingsContent.tsx","../src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.tsx","../src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.tsx","../src/components/AccountModal/Contents/SelectWallet/SelectWalletContent.tsx","../src/components/AccountModal/Contents/SelectWallet/RemoveWalletConfirmContent.tsx","../src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.tsx","../src/components/AccountModal/Contents/Ecosystem/AppOverviewContent.tsx","../src/components/AccountModal/Contents/SuccessfulOperation/SuccessfulOperationContent.tsx","../src/components/AccountModal/Contents/FailedOperation/FailedOperationContent.tsx","../src/components/AccountModal/Types/Types.ts","../src/components/AccountModal/AccountModal.tsx","../src/components/AccountModal/Components/AccountDetailsButton.tsx","../src/components/AccountModal/Components/ActionButton.tsx","../src/components/AccountModal/Components/AccountSelector.tsx","../src/components/AccountModal/Components/BalanceSection.tsx","../src/components/AccountModal/Components/QuickActionsSection.tsx","../src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.tsx","../src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.tsx","../src/components/AccountModal/Components/Alerts/DomainRequiredAlert.tsx","../src/components/AccountModal/Components/CrossAppConnectionSecurityCard.tsx","../src/components/common/ModalBackButton.tsx","../src/components/common/AddressDisplay.tsx","../src/components/common/VersionFooter.tsx","../src/components/common/StickyHeaderContainer.tsx","../src/components/common/StickyFooterContainer.tsx","../src/components/common/BaseModal.tsx","../src/components/common/AssetButton.tsx","../src/components/common/AddressDisplayCard.tsx","../src/components/common/ModalFAQButton.tsx","../src/components/common/ScrollToTopWrapper.tsx","../src/components/common/AccountAvatar.tsx","../src/components/common/TransactionButtonAndStatus.tsx","../src/components/common/ModalNotificationButton.tsx","../src/components/common/GasFeeSummary.tsx","../src/components/common/GasFeeTokenSelector.tsx","../src/components/common/InlineFeedback.tsx","../src/components/common/WalletSwitchFeedback.tsx","../src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.tsx","../src/components/UpgradeSmartAccountModal/UpgradeSmartAccountModal.tsx","../src/components/LegalDocumentsModal/LegalDocumentsModal.tsx","../src/components/LegalDocumentsModal/Components/LegalDocumentItem.tsx","../src/providers/ModalProvider.tsx","../src/config/index.ts"],"sourcesContent":[],"mappings":"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"}
|