@vechain/vechain-kit 2.6.7 → 2.6.9
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.d.cts +1 -1
- package/dist/{index-Gbh5IBmK.d.cts → index-DJ6mUqNG.d.cts} +146 -146
- package/dist/{index-Gbh5IBmK.d.cts.map → index-DJ6mUqNG.d.cts.map} +1 -1
- package/dist/{index-DVPTcJRO.d.cts → index-DSMUkHcK.d.cts} +4 -4
- package/dist/{index-DVPTcJRO.d.cts.map → index-DSMUkHcK.d.cts.map} +1 -1
- package/dist/{index-BDSRzvcF.d.mts → index-tcllbHHw.d.mts} +146 -146
- package/dist/{index-BDSRzvcF.d.mts.map → index-tcllbHHw.d.mts.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 +1 -1
- package/dist/index.mjs +8 -8
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.d.cts +2 -2
- package/dist/utils/index.d.mts +1 -1
- package/package.json +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { ButtonProps, IconButtonProps, ImageProps, PropsOf, StackProps, ThemeTypings, VStack } from "@chakra-ui/react";
|
|
2
2
|
import * as react0 from "react";
|
|
3
3
|
import React$1, { ElementType, ReactElement, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
import { Account } from "viem/accounts";
|
|
6
6
|
import * as _vechain_sdk_core0 from "@vechain/sdk-core";
|
|
7
7
|
import { Address, Certificate, CertificateData, Clause, Revision, Transaction, TransactionClause } from "@vechain/sdk-core";
|
|
8
8
|
import { LoginMethodOrderOption, OAuthProviderType, SignTypedDataParams, User, WalletListEntry, useMfaEnrollment, usePrivy as usePrivy$1, useSetWalletRecovery } from "@privy-io/react-auth";
|
|
9
9
|
import { WalletButton as DAppKitWalletButton, WalletConnectOptions, useThor as useThor$1, useWallet as useDAppKitWallet, useWalletModal as useDAppKitWalletModal } from "@vechain/dapp-kit-react";
|
|
10
|
-
import * as
|
|
10
|
+
import * as _tanstack_react_query8 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";
|
|
@@ -641,7 +641,7 @@ declare const VeChainKitContext: react0.Context<VeChainKitConfig | null>;
|
|
|
641
641
|
* ```
|
|
642
642
|
*/
|
|
643
643
|
declare const useVeChainKitConfig: () => VeChainKitConfig;
|
|
644
|
-
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) =>
|
|
644
|
+
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime0.JSX.Element;
|
|
645
645
|
//#endregion
|
|
646
646
|
//#region src/providers/PrivyWalletProvider.d.ts
|
|
647
647
|
interface PrivyWalletProviderContextType {
|
|
@@ -684,7 +684,7 @@ declare const PrivyWalletProvider: ({
|
|
|
684
684
|
delegatorUrl?: string;
|
|
685
685
|
delegateAllTransactions: boolean;
|
|
686
686
|
genericDelegator?: boolean;
|
|
687
|
-
}) =>
|
|
687
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
688
688
|
declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
|
|
689
689
|
//#endregion
|
|
690
690
|
//#region src/providers/VechainKitThemeProvider.d.ts
|
|
@@ -702,12 +702,12 @@ declare const ColorModeSync: ({
|
|
|
702
702
|
darkMode
|
|
703
703
|
}: {
|
|
704
704
|
darkMode: boolean;
|
|
705
|
-
}) =>
|
|
705
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
706
706
|
declare const VechainKitThemeProvider: ({
|
|
707
707
|
children,
|
|
708
708
|
darkMode,
|
|
709
709
|
theme: customTheme
|
|
710
|
-
}: Props$35) =>
|
|
710
|
+
}: Props$35) => react_jsx_runtime0.JSX.Element;
|
|
711
711
|
//#endregion
|
|
712
712
|
//#region src/providers/LegalDocumentsProvider.d.ts
|
|
713
713
|
type Props$34 = {
|
|
@@ -723,7 +723,7 @@ type LegalDocumentsContextType = {
|
|
|
723
723
|
declare const useLegalDocuments: () => LegalDocumentsContextType;
|
|
724
724
|
declare const LegalDocumentsProvider: ({
|
|
725
725
|
children
|
|
726
|
-
}: Props$34) =>
|
|
726
|
+
}: Props$34) => react_jsx_runtime0.JSX.Element;
|
|
727
727
|
//#endregion
|
|
728
728
|
//#region src/components/ConnectModal/ConnectModal.d.ts
|
|
729
729
|
type Props$33 = {
|
|
@@ -759,7 +759,7 @@ declare const ConnectModal: ({
|
|
|
759
759
|
onClose,
|
|
760
760
|
initialContent,
|
|
761
761
|
preventAutoClose
|
|
762
|
-
}: Props$33) =>
|
|
762
|
+
}: Props$33) => react_jsx_runtime0.JSX.Element;
|
|
763
763
|
//#endregion
|
|
764
764
|
//#region src/components/ConnectModal/Contents/MainContent.d.ts
|
|
765
765
|
type Props$32 = {
|
|
@@ -767,7 +767,7 @@ type Props$32 = {
|
|
|
767
767
|
};
|
|
768
768
|
declare const MainContent: ({
|
|
769
769
|
setCurrentContent
|
|
770
|
-
}: Props$32) =>
|
|
770
|
+
}: Props$32) => react_jsx_runtime0.JSX.Element;
|
|
771
771
|
//#endregion
|
|
772
772
|
//#region src/components/ConnectModal/Contents/LoadingContent.d.ts
|
|
773
773
|
type LoadingContentProps = {
|
|
@@ -785,7 +785,7 @@ declare const LoadingContent: ({
|
|
|
785
785
|
onClose,
|
|
786
786
|
onGoBack,
|
|
787
787
|
showBackButton
|
|
788
|
-
}: LoadingContentProps) =>
|
|
788
|
+
}: LoadingContentProps) => react_jsx_runtime0.JSX.Element;
|
|
789
789
|
//#endregion
|
|
790
790
|
//#region src/components/ConnectModal/Contents/ErrorContent.d.ts
|
|
791
791
|
type ErrorContentProps = {
|
|
@@ -799,7 +799,7 @@ declare const ErrorContent: ({
|
|
|
799
799
|
onClose,
|
|
800
800
|
onTryAgain,
|
|
801
801
|
onGoBack
|
|
802
|
-
}: ErrorContentProps) =>
|
|
802
|
+
}: ErrorContentProps) => react_jsx_runtime0.JSX.Element;
|
|
803
803
|
//#endregion
|
|
804
804
|
//#region src/components/ConnectModal/Contents/EcosystemContent.d.ts
|
|
805
805
|
type Props$31 = {
|
|
@@ -815,7 +815,7 @@ declare const EcosystemContent: ({
|
|
|
815
815
|
isLoading,
|
|
816
816
|
setCurrentContent,
|
|
817
817
|
showBackButton
|
|
818
|
-
}: Props$31) =>
|
|
818
|
+
}: Props$31) => react_jsx_runtime0.JSX.Element;
|
|
819
819
|
//#endregion
|
|
820
820
|
//#region src/components/ConnectModal/Components/ConnectionButton.d.ts
|
|
821
821
|
interface ConnectionButtonProps {
|
|
@@ -838,10 +838,10 @@ declare const ConnectionButton: ({
|
|
|
838
838
|
style,
|
|
839
839
|
variant,
|
|
840
840
|
iconWidth
|
|
841
|
-
}: ConnectionButtonProps) =>
|
|
841
|
+
}: ConnectionButtonProps) => react_jsx_runtime0.JSX.Element | null;
|
|
842
842
|
//#endregion
|
|
843
843
|
//#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
|
|
844
|
-
declare const EmailLoginButton: () =>
|
|
844
|
+
declare const EmailLoginButton: () => react_jsx_runtime0.JSX.Element;
|
|
845
845
|
//#endregion
|
|
846
846
|
//#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
|
|
847
847
|
type Props$30 = {
|
|
@@ -853,7 +853,7 @@ declare const VeChainLoginButton: ({
|
|
|
853
853
|
isDark,
|
|
854
854
|
gridColumn,
|
|
855
855
|
setCurrentContent
|
|
856
|
-
}: Props$30) =>
|
|
856
|
+
}: Props$30) => react_jsx_runtime0.JSX.Element;
|
|
857
857
|
//#endregion
|
|
858
858
|
//#region src/components/ConnectModal/Components/EcosystemButton.d.ts
|
|
859
859
|
type Props$29 = {
|
|
@@ -867,7 +867,7 @@ declare const EcosystemButton: ({
|
|
|
867
867
|
appsInfo,
|
|
868
868
|
isLoading,
|
|
869
869
|
setCurrentContent
|
|
870
|
-
}: Props$29) =>
|
|
870
|
+
}: Props$29) => react_jsx_runtime0.JSX.Element;
|
|
871
871
|
//#endregion
|
|
872
872
|
//#region src/components/ConnectModal/Components/PrivyButton.d.ts
|
|
873
873
|
type Props$28 = {
|
|
@@ -879,7 +879,7 @@ declare const PrivyButton: ({
|
|
|
879
879
|
isDark,
|
|
880
880
|
onViewMoreLogin,
|
|
881
881
|
gridColumn
|
|
882
|
-
}: Props$28) =>
|
|
882
|
+
}: Props$28) => react_jsx_runtime0.JSX.Element;
|
|
883
883
|
//#endregion
|
|
884
884
|
//#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
|
|
885
885
|
type Props$27 = {
|
|
@@ -889,7 +889,7 @@ type Props$27 = {
|
|
|
889
889
|
declare const LoginWithGoogleButton: ({
|
|
890
890
|
isDark,
|
|
891
891
|
gridColumn
|
|
892
|
-
}: Props$27) =>
|
|
892
|
+
}: Props$27) => react_jsx_runtime0.JSX.Element;
|
|
893
893
|
//#endregion
|
|
894
894
|
//#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
|
|
895
895
|
type Props$26 = {
|
|
@@ -901,7 +901,7 @@ declare const PasskeyLoginButton: ({
|
|
|
901
901
|
isDark,
|
|
902
902
|
gridColumn,
|
|
903
903
|
setCurrentContent
|
|
904
|
-
}: Props$26) =>
|
|
904
|
+
}: Props$26) => react_jsx_runtime0.JSX.Element;
|
|
905
905
|
//#endregion
|
|
906
906
|
//#region src/components/ConnectModal/Components/DappKitButton.d.ts
|
|
907
907
|
type Props$25 = {
|
|
@@ -911,7 +911,7 @@ type Props$25 = {
|
|
|
911
911
|
declare const DappKitButton: ({
|
|
912
912
|
isDark,
|
|
913
913
|
gridColumn
|
|
914
|
-
}: Props$25) =>
|
|
914
|
+
}: Props$25) => react_jsx_runtime0.JSX.Element;
|
|
915
915
|
//#endregion
|
|
916
916
|
//#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
|
|
917
917
|
type Props$24 = {
|
|
@@ -921,7 +921,7 @@ type Props$24 = {
|
|
|
921
921
|
declare const VeChainWithPrivyLoginButton: ({
|
|
922
922
|
isDark,
|
|
923
923
|
gridColumn
|
|
924
|
-
}: Props$24) =>
|
|
924
|
+
}: Props$24) => react_jsx_runtime0.JSX.Element;
|
|
925
925
|
//#endregion
|
|
926
926
|
//#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
|
|
927
927
|
type Props$23 = {
|
|
@@ -931,7 +931,7 @@ type Props$23 = {
|
|
|
931
931
|
declare const LoginWithGithubButton: ({
|
|
932
932
|
isDark,
|
|
933
933
|
gridColumn
|
|
934
|
-
}: Props$23) =>
|
|
934
|
+
}: Props$23) => react_jsx_runtime0.JSX.Element;
|
|
935
935
|
//#endregion
|
|
936
936
|
//#region src/components/ConnectModal/ConnectPopover.d.ts
|
|
937
937
|
type ConnectPopoverProps = {
|
|
@@ -941,7 +941,7 @@ type ConnectPopoverProps = {
|
|
|
941
941
|
declare const ConnectPopover: ({
|
|
942
942
|
isLoading,
|
|
943
943
|
buttonStyle
|
|
944
|
-
}: ConnectPopoverProps) =>
|
|
944
|
+
}: ConnectPopoverProps) => react_jsx_runtime0.JSX.Element;
|
|
945
945
|
//#endregion
|
|
946
946
|
//#region src/components/WalletButton/types.d.ts
|
|
947
947
|
type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
|
|
@@ -960,10 +960,10 @@ declare const WalletButton: ({
|
|
|
960
960
|
buttonStyle,
|
|
961
961
|
connectionVariant,
|
|
962
962
|
label
|
|
963
|
-
}: WalletButtonProps) =>
|
|
963
|
+
}: WalletButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
964
964
|
//#endregion
|
|
965
965
|
//#region src/components/WalletButton/SocialIcons.d.ts
|
|
966
|
-
declare const SocialIcons: () =>
|
|
966
|
+
declare const SocialIcons: () => react_jsx_runtime0.JSX.Element;
|
|
967
967
|
//#endregion
|
|
968
968
|
//#region src/components/TransactionModal/TransactionModal.d.ts
|
|
969
969
|
type TransactionModalProps = {
|
|
@@ -993,7 +993,7 @@ declare const TransactionModal: ({
|
|
|
993
993
|
txReceipt,
|
|
994
994
|
txError,
|
|
995
995
|
onTryAgain
|
|
996
|
-
}: TransactionModalProps) =>
|
|
996
|
+
}: TransactionModalProps) => react_jsx_runtime0.JSX.Element | null;
|
|
997
997
|
//#endregion
|
|
998
998
|
//#region src/components/TransactionModal/Components/ShareButtons.d.ts
|
|
999
999
|
type Props$22 = {
|
|
@@ -1003,7 +1003,7 @@ type Props$22 = {
|
|
|
1003
1003
|
};
|
|
1004
1004
|
declare const ShareButtons: ({
|
|
1005
1005
|
description
|
|
1006
|
-
}: Props$22) =>
|
|
1006
|
+
}: Props$22) => react_jsx_runtime0.JSX.Element;
|
|
1007
1007
|
//#endregion
|
|
1008
1008
|
//#region src/components/TransactionModal/TransactionModalContent.d.ts
|
|
1009
1009
|
declare const TransactionModalContent: ({
|
|
@@ -1013,7 +1013,7 @@ declare const TransactionModalContent: ({
|
|
|
1013
1013
|
txReceipt,
|
|
1014
1014
|
txError,
|
|
1015
1015
|
onClose
|
|
1016
|
-
}: Omit<TransactionModalProps, "isOpen">) =>
|
|
1016
|
+
}: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime0.JSX.Element;
|
|
1017
1017
|
//#endregion
|
|
1018
1018
|
//#region src/components/TransactionToast/TransactionToast.d.ts
|
|
1019
1019
|
type TransactionToastProps = {
|
|
@@ -1033,7 +1033,7 @@ declare const TransactionToast: ({
|
|
|
1033
1033
|
txError,
|
|
1034
1034
|
onTryAgain,
|
|
1035
1035
|
description
|
|
1036
|
-
}: TransactionToastProps) =>
|
|
1036
|
+
}: TransactionToastProps) => react_jsx_runtime0.JSX.Element | null;
|
|
1037
1037
|
//#endregion
|
|
1038
1038
|
//#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
|
|
1039
1039
|
type Props$21 = {
|
|
@@ -1049,12 +1049,12 @@ declare const AccountMainContent: ({
|
|
|
1049
1049
|
wallet,
|
|
1050
1050
|
onClose,
|
|
1051
1051
|
switchFeedback
|
|
1052
|
-
}: Props$21) =>
|
|
1052
|
+
}: Props$21) => react_jsx_runtime0.JSX.Element;
|
|
1053
1053
|
//#endregion
|
|
1054
1054
|
//#region src/hooks/api/privy/useFetchAppInfo.d.ts
|
|
1055
1055
|
declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
|
|
1056
1056
|
declare const getPrivyAppInfoQueryKey: (appIds: string | string[]) => string[];
|
|
1057
|
-
declare const useFetchAppInfo: (appIds: string | string[]) =>
|
|
1057
|
+
declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query8.UseQueryResult<{
|
|
1058
1058
|
[k: string]: {
|
|
1059
1059
|
website: string | undefined;
|
|
1060
1060
|
id: string;
|
|
@@ -1075,7 +1075,7 @@ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_qu
|
|
|
1075
1075
|
//#endregion
|
|
1076
1076
|
//#region src/hooks/api/privy/useFetchPrivyStatus.d.ts
|
|
1077
1077
|
declare const fetchPrivyStatus: () => Promise<string>;
|
|
1078
|
-
declare const useFetchPrivyStatus: () =>
|
|
1078
|
+
declare const useFetchPrivyStatus: () => _tanstack_react_query8.UseQueryResult<string, Error>;
|
|
1079
1079
|
//#endregion
|
|
1080
1080
|
//#region src/hooks/api/vetDomains/useVechainDomain.d.ts
|
|
1081
1081
|
interface VeChainDomainResult {
|
|
@@ -1085,11 +1085,11 @@ interface VeChainDomainResult {
|
|
|
1085
1085
|
isPrimaryDomain: boolean;
|
|
1086
1086
|
}
|
|
1087
1087
|
declare const getVechainDomainQueryKey: (addressOrDomain?: string | null) => (string | null | undefined)[];
|
|
1088
|
-
declare const useVechainDomain: (addressOrDomain?: string | null) =>
|
|
1088
|
+
declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query8.UseQueryResult<VeChainDomainResult, Error>;
|
|
1089
1089
|
//#endregion
|
|
1090
1090
|
//#region src/hooks/api/vetDomains/useEnsRecordExists.d.ts
|
|
1091
1091
|
declare const getEnsRecordExistsQueryKey: (name: string) => string[];
|
|
1092
|
-
declare const useEnsRecordExists: (name: string) =>
|
|
1092
|
+
declare const useEnsRecordExists: (name: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
1093
1093
|
//#endregion
|
|
1094
1094
|
//#region src/hooks/api/vetDomains/useClaimVeWorldSubdomain.d.ts
|
|
1095
1095
|
type useClaimVeWorldSubdomainProps = {
|
|
@@ -1151,7 +1151,7 @@ declare const getIsDomainProtectedQueryKey: (domain?: string) => (string | undef
|
|
|
1151
1151
|
* @param {boolean} [enabled=true] - Flag to enable or disable the hook.
|
|
1152
1152
|
* @returns The result of the useQuery hook, with the protection status.
|
|
1153
1153
|
*/
|
|
1154
|
-
declare const useIsDomainProtected: (domain?: string, enabled?: boolean) =>
|
|
1154
|
+
declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
1155
1155
|
//#endregion
|
|
1156
1156
|
//#region src/hooks/api/vetDomains/useGetDomainsOfAddress.d.ts
|
|
1157
1157
|
declare const DomainSchema: z.ZodObject<{
|
|
@@ -1179,7 +1179,7 @@ declare const getDomainsOfAddressQueryKey: (address?: string, parentDomain?: str
|
|
|
1179
1179
|
* @param parentDomain The parent domain (e.g., "veworld.vet")
|
|
1180
1180
|
* @returns The domains owned by the address
|
|
1181
1181
|
*/
|
|
1182
|
-
declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) =>
|
|
1182
|
+
declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
1183
1183
|
domains: {
|
|
1184
1184
|
name: string;
|
|
1185
1185
|
}[];
|
|
@@ -1192,7 +1192,7 @@ declare const getAvatarQueryKey: (name: string, networkType: NETWORK_TYPE) => st
|
|
|
1192
1192
|
* @param name - The VET domain name
|
|
1193
1193
|
* @returns The resolved avatar URL
|
|
1194
1194
|
*/
|
|
1195
|
-
declare const useGetAvatar: (name: string) =>
|
|
1195
|
+
declare const useGetAvatar: (name: string) => _tanstack_react_query8.UseQueryResult<string | null, Error>;
|
|
1196
1196
|
//#endregion
|
|
1197
1197
|
//#region src/hooks/api/vetDomains/useGetTextRecords.d.ts
|
|
1198
1198
|
/**
|
|
@@ -1204,7 +1204,7 @@ declare const useGetAvatar: (name: string) => _tanstack_react_query33.UseQueryRe
|
|
|
1204
1204
|
*/
|
|
1205
1205
|
declare const getTextRecords: (nodeUrl: string, network: NETWORK_TYPE, domain?: string) => Promise<TextRecords>;
|
|
1206
1206
|
declare const getTextRecordsQueryKey: (domain?: string, network?: NETWORK_TYPE) => (string | undefined)[];
|
|
1207
|
-
declare const useGetTextRecords: (domain?: string) =>
|
|
1207
|
+
declare const useGetTextRecords: (domain?: string) => _tanstack_react_query8.UseQueryResult<TextRecords, Error>;
|
|
1208
1208
|
//#endregion
|
|
1209
1209
|
//#region src/hooks/api/vetDomains/useUpdateTextRecord.d.ts
|
|
1210
1210
|
type UpdateTextRecordVariables = {
|
|
@@ -1237,7 +1237,7 @@ declare const getResolverAddressQueryKey: (domain?: string) => (string | undefin
|
|
|
1237
1237
|
* @param domain The domain to get resolver for
|
|
1238
1238
|
* @returns The resolver address for the domain
|
|
1239
1239
|
*/
|
|
1240
|
-
declare const useGetResolverAddress: (domain?: string) =>
|
|
1240
|
+
declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query8.UseQueryResult<`0x${string}`, unknown>;
|
|
1241
1241
|
//#endregion
|
|
1242
1242
|
//#region src/hooks/api/vetDomains/useGetAvatarOfAddress.d.ts
|
|
1243
1243
|
declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefined)[];
|
|
@@ -1247,7 +1247,7 @@ declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefi
|
|
|
1247
1247
|
* @param address The owner's address
|
|
1248
1248
|
* @returns The avatar URL for the address's primary domain
|
|
1249
1249
|
*/
|
|
1250
|
-
declare const useGetAvatarOfAddress: (address?: string) =>
|
|
1250
|
+
declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query8.UseQueryResult<string, Error>;
|
|
1251
1251
|
//#endregion
|
|
1252
1252
|
//#region src/hooks/api/vetDomains/useGetAvatarLegacy.d.ts
|
|
1253
1253
|
/**
|
|
@@ -1264,7 +1264,7 @@ declare const getAvatarLegacyQueryKey: (name: string, networkType: NETWORK_TYPE)
|
|
|
1264
1264
|
* @param name - The VET domain name
|
|
1265
1265
|
* @returns The resolved avatar URL
|
|
1266
1266
|
*/
|
|
1267
|
-
declare const useGetAvatarLegacy: (name: string) =>
|
|
1267
|
+
declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query8.UseQueryResult<string | null, Error>;
|
|
1268
1268
|
//#endregion
|
|
1269
1269
|
//#region src/hooks/api/vetDomains/useUnsetDomain.d.ts
|
|
1270
1270
|
type useUnsetDomainProps = {
|
|
@@ -1373,7 +1373,7 @@ declare const getCurrentAllocationsRoundIdQueryKey: (address: string) => string[
|
|
|
1373
1373
|
* Hook to get the current roundId of allocations voting
|
|
1374
1374
|
* @returns the current roundId of allocations voting
|
|
1375
1375
|
*/
|
|
1376
|
-
declare const useCurrentAllocationsRoundId: () =>
|
|
1376
|
+
declare const useCurrentAllocationsRoundId: () => _tanstack_react_query8.UseQueryResult<string, unknown>;
|
|
1377
1377
|
//#endregion
|
|
1378
1378
|
//#region src/hooks/api/wallet/useCustomTokens.d.ts
|
|
1379
1379
|
declare const useCustomTokens: () => {
|
|
@@ -1386,7 +1386,7 @@ declare const useCustomTokens: () => {
|
|
|
1386
1386
|
//#endregion
|
|
1387
1387
|
//#region src/hooks/api/wallet/useGetB3trBalance.d.ts
|
|
1388
1388
|
declare const getB3trBalanceQueryKey: (address?: string) => (string | undefined)[];
|
|
1389
|
-
declare const useGetB3trBalance: (address?: string) =>
|
|
1389
|
+
declare const useGetB3trBalance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
1390
1390
|
original: string;
|
|
1391
1391
|
scaled: string;
|
|
1392
1392
|
formatted: string;
|
|
@@ -1395,7 +1395,7 @@ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query33.U
|
|
|
1395
1395
|
//#region src/hooks/api/wallet/useGetCustomTokenBalances.d.ts
|
|
1396
1396
|
type TokenWithBalance = CustomTokenInfo & TokenBalance;
|
|
1397
1397
|
declare const getCustomTokenBalanceQueryKey: (tokenAddress?: string, address?: string, decimals?: number) => (string | number | undefined)[];
|
|
1398
|
-
declare const useGetCustomTokenBalances: (address?: string) =>
|
|
1398
|
+
declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
1399
1399
|
original: string;
|
|
1400
1400
|
scaled: string;
|
|
1401
1401
|
formatted: string;
|
|
@@ -1408,14 +1408,14 @@ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_q
|
|
|
1408
1408
|
//#region src/hooks/api/wallet/useGetCustomTokenInfo.d.ts
|
|
1409
1409
|
declare const getTokenInfo$1: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
|
|
1410
1410
|
declare const getCustomTokenInfoQueryKey: (tokenAddress: string) => string[];
|
|
1411
|
-
declare const useGetCustomTokenInfo: (tokenAddress: string) =>
|
|
1411
|
+
declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query8.UseQueryResult<CustomTokenInfo, Error>;
|
|
1412
1412
|
//#endregion
|
|
1413
1413
|
//#region src/hooks/api/wallet/useGetErc20Balance.d.ts
|
|
1414
1414
|
declare const getErc20BalanceQueryKey: (tokenAddress: string, address?: string) => (string | undefined)[];
|
|
1415
1415
|
type UseGetErc20BalanceOptions = {
|
|
1416
1416
|
enabled?: boolean;
|
|
1417
1417
|
};
|
|
1418
|
-
declare const useGetErc20Balance: (tokenAddress: string, address?: string, options?: UseGetErc20BalanceOptions) =>
|
|
1418
|
+
declare const useGetErc20Balance: (tokenAddress: string, address?: string, options?: UseGetErc20BalanceOptions) => _tanstack_react_query8.UseQueryResult<{
|
|
1419
1419
|
original: string;
|
|
1420
1420
|
scaled: string;
|
|
1421
1421
|
formatted: string;
|
|
@@ -1432,11 +1432,11 @@ declare const PRICE_FEED_IDS: {
|
|
|
1432
1432
|
type SupportedToken = keyof typeof PRICE_FEED_IDS;
|
|
1433
1433
|
declare const getTokenUsdPrice: (thor: ThorClient, token: SupportedToken, network: NETWORK_TYPE) => Promise<number>;
|
|
1434
1434
|
declare const getTokenUsdPriceQueryKey: (token: SupportedToken) => string[];
|
|
1435
|
-
declare const useGetTokenUsdPrice: (token: SupportedToken) =>
|
|
1435
|
+
declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query8.UseQueryResult<number, Error>;
|
|
1436
1436
|
//#endregion
|
|
1437
1437
|
//#region src/hooks/api/wallet/useGetVot3Balance.d.ts
|
|
1438
1438
|
declare const getVot3BalanceQueryKey: (address?: string) => (string | undefined)[];
|
|
1439
|
-
declare const useGetVot3Balance: (address?: string) =>
|
|
1439
|
+
declare const useGetVot3Balance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
1440
1440
|
original: string;
|
|
1441
1441
|
scaled: string;
|
|
1442
1442
|
formatted: string;
|
|
@@ -1455,7 +1455,7 @@ declare const getIsPersonQueryKey: (user: string, networkType: NETWORK_TYPE) =>
|
|
|
1455
1455
|
* @param user - The user address.
|
|
1456
1456
|
* @returns The isPerson status.
|
|
1457
1457
|
*/
|
|
1458
|
-
declare const useIsPerson: (user?: string | null) =>
|
|
1458
|
+
declare const useIsPerson: (user?: string | null) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
1459
1459
|
//#endregion
|
|
1460
1460
|
//#region src/hooks/api/wallet/useMostVotedAppsInRound.d.ts
|
|
1461
1461
|
type XApp = {
|
|
@@ -1493,7 +1493,7 @@ declare const useRefreshMetadata: (domain: string, address: string) => {
|
|
|
1493
1493
|
//#endregion
|
|
1494
1494
|
//#region src/hooks/api/wallet/useRoundXApps.d.ts
|
|
1495
1495
|
declare const getRoundXAppsQueryKey: (roundId: string, networkType: NETWORK_TYPE) => unknown[];
|
|
1496
|
-
declare const useRoundXApps: (roundId?: string) =>
|
|
1496
|
+
declare const useRoundXApps: (roundId?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
1497
1497
|
id: string;
|
|
1498
1498
|
teamWalletAddress: `0x${string}`;
|
|
1499
1499
|
name: string;
|
|
@@ -1607,7 +1607,7 @@ type XAppMetadata = {
|
|
|
1607
1607
|
* @returns The metadata of the xApp see {@link XAppMetadata}
|
|
1608
1608
|
*/
|
|
1609
1609
|
declare const getXAppMetadata: (uri: string, networkType: NETWORK_TYPE) => Promise<XAppMetadata | undefined>;
|
|
1610
|
-
declare const useXAppMetadata: (xAppId: string) =>
|
|
1610
|
+
declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query8.UseQueryResult<XAppMetadata | undefined, Error>;
|
|
1611
1611
|
//#endregion
|
|
1612
1612
|
//#region src/hooks/api/wallet/useXAppShares.d.ts
|
|
1613
1613
|
/**
|
|
@@ -1622,7 +1622,7 @@ declare const getXAppsSharesQueryKey: (roundId?: number | string) => (string | n
|
|
|
1622
1622
|
* @returns the shares (% of allocation pool) for the xApps in the round { allocated: number, unallocated: number }
|
|
1623
1623
|
*
|
|
1624
1624
|
*/
|
|
1625
|
-
declare const useXAppsShares: (apps: string[], roundId?: string) =>
|
|
1625
|
+
declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
1626
1626
|
app: string;
|
|
1627
1627
|
share: number;
|
|
1628
1628
|
unallocatedShare: number;
|
|
@@ -1644,7 +1644,7 @@ declare const getIpfsMetadataQueryKey: (networkType: NETWORK_TYPE, ipfsUri?: str
|
|
|
1644
1644
|
* @param ipfsUri - The IPFS URI
|
|
1645
1645
|
* @returns The metadata from IPFS
|
|
1646
1646
|
*/
|
|
1647
|
-
declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) =>
|
|
1647
|
+
declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<T$1>, Error>;
|
|
1648
1648
|
//#endregion
|
|
1649
1649
|
//#region src/hooks/api/ipfs/useIpfsImage.d.ts
|
|
1650
1650
|
interface IpfsImage {
|
|
@@ -1671,14 +1671,14 @@ declare const getIpfsImageQueryKey: (networkType: NETWORK_TYPE, imageIpfsUri?: n
|
|
|
1671
1671
|
* @param imageIpfsUri - The IPFS URI of the NFT media
|
|
1672
1672
|
* @returns The NFT media
|
|
1673
1673
|
*/
|
|
1674
|
-
declare const useIpfsImage: (imageIpfsUri?: null | string) =>
|
|
1674
|
+
declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query8.UseQueryResult<IpfsImage, Error>;
|
|
1675
1675
|
/**
|
|
1676
1676
|
* Custom hook to fetch a list of IPFS images.
|
|
1677
1677
|
*
|
|
1678
1678
|
* @param imageIpfsUriList - An array of IPFS URIs for the images.
|
|
1679
1679
|
* @returns An array of queries for each IPFS image URI.
|
|
1680
1680
|
*/
|
|
1681
|
-
declare const useIpfsImageList: (imageIpfsUriList: string[]) =>
|
|
1681
|
+
declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query8.UseQueryResult<IpfsImage, Error>[];
|
|
1682
1682
|
//#endregion
|
|
1683
1683
|
//#region src/hooks/api/ipfs/useIpfsMetadatas.d.ts
|
|
1684
1684
|
/**
|
|
@@ -1686,7 +1686,7 @@ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_
|
|
|
1686
1686
|
* @param ipfsUris - The IPFS URIs
|
|
1687
1687
|
* @returns The metadata from IPFS for each URI
|
|
1688
1688
|
*/
|
|
1689
|
-
declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) =>
|
|
1689
|
+
declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query8.UseQueryResult<T$1, Error>[];
|
|
1690
1690
|
//#endregion
|
|
1691
1691
|
//#region src/hooks/api/ipfs/useUploadImages.d.ts
|
|
1692
1692
|
declare const imageCompressionOptions: Options;
|
|
@@ -1905,7 +1905,7 @@ declare const ConnectModalProvider: ({
|
|
|
1905
1905
|
children
|
|
1906
1906
|
}: {
|
|
1907
1907
|
children: ReactNode;
|
|
1908
|
-
}) =>
|
|
1908
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
1909
1909
|
//#endregion
|
|
1910
1910
|
//#region src/hooks/modals/useAccountModal.d.ts
|
|
1911
1911
|
declare const useAccountModal: () => {
|
|
@@ -1917,7 +1917,7 @@ declare const AccountModalProvider: ({
|
|
|
1917
1917
|
children
|
|
1918
1918
|
}: {
|
|
1919
1919
|
children: ReactNode;
|
|
1920
|
-
}) =>
|
|
1920
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
1921
1921
|
//#endregion
|
|
1922
1922
|
//#region src/hooks/modals/useTransactionModal.d.ts
|
|
1923
1923
|
declare const useTransactionModal: () => {
|
|
@@ -1929,7 +1929,7 @@ declare const TransactionModalProvider: ({
|
|
|
1929
1929
|
children
|
|
1930
1930
|
}: {
|
|
1931
1931
|
children: ReactNode;
|
|
1932
|
-
}) =>
|
|
1932
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
1933
1933
|
//#endregion
|
|
1934
1934
|
//#region src/hooks/modals/useTransactionToast.d.ts
|
|
1935
1935
|
declare const useTransactionToast: () => {
|
|
@@ -1941,7 +1941,7 @@ declare const TransactionToastProvider: ({
|
|
|
1941
1941
|
children
|
|
1942
1942
|
}: {
|
|
1943
1943
|
children: ReactNode;
|
|
1944
|
-
}) =>
|
|
1944
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
1945
1945
|
//#endregion
|
|
1946
1946
|
//#region src/hooks/modals/useWalletModal.d.ts
|
|
1947
1947
|
declare const useWalletModal: () => {
|
|
@@ -1953,7 +1953,7 @@ declare const WalletModalProvider: ({
|
|
|
1953
1953
|
children
|
|
1954
1954
|
}: {
|
|
1955
1955
|
children: ReactNode;
|
|
1956
|
-
}) =>
|
|
1956
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
1957
1957
|
//#endregion
|
|
1958
1958
|
//#region src/hooks/modals/useChooseNameModal.d.ts
|
|
1959
1959
|
declare const useChooseNameModal: () => {
|
|
@@ -1965,7 +1965,7 @@ declare const ChooseNameModalProvider: ({
|
|
|
1965
1965
|
children
|
|
1966
1966
|
}: {
|
|
1967
1967
|
children: ReactNode;
|
|
1968
|
-
}) =>
|
|
1968
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
1969
1969
|
//#endregion
|
|
1970
1970
|
//#region src/hooks/modals/useSendTokenModal.d.ts
|
|
1971
1971
|
declare const useSendTokenModal: () => {
|
|
@@ -1977,7 +1977,7 @@ declare const SendTokenModalProvider: ({
|
|
|
1977
1977
|
children
|
|
1978
1978
|
}: {
|
|
1979
1979
|
children: ReactNode;
|
|
1980
|
-
}) =>
|
|
1980
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
1981
1981
|
//#endregion
|
|
1982
1982
|
//#region src/hooks/modals/useSwapTokenModal.d.ts
|
|
1983
1983
|
type SwapTokenModalOptions = {
|
|
@@ -1994,7 +1994,7 @@ declare const SwapTokenModalProvider: ({
|
|
|
1994
1994
|
children
|
|
1995
1995
|
}: {
|
|
1996
1996
|
children: ReactNode;
|
|
1997
|
-
}) =>
|
|
1997
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
1998
1998
|
//#endregion
|
|
1999
1999
|
//#region src/hooks/modals/useExploreEcosystemModal.d.ts
|
|
2000
2000
|
declare const useExploreEcosystemModal: () => {
|
|
@@ -2006,7 +2006,7 @@ declare const ExploreEcosystemModalProvider: ({
|
|
|
2006
2006
|
children
|
|
2007
2007
|
}: {
|
|
2008
2008
|
children: ReactNode;
|
|
2009
|
-
}) =>
|
|
2009
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2010
2010
|
//#endregion
|
|
2011
2011
|
//#region src/hooks/modals/useNotificationsModal.d.ts
|
|
2012
2012
|
declare const useNotificationsModal: () => {
|
|
@@ -2018,7 +2018,7 @@ declare const NotificationsModalProvider: ({
|
|
|
2018
2018
|
children
|
|
2019
2019
|
}: {
|
|
2020
2020
|
children: ReactNode;
|
|
2021
|
-
}) =>
|
|
2021
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2022
2022
|
//#endregion
|
|
2023
2023
|
//#region src/hooks/modals/useFAQModal.d.ts
|
|
2024
2024
|
declare const useFAQModal: () => {
|
|
@@ -2030,7 +2030,7 @@ declare const FAQModalProvider: ({
|
|
|
2030
2030
|
children
|
|
2031
2031
|
}: {
|
|
2032
2032
|
children: ReactNode;
|
|
2033
|
-
}) =>
|
|
2033
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2034
2034
|
//#endregion
|
|
2035
2035
|
//#region src/hooks/modals/useAccountCustomizationModal.d.ts
|
|
2036
2036
|
declare const useAccountCustomizationModal: () => {
|
|
@@ -2042,7 +2042,7 @@ declare const AccountCustomizationModalProvider: ({
|
|
|
2042
2042
|
children
|
|
2043
2043
|
}: {
|
|
2044
2044
|
children: ReactNode;
|
|
2045
|
-
}) =>
|
|
2045
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2046
2046
|
//#endregion
|
|
2047
2047
|
//#region src/hooks/modals/useReceiveModal.d.ts
|
|
2048
2048
|
declare const useReceiveModal: () => {
|
|
@@ -2054,7 +2054,7 @@ declare const ReceiveModalProvider: ({
|
|
|
2054
2054
|
children
|
|
2055
2055
|
}: {
|
|
2056
2056
|
children: ReactNode;
|
|
2057
|
-
}) =>
|
|
2057
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2058
2058
|
//#endregion
|
|
2059
2059
|
//#region src/hooks/modals/useLoginModalContent.d.ts
|
|
2060
2060
|
type LoginModalContentConfig = {
|
|
@@ -2080,7 +2080,7 @@ declare const UpgradeSmartAccountModalProvider: ({
|
|
|
2080
2080
|
children
|
|
2081
2081
|
}: {
|
|
2082
2082
|
children: ReactNode;
|
|
2083
|
-
}) =>
|
|
2083
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2084
2084
|
//#endregion
|
|
2085
2085
|
//#region src/hooks/modals/useProfileModal.d.ts
|
|
2086
2086
|
declare const useProfileModal: () => {
|
|
@@ -2092,7 +2092,7 @@ declare const ProfileModalProvider: ({
|
|
|
2092
2092
|
children
|
|
2093
2093
|
}: {
|
|
2094
2094
|
children: ReactNode;
|
|
2095
|
-
}) =>
|
|
2095
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2096
2096
|
//#endregion
|
|
2097
2097
|
//#region src/hooks/modals/useAccountModalOptions.d.ts
|
|
2098
2098
|
declare const useAccountModalOptions: () => {
|
|
@@ -2110,7 +2110,7 @@ declare const SettingsModalProvider: ({
|
|
|
2110
2110
|
children
|
|
2111
2111
|
}: {
|
|
2112
2112
|
children: ReactNode;
|
|
2113
|
-
}) =>
|
|
2113
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2114
2114
|
//#endregion
|
|
2115
2115
|
//#region src/hooks/notifications/types.d.ts
|
|
2116
2116
|
type NotificationAction = {
|
|
@@ -2240,7 +2240,7 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
|
|
|
2240
2240
|
* );
|
|
2241
2241
|
* ```
|
|
2242
2242
|
*/
|
|
2243
|
-
declare const useAppHubApps: () =>
|
|
2243
|
+
declare const useAppHubApps: () => _tanstack_react_query8.UseQueryResult<AppHubApp[], Error>;
|
|
2244
2244
|
//#endregion
|
|
2245
2245
|
//#region src/utils/constants.d.ts
|
|
2246
2246
|
/** Tokens that cannot be swapped or transferred (e.g. governance voting tokens) */
|
|
@@ -2595,7 +2595,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
|
|
|
2595
2595
|
method: TMethod;
|
|
2596
2596
|
args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
|
|
2597
2597
|
queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
|
|
2598
|
-
}) =>
|
|
2598
|
+
}) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<TData>, unknown>;
|
|
2599
2599
|
declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
|
|
2600
2600
|
thor,
|
|
2601
2601
|
calls,
|
|
@@ -2606,7 +2606,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
|
|
|
2606
2606
|
calls: MultipleClausesCallParameters<contracts, allowFailure>;
|
|
2607
2607
|
queryKey: string[];
|
|
2608
2608
|
enabled?: boolean;
|
|
2609
|
-
}) =>
|
|
2609
|
+
}) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
|
|
2610
2610
|
//#endregion
|
|
2611
2611
|
//#region src/hooks/utils/useCurrency.d.ts
|
|
2612
2612
|
/**
|
|
@@ -2730,7 +2730,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
|
|
|
2730
2730
|
filterParams,
|
|
2731
2731
|
mapResponse,
|
|
2732
2732
|
nodeUrl
|
|
2733
|
-
}: UseEventsParams<T$1, K, R>) =>
|
|
2733
|
+
}: UseEventsParams<T$1, K, R>) => _tanstack_react_query8.UseQueryResult<R[], Error>;
|
|
2734
2734
|
//#endregion
|
|
2735
2735
|
//#region src/hooks/utils/useBuildClauses.d.ts
|
|
2736
2736
|
interface BuildClausesParams {
|
|
@@ -2882,7 +2882,7 @@ declare const useGenericDelegatorFeeEstimation: ({
|
|
|
2882
2882
|
tokens,
|
|
2883
2883
|
sendingAmount,
|
|
2884
2884
|
sendingTokenSymbol
|
|
2885
|
-
}: useGenericDelegatorFeeEstimationParams) =>
|
|
2885
|
+
}: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query8.UseQueryResult<EstimationResponse & {
|
|
2886
2886
|
usedToken: string;
|
|
2887
2887
|
}, Error>;
|
|
2888
2888
|
//#endregion
|
|
@@ -2896,7 +2896,7 @@ declare const useEstimateAllTokens: ({
|
|
|
2896
2896
|
clauses,
|
|
2897
2897
|
tokens,
|
|
2898
2898
|
enabled
|
|
2899
|
-
}: UseEstimateAllTokensParams) =>
|
|
2899
|
+
}: UseEstimateAllTokensParams) => _tanstack_react_query8.UseQueryResult<Record<GasTokenType, {
|
|
2900
2900
|
cost: number;
|
|
2901
2901
|
loading: boolean;
|
|
2902
2902
|
error?: string;
|
|
@@ -2913,7 +2913,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
|
|
|
2913
2913
|
* @param address The address of the account to get the balance for
|
|
2914
2914
|
* @returns The account balance
|
|
2915
2915
|
*/
|
|
2916
|
-
declare const useAccountBalance: (address?: string) =>
|
|
2916
|
+
declare const useAccountBalance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
2917
2917
|
balance: string;
|
|
2918
2918
|
energy: string;
|
|
2919
2919
|
}, Error>;
|
|
@@ -2926,7 +2926,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
|
|
|
2926
2926
|
* @param version - The version of the smart account implementation
|
|
2927
2927
|
* @returns The address of the smart account implementation
|
|
2928
2928
|
*/
|
|
2929
|
-
declare const useAccountImplementationAddress: (version?: number) =>
|
|
2929
|
+
declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query8.UseQueryResult<string, Error>;
|
|
2930
2930
|
//#endregion
|
|
2931
2931
|
//#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
|
|
2932
2932
|
declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
|
|
@@ -2935,7 +2935,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
|
|
|
2935
2935
|
* Get the current account implementation version used by the smart account factory
|
|
2936
2936
|
* @returns The current account implementation version
|
|
2937
2937
|
*/
|
|
2938
|
-
declare const useCurrentAccountImplementationVersion: () =>
|
|
2938
|
+
declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query8.UseQueryResult<number, Error>;
|
|
2939
2939
|
//#endregion
|
|
2940
2940
|
//#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
|
|
2941
2941
|
declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
|
|
@@ -2945,7 +2945,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
|
|
|
2945
2945
|
* @param ownerAddress - The address of the owner of the smart account
|
|
2946
2946
|
* @returns The address of the smart account
|
|
2947
2947
|
*/
|
|
2948
|
-
declare const useGetAccountAddress: (ownerAddress?: string) =>
|
|
2948
|
+
declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<string, Error>;
|
|
2949
2949
|
//#endregion
|
|
2950
2950
|
//#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
|
|
2951
2951
|
declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => unknown[];
|
|
@@ -2955,7 +2955,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
|
|
|
2955
2955
|
* @param ownerAddress - The address of the owner of the smart account
|
|
2956
2956
|
* @returns The version of the smart account
|
|
2957
2957
|
*/
|
|
2958
|
-
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) =>
|
|
2958
|
+
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query8.UseQueryResult<{
|
|
2959
2959
|
version: number;
|
|
2960
2960
|
isDeployed: boolean;
|
|
2961
2961
|
}, unknown>;
|
|
@@ -2968,7 +2968,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
|
|
|
2968
2968
|
* @param ownerAddress - The address of the owner of the smart account
|
|
2969
2969
|
* @returns True if the smart account has a v1 smart account, false otherwise
|
|
2970
2970
|
*/
|
|
2971
|
-
declare const useHasV1SmartAccount: (ownerAddress?: string) =>
|
|
2971
|
+
declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
2972
2972
|
//#endregion
|
|
2973
2973
|
//#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
|
|
2974
2974
|
declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
|
|
@@ -2977,7 +2977,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
|
|
|
2977
2977
|
* Check if a smart account is deployed
|
|
2978
2978
|
* @returns True if the smart account is deployed, false otherwise
|
|
2979
2979
|
*/
|
|
2980
|
-
declare const useIsSmartAccountDeployed: (accountAddress?: string) =>
|
|
2980
|
+
declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
2981
2981
|
//#endregion
|
|
2982
2982
|
//#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
|
|
2983
2983
|
/**
|
|
@@ -3010,7 +3010,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
|
|
|
3010
3010
|
isDeployed: boolean;
|
|
3011
3011
|
}>;
|
|
3012
3012
|
declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
|
|
3013
|
-
declare const useSmartAccount: (ownerAddress?: string) =>
|
|
3013
|
+
declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
3014
3014
|
address: undefined;
|
|
3015
3015
|
isDeployed?: undefined;
|
|
3016
3016
|
} | {
|
|
@@ -3028,7 +3028,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
|
|
|
3028
3028
|
* @param targetVersion - The version of the smart account to check for
|
|
3029
3029
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
3030
3030
|
*/
|
|
3031
|
-
declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) =>
|
|
3031
|
+
declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
3032
3032
|
//#endregion
|
|
3033
3033
|
//#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
|
|
3034
3034
|
declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
|
|
@@ -3039,7 +3039,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
|
|
|
3039
3039
|
* @param targetVersion - The target version of the smart account
|
|
3040
3040
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
3041
3041
|
*/
|
|
3042
|
-
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) =>
|
|
3042
|
+
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
3043
3043
|
//#endregion
|
|
3044
3044
|
//#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
|
|
3045
3045
|
type UseUpgradeSmartAccountVersionProps = {
|
|
@@ -3064,7 +3064,7 @@ declare const currentBlockQueryKey: () => string[];
|
|
|
3064
3064
|
* Fetches the current block from the blockchain. The block is refetched every 10 seconds.
|
|
3065
3065
|
* @returns the current block
|
|
3066
3066
|
*/
|
|
3067
|
-
declare const useCurrentBlock: () =>
|
|
3067
|
+
declare const useCurrentBlock: () => _tanstack_react_query8.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
|
|
3068
3068
|
//#endregion
|
|
3069
3069
|
//#region src/hooks/thor/blocks/useGetChainId.d.ts
|
|
3070
3070
|
declare const getChainId: (thor: ThorClient) => Promise<string>;
|
|
@@ -3073,7 +3073,7 @@ declare const getChainIdQueryKey: () => string[];
|
|
|
3073
3073
|
* Get the chain id
|
|
3074
3074
|
* @returns The chain id
|
|
3075
3075
|
*/
|
|
3076
|
-
declare const useGetChainId: () =>
|
|
3076
|
+
declare const useGetChainId: () => _tanstack_react_query8.UseQueryResult<string, Error>;
|
|
3077
3077
|
//#endregion
|
|
3078
3078
|
//#region src/hooks/thor/logs/logUtils.d.ts
|
|
3079
3079
|
/**
|
|
@@ -3328,7 +3328,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
|
|
|
3328
3328
|
* @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
|
|
3329
3329
|
* @returns Query result containing the transaction receipt
|
|
3330
3330
|
*/
|
|
3331
|
-
declare const useTxReceipt: (txId: string, blockTimeout?: number) =>
|
|
3331
|
+
declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query8.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
|
|
3332
3332
|
//#endregion
|
|
3333
3333
|
//#region src/hooks/thor/transactions/useGasEstimate.d.ts
|
|
3334
3334
|
declare const useGasEstimate: (thor: ThorClient, clauses: TransactionClause[], caller: string, options?: {
|
|
@@ -3366,7 +3366,7 @@ declare const SendTokenContent: ({
|
|
|
3366
3366
|
initialAmount,
|
|
3367
3367
|
initialToAddressOrDomain,
|
|
3368
3368
|
onBack: parentOnBack
|
|
3369
|
-
}: SendTokenContentProps) =>
|
|
3369
|
+
}: SendTokenContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3370
3370
|
//#endregion
|
|
3371
3371
|
//#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
|
|
3372
3372
|
type SendTokenSummaryContentProps = {
|
|
@@ -3386,7 +3386,7 @@ declare const SendTokenSummaryContent: ({
|
|
|
3386
3386
|
amount,
|
|
3387
3387
|
selectedToken,
|
|
3388
3388
|
formattedTotalAmount
|
|
3389
|
-
}: SendTokenSummaryContentProps) =>
|
|
3389
|
+
}: SendTokenSummaryContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3390
3390
|
//#endregion
|
|
3391
3391
|
//#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
|
|
3392
3392
|
type Props$18 = {
|
|
@@ -3407,7 +3407,7 @@ declare const SelectTokenContent: ({
|
|
|
3407
3407
|
onBack,
|
|
3408
3408
|
showAllTokens,
|
|
3409
3409
|
excludedTokenSymbols
|
|
3410
|
-
}: Props$18) =>
|
|
3410
|
+
}: Props$18) => react_jsx_runtime0.JSX.Element;
|
|
3411
3411
|
//#endregion
|
|
3412
3412
|
//#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
|
|
3413
3413
|
type Props$17 = {
|
|
@@ -3415,7 +3415,7 @@ type Props$17 = {
|
|
|
3415
3415
|
};
|
|
3416
3416
|
declare const ReceiveTokenContent: ({
|
|
3417
3417
|
setCurrentContent
|
|
3418
|
-
}: Props$17) =>
|
|
3418
|
+
}: Props$17) => react_jsx_runtime0.JSX.Element;
|
|
3419
3419
|
//#endregion
|
|
3420
3420
|
//#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
|
|
3421
3421
|
type Props$16 = {
|
|
@@ -3427,7 +3427,7 @@ declare const SwapTokenContent: ({
|
|
|
3427
3427
|
setCurrentContent,
|
|
3428
3428
|
fromTokenAddress,
|
|
3429
3429
|
toTokenAddress
|
|
3430
|
-
}: Props$16) =>
|
|
3430
|
+
}: Props$16) => react_jsx_runtime0.JSX.Element;
|
|
3431
3431
|
//#endregion
|
|
3432
3432
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
|
|
3433
3433
|
type ChooseNameContentProps = {
|
|
@@ -3439,7 +3439,7 @@ declare const ChooseNameContent: ({
|
|
|
3439
3439
|
setCurrentContent,
|
|
3440
3440
|
onBack,
|
|
3441
3441
|
initialContentSource
|
|
3442
|
-
}: ChooseNameContentProps) =>
|
|
3442
|
+
}: ChooseNameContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3443
3443
|
//#endregion
|
|
3444
3444
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
|
|
3445
3445
|
type ChooseNameSearchContentProps = {
|
|
@@ -3451,7 +3451,7 @@ declare const ChooseNameSearchContent: ({
|
|
|
3451
3451
|
name: initialName,
|
|
3452
3452
|
setCurrentContent,
|
|
3453
3453
|
initialContentSource
|
|
3454
|
-
}: ChooseNameSearchContentProps) =>
|
|
3454
|
+
}: ChooseNameSearchContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3455
3455
|
//#endregion
|
|
3456
3456
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
|
|
3457
3457
|
type ChooseNameSummaryContentProps = {
|
|
@@ -3469,7 +3469,7 @@ declare const ChooseNameSummaryContent: ({
|
|
|
3469
3469
|
isOwnDomain,
|
|
3470
3470
|
isUnsetting,
|
|
3471
3471
|
initialContentSource
|
|
3472
|
-
}: ChooseNameSummaryContentProps) =>
|
|
3472
|
+
}: ChooseNameSummaryContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3473
3473
|
//#endregion
|
|
3474
3474
|
//#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
|
|
3475
3475
|
type FAQContentProps = {
|
|
@@ -3479,7 +3479,7 @@ type FAQContentProps = {
|
|
|
3479
3479
|
declare const FAQContent: ({
|
|
3480
3480
|
onGoBack,
|
|
3481
3481
|
showLanguageSelector
|
|
3482
|
-
}: FAQContentProps) =>
|
|
3482
|
+
}: FAQContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3483
3483
|
//#endregion
|
|
3484
3484
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
|
|
3485
3485
|
type AccountCustomizationContentProps = {
|
|
@@ -3489,7 +3489,7 @@ type AccountCustomizationContentProps = {
|
|
|
3489
3489
|
declare const CustomizationContent: ({
|
|
3490
3490
|
setCurrentContent,
|
|
3491
3491
|
initialContentSource
|
|
3492
|
-
}: AccountCustomizationContentProps) =>
|
|
3492
|
+
}: AccountCustomizationContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3493
3493
|
//#endregion
|
|
3494
3494
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
|
|
3495
3495
|
type CustomizationSummaryContentProps = {
|
|
@@ -3508,7 +3508,7 @@ declare const CustomizationSummaryContent: ({
|
|
|
3508
3508
|
setCurrentContent,
|
|
3509
3509
|
changes,
|
|
3510
3510
|
onDoneRedirectContent
|
|
3511
|
-
}: CustomizationSummaryContentProps) =>
|
|
3511
|
+
}: CustomizationSummaryContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3512
3512
|
//#endregion
|
|
3513
3513
|
//#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
|
|
3514
3514
|
type ProfileContentProps = {
|
|
@@ -3522,7 +3522,7 @@ declare const ProfileContent: ({
|
|
|
3522
3522
|
setCurrentContent,
|
|
3523
3523
|
onLogoutSuccess,
|
|
3524
3524
|
switchFeedback
|
|
3525
|
-
}: ProfileContentProps) =>
|
|
3525
|
+
}: ProfileContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3526
3526
|
//#endregion
|
|
3527
3527
|
//#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
|
|
3528
3528
|
type UpgradeSmartAccountContentProps = {
|
|
@@ -3534,7 +3534,7 @@ declare const UpgradeSmartAccountContent: ({
|
|
|
3534
3534
|
setCurrentContent,
|
|
3535
3535
|
handleClose,
|
|
3536
3536
|
initialContent
|
|
3537
|
-
}: UpgradeSmartAccountContentProps) =>
|
|
3537
|
+
}: UpgradeSmartAccountContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3538
3538
|
//#endregion
|
|
3539
3539
|
//#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
|
|
3540
3540
|
type AssetsContentProps = {
|
|
@@ -3542,7 +3542,7 @@ type AssetsContentProps = {
|
|
|
3542
3542
|
};
|
|
3543
3543
|
declare const AssetsContent: ({
|
|
3544
3544
|
setCurrentContent
|
|
3545
|
-
}: AssetsContentProps) =>
|
|
3545
|
+
}: AssetsContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3546
3546
|
//#endregion
|
|
3547
3547
|
//#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
|
|
3548
3548
|
type ManageCustomTokenContentProps = {
|
|
@@ -3550,7 +3550,7 @@ type ManageCustomTokenContentProps = {
|
|
|
3550
3550
|
};
|
|
3551
3551
|
declare const ManageCustomTokenContent: ({
|
|
3552
3552
|
setCurrentContent
|
|
3553
|
-
}: ManageCustomTokenContentProps) =>
|
|
3553
|
+
}: ManageCustomTokenContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3554
3554
|
//#endregion
|
|
3555
3555
|
//#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
|
|
3556
3556
|
type Props$15 = {
|
|
@@ -3558,7 +3558,7 @@ type Props$15 = {
|
|
|
3558
3558
|
};
|
|
3559
3559
|
declare const BridgeContent: ({
|
|
3560
3560
|
setCurrentContent
|
|
3561
|
-
}: Props$15) =>
|
|
3561
|
+
}: Props$15) => react_jsx_runtime0.JSX.Element;
|
|
3562
3562
|
//#endregion
|
|
3563
3563
|
//#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
|
|
3564
3564
|
type ChangeCurrencyContentProps = {
|
|
@@ -3566,7 +3566,7 @@ type ChangeCurrencyContentProps = {
|
|
|
3566
3566
|
};
|
|
3567
3567
|
declare const ChangeCurrencyContent: ({
|
|
3568
3568
|
setCurrentContent
|
|
3569
|
-
}: ChangeCurrencyContentProps) =>
|
|
3569
|
+
}: ChangeCurrencyContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3570
3570
|
//#endregion
|
|
3571
3571
|
//#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
|
|
3572
3572
|
type Props$14 = {
|
|
@@ -3574,7 +3574,7 @@ type Props$14 = {
|
|
|
3574
3574
|
};
|
|
3575
3575
|
declare const LanguageSettingsContent: ({
|
|
3576
3576
|
setCurrentContent
|
|
3577
|
-
}: Props$14) =>
|
|
3577
|
+
}: Props$14) => react_jsx_runtime0.JSX.Element;
|
|
3578
3578
|
//#endregion
|
|
3579
3579
|
//#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
|
|
3580
3580
|
type Props$13 = {
|
|
@@ -3582,7 +3582,7 @@ type Props$13 = {
|
|
|
3582
3582
|
};
|
|
3583
3583
|
declare const GasTokenSettingsContent: ({
|
|
3584
3584
|
setCurrentContent
|
|
3585
|
-
}: Props$13) =>
|
|
3585
|
+
}: Props$13) => react_jsx_runtime0.JSX.Element;
|
|
3586
3586
|
//#endregion
|
|
3587
3587
|
//#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
|
|
3588
3588
|
type SettingsContentProps = {
|
|
@@ -3592,7 +3592,7 @@ type SettingsContentProps = {
|
|
|
3592
3592
|
declare const SettingsContent: ({
|
|
3593
3593
|
setCurrentContent,
|
|
3594
3594
|
onLogoutSuccess
|
|
3595
|
-
}: SettingsContentProps) =>
|
|
3595
|
+
}: SettingsContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3596
3596
|
//#endregion
|
|
3597
3597
|
//#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
|
|
3598
3598
|
type TermsAndPrivacyContentProps = {
|
|
@@ -3600,7 +3600,7 @@ type TermsAndPrivacyContentProps = {
|
|
|
3600
3600
|
};
|
|
3601
3601
|
declare const TermsAndPrivacyContent: ({
|
|
3602
3602
|
onGoBack
|
|
3603
|
-
}: TermsAndPrivacyContentProps) =>
|
|
3603
|
+
}: TermsAndPrivacyContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3604
3604
|
//#endregion
|
|
3605
3605
|
//#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
|
|
3606
3606
|
type DisconnectConfirmContentProps = {
|
|
@@ -3616,7 +3616,7 @@ declare const DisconnectConfirmContent: ({
|
|
|
3616
3616
|
onClose,
|
|
3617
3617
|
showCloseButton,
|
|
3618
3618
|
text
|
|
3619
|
-
}: DisconnectConfirmContentProps) =>
|
|
3619
|
+
}: DisconnectConfirmContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3620
3620
|
//#endregion
|
|
3621
3621
|
//#region src/components/AccountModal/Contents/SelectWallet/SelectWalletContent.d.ts
|
|
3622
3622
|
type Props$12 = {
|
|
@@ -3629,7 +3629,7 @@ declare const SelectWalletContent: ({
|
|
|
3629
3629
|
setCurrentContent,
|
|
3630
3630
|
returnTo,
|
|
3631
3631
|
onLogoutSuccess: _onLogoutSuccess
|
|
3632
|
-
}: Props$12) =>
|
|
3632
|
+
}: Props$12) => react_jsx_runtime0.JSX.Element;
|
|
3633
3633
|
//#endregion
|
|
3634
3634
|
//#region src/components/AccountModal/Contents/SelectWallet/RemoveWalletConfirmContent.d.ts
|
|
3635
3635
|
type RemoveWalletConfirmContentProps = {
|
|
@@ -3645,7 +3645,7 @@ declare const RemoveWalletConfirmContent: ({
|
|
|
3645
3645
|
onConfirm,
|
|
3646
3646
|
onBack,
|
|
3647
3647
|
onClose
|
|
3648
|
-
}: RemoveWalletConfirmContentProps) =>
|
|
3648
|
+
}: RemoveWalletConfirmContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3649
3649
|
//#endregion
|
|
3650
3650
|
//#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
|
|
3651
3651
|
type CategoryFilter = string | null;
|
|
@@ -3773,7 +3773,7 @@ declare const AccountModal: ({
|
|
|
3773
3773
|
isOpen,
|
|
3774
3774
|
onClose,
|
|
3775
3775
|
initialContent
|
|
3776
|
-
}: Props$11) =>
|
|
3776
|
+
}: Props$11) => react_jsx_runtime0.JSX.Element;
|
|
3777
3777
|
//#endregion
|
|
3778
3778
|
//#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
|
|
3779
3779
|
interface AccountDetailsButtonProps {
|
|
@@ -3795,7 +3795,7 @@ declare const AccountDetailsButton: ({
|
|
|
3795
3795
|
onClick,
|
|
3796
3796
|
leftImage,
|
|
3797
3797
|
isActive
|
|
3798
|
-
}: AccountDetailsButtonProps) =>
|
|
3798
|
+
}: AccountDetailsButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
3799
3799
|
//#endregion
|
|
3800
3800
|
//#region src/components/AccountModal/Components/ActionButton.d.ts
|
|
3801
3801
|
type ActionButtonProps = {
|
|
@@ -3837,7 +3837,7 @@ declare const ActionButton: ({
|
|
|
3837
3837
|
extraContent,
|
|
3838
3838
|
dataTestId,
|
|
3839
3839
|
variant
|
|
3840
|
-
}: ActionButtonProps) =>
|
|
3840
|
+
}: ActionButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
3841
3841
|
//#endregion
|
|
3842
3842
|
//#region src/components/AccountModal/Components/AccountSelector.d.ts
|
|
3843
3843
|
type Props$10 = {
|
|
@@ -3857,7 +3857,7 @@ declare const AccountSelector: ({
|
|
|
3857
3857
|
onClose,
|
|
3858
3858
|
mt,
|
|
3859
3859
|
style
|
|
3860
|
-
}: Props$10) =>
|
|
3860
|
+
}: Props$10) => react_jsx_runtime0.JSX.Element;
|
|
3861
3861
|
//#endregion
|
|
3862
3862
|
//#region src/components/AccountModal/Components/BalanceSection.d.ts
|
|
3863
3863
|
declare const BalanceSection: ({
|
|
@@ -3868,7 +3868,7 @@ declare const BalanceSection: ({
|
|
|
3868
3868
|
mb?: number;
|
|
3869
3869
|
mt?: number;
|
|
3870
3870
|
onAssetsClick?: () => void;
|
|
3871
|
-
}) =>
|
|
3871
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
3872
3872
|
//#endregion
|
|
3873
3873
|
//#region src/components/AccountModal/Components/QuickActionsSection.d.ts
|
|
3874
3874
|
type Props$9 = {
|
|
@@ -3878,7 +3878,7 @@ type Props$9 = {
|
|
|
3878
3878
|
declare const QuickActionsSection: ({
|
|
3879
3879
|
mt,
|
|
3880
3880
|
setCurrentContent
|
|
3881
|
-
}: Props$9) =>
|
|
3881
|
+
}: Props$9) => react_jsx_runtime0.JSX.Element | null;
|
|
3882
3882
|
//#endregion
|
|
3883
3883
|
//#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
|
|
3884
3884
|
type FeatureAnnouncementCardProps = {
|
|
@@ -3886,16 +3886,16 @@ type FeatureAnnouncementCardProps = {
|
|
|
3886
3886
|
};
|
|
3887
3887
|
declare const FeatureAnnouncementCard: ({
|
|
3888
3888
|
setCurrentContent
|
|
3889
|
-
}: FeatureAnnouncementCardProps) =>
|
|
3889
|
+
}: FeatureAnnouncementCardProps) => react_jsx_runtime0.JSX.Element;
|
|
3890
3890
|
//#endregion
|
|
3891
3891
|
//#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
|
|
3892
|
-
declare const ExchangeWarningAlert: () =>
|
|
3892
|
+
declare const ExchangeWarningAlert: () => react_jsx_runtime0.JSX.Element;
|
|
3893
3893
|
//#endregion
|
|
3894
3894
|
//#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
|
|
3895
|
-
declare const DomainRequiredAlert: () =>
|
|
3895
|
+
declare const DomainRequiredAlert: () => react_jsx_runtime0.JSX.Element;
|
|
3896
3896
|
//#endregion
|
|
3897
3897
|
//#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
|
|
3898
|
-
declare const CrossAppConnectionSecurityCard: () =>
|
|
3898
|
+
declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime0.JSX.Element;
|
|
3899
3899
|
//#endregion
|
|
3900
3900
|
//#region src/components/common/ModalBackButton.d.ts
|
|
3901
3901
|
type BackButtonProps = {
|
|
@@ -3904,7 +3904,7 @@ type BackButtonProps = {
|
|
|
3904
3904
|
declare const ModalBackButton: ({
|
|
3905
3905
|
onClick,
|
|
3906
3906
|
...props
|
|
3907
|
-
}: BackButtonProps) =>
|
|
3907
|
+
}: BackButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
3908
3908
|
//#endregion
|
|
3909
3909
|
//#region src/components/common/AddressDisplay.d.ts
|
|
3910
3910
|
type Props$8 = {
|
|
@@ -3922,13 +3922,13 @@ declare const AddressDisplay: ({
|
|
|
3922
3922
|
showHumanAddress,
|
|
3923
3923
|
setCurrentContent,
|
|
3924
3924
|
onLogout
|
|
3925
|
-
}: Props$8) =>
|
|
3925
|
+
}: Props$8) => react_jsx_runtime0.JSX.Element;
|
|
3926
3926
|
//#endregion
|
|
3927
3927
|
//#region src/components/common/VersionFooter.d.ts
|
|
3928
3928
|
type Props$7 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
|
|
3929
3929
|
declare const VersionFooter: ({
|
|
3930
3930
|
...props
|
|
3931
|
-
}: Props$7) =>
|
|
3931
|
+
}: Props$7) => react_jsx_runtime0.JSX.Element;
|
|
3932
3932
|
//#endregion
|
|
3933
3933
|
//#region src/components/common/StickyHeaderContainer.d.ts
|
|
3934
3934
|
type Props$6 = {
|
|
@@ -3939,7 +3939,7 @@ declare const useStickyHeaderContext: () => {
|
|
|
3939
3939
|
};
|
|
3940
3940
|
declare const StickyHeaderContainer: ({
|
|
3941
3941
|
children
|
|
3942
|
-
}: Props$6) =>
|
|
3942
|
+
}: Props$6) => react_jsx_runtime0.JSX.Element;
|
|
3943
3943
|
//#endregion
|
|
3944
3944
|
//#region src/components/common/StickyFooterContainer.d.ts
|
|
3945
3945
|
type Props$5 = {
|
|
@@ -3947,7 +3947,7 @@ type Props$5 = {
|
|
|
3947
3947
|
};
|
|
3948
3948
|
declare const StickyFooterContainer: ({
|
|
3949
3949
|
children
|
|
3950
|
-
}: Props$5) =>
|
|
3950
|
+
}: Props$5) => react_jsx_runtime0.JSX.Element;
|
|
3951
3951
|
//#endregion
|
|
3952
3952
|
//#region src/components/common/BaseModal.d.ts
|
|
3953
3953
|
type BaseModalProps = {
|
|
@@ -3996,7 +3996,7 @@ declare const BaseModal: ({
|
|
|
3996
3996
|
mobileMaxHeight,
|
|
3997
3997
|
desktopMinHeight,
|
|
3998
3998
|
desktopMaxHeight
|
|
3999
|
-
}: BaseModalProps) =>
|
|
3999
|
+
}: BaseModalProps) => react_jsx_runtime0.JSX.Element;
|
|
4000
4000
|
//#endregion
|
|
4001
4001
|
//#region src/components/common/AssetButton.d.ts
|
|
4002
4002
|
type AssetButtonProps = ButtonProps & {
|
|
@@ -4015,7 +4015,7 @@ declare const AssetButton: ({
|
|
|
4015
4015
|
isDisabled,
|
|
4016
4016
|
onClick,
|
|
4017
4017
|
...buttonProps
|
|
4018
|
-
}: AssetButtonProps) =>
|
|
4018
|
+
}: AssetButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4019
4019
|
//#endregion
|
|
4020
4020
|
//#region src/components/common/AddressDisplayCard.d.ts
|
|
4021
4021
|
type AddressDisplayCardProps = {
|
|
@@ -4035,7 +4035,7 @@ declare const AddressDisplayCard: ({
|
|
|
4035
4035
|
hideAddress,
|
|
4036
4036
|
balance,
|
|
4037
4037
|
tokenAddress
|
|
4038
|
-
}: AddressDisplayCardProps) =>
|
|
4038
|
+
}: AddressDisplayCardProps) => react_jsx_runtime0.JSX.Element;
|
|
4039
4039
|
//#endregion
|
|
4040
4040
|
//#region src/components/common/ModalFAQButton.d.ts
|
|
4041
4041
|
type FAQButtonProps = {
|
|
@@ -4044,13 +4044,13 @@ type FAQButtonProps = {
|
|
|
4044
4044
|
declare const ModalFAQButton: ({
|
|
4045
4045
|
onClick,
|
|
4046
4046
|
...props
|
|
4047
|
-
}: FAQButtonProps) =>
|
|
4047
|
+
}: FAQButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4048
4048
|
//#endregion
|
|
4049
4049
|
//#region src/components/common/ScrollToTopWrapper.d.ts
|
|
4050
4050
|
declare const ScrollToTopWrapper: ({
|
|
4051
4051
|
children,
|
|
4052
4052
|
...props
|
|
4053
|
-
}: StackProps) =>
|
|
4053
|
+
}: StackProps) => react_jsx_runtime0.JSX.Element;
|
|
4054
4054
|
//#endregion
|
|
4055
4055
|
//#region src/components/common/AccountAvatar.d.ts
|
|
4056
4056
|
type AccountAvatarProps = {
|
|
@@ -4060,7 +4060,7 @@ type AccountAvatarProps = {
|
|
|
4060
4060
|
declare const AccountAvatar: ({
|
|
4061
4061
|
wallet,
|
|
4062
4062
|
props
|
|
4063
|
-
}: AccountAvatarProps) =>
|
|
4063
|
+
}: AccountAvatarProps) => react_jsx_runtime0.JSX.Element;
|
|
4064
4064
|
//#endregion
|
|
4065
4065
|
//#region src/components/common/TransactionButtonAndStatus.d.ts
|
|
4066
4066
|
type TransactionButtonAndStatusProps = {
|
|
@@ -4102,7 +4102,7 @@ declare const TransactionButtonAndStatus: ({
|
|
|
4102
4102
|
isLoadingGasEstimation,
|
|
4103
4103
|
showGasEstimationError,
|
|
4104
4104
|
context
|
|
4105
|
-
}: TransactionButtonAndStatusProps) =>
|
|
4105
|
+
}: TransactionButtonAndStatusProps) => react_jsx_runtime0.JSX.Element;
|
|
4106
4106
|
//#endregion
|
|
4107
4107
|
//#region src/components/common/ModalNotificationButton.d.ts
|
|
4108
4108
|
type NotificationButtonProps = {
|
|
@@ -4113,7 +4113,7 @@ declare const ModalNotificationButton: ({
|
|
|
4113
4113
|
onClick,
|
|
4114
4114
|
hasUnreadNotifications,
|
|
4115
4115
|
...props
|
|
4116
|
-
}: NotificationButtonProps) =>
|
|
4116
|
+
}: NotificationButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4117
4117
|
//#endregion
|
|
4118
4118
|
//#region src/components/common/GasFeeSummary.d.ts
|
|
4119
4119
|
interface GasFeeSummaryProps {
|
|
@@ -4149,7 +4149,7 @@ declare const GasFeeTokenSelector: ({
|
|
|
4149
4149
|
availableTokens,
|
|
4150
4150
|
tokenEstimations,
|
|
4151
4151
|
walletAddress
|
|
4152
|
-
}: GasFeeTokenSelectorProps) =>
|
|
4152
|
+
}: GasFeeTokenSelectorProps) => react_jsx_runtime0.JSX.Element;
|
|
4153
4153
|
//#endregion
|
|
4154
4154
|
//#region src/components/common/InlineFeedback.d.ts
|
|
4155
4155
|
type Props$4 = {
|
|
@@ -4161,7 +4161,7 @@ declare const InlineFeedback: ({
|
|
|
4161
4161
|
message,
|
|
4162
4162
|
duration,
|
|
4163
4163
|
onClose
|
|
4164
|
-
}: Props$4) =>
|
|
4164
|
+
}: Props$4) => react_jsx_runtime0.JSX.Element;
|
|
4165
4165
|
//#endregion
|
|
4166
4166
|
//#region src/components/common/WalletSwitchFeedback.d.ts
|
|
4167
4167
|
type Props$3 = {
|
|
@@ -4178,7 +4178,7 @@ type Props$3 = {
|
|
|
4178
4178
|
*/
|
|
4179
4179
|
declare const WalletSwitchFeedback: ({
|
|
4180
4180
|
showFeedback
|
|
4181
|
-
}: Props$3) =>
|
|
4181
|
+
}: Props$3) => react_jsx_runtime0.JSX.Element | null;
|
|
4182
4182
|
//#endregion
|
|
4183
4183
|
//#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
|
|
4184
4184
|
type SuccessfulOperationContentProps = {
|
|
@@ -4208,7 +4208,7 @@ declare const UpgradeSmartAccountModal: ({
|
|
|
4208
4208
|
isOpen,
|
|
4209
4209
|
onClose,
|
|
4210
4210
|
style
|
|
4211
|
-
}: Props$2) =>
|
|
4211
|
+
}: Props$2) => react_jsx_runtime0.JSX.Element;
|
|
4212
4212
|
//#endregion
|
|
4213
4213
|
//#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
|
|
4214
4214
|
type Props$1 = {
|
|
@@ -4223,7 +4223,7 @@ declare const LegalDocumentsModal: ({
|
|
|
4223
4223
|
onAgree,
|
|
4224
4224
|
handleLogout,
|
|
4225
4225
|
onlyOptionalDocuments
|
|
4226
|
-
}: Props$1) =>
|
|
4226
|
+
}: Props$1) => react_jsx_runtime0.JSX.Element;
|
|
4227
4227
|
//#endregion
|
|
4228
4228
|
//#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
|
|
4229
4229
|
type Props = {
|
|
@@ -4235,7 +4235,7 @@ declare const LegalDocumentItem: ({
|
|
|
4235
4235
|
document,
|
|
4236
4236
|
register,
|
|
4237
4237
|
isText
|
|
4238
|
-
}: Props) =>
|
|
4238
|
+
}: Props) => react_jsx_runtime0.JSX.Element;
|
|
4239
4239
|
//#endregion
|
|
4240
4240
|
//#region src/providers/ModalProvider.d.ts
|
|
4241
4241
|
type AccountModalOptions = {
|
|
@@ -4270,7 +4270,7 @@ declare const ModalProvider: ({
|
|
|
4270
4270
|
children
|
|
4271
4271
|
}: {
|
|
4272
4272
|
children: ReactNode;
|
|
4273
|
-
}) =>
|
|
4273
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
4274
4274
|
//#endregion
|
|
4275
4275
|
//#region src/config/index.d.ts
|
|
4276
4276
|
type AppConfig = {
|
|
@@ -4316,4 +4316,4 @@ type AppConfig = {
|
|
|
4316
4316
|
declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
|
|
4317
4317
|
//#endregion
|
|
4318
4318
|
export { LanguageSettingsContent as $, useRoundXApps as $a, AccountCustomizationModalProvider as $i, buildSingleAuthorizationTypedData as $n, getDomainsOfAddressQueryKey as $o, convertUriToUrl as $r, VeChainKitConfig as $s, useCurrentBlock as $t, AddressDisplay as A, useIpfsMetadatas as Aa, EnhancedClause as Ac, getGenericDelegatorUrl as Ai, getAccountBalance as An, useTokensWithValues as Ao, ViewFunctionResult as Ar, LoginWithGoogleButton as As, useMfaEnrollment as At, AccountDetailsButton as B, getXAppsSharesQueryKey as Ba, VePassportUserStatus as Bc, useSignMessage as Bi, estimateAndBuildTxBody as Bn, useGetAvatarOfAddress as Bo, removePrefix as Br, ConnectModal as Bs, buildVETClauses as Bt, AddressDisplayCard as C, useSwapQuotes as Ca, ENS_TEXT_RECORDS as Cc, TOKEN_LOGO_COMPONENTS as Ci, useGetAccountAddress as Cn, getB3trBalanceQueryKey as Co, isOnline as Cr, WalletButtonProps as Cs, ReceiveTokenContent as Ct, StickyHeaderContainer as D, compressImages as Da, ConnectionSource as Dc, VECHAIN_KIT_TERMS_CONFIG as Di, getAccountImplementationAddress as Dn, useCurrentAllocationsRoundId as Do, setLocalStorageItem as Dr, VeChainWithPrivyLoginButton as Ds, ThorClient$1 as Dt, StickyFooterContainer as E, UploadedImage as Ea, CURRENCY_SYMBOLS as Ec, VECHAIN_KIT_STORAGE_KEYS as Ei, useCurrentAccountImplementationVersion as En, getCurrentAllocationsRoundIdQueryKey as Eo, safeWindowOpen as Er, LoginWithGithubButton as Es, SendTokenContent as Et, FeatureAnnouncementCard as F, useIpfsImage as Fa, PrivyLoginMethod as Fc, useAppHubApps as Fi, useGenericDelegatorFeeEstimation as Fn, useUnsetDomain as Fo, addPrefix as Fr, ConnectionButton as Fs, useGasEstimate as Ft, RemoveWalletConfirmContentProps as G, UseSwitchWalletReturnType as Ga, useAccountModalOptions as Gi, useCrossAppConnectionCache as Gn, getTextRecords as Go, EconomicNodeStrengthLevelToName as Gr, VechainKitThemeProvider as Gs, useSendTransaction as Gt, AccountModalContentTypes as H, XAppMetadata as Ha, useNotifications as Hi, getDepositAccount as Hn, useGetResolverAddress as Ho, isRejectionError as Hr, LegalDocumentsProvider as Hs, buildERC20Clauses as Ht, QuickActionsSection as I, useIpfsImageList as Ia, SmartAccount as Ic, useLoginWithVeChain as Ii, useGenericDelegatorFeeEstimationParams as In, getAvatarLegacy as Io, compare as Ir, EcosystemContent as Is, txReceiptQueryKey as It, DisconnectConfirmContentProps as J, useWalletStorage as Ja, UpgradeSmartAccountModalProvider as Ji, useSyncableLocalStorage as Jn, getAvatarQueryKey as Jo, XNodeStrengthLevelToName as Jr, PrivyWalletProviderContextType as Js, getEventLogs as Jt, SelectWalletContent as K, useSwitchWallet as Ka, ProfileModalProvider as Ki, EcosystemShortcut as Kn, getTextRecordsQueryKey as Ko, MinXNodeLevel as Kr, useVechainKitThemeConfig as Ks, GetEventsProps as Kt, BalanceSection as L, getIpfsMetadata as La, TokenBalance as Lc, useLoginWithOAuth$1 as Li, useGasTokenSelection as Ln, getAvatarLegacyQueryKey as Lo, isInvalid as Lr, ErrorContent as Ls, useTxReceipt as Lt, CrossAppConnectionSecurityCard as M, MAX_IMAGE_SIZE as Ma, ExecuteWithAuthorizationSignData as Mc, AppHubApp as Mi, useAccountBalance as Mn, useTokenPrices as Mo, executeCallClause as Mr, EcosystemButton as Ms, useSetWalletRecovery as Mt, DomainRequiredAlert as N, getIpfsImage as Na, NFTMediaType as Nc, fetchAppHubApps as Ni, UseEstimateAllTokensParams as Nn, WalletTokenBalance as No, executeMultipleClausesCall as Nr, VeChainLoginButton as Ns, useThor$1 as Nt, useStickyHeaderContext as O, imageCompressionOptions as Oa, CrossAppConnectionCache as Oc, VECHAIN_PRIVY_APP_ID as Oi, getAccountImplementationAddressQueryKey as On, useTotalBalance as Oo, MultipleClausesCallParameters as Or, DappKitButton as Os, useDAppKitWallet as Ot, ExchangeWarningAlert as P, getIpfsImageQueryKey as Pa, PrivyAppInfo as Pc, getAppHubAppsQueryKey as Pi, useEstimateAllTokens as Pn, useTokenBalances as Po, isValidUrl as Pr, EmailLoginButton as Ps, VECHAIN_KIT_QUERY_KEYS as Pt, GasTokenSettingsContent as Q, getRoundXAppsQueryKey as Qa, useReceiveModal as Qi, buildBatchAuthorizationTypedData as Qn, getDomainsOfAddress as Qo, xNodeToGMstartingLevel as Qr, LegalDocumentOptions as Qs, currentBlockQueryKey as Qt, AccountSelector as R, getIpfsMetadataQueryKey as Ra, TransactionStatus as Rc, useLoginWithPasskey$1 as Ri, decodeRawTx as Rn, useGetAvatarLegacy as Ro, isValid as Rr, LoadingContent as Rs, BuildTransactionProps as Rt, ModalFAQButton as S, useConnectModal as Sa, TransactionSpeed as Sc, TOKEN_LOGOS as Si, getAccountAddressQueryKey as Sn, useGetCustomTokenBalances as So, isBrowser as Sr, WalletButton as Ss, SwapTokenContent as St, BaseModal as T, useSingleImageUpload as Ta, CURRENCY as Tc, VECHAIN_KIT_COOKIES_CONFIG as Ti, getCurrentAccountImplementationVersionQueryKey as Tn, useCustomTokens as To, safeQuerySelector as Tr, ConnectPopover as Ts, SendTokenSummaryContent as Tt, SwitchFeedback as U, getXAppMetadata as Ua, SettingsModalProvider as Ui, signVip191Transaction as Un, buildClauses as Uo, simpleHash as Ur, useLegalDocuments as Us, useTransferERC20 as Ut, AccountModal as V, useXAppsShares as Va, Wallet as Vc, useNotificationAlerts as Vi, estimateGas as Vn, getResolverAddressQueryKey as Vo, validate as Vr, ConnectModalContentsTypes as Vs, useTransferVET as Vt, RemoveWalletConfirmContent as W, useXAppMetadata as Wa, useSettingsModal as Wi, useGenericDelegator as Wn, useUpdateTextRecord as Wo, TIME as Wr, ColorModeSync as Ws, UseSendTransactionReturnValue as Wt, SettingsContent as X, UseWalletReturnType as Xa, useLoginModalContent as Xi, useLocalStorage as Xn, Domain as Xo, buildQueryString as Xr, AccountQuickAction as Xs, getChainIdQueryKey as Xt, TermsAndPrivacyContent as Y, useWalletMetadata as Ya, useUpgradeSmartAccountModal as Yi, LocalStorageKey as Yn, useGetAvatar as Yo, allNodeStrengthLevelToName as Yr, usePrivyWalletProvider as Ys, getChainId as Yt, SettingsContentProps as Z, useWallet$1 as Za, ReceiveModalProvider as Zi, BuildClausesParams as Zn, DomainsResponse as Zo, gmNfts as Zr, LegalDocument as Zs, useGetChainId as Zt, ModalNotificationButton as _, TransactionModalProvider as _a, GasTokenEstimate as _c, DEFAULT_PRIVY_ECOSYSTEM_APPS as _i, getHasV1SmartAccountQueryKey as _n, getCustomTokenInfoQueryKey as _o, copyToClipboard as _r, TransactionModalContent as _s, ChooseNameSummaryContentProps as _t, useModal as a, ExploreEcosystemModalProvider as aa, LegalDocumentAgreement as ac, compareListOfAddresses as ai, getUpgradeRequiredQueryKey as an, getIsPersonQueryKey as ao, useEvents as ar, useClaimVeWorldSubdomain as as, AssetsContent as at, AccountAvatar as b, useAccountModal as ba, GasTokenSelection as bc, PrivyEcosystemApp as bi, useGetAccountVersion as bn, TokenWithBalance as bo, getWindowOrigin as br, TransactionModalProps as bs, ChooseNameContent as bt, LegalDocumentsModal as c, useSwapTokenModal as ca, CostLevel as cc, regexPattern as ci, getSmartAccount as cn, useGetVot3Balance as co, useGetNodeUrl as cr, getVechainDomainQueryKey as cs, UpgradeSmartAccountContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, ChooseNameModalProvider as da, EstimationResponse as dc, getPicassoImage as di, useRefreshSmartAccountQueries as dn, getTokenUsdPrice as do, useCurrentLanguage as dr, useFetchPrivyStatus as ds, CustomizationSummaryContent as dt, useAccountCustomizationModal as ea, VeChainKitContext as ec, resolveMediaTypeFromMimeType as ei, useUpgradeSmartAccount as en, useRefreshMetadata as eo, useBuildClauses as er, useGetDomainsOfAddress as es, ChangeCurrencyContent as et, UpgradeSmartAccountModalStyle as f, useChooseNameModal as fa, Rate as fc, humanAddress as fi, useRefreshFactoryQueries as fn, getTokenUsdPriceQueryKey as fo, useCurrency as fr, fetchPrivyAppInfo as fs, CustomizationSummaryContentProps as ft, GasFeeSummary as g, useTransactionToast as ga, formatGasCost as gc, DEFAULT_GAS_TOKEN_PREFERENCES as gi, getHasV1SmartAccount as gn, useGetErc20Balance as go, useMultipleClausesCall as gr, TransactionToast as gs, ChooseNameSummaryContent as gt, GasFeeTokenSelector as h, TransactionToastProvider as ha, calculateTotalCost as hc, isZero as hi, useIsSmartAccountDeployed as hn, getErc20BalanceQueryKey as ho, useCallClause as hr, AccountMainContent as hs, FAQContent as ht, ModalProvider as i, useNotificationsModal as ia, EnrichedLegalDocument as ic, compareAddresses as ii, getUpgradeRequired as in, useMostVotedAppsInRound as io, getEventsKey as ir, useClaimVetDomain as is, ManageCustomTokenContentProps as it, ModalBackButton as j, IpfsImage as ja, ExecuteBatchWithAuthorizationSignData as jc, notFoundImage as ji, getAccountBalanceQueryKey as jn, ExchangeRates as jo, buildCallClauses as jr, PrivyButton as js, usePrivy$1 as jt, VersionFooter as k, useUploadImages as ka, ENSRecords as kc, getENV as ki, useAccountImplementationAddress as kn, TokenWithValue as ko, MultipleClausesCallReturnType as kr, PasskeyLoginButton as ks, useDAppKitWalletModal as kt, LegalDocumentsModalContentsTypes as l, SendTokenModalProvider as la, DepositAccount as lc, randomTransactionUser as li, getSmartAccountQueryKey as ln, PRICE_FEED_IDS as lo, useFeatureAnnouncement as lr, useVechainDomain as ls, ProfileContent as lt, InlineFeedback as m, useWalletModal as ma, VthoPerGasAtSpeed as mc, humanNumber as mi, getIsDeployedQueryKey as mn, UseGetErc20BalanceOptions as mo, getCallClauseQueryKeyWithArgs as mr, useFetchAppInfo as ms, CustomizationContent as mt, getConfig as n, useFAQModal as na, VechainKitProviderProps as nc, uploadBlobToIPFS as ni, getUpgradeRequiredForAccountQueryKey as nn, MostVotedAppsInRoundReturnType as no, UseEventsParams as nr, useIsDomainProtected as ns, BridgeContent as nt, DAppKitWalletButton as o, useExploreEcosystemModal as oa, LegalDocumentSource as oc, isValidAddress as oi, useUpgradeRequired as on, useIsPerson as oo, useScrollToTop as or, getEnsRecordExistsQueryKey as os, AssetsContentProps as ot, WalletSwitchFeedback as p, WalletModalProvider as pa, TransactionCost as pc, humanDomain as pi, getIsDeployed as pn, useGetTokenUsdPrice as po, getCallClauseQueryKey as pr, getPrivyAppInfoQueryKey as ps, AccountCustomizationContentProps as pt, DisconnectConfirmContent as q, StoredWallet as qa, useProfileModal as qi, useEcosystemShortcuts as qn, useGetTextRecords as qo, NodeStrengthLevelToImage as qr, PrivyWalletProvider as qs, getAllEventLogs as qt, AccountModalOptions as r, NotificationsModalProvider as ra, useVeChainKitConfig as rc, validateIpfsUri as ri, useUpgradeRequiredForAccount as rn, XApp as ro, decodeEventLog$1 as rr, buildVetDomainClauses as rs, ManageCustomTokenContent as rt, LegalDocumentItem as s, SwapTokenModalProvider as sa, LegalDocumentType as sc, leftPadWithZeros as si, SmartAccountReturnType as sn, getVot3BalanceQueryKey as so, useIsPWA as sr, useEnsRecordExists as ss, UpgradeSmartAccountContent as st, AppConfig as t, FAQModalProvider as ta, VeChainKitProvider as tc, toIPFSURL as ti, getUpgradeRequiredForAccount as tn, useRefreshBalances as to, GetEventsKeyParams as tr, getIsDomainProtectedQueryKey as ts, ChangeCurrencyContentProps as tt, UpgradeSmartAccountModal as u, useSendTokenModal as ua, EstimatedGas as uc, formatTokenBalance as ui, useSmartAccount as un, SupportedToken as uo, useCurrentCurrency as ur, fetchPrivyStatus as us, ProfileContentProps as ut, TransactionButtonAndStatus as v, useTransactionModal as va, GasTokenInfo as vc, ENV as vi, useHasV1SmartAccount as vn, getTokenInfo$1 as vo, getDocumentTitle as vr, ShareButtons as vs, ChooseNameSearchContent as vt, AssetButton as w, useSwapTransaction as wa, TextRecords as wc, TogglePassportCheck as wi, getCurrentAccountImplementationVersion as wn, useGetB3trBalance as wo, removeLocalStorageItem as wr, WalletDisplayVariant as ws, SelectTokenContent as wt, ScrollToTopWrapper as x, ConnectModalProvider as xa, GasTokenType as xc, SUPPORTED_GAS_TOKENS as xi, getAccountAddress as xn, getCustomTokenBalanceQueryKey as xo, hasNavigator as xr, SocialIcons as xs, ChooseNameContentProps as xt, TransactionButtonAndStatusProps as y, AccountModalProvider as ya, GasTokenPreferences as yc, NON_TRANSFERABLE_TOKEN_SYMBOLS as yi, getAccountVersionQueryKey as yn, useGetCustomTokenInfo as yo, getLocalStorageItem as yr, TransactionModal as ys, ChooseNameSearchContentProps as yt, ActionButton as z, useIpfsMetadata as za, TransactionStatusErrorType as zc, useSignTypedData as zi, delegateAuthorized as zn, getAvatarOfAddressQueryKey as zo, normalize as zr, MainContent as zs, useBuildTransaction as zt };
|
|
4319
|
-
//# sourceMappingURL=index-
|
|
4319
|
+
//# sourceMappingURL=index-tcllbHHw.d.mts.map
|