@vechain/vechain-kit 2.4.3 → 2.4.5
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/assets/index.d.mts +1 -1
- package/dist/{index-CWViOs1U.d.mts → index--hSO7Xv4.d.mts} +4 -4
- package/dist/{index-CWViOs1U.d.mts.map → index--hSO7Xv4.d.mts.map} +1 -1
- package/dist/{index-FTYW_KQc.d.mts → index-8BC07wqK.d.mts} +10 -3
- package/dist/{index-KHIaOcYe.d.cts.map → index-8BC07wqK.d.mts.map} +1 -1
- package/dist/{index-KHIaOcYe.d.cts → index-BI93V0nR.d.cts} +155 -148
- package/dist/{index-FTYW_KQc.d.mts.map → index-BI93V0nR.d.cts.map} +1 -1
- package/dist/{index-I8fe7GR2.d.cts → index-CLLQDcuv.d.cts} +4 -4
- package/dist/{index-I8fe7GR2.d.cts.map → index-CLLQDcuv.d.cts.map} +1 -1
- package/dist/index.cjs +6 -6
- 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 +3 -3
- package/dist/utils/index.d.mts +3 -3
- package/dist/utils/index.mjs +1 -1
- package/dist/utils-DeETrpws.cjs +2 -0
- package/dist/utils-DeETrpws.cjs.map +1 -0
- package/dist/{utils-DjpjrcqQ.mjs → utils-ctNraYqK.mjs} +2 -2
- package/dist/utils-ctNraYqK.mjs.map +1 -0
- package/package.json +2 -2
- package/dist/utils-DLxoAo_P.cjs +0 -2
- package/dist/utils-DLxoAo_P.cjs.map +0 -1
- package/dist/utils-DjpjrcqQ.mjs.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
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_runtime1 from "react/jsx-runtime";
|
|
5
5
|
import * as _vechain_sdk_network0 from "@vechain/sdk-network";
|
|
6
6
|
import { CompressedBlockDetail, EventLogs, FilterEventLogsOptions, ThorClient, ThorClient as ThorClient$1, TransactionReceipt } from "@vechain/sdk-network";
|
|
7
7
|
import { LoginMethodOrderOption, OAuthProviderType, SignTypedDataParams, User, WalletListEntry, useMfaEnrollment, usePrivy, useSetWalletRecovery } from "@privy-io/react-auth";
|
|
@@ -11,7 +11,7 @@ import { LogLevel, WalletSource } from "@vechain/dapp-kit";
|
|
|
11
11
|
import { WalletButton as DAppKitWalletButton, WalletConnectOptions, useThor, useWallet as useDAppKitWallet, useWalletModal as useDAppKitWalletModal } from "@vechain/dapp-kit-react";
|
|
12
12
|
import { CustomizedStyle, I18n, SourceInfo } from "@vechain/dapp-kit-ui";
|
|
13
13
|
import { IconType } from "react-icons";
|
|
14
|
-
import * as
|
|
14
|
+
import * as _tanstack_react_query8 from "@tanstack/react-query";
|
|
15
15
|
import { UseQueryOptions } from "@tanstack/react-query";
|
|
16
16
|
import { z } from "zod";
|
|
17
17
|
import { CustomTokenInfo } from "@vechain/contract-getters";
|
|
@@ -629,7 +629,7 @@ declare const VeChainKitContext: react0.Context<VeChainKitConfig | null>;
|
|
|
629
629
|
* ```
|
|
630
630
|
*/
|
|
631
631
|
declare const useVeChainKitConfig: () => VeChainKitConfig;
|
|
632
|
-
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) =>
|
|
632
|
+
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime1.JSX.Element;
|
|
633
633
|
//#endregion
|
|
634
634
|
//#region src/providers/PrivyWalletProvider.d.ts
|
|
635
635
|
interface PrivyWalletProviderContextType {
|
|
@@ -672,7 +672,7 @@ declare const PrivyWalletProvider: ({
|
|
|
672
672
|
delegatorUrl?: string;
|
|
673
673
|
delegateAllTransactions: boolean;
|
|
674
674
|
genericDelegator?: boolean;
|
|
675
|
-
}) =>
|
|
675
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
676
676
|
declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
|
|
677
677
|
//#endregion
|
|
678
678
|
//#region src/providers/VechainKitThemeProvider.d.ts
|
|
@@ -690,12 +690,12 @@ declare const ColorModeSync: ({
|
|
|
690
690
|
darkMode
|
|
691
691
|
}: {
|
|
692
692
|
darkMode: boolean;
|
|
693
|
-
}) =>
|
|
693
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
694
694
|
declare const VechainKitThemeProvider: ({
|
|
695
695
|
children,
|
|
696
696
|
darkMode,
|
|
697
697
|
theme: customTheme
|
|
698
|
-
}: Props$35) =>
|
|
698
|
+
}: Props$35) => react_jsx_runtime1.JSX.Element;
|
|
699
699
|
//#endregion
|
|
700
700
|
//#region src/providers/LegalDocumentsProvider.d.ts
|
|
701
701
|
type Props$34 = {
|
|
@@ -711,7 +711,7 @@ type LegalDocumentsContextType = {
|
|
|
711
711
|
declare const useLegalDocuments: () => LegalDocumentsContextType;
|
|
712
712
|
declare const LegalDocumentsProvider: ({
|
|
713
713
|
children
|
|
714
|
-
}: Props$34) =>
|
|
714
|
+
}: Props$34) => react_jsx_runtime1.JSX.Element;
|
|
715
715
|
//#endregion
|
|
716
716
|
//#region src/components/ConnectModal/ConnectModal.d.ts
|
|
717
717
|
type Props$33 = {
|
|
@@ -747,7 +747,7 @@ declare const ConnectModal: ({
|
|
|
747
747
|
onClose,
|
|
748
748
|
initialContent,
|
|
749
749
|
preventAutoClose
|
|
750
|
-
}: Props$33) =>
|
|
750
|
+
}: Props$33) => react_jsx_runtime1.JSX.Element;
|
|
751
751
|
//#endregion
|
|
752
752
|
//#region src/components/ConnectModal/Contents/MainContent.d.ts
|
|
753
753
|
type Props$32 = {
|
|
@@ -759,7 +759,7 @@ declare const MainContent: ({
|
|
|
759
759
|
setCurrentContent,
|
|
760
760
|
onClose,
|
|
761
761
|
preventAutoClose
|
|
762
|
-
}: Props$32) =>
|
|
762
|
+
}: Props$32) => react_jsx_runtime1.JSX.Element;
|
|
763
763
|
//#endregion
|
|
764
764
|
//#region src/components/ConnectModal/Contents/LoadingContent.d.ts
|
|
765
765
|
type LoadingContentProps = {
|
|
@@ -777,7 +777,7 @@ declare const LoadingContent: ({
|
|
|
777
777
|
onClose,
|
|
778
778
|
onGoBack,
|
|
779
779
|
showBackButton
|
|
780
|
-
}: LoadingContentProps) =>
|
|
780
|
+
}: LoadingContentProps) => react_jsx_runtime1.JSX.Element;
|
|
781
781
|
//#endregion
|
|
782
782
|
//#region src/components/ConnectModal/Contents/ErrorContent.d.ts
|
|
783
783
|
type ErrorContentProps = {
|
|
@@ -791,7 +791,7 @@ declare const ErrorContent: ({
|
|
|
791
791
|
onClose,
|
|
792
792
|
onTryAgain,
|
|
793
793
|
onGoBack
|
|
794
|
-
}: ErrorContentProps) =>
|
|
794
|
+
}: ErrorContentProps) => react_jsx_runtime1.JSX.Element;
|
|
795
795
|
//#endregion
|
|
796
796
|
//#region src/components/ConnectModal/Contents/EcosystemContent.d.ts
|
|
797
797
|
type Props$31 = {
|
|
@@ -807,7 +807,7 @@ declare const EcosystemContent: ({
|
|
|
807
807
|
isLoading,
|
|
808
808
|
setCurrentContent,
|
|
809
809
|
showBackButton
|
|
810
|
-
}: Props$31) =>
|
|
810
|
+
}: Props$31) => react_jsx_runtime1.JSX.Element;
|
|
811
811
|
//#endregion
|
|
812
812
|
//#region src/components/ConnectModal/Components/ConnectionButton.d.ts
|
|
813
813
|
interface ConnectionButtonProps {
|
|
@@ -830,10 +830,10 @@ declare const ConnectionButton: ({
|
|
|
830
830
|
style,
|
|
831
831
|
variant,
|
|
832
832
|
iconWidth
|
|
833
|
-
}: ConnectionButtonProps) =>
|
|
833
|
+
}: ConnectionButtonProps) => react_jsx_runtime1.JSX.Element | null;
|
|
834
834
|
//#endregion
|
|
835
835
|
//#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
|
|
836
|
-
declare const EmailLoginButton: () =>
|
|
836
|
+
declare const EmailLoginButton: () => react_jsx_runtime1.JSX.Element;
|
|
837
837
|
//#endregion
|
|
838
838
|
//#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
|
|
839
839
|
type Props$30 = {
|
|
@@ -845,7 +845,7 @@ declare const VeChainLoginButton: ({
|
|
|
845
845
|
isDark,
|
|
846
846
|
gridColumn,
|
|
847
847
|
setCurrentContent
|
|
848
|
-
}: Props$30) =>
|
|
848
|
+
}: Props$30) => react_jsx_runtime1.JSX.Element;
|
|
849
849
|
//#endregion
|
|
850
850
|
//#region src/components/ConnectModal/Components/EcosystemButton.d.ts
|
|
851
851
|
type Props$29 = {
|
|
@@ -859,7 +859,7 @@ declare const EcosystemButton: ({
|
|
|
859
859
|
appsInfo,
|
|
860
860
|
isLoading,
|
|
861
861
|
setCurrentContent
|
|
862
|
-
}: Props$29) =>
|
|
862
|
+
}: Props$29) => react_jsx_runtime1.JSX.Element;
|
|
863
863
|
//#endregion
|
|
864
864
|
//#region src/components/ConnectModal/Components/PrivyButton.d.ts
|
|
865
865
|
type Props$28 = {
|
|
@@ -871,7 +871,7 @@ declare const PrivyButton: ({
|
|
|
871
871
|
isDark,
|
|
872
872
|
onViewMoreLogin,
|
|
873
873
|
gridColumn
|
|
874
|
-
}: Props$28) =>
|
|
874
|
+
}: Props$28) => react_jsx_runtime1.JSX.Element;
|
|
875
875
|
//#endregion
|
|
876
876
|
//#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
|
|
877
877
|
type Props$27 = {
|
|
@@ -881,7 +881,7 @@ type Props$27 = {
|
|
|
881
881
|
declare const LoginWithGoogleButton: ({
|
|
882
882
|
isDark,
|
|
883
883
|
gridColumn
|
|
884
|
-
}: Props$27) =>
|
|
884
|
+
}: Props$27) => react_jsx_runtime1.JSX.Element;
|
|
885
885
|
//#endregion
|
|
886
886
|
//#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
|
|
887
887
|
type Props$26 = {
|
|
@@ -893,7 +893,7 @@ declare const PasskeyLoginButton: ({
|
|
|
893
893
|
isDark,
|
|
894
894
|
gridColumn,
|
|
895
895
|
setCurrentContent
|
|
896
|
-
}: Props$26) =>
|
|
896
|
+
}: Props$26) => react_jsx_runtime1.JSX.Element;
|
|
897
897
|
//#endregion
|
|
898
898
|
//#region src/components/ConnectModal/Components/DappKitButton.d.ts
|
|
899
899
|
type Props$25 = {
|
|
@@ -903,7 +903,7 @@ type Props$25 = {
|
|
|
903
903
|
declare const DappKitButton: ({
|
|
904
904
|
isDark,
|
|
905
905
|
gridColumn
|
|
906
|
-
}: Props$25) =>
|
|
906
|
+
}: Props$25) => react_jsx_runtime1.JSX.Element;
|
|
907
907
|
//#endregion
|
|
908
908
|
//#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
|
|
909
909
|
type Props$24 = {
|
|
@@ -913,7 +913,7 @@ type Props$24 = {
|
|
|
913
913
|
declare const VeChainWithPrivyLoginButton: ({
|
|
914
914
|
isDark,
|
|
915
915
|
gridColumn
|
|
916
|
-
}: Props$24) =>
|
|
916
|
+
}: Props$24) => react_jsx_runtime1.JSX.Element;
|
|
917
917
|
//#endregion
|
|
918
918
|
//#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
|
|
919
919
|
type Props$23 = {
|
|
@@ -923,7 +923,7 @@ type Props$23 = {
|
|
|
923
923
|
declare const LoginWithGithubButton: ({
|
|
924
924
|
isDark,
|
|
925
925
|
gridColumn
|
|
926
|
-
}: Props$23) =>
|
|
926
|
+
}: Props$23) => react_jsx_runtime1.JSX.Element;
|
|
927
927
|
//#endregion
|
|
928
928
|
//#region src/components/ConnectModal/ConnectPopover.d.ts
|
|
929
929
|
type ConnectPopoverProps = {
|
|
@@ -933,7 +933,7 @@ type ConnectPopoverProps = {
|
|
|
933
933
|
declare const ConnectPopover: ({
|
|
934
934
|
isLoading,
|
|
935
935
|
buttonStyle
|
|
936
|
-
}: ConnectPopoverProps) =>
|
|
936
|
+
}: ConnectPopoverProps) => react_jsx_runtime1.JSX.Element;
|
|
937
937
|
//#endregion
|
|
938
938
|
//#region src/components/WalletButton/types.d.ts
|
|
939
939
|
type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
|
|
@@ -952,10 +952,10 @@ declare const WalletButton: ({
|
|
|
952
952
|
buttonStyle,
|
|
953
953
|
connectionVariant,
|
|
954
954
|
label
|
|
955
|
-
}: WalletButtonProps) =>
|
|
955
|
+
}: WalletButtonProps) => react_jsx_runtime1.JSX.Element;
|
|
956
956
|
//#endregion
|
|
957
957
|
//#region src/components/WalletButton/SocialIcons.d.ts
|
|
958
|
-
declare const SocialIcons: () =>
|
|
958
|
+
declare const SocialIcons: () => react_jsx_runtime1.JSX.Element;
|
|
959
959
|
//#endregion
|
|
960
960
|
//#region src/components/TransactionModal/TransactionModal.d.ts
|
|
961
961
|
type TransactionModalProps = {
|
|
@@ -985,7 +985,7 @@ declare const TransactionModal: ({
|
|
|
985
985
|
txReceipt,
|
|
986
986
|
txError,
|
|
987
987
|
onTryAgain
|
|
988
|
-
}: TransactionModalProps) =>
|
|
988
|
+
}: TransactionModalProps) => react_jsx_runtime1.JSX.Element | null;
|
|
989
989
|
//#endregion
|
|
990
990
|
//#region src/components/TransactionModal/Components/ShareButtons.d.ts
|
|
991
991
|
type Props$22 = {
|
|
@@ -995,7 +995,7 @@ type Props$22 = {
|
|
|
995
995
|
};
|
|
996
996
|
declare const ShareButtons: ({
|
|
997
997
|
description
|
|
998
|
-
}: Props$22) =>
|
|
998
|
+
}: Props$22) => react_jsx_runtime1.JSX.Element;
|
|
999
999
|
//#endregion
|
|
1000
1000
|
//#region src/components/TransactionModal/TransactionModalContent.d.ts
|
|
1001
1001
|
declare const TransactionModalContent: ({
|
|
@@ -1005,7 +1005,7 @@ declare const TransactionModalContent: ({
|
|
|
1005
1005
|
txReceipt,
|
|
1006
1006
|
txError,
|
|
1007
1007
|
onClose
|
|
1008
|
-
}: Omit<TransactionModalProps, "isOpen">) =>
|
|
1008
|
+
}: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime1.JSX.Element;
|
|
1009
1009
|
//#endregion
|
|
1010
1010
|
//#region src/components/TransactionToast/TransactionToast.d.ts
|
|
1011
1011
|
type TransactionToastProps = {
|
|
@@ -1025,7 +1025,7 @@ declare const TransactionToast: ({
|
|
|
1025
1025
|
txError,
|
|
1026
1026
|
onTryAgain,
|
|
1027
1027
|
description
|
|
1028
|
-
}: TransactionToastProps) =>
|
|
1028
|
+
}: TransactionToastProps) => react_jsx_runtime1.JSX.Element | null;
|
|
1029
1029
|
//#endregion
|
|
1030
1030
|
//#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
|
|
1031
1031
|
type Props$21 = {
|
|
@@ -1041,12 +1041,12 @@ declare const AccountMainContent: ({
|
|
|
1041
1041
|
wallet,
|
|
1042
1042
|
onClose,
|
|
1043
1043
|
switchFeedback
|
|
1044
|
-
}: Props$21) =>
|
|
1044
|
+
}: Props$21) => react_jsx_runtime1.JSX.Element;
|
|
1045
1045
|
//#endregion
|
|
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_query8.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_query8.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_query8.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_query8.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_query8.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_query8.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_query8.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_query28.UseQueryRe
|
|
|
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_query8.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_query8.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_query8.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_query8.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_query8.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_query8.UseQueryResult<{
|
|
1382
1382
|
original: string;
|
|
1383
1383
|
scaled: string;
|
|
1384
1384
|
formatted: string;
|
|
@@ -1387,7 +1387,7 @@ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query28.U
|
|
|
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_query8.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: (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_query8.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_query8.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_query8.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_query8.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_query8.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_query8.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_query8.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_query8.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_query8.UseQueryResult<_tanstack_react_query8.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_query8.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_query8.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_query8.UseQueryResult<T$1, Error>[];
|
|
1679
1679
|
//#endregion
|
|
1680
1680
|
//#region src/hooks/api/ipfs/useUploadImages.d.ts
|
|
1681
1681
|
declare const imageCompressionOptions: Options;
|
|
@@ -1894,7 +1894,7 @@ declare const ConnectModalProvider: ({
|
|
|
1894
1894
|
children
|
|
1895
1895
|
}: {
|
|
1896
1896
|
children: ReactNode;
|
|
1897
|
-
}) =>
|
|
1897
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1898
1898
|
//#endregion
|
|
1899
1899
|
//#region src/hooks/modals/useAccountModal.d.ts
|
|
1900
1900
|
declare const useAccountModal: () => {
|
|
@@ -1906,7 +1906,7 @@ declare const AccountModalProvider: ({
|
|
|
1906
1906
|
children
|
|
1907
1907
|
}: {
|
|
1908
1908
|
children: ReactNode;
|
|
1909
|
-
}) =>
|
|
1909
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1910
1910
|
//#endregion
|
|
1911
1911
|
//#region src/hooks/modals/useTransactionModal.d.ts
|
|
1912
1912
|
declare const useTransactionModal: () => {
|
|
@@ -1918,7 +1918,7 @@ declare const TransactionModalProvider: ({
|
|
|
1918
1918
|
children
|
|
1919
1919
|
}: {
|
|
1920
1920
|
children: ReactNode;
|
|
1921
|
-
}) =>
|
|
1921
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1922
1922
|
//#endregion
|
|
1923
1923
|
//#region src/hooks/modals/useTransactionToast.d.ts
|
|
1924
1924
|
declare const useTransactionToast: () => {
|
|
@@ -1930,7 +1930,7 @@ declare const TransactionToastProvider: ({
|
|
|
1930
1930
|
children
|
|
1931
1931
|
}: {
|
|
1932
1932
|
children: ReactNode;
|
|
1933
|
-
}) =>
|
|
1933
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1934
1934
|
//#endregion
|
|
1935
1935
|
//#region src/hooks/modals/useWalletModal.d.ts
|
|
1936
1936
|
declare const useWalletModal: () => {
|
|
@@ -1942,7 +1942,7 @@ declare const WalletModalProvider: ({
|
|
|
1942
1942
|
children
|
|
1943
1943
|
}: {
|
|
1944
1944
|
children: ReactNode;
|
|
1945
|
-
}) =>
|
|
1945
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1946
1946
|
//#endregion
|
|
1947
1947
|
//#region src/hooks/modals/useChooseNameModal.d.ts
|
|
1948
1948
|
declare const useChooseNameModal: () => {
|
|
@@ -1954,7 +1954,7 @@ declare const ChooseNameModalProvider: ({
|
|
|
1954
1954
|
children
|
|
1955
1955
|
}: {
|
|
1956
1956
|
children: ReactNode;
|
|
1957
|
-
}) =>
|
|
1957
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1958
1958
|
//#endregion
|
|
1959
1959
|
//#region src/hooks/modals/useSendTokenModal.d.ts
|
|
1960
1960
|
declare const useSendTokenModal: () => {
|
|
@@ -1966,7 +1966,7 @@ declare const SendTokenModalProvider: ({
|
|
|
1966
1966
|
children
|
|
1967
1967
|
}: {
|
|
1968
1968
|
children: ReactNode;
|
|
1969
|
-
}) =>
|
|
1969
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1970
1970
|
//#endregion
|
|
1971
1971
|
//#region src/hooks/modals/useSwapTokenModal.d.ts
|
|
1972
1972
|
type SwapTokenModalOptions = {
|
|
@@ -1983,7 +1983,7 @@ declare const SwapTokenModalProvider: ({
|
|
|
1983
1983
|
children
|
|
1984
1984
|
}: {
|
|
1985
1985
|
children: ReactNode;
|
|
1986
|
-
}) =>
|
|
1986
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1987
1987
|
//#endregion
|
|
1988
1988
|
//#region src/hooks/modals/useExploreEcosystemModal.d.ts
|
|
1989
1989
|
declare const useExploreEcosystemModal: () => {
|
|
@@ -1995,7 +1995,7 @@ declare const ExploreEcosystemModalProvider: ({
|
|
|
1995
1995
|
children
|
|
1996
1996
|
}: {
|
|
1997
1997
|
children: ReactNode;
|
|
1998
|
-
}) =>
|
|
1998
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
1999
1999
|
//#endregion
|
|
2000
2000
|
//#region src/hooks/modals/useNotificationsModal.d.ts
|
|
2001
2001
|
declare const useNotificationsModal: () => {
|
|
@@ -2007,7 +2007,7 @@ declare const NotificationsModalProvider: ({
|
|
|
2007
2007
|
children
|
|
2008
2008
|
}: {
|
|
2009
2009
|
children: ReactNode;
|
|
2010
|
-
}) =>
|
|
2010
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
2011
2011
|
//#endregion
|
|
2012
2012
|
//#region src/hooks/modals/useFAQModal.d.ts
|
|
2013
2013
|
declare const useFAQModal: () => {
|
|
@@ -2019,7 +2019,7 @@ declare const FAQModalProvider: ({
|
|
|
2019
2019
|
children
|
|
2020
2020
|
}: {
|
|
2021
2021
|
children: ReactNode;
|
|
2022
|
-
}) =>
|
|
2022
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
2023
2023
|
//#endregion
|
|
2024
2024
|
//#region src/hooks/modals/useAccountCustomizationModal.d.ts
|
|
2025
2025
|
declare const useAccountCustomizationModal: () => {
|
|
@@ -2031,7 +2031,7 @@ declare const AccountCustomizationModalProvider: ({
|
|
|
2031
2031
|
children
|
|
2032
2032
|
}: {
|
|
2033
2033
|
children: ReactNode;
|
|
2034
|
-
}) =>
|
|
2034
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
2035
2035
|
//#endregion
|
|
2036
2036
|
//#region src/hooks/modals/useReceiveModal.d.ts
|
|
2037
2037
|
declare const useReceiveModal: () => {
|
|
@@ -2043,7 +2043,7 @@ declare const ReceiveModalProvider: ({
|
|
|
2043
2043
|
children
|
|
2044
2044
|
}: {
|
|
2045
2045
|
children: ReactNode;
|
|
2046
|
-
}) =>
|
|
2046
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
2047
2047
|
//#endregion
|
|
2048
2048
|
//#region src/hooks/modals/useLoginModalContent.d.ts
|
|
2049
2049
|
type LoginModalContentConfig = {
|
|
@@ -2069,7 +2069,7 @@ declare const UpgradeSmartAccountModalProvider: ({
|
|
|
2069
2069
|
children
|
|
2070
2070
|
}: {
|
|
2071
2071
|
children: ReactNode;
|
|
2072
|
-
}) =>
|
|
2072
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
2073
2073
|
//#endregion
|
|
2074
2074
|
//#region src/hooks/modals/useProfileModal.d.ts
|
|
2075
2075
|
declare const useProfileModal: () => {
|
|
@@ -2081,7 +2081,7 @@ declare const ProfileModalProvider: ({
|
|
|
2081
2081
|
children
|
|
2082
2082
|
}: {
|
|
2083
2083
|
children: ReactNode;
|
|
2084
|
-
}) =>
|
|
2084
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
2085
2085
|
//#endregion
|
|
2086
2086
|
//#region src/hooks/modals/useAccountModalOptions.d.ts
|
|
2087
2087
|
declare const useAccountModalOptions: () => {
|
|
@@ -2099,7 +2099,7 @@ declare const SettingsModalProvider: ({
|
|
|
2099
2099
|
children
|
|
2100
2100
|
}: {
|
|
2101
2101
|
children: ReactNode;
|
|
2102
|
-
}) =>
|
|
2102
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
2103
2103
|
//#endregion
|
|
2104
2104
|
//#region src/hooks/notifications/types.d.ts
|
|
2105
2105
|
type NotificationAction = {
|
|
@@ -2229,9 +2229,11 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
|
|
|
2229
2229
|
* );
|
|
2230
2230
|
* ```
|
|
2231
2231
|
*/
|
|
2232
|
-
declare const useAppHubApps: () =>
|
|
2232
|
+
declare const useAppHubApps: () => _tanstack_react_query8.UseQueryResult<AppHubApp[], Error>;
|
|
2233
2233
|
//#endregion
|
|
2234
2234
|
//#region src/utils/constants.d.ts
|
|
2235
|
+
/** Tokens that cannot be swapped or transferred (e.g. governance voting tokens) */
|
|
2236
|
+
declare const NON_TRANSFERABLE_TOKEN_SYMBOLS: readonly string[];
|
|
2235
2237
|
declare const TOKEN_LOGOS: Record<string, string>;
|
|
2236
2238
|
declare const TOKEN_LOGO_COMPONENTS: Record<string, JSX.Element>;
|
|
2237
2239
|
declare const VECHAIN_PRIVY_APP_ID = "cm4wxxujb022fyujl7g0thb21";
|
|
@@ -2582,7 +2584,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
|
|
|
2582
2584
|
method: TMethod;
|
|
2583
2585
|
args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
|
|
2584
2586
|
queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
|
|
2585
|
-
}) =>
|
|
2587
|
+
}) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<TData>, unknown>;
|
|
2586
2588
|
declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
|
|
2587
2589
|
thor,
|
|
2588
2590
|
calls,
|
|
@@ -2593,7 +2595,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
|
|
|
2593
2595
|
calls: MultipleClausesCallParameters<contracts, allowFailure>;
|
|
2594
2596
|
queryKey: string[];
|
|
2595
2597
|
enabled?: boolean;
|
|
2596
|
-
}) =>
|
|
2598
|
+
}) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
|
|
2597
2599
|
//#endregion
|
|
2598
2600
|
//#region src/hooks/utils/useCurrency.d.ts
|
|
2599
2601
|
/**
|
|
@@ -2717,7 +2719,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
|
|
|
2717
2719
|
filterParams,
|
|
2718
2720
|
mapResponse,
|
|
2719
2721
|
nodeUrl
|
|
2720
|
-
}: UseEventsParams<T$1, K, R>) =>
|
|
2722
|
+
}: UseEventsParams<T$1, K, R>) => _tanstack_react_query8.UseQueryResult<R[], Error>;
|
|
2721
2723
|
//#endregion
|
|
2722
2724
|
//#region src/hooks/utils/useBuildClauses.d.ts
|
|
2723
2725
|
interface BuildClausesParams {
|
|
@@ -2869,7 +2871,7 @@ declare const useGenericDelegatorFeeEstimation: ({
|
|
|
2869
2871
|
tokens,
|
|
2870
2872
|
sendingAmount,
|
|
2871
2873
|
sendingTokenSymbol
|
|
2872
|
-
}: useGenericDelegatorFeeEstimationParams) =>
|
|
2874
|
+
}: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query8.UseQueryResult<EstimationResponse & {
|
|
2873
2875
|
usedToken: string;
|
|
2874
2876
|
}, Error>;
|
|
2875
2877
|
//#endregion
|
|
@@ -2883,7 +2885,7 @@ declare const useEstimateAllTokens: ({
|
|
|
2883
2885
|
clauses,
|
|
2884
2886
|
tokens,
|
|
2885
2887
|
enabled
|
|
2886
|
-
}: UseEstimateAllTokensParams) =>
|
|
2888
|
+
}: UseEstimateAllTokensParams) => _tanstack_react_query8.UseQueryResult<Record<GasTokenType, {
|
|
2887
2889
|
cost: number;
|
|
2888
2890
|
loading: boolean;
|
|
2889
2891
|
error?: string;
|
|
@@ -2900,7 +2902,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
|
|
|
2900
2902
|
* @param address The address of the account to get the balance for
|
|
2901
2903
|
* @returns The account balance
|
|
2902
2904
|
*/
|
|
2903
|
-
declare const useAccountBalance: (address?: string) =>
|
|
2905
|
+
declare const useAccountBalance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
2904
2906
|
balance: string;
|
|
2905
2907
|
energy: string;
|
|
2906
2908
|
}, Error>;
|
|
@@ -2913,7 +2915,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
|
|
|
2913
2915
|
* @param version - The version of the smart account implementation
|
|
2914
2916
|
* @returns The address of the smart account implementation
|
|
2915
2917
|
*/
|
|
2916
|
-
declare const useAccountImplementationAddress: (version?: number) =>
|
|
2918
|
+
declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query8.UseQueryResult<string, Error>;
|
|
2917
2919
|
//#endregion
|
|
2918
2920
|
//#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
|
|
2919
2921
|
declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
|
|
@@ -2922,7 +2924,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
|
|
|
2922
2924
|
* Get the current account implementation version used by the smart account factory
|
|
2923
2925
|
* @returns The current account implementation version
|
|
2924
2926
|
*/
|
|
2925
|
-
declare const useCurrentAccountImplementationVersion: () =>
|
|
2927
|
+
declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query8.UseQueryResult<number, Error>;
|
|
2926
2928
|
//#endregion
|
|
2927
2929
|
//#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
|
|
2928
2930
|
declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
|
|
@@ -2932,7 +2934,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
|
|
|
2932
2934
|
* @param ownerAddress - The address of the owner of the smart account
|
|
2933
2935
|
* @returns The address of the smart account
|
|
2934
2936
|
*/
|
|
2935
|
-
declare const useGetAccountAddress: (ownerAddress?: string) =>
|
|
2937
|
+
declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<string, Error>;
|
|
2936
2938
|
//#endregion
|
|
2937
2939
|
//#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
|
|
2938
2940
|
declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => unknown[];
|
|
@@ -2942,7 +2944,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
|
|
|
2942
2944
|
* @param ownerAddress - The address of the owner of the smart account
|
|
2943
2945
|
* @returns The version of the smart account
|
|
2944
2946
|
*/
|
|
2945
|
-
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) =>
|
|
2947
|
+
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query8.UseQueryResult<{
|
|
2946
2948
|
version: number;
|
|
2947
2949
|
isDeployed: boolean;
|
|
2948
2950
|
}, unknown>;
|
|
@@ -2955,7 +2957,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
|
|
|
2955
2957
|
* @param ownerAddress - The address of the owner of the smart account
|
|
2956
2958
|
* @returns True if the smart account has a v1 smart account, false otherwise
|
|
2957
2959
|
*/
|
|
2958
|
-
declare const useHasV1SmartAccount: (ownerAddress?: string) =>
|
|
2960
|
+
declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
2959
2961
|
//#endregion
|
|
2960
2962
|
//#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
|
|
2961
2963
|
declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
|
|
@@ -2964,7 +2966,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
|
|
|
2964
2966
|
* Check if a smart account is deployed
|
|
2965
2967
|
* @returns True if the smart account is deployed, false otherwise
|
|
2966
2968
|
*/
|
|
2967
|
-
declare const useIsSmartAccountDeployed: (accountAddress?: string) =>
|
|
2969
|
+
declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
2968
2970
|
//#endregion
|
|
2969
2971
|
//#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
|
|
2970
2972
|
/**
|
|
@@ -2997,7 +2999,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
|
|
|
2997
2999
|
isDeployed: boolean;
|
|
2998
3000
|
}>;
|
|
2999
3001
|
declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
|
|
3000
|
-
declare const useSmartAccount: (ownerAddress?: string) =>
|
|
3002
|
+
declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
3001
3003
|
address: undefined;
|
|
3002
3004
|
isDeployed?: undefined;
|
|
3003
3005
|
} | {
|
|
@@ -3015,7 +3017,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
|
|
|
3015
3017
|
* @param targetVersion - The version of the smart account to check for
|
|
3016
3018
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
3017
3019
|
*/
|
|
3018
|
-
declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) =>
|
|
3020
|
+
declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
3019
3021
|
//#endregion
|
|
3020
3022
|
//#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
|
|
3021
3023
|
declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
|
|
@@ -3026,7 +3028,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
|
|
|
3026
3028
|
* @param targetVersion - The target version of the smart account
|
|
3027
3029
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
3028
3030
|
*/
|
|
3029
|
-
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) =>
|
|
3031
|
+
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
3030
3032
|
//#endregion
|
|
3031
3033
|
//#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
|
|
3032
3034
|
type UseUpgradeSmartAccountVersionProps = {
|
|
@@ -3051,7 +3053,7 @@ declare const currentBlockQueryKey: () => string[];
|
|
|
3051
3053
|
* Fetches the current block from the blockchain. The block is refetched every 10 seconds.
|
|
3052
3054
|
* @returns the current block
|
|
3053
3055
|
*/
|
|
3054
|
-
declare const useCurrentBlock: () =>
|
|
3056
|
+
declare const useCurrentBlock: () => _tanstack_react_query8.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
|
|
3055
3057
|
//#endregion
|
|
3056
3058
|
//#region src/hooks/thor/blocks/useGetChainId.d.ts
|
|
3057
3059
|
declare const getChainId: (thor: ThorClient) => Promise<string>;
|
|
@@ -3060,7 +3062,7 @@ declare const getChainIdQueryKey: () => string[];
|
|
|
3060
3062
|
* Get the chain id
|
|
3061
3063
|
* @returns The chain id
|
|
3062
3064
|
*/
|
|
3063
|
-
declare const useGetChainId: () =>
|
|
3065
|
+
declare const useGetChainId: () => _tanstack_react_query8.UseQueryResult<string, Error>;
|
|
3064
3066
|
//#endregion
|
|
3065
3067
|
//#region src/hooks/thor/logs/logUtils.d.ts
|
|
3066
3068
|
/**
|
|
@@ -3312,7 +3314,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
|
|
|
3312
3314
|
* @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
|
|
3313
3315
|
* @returns Query result containing the transaction receipt
|
|
3314
3316
|
*/
|
|
3315
|
-
declare const useTxReceipt: (txId: string, blockTimeout?: number) =>
|
|
3317
|
+
declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query8.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
|
|
3316
3318
|
//#endregion
|
|
3317
3319
|
//#region src/hooks/thor/transactions/useGasEstimate.d.ts
|
|
3318
3320
|
declare const useGasEstimate: (thor: ThorClient, clauses: TransactionClause[], caller: string, options?: {
|
|
@@ -3334,7 +3336,7 @@ declare const SendTokenContent: ({
|
|
|
3334
3336
|
initialAmount,
|
|
3335
3337
|
initialToAddressOrDomain,
|
|
3336
3338
|
onBack: parentOnBack
|
|
3337
|
-
}: SendTokenContentProps) =>
|
|
3339
|
+
}: SendTokenContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3338
3340
|
//#endregion
|
|
3339
3341
|
//#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
|
|
3340
3342
|
type SendTokenSummaryContentProps = {
|
|
@@ -3354,7 +3356,7 @@ declare const SendTokenSummaryContent: ({
|
|
|
3354
3356
|
amount,
|
|
3355
3357
|
selectedToken,
|
|
3356
3358
|
formattedTotalAmount
|
|
3357
|
-
}: SendTokenSummaryContentProps) =>
|
|
3359
|
+
}: SendTokenSummaryContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3358
3360
|
//#endregion
|
|
3359
3361
|
//#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
|
|
3360
3362
|
type Props$18 = {
|
|
@@ -3365,12 +3367,17 @@ type Props$18 = {
|
|
|
3365
3367
|
* If true, shows all tokens (not just tokens with balance) and sorts owned tokens first
|
|
3366
3368
|
*/
|
|
3367
3369
|
showAllTokens?: boolean;
|
|
3370
|
+
/**
|
|
3371
|
+
* Token symbols to exclude from the list (e.g. non-transferable governance tokens)
|
|
3372
|
+
*/
|
|
3373
|
+
excludedTokenSymbols?: readonly string[];
|
|
3368
3374
|
};
|
|
3369
3375
|
declare const SelectTokenContent: ({
|
|
3370
3376
|
onSelectToken,
|
|
3371
3377
|
onBack,
|
|
3372
|
-
showAllTokens
|
|
3373
|
-
|
|
3378
|
+
showAllTokens,
|
|
3379
|
+
excludedTokenSymbols
|
|
3380
|
+
}: Props$18) => react_jsx_runtime1.JSX.Element;
|
|
3374
3381
|
//#endregion
|
|
3375
3382
|
//#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
|
|
3376
3383
|
type Props$17 = {
|
|
@@ -3378,7 +3385,7 @@ type Props$17 = {
|
|
|
3378
3385
|
};
|
|
3379
3386
|
declare const ReceiveTokenContent: ({
|
|
3380
3387
|
setCurrentContent
|
|
3381
|
-
}: Props$17) =>
|
|
3388
|
+
}: Props$17) => react_jsx_runtime1.JSX.Element;
|
|
3382
3389
|
//#endregion
|
|
3383
3390
|
//#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
|
|
3384
3391
|
type Props$16 = {
|
|
@@ -3390,7 +3397,7 @@ declare const SwapTokenContent: ({
|
|
|
3390
3397
|
setCurrentContent,
|
|
3391
3398
|
fromTokenAddress,
|
|
3392
3399
|
toTokenAddress
|
|
3393
|
-
}: Props$16) =>
|
|
3400
|
+
}: Props$16) => react_jsx_runtime1.JSX.Element;
|
|
3394
3401
|
//#endregion
|
|
3395
3402
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
|
|
3396
3403
|
type ChooseNameContentProps = {
|
|
@@ -3402,7 +3409,7 @@ declare const ChooseNameContent: ({
|
|
|
3402
3409
|
setCurrentContent,
|
|
3403
3410
|
onBack,
|
|
3404
3411
|
initialContentSource
|
|
3405
|
-
}: ChooseNameContentProps) =>
|
|
3412
|
+
}: ChooseNameContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3406
3413
|
//#endregion
|
|
3407
3414
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
|
|
3408
3415
|
type ChooseNameSearchContentProps = {
|
|
@@ -3414,7 +3421,7 @@ declare const ChooseNameSearchContent: ({
|
|
|
3414
3421
|
name: initialName,
|
|
3415
3422
|
setCurrentContent,
|
|
3416
3423
|
initialContentSource
|
|
3417
|
-
}: ChooseNameSearchContentProps) =>
|
|
3424
|
+
}: ChooseNameSearchContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3418
3425
|
//#endregion
|
|
3419
3426
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
|
|
3420
3427
|
type ChooseNameSummaryContentProps = {
|
|
@@ -3432,7 +3439,7 @@ declare const ChooseNameSummaryContent: ({
|
|
|
3432
3439
|
isOwnDomain,
|
|
3433
3440
|
isUnsetting,
|
|
3434
3441
|
initialContentSource
|
|
3435
|
-
}: ChooseNameSummaryContentProps) =>
|
|
3442
|
+
}: ChooseNameSummaryContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3436
3443
|
//#endregion
|
|
3437
3444
|
//#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
|
|
3438
3445
|
type FAQContentProps = {
|
|
@@ -3442,7 +3449,7 @@ type FAQContentProps = {
|
|
|
3442
3449
|
declare const FAQContent: ({
|
|
3443
3450
|
onGoBack,
|
|
3444
3451
|
showLanguageSelector
|
|
3445
|
-
}: FAQContentProps) =>
|
|
3452
|
+
}: FAQContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3446
3453
|
//#endregion
|
|
3447
3454
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
|
|
3448
3455
|
type AccountCustomizationContentProps = {
|
|
@@ -3452,7 +3459,7 @@ type AccountCustomizationContentProps = {
|
|
|
3452
3459
|
declare const CustomizationContent: ({
|
|
3453
3460
|
setCurrentContent,
|
|
3454
3461
|
initialContentSource
|
|
3455
|
-
}: AccountCustomizationContentProps) =>
|
|
3462
|
+
}: AccountCustomizationContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3456
3463
|
//#endregion
|
|
3457
3464
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
|
|
3458
3465
|
type CustomizationSummaryContentProps = {
|
|
@@ -3471,7 +3478,7 @@ declare const CustomizationSummaryContent: ({
|
|
|
3471
3478
|
setCurrentContent,
|
|
3472
3479
|
changes,
|
|
3473
3480
|
onDoneRedirectContent
|
|
3474
|
-
}: CustomizationSummaryContentProps) =>
|
|
3481
|
+
}: CustomizationSummaryContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3475
3482
|
//#endregion
|
|
3476
3483
|
//#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
|
|
3477
3484
|
type ProfileContentProps = {
|
|
@@ -3485,7 +3492,7 @@ declare const ProfileContent: ({
|
|
|
3485
3492
|
setCurrentContent,
|
|
3486
3493
|
onLogoutSuccess,
|
|
3487
3494
|
switchFeedback
|
|
3488
|
-
}: ProfileContentProps) =>
|
|
3495
|
+
}: ProfileContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3489
3496
|
//#endregion
|
|
3490
3497
|
//#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
|
|
3491
3498
|
type UpgradeSmartAccountContentProps = {
|
|
@@ -3497,7 +3504,7 @@ declare const UpgradeSmartAccountContent: ({
|
|
|
3497
3504
|
setCurrentContent,
|
|
3498
3505
|
handleClose,
|
|
3499
3506
|
initialContent
|
|
3500
|
-
}: UpgradeSmartAccountContentProps) =>
|
|
3507
|
+
}: UpgradeSmartAccountContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3501
3508
|
//#endregion
|
|
3502
3509
|
//#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
|
|
3503
3510
|
type AssetsContentProps = {
|
|
@@ -3505,7 +3512,7 @@ type AssetsContentProps = {
|
|
|
3505
3512
|
};
|
|
3506
3513
|
declare const AssetsContent: ({
|
|
3507
3514
|
setCurrentContent
|
|
3508
|
-
}: AssetsContentProps) =>
|
|
3515
|
+
}: AssetsContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3509
3516
|
//#endregion
|
|
3510
3517
|
//#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
|
|
3511
3518
|
type ManageCustomTokenContentProps = {
|
|
@@ -3513,7 +3520,7 @@ type ManageCustomTokenContentProps = {
|
|
|
3513
3520
|
};
|
|
3514
3521
|
declare const ManageCustomTokenContent: ({
|
|
3515
3522
|
setCurrentContent
|
|
3516
|
-
}: ManageCustomTokenContentProps) =>
|
|
3523
|
+
}: ManageCustomTokenContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3517
3524
|
//#endregion
|
|
3518
3525
|
//#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
|
|
3519
3526
|
type Props$15 = {
|
|
@@ -3521,7 +3528,7 @@ type Props$15 = {
|
|
|
3521
3528
|
};
|
|
3522
3529
|
declare const BridgeContent: ({
|
|
3523
3530
|
setCurrentContent
|
|
3524
|
-
}: Props$15) =>
|
|
3531
|
+
}: Props$15) => react_jsx_runtime1.JSX.Element;
|
|
3525
3532
|
//#endregion
|
|
3526
3533
|
//#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
|
|
3527
3534
|
type ChangeCurrencyContentProps = {
|
|
@@ -3529,7 +3536,7 @@ type ChangeCurrencyContentProps = {
|
|
|
3529
3536
|
};
|
|
3530
3537
|
declare const ChangeCurrencyContent: ({
|
|
3531
3538
|
setCurrentContent
|
|
3532
|
-
}: ChangeCurrencyContentProps) =>
|
|
3539
|
+
}: ChangeCurrencyContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3533
3540
|
//#endregion
|
|
3534
3541
|
//#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
|
|
3535
3542
|
type Props$14 = {
|
|
@@ -3537,7 +3544,7 @@ type Props$14 = {
|
|
|
3537
3544
|
};
|
|
3538
3545
|
declare const LanguageSettingsContent: ({
|
|
3539
3546
|
setCurrentContent
|
|
3540
|
-
}: Props$14) =>
|
|
3547
|
+
}: Props$14) => react_jsx_runtime1.JSX.Element;
|
|
3541
3548
|
//#endregion
|
|
3542
3549
|
//#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
|
|
3543
3550
|
type Props$13 = {
|
|
@@ -3545,7 +3552,7 @@ type Props$13 = {
|
|
|
3545
3552
|
};
|
|
3546
3553
|
declare const GasTokenSettingsContent: ({
|
|
3547
3554
|
setCurrentContent
|
|
3548
|
-
}: Props$13) =>
|
|
3555
|
+
}: Props$13) => react_jsx_runtime1.JSX.Element;
|
|
3549
3556
|
//#endregion
|
|
3550
3557
|
//#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
|
|
3551
3558
|
type SettingsContentProps = {
|
|
@@ -3555,7 +3562,7 @@ type SettingsContentProps = {
|
|
|
3555
3562
|
declare const SettingsContent: ({
|
|
3556
3563
|
setCurrentContent,
|
|
3557
3564
|
onLogoutSuccess
|
|
3558
|
-
}: SettingsContentProps) =>
|
|
3565
|
+
}: SettingsContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3559
3566
|
//#endregion
|
|
3560
3567
|
//#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
|
|
3561
3568
|
type TermsAndPrivacyContentProps = {
|
|
@@ -3563,7 +3570,7 @@ type TermsAndPrivacyContentProps = {
|
|
|
3563
3570
|
};
|
|
3564
3571
|
declare const TermsAndPrivacyContent: ({
|
|
3565
3572
|
onGoBack
|
|
3566
|
-
}: TermsAndPrivacyContentProps) =>
|
|
3573
|
+
}: TermsAndPrivacyContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3567
3574
|
//#endregion
|
|
3568
3575
|
//#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
|
|
3569
3576
|
type DisconnectConfirmContentProps = {
|
|
@@ -3579,7 +3586,7 @@ declare const DisconnectConfirmContent: ({
|
|
|
3579
3586
|
onClose,
|
|
3580
3587
|
showCloseButton,
|
|
3581
3588
|
text
|
|
3582
|
-
}: DisconnectConfirmContentProps) =>
|
|
3589
|
+
}: DisconnectConfirmContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3583
3590
|
//#endregion
|
|
3584
3591
|
//#region src/components/AccountModal/Contents/SelectWallet/SelectWalletContent.d.ts
|
|
3585
3592
|
type Props$12 = {
|
|
@@ -3592,7 +3599,7 @@ declare const SelectWalletContent: ({
|
|
|
3592
3599
|
setCurrentContent,
|
|
3593
3600
|
returnTo,
|
|
3594
3601
|
onLogoutSuccess: _onLogoutSuccess
|
|
3595
|
-
}: Props$12) =>
|
|
3602
|
+
}: Props$12) => react_jsx_runtime1.JSX.Element;
|
|
3596
3603
|
//#endregion
|
|
3597
3604
|
//#region src/components/AccountModal/Contents/SelectWallet/RemoveWalletConfirmContent.d.ts
|
|
3598
3605
|
type RemoveWalletConfirmContentProps = {
|
|
@@ -3608,7 +3615,7 @@ declare const RemoveWalletConfirmContent: ({
|
|
|
3608
3615
|
onConfirm,
|
|
3609
3616
|
onBack,
|
|
3610
3617
|
onClose
|
|
3611
|
-
}: RemoveWalletConfirmContentProps) =>
|
|
3618
|
+
}: RemoveWalletConfirmContentProps) => react_jsx_runtime1.JSX.Element;
|
|
3612
3619
|
//#endregion
|
|
3613
3620
|
//#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
|
|
3614
3621
|
type CategoryFilter = string | null;
|
|
@@ -3736,7 +3743,7 @@ declare const AccountModal: ({
|
|
|
3736
3743
|
isOpen,
|
|
3737
3744
|
onClose,
|
|
3738
3745
|
initialContent
|
|
3739
|
-
}: Props$11) =>
|
|
3746
|
+
}: Props$11) => react_jsx_runtime1.JSX.Element;
|
|
3740
3747
|
//#endregion
|
|
3741
3748
|
//#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
|
|
3742
3749
|
interface AccountDetailsButtonProps {
|
|
@@ -3758,7 +3765,7 @@ declare const AccountDetailsButton: ({
|
|
|
3758
3765
|
onClick,
|
|
3759
3766
|
leftImage,
|
|
3760
3767
|
isActive
|
|
3761
|
-
}: AccountDetailsButtonProps) =>
|
|
3768
|
+
}: AccountDetailsButtonProps) => react_jsx_runtime1.JSX.Element;
|
|
3762
3769
|
//#endregion
|
|
3763
3770
|
//#region src/components/AccountModal/Components/ActionButton.d.ts
|
|
3764
3771
|
type ActionButtonProps = {
|
|
@@ -3800,7 +3807,7 @@ declare const ActionButton: ({
|
|
|
3800
3807
|
extraContent,
|
|
3801
3808
|
dataTestId,
|
|
3802
3809
|
variant
|
|
3803
|
-
}: ActionButtonProps) =>
|
|
3810
|
+
}: ActionButtonProps) => react_jsx_runtime1.JSX.Element;
|
|
3804
3811
|
//#endregion
|
|
3805
3812
|
//#region src/components/AccountModal/Components/AccountSelector.d.ts
|
|
3806
3813
|
type Props$10 = {
|
|
@@ -3820,7 +3827,7 @@ declare const AccountSelector: ({
|
|
|
3820
3827
|
onClose,
|
|
3821
3828
|
mt,
|
|
3822
3829
|
style
|
|
3823
|
-
}: Props$10) =>
|
|
3830
|
+
}: Props$10) => react_jsx_runtime1.JSX.Element;
|
|
3824
3831
|
//#endregion
|
|
3825
3832
|
//#region src/components/AccountModal/Components/BalanceSection.d.ts
|
|
3826
3833
|
declare const BalanceSection: ({
|
|
@@ -3831,7 +3838,7 @@ declare const BalanceSection: ({
|
|
|
3831
3838
|
mb?: number;
|
|
3832
3839
|
mt?: number;
|
|
3833
3840
|
onAssetsClick?: () => void;
|
|
3834
|
-
}) =>
|
|
3841
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
3835
3842
|
//#endregion
|
|
3836
3843
|
//#region src/components/AccountModal/Components/QuickActionsSection.d.ts
|
|
3837
3844
|
type Props$9 = {
|
|
@@ -3841,7 +3848,7 @@ type Props$9 = {
|
|
|
3841
3848
|
declare const QuickActionsSection: ({
|
|
3842
3849
|
mt,
|
|
3843
3850
|
setCurrentContent
|
|
3844
|
-
}: Props$9) =>
|
|
3851
|
+
}: Props$9) => react_jsx_runtime1.JSX.Element;
|
|
3845
3852
|
//#endregion
|
|
3846
3853
|
//#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
|
|
3847
3854
|
type FeatureAnnouncementCardProps = {
|
|
@@ -3849,16 +3856,16 @@ type FeatureAnnouncementCardProps = {
|
|
|
3849
3856
|
};
|
|
3850
3857
|
declare const FeatureAnnouncementCard: ({
|
|
3851
3858
|
setCurrentContent
|
|
3852
|
-
}: FeatureAnnouncementCardProps) =>
|
|
3859
|
+
}: FeatureAnnouncementCardProps) => react_jsx_runtime1.JSX.Element;
|
|
3853
3860
|
//#endregion
|
|
3854
3861
|
//#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
|
|
3855
|
-
declare const ExchangeWarningAlert: () =>
|
|
3862
|
+
declare const ExchangeWarningAlert: () => react_jsx_runtime1.JSX.Element;
|
|
3856
3863
|
//#endregion
|
|
3857
3864
|
//#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
|
|
3858
|
-
declare const DomainRequiredAlert: () =>
|
|
3865
|
+
declare const DomainRequiredAlert: () => react_jsx_runtime1.JSX.Element;
|
|
3859
3866
|
//#endregion
|
|
3860
3867
|
//#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
|
|
3861
|
-
declare const CrossAppConnectionSecurityCard: () =>
|
|
3868
|
+
declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime1.JSX.Element;
|
|
3862
3869
|
//#endregion
|
|
3863
3870
|
//#region src/components/common/ModalBackButton.d.ts
|
|
3864
3871
|
type BackButtonProps = {
|
|
@@ -3867,7 +3874,7 @@ type BackButtonProps = {
|
|
|
3867
3874
|
declare const ModalBackButton: ({
|
|
3868
3875
|
onClick,
|
|
3869
3876
|
...props
|
|
3870
|
-
}: BackButtonProps) =>
|
|
3877
|
+
}: BackButtonProps) => react_jsx_runtime1.JSX.Element;
|
|
3871
3878
|
//#endregion
|
|
3872
3879
|
//#region src/components/common/AddressDisplay.d.ts
|
|
3873
3880
|
type Props$8 = {
|
|
@@ -3885,13 +3892,13 @@ declare const AddressDisplay: ({
|
|
|
3885
3892
|
showHumanAddress,
|
|
3886
3893
|
setCurrentContent,
|
|
3887
3894
|
onLogout
|
|
3888
|
-
}: Props$8) =>
|
|
3895
|
+
}: Props$8) => react_jsx_runtime1.JSX.Element;
|
|
3889
3896
|
//#endregion
|
|
3890
3897
|
//#region src/components/common/VersionFooter.d.ts
|
|
3891
3898
|
type Props$7 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
|
|
3892
3899
|
declare const VersionFooter: ({
|
|
3893
3900
|
...props
|
|
3894
|
-
}: Props$7) =>
|
|
3901
|
+
}: Props$7) => react_jsx_runtime1.JSX.Element;
|
|
3895
3902
|
//#endregion
|
|
3896
3903
|
//#region src/components/common/StickyHeaderContainer.d.ts
|
|
3897
3904
|
type Props$6 = {
|
|
@@ -3902,7 +3909,7 @@ declare const useStickyHeaderContext: () => {
|
|
|
3902
3909
|
};
|
|
3903
3910
|
declare const StickyHeaderContainer: ({
|
|
3904
3911
|
children
|
|
3905
|
-
}: Props$6) =>
|
|
3912
|
+
}: Props$6) => react_jsx_runtime1.JSX.Element;
|
|
3906
3913
|
//#endregion
|
|
3907
3914
|
//#region src/components/common/StickyFooterContainer.d.ts
|
|
3908
3915
|
type Props$5 = {
|
|
@@ -3910,7 +3917,7 @@ type Props$5 = {
|
|
|
3910
3917
|
};
|
|
3911
3918
|
declare const StickyFooterContainer: ({
|
|
3912
3919
|
children
|
|
3913
|
-
}: Props$5) =>
|
|
3920
|
+
}: Props$5) => react_jsx_runtime1.JSX.Element;
|
|
3914
3921
|
//#endregion
|
|
3915
3922
|
//#region src/components/common/BaseModal.d.ts
|
|
3916
3923
|
type BaseModalProps = {
|
|
@@ -3959,7 +3966,7 @@ declare const BaseModal: ({
|
|
|
3959
3966
|
mobileMaxHeight,
|
|
3960
3967
|
desktopMinHeight,
|
|
3961
3968
|
desktopMaxHeight
|
|
3962
|
-
}: BaseModalProps) =>
|
|
3969
|
+
}: BaseModalProps) => react_jsx_runtime1.JSX.Element;
|
|
3963
3970
|
//#endregion
|
|
3964
3971
|
//#region src/components/common/AssetButton.d.ts
|
|
3965
3972
|
type AssetButtonProps = ButtonProps & {
|
|
@@ -3978,7 +3985,7 @@ declare const AssetButton: ({
|
|
|
3978
3985
|
isDisabled,
|
|
3979
3986
|
onClick,
|
|
3980
3987
|
...buttonProps
|
|
3981
|
-
}: AssetButtonProps) =>
|
|
3988
|
+
}: AssetButtonProps) => react_jsx_runtime1.JSX.Element;
|
|
3982
3989
|
//#endregion
|
|
3983
3990
|
//#region src/components/common/AddressDisplayCard.d.ts
|
|
3984
3991
|
type AddressDisplayCardProps = {
|
|
@@ -3998,7 +4005,7 @@ declare const AddressDisplayCard: ({
|
|
|
3998
4005
|
hideAddress,
|
|
3999
4006
|
balance,
|
|
4000
4007
|
tokenAddress
|
|
4001
|
-
}: AddressDisplayCardProps) =>
|
|
4008
|
+
}: AddressDisplayCardProps) => react_jsx_runtime1.JSX.Element;
|
|
4002
4009
|
//#endregion
|
|
4003
4010
|
//#region src/components/common/ModalFAQButton.d.ts
|
|
4004
4011
|
type FAQButtonProps = {
|
|
@@ -4007,13 +4014,13 @@ type FAQButtonProps = {
|
|
|
4007
4014
|
declare const ModalFAQButton: ({
|
|
4008
4015
|
onClick,
|
|
4009
4016
|
...props
|
|
4010
|
-
}: FAQButtonProps) =>
|
|
4017
|
+
}: FAQButtonProps) => react_jsx_runtime1.JSX.Element;
|
|
4011
4018
|
//#endregion
|
|
4012
4019
|
//#region src/components/common/ScrollToTopWrapper.d.ts
|
|
4013
4020
|
declare const ScrollToTopWrapper: ({
|
|
4014
4021
|
children,
|
|
4015
4022
|
...props
|
|
4016
|
-
}: StackProps) =>
|
|
4023
|
+
}: StackProps) => react_jsx_runtime1.JSX.Element;
|
|
4017
4024
|
//#endregion
|
|
4018
4025
|
//#region src/components/common/AccountAvatar.d.ts
|
|
4019
4026
|
type AccountAvatarProps = {
|
|
@@ -4023,7 +4030,7 @@ type AccountAvatarProps = {
|
|
|
4023
4030
|
declare const AccountAvatar: ({
|
|
4024
4031
|
wallet,
|
|
4025
4032
|
props
|
|
4026
|
-
}: AccountAvatarProps) =>
|
|
4033
|
+
}: AccountAvatarProps) => react_jsx_runtime1.JSX.Element;
|
|
4027
4034
|
//#endregion
|
|
4028
4035
|
//#region src/components/common/TransactionButtonAndStatus.d.ts
|
|
4029
4036
|
type TransactionButtonAndStatusProps = {
|
|
@@ -4065,7 +4072,7 @@ declare const TransactionButtonAndStatus: ({
|
|
|
4065
4072
|
isLoadingGasEstimation,
|
|
4066
4073
|
showGasEstimationError,
|
|
4067
4074
|
context
|
|
4068
|
-
}: TransactionButtonAndStatusProps) =>
|
|
4075
|
+
}: TransactionButtonAndStatusProps) => react_jsx_runtime1.JSX.Element;
|
|
4069
4076
|
//#endregion
|
|
4070
4077
|
//#region src/components/common/ModalNotificationButton.d.ts
|
|
4071
4078
|
type NotificationButtonProps = {
|
|
@@ -4076,7 +4083,7 @@ declare const ModalNotificationButton: ({
|
|
|
4076
4083
|
onClick,
|
|
4077
4084
|
hasUnreadNotifications,
|
|
4078
4085
|
...props
|
|
4079
|
-
}: NotificationButtonProps) =>
|
|
4086
|
+
}: NotificationButtonProps) => react_jsx_runtime1.JSX.Element;
|
|
4080
4087
|
//#endregion
|
|
4081
4088
|
//#region src/components/common/GasFeeSummary.d.ts
|
|
4082
4089
|
interface GasFeeSummaryProps {
|
|
@@ -4112,7 +4119,7 @@ declare const GasFeeTokenSelector: ({
|
|
|
4112
4119
|
availableTokens,
|
|
4113
4120
|
tokenEstimations,
|
|
4114
4121
|
walletAddress
|
|
4115
|
-
}: GasFeeTokenSelectorProps) =>
|
|
4122
|
+
}: GasFeeTokenSelectorProps) => react_jsx_runtime1.JSX.Element;
|
|
4116
4123
|
//#endregion
|
|
4117
4124
|
//#region src/components/common/InlineFeedback.d.ts
|
|
4118
4125
|
type Props$4 = {
|
|
@@ -4124,7 +4131,7 @@ declare const InlineFeedback: ({
|
|
|
4124
4131
|
message,
|
|
4125
4132
|
duration,
|
|
4126
4133
|
onClose
|
|
4127
|
-
}: Props$4) =>
|
|
4134
|
+
}: Props$4) => react_jsx_runtime1.JSX.Element;
|
|
4128
4135
|
//#endregion
|
|
4129
4136
|
//#region src/components/common/WalletSwitchFeedback.d.ts
|
|
4130
4137
|
type Props$3 = {
|
|
@@ -4141,7 +4148,7 @@ type Props$3 = {
|
|
|
4141
4148
|
*/
|
|
4142
4149
|
declare const WalletSwitchFeedback: ({
|
|
4143
4150
|
showFeedback
|
|
4144
|
-
}: Props$3) =>
|
|
4151
|
+
}: Props$3) => react_jsx_runtime1.JSX.Element | null;
|
|
4145
4152
|
//#endregion
|
|
4146
4153
|
//#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
|
|
4147
4154
|
type SuccessfulOperationContentProps = {
|
|
@@ -4171,7 +4178,7 @@ declare const UpgradeSmartAccountModal: ({
|
|
|
4171
4178
|
isOpen,
|
|
4172
4179
|
onClose,
|
|
4173
4180
|
style
|
|
4174
|
-
}: Props$2) =>
|
|
4181
|
+
}: Props$2) => react_jsx_runtime1.JSX.Element;
|
|
4175
4182
|
//#endregion
|
|
4176
4183
|
//#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
|
|
4177
4184
|
type Props$1 = {
|
|
@@ -4186,7 +4193,7 @@ declare const LegalDocumentsModal: ({
|
|
|
4186
4193
|
onAgree,
|
|
4187
4194
|
handleLogout,
|
|
4188
4195
|
onlyOptionalDocuments
|
|
4189
|
-
}: Props$1) =>
|
|
4196
|
+
}: Props$1) => react_jsx_runtime1.JSX.Element;
|
|
4190
4197
|
//#endregion
|
|
4191
4198
|
//#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
|
|
4192
4199
|
type Props = {
|
|
@@ -4198,7 +4205,7 @@ declare const LegalDocumentItem: ({
|
|
|
4198
4205
|
document,
|
|
4199
4206
|
register,
|
|
4200
4207
|
isText
|
|
4201
|
-
}: Props) =>
|
|
4208
|
+
}: Props) => react_jsx_runtime1.JSX.Element;
|
|
4202
4209
|
//#endregion
|
|
4203
4210
|
//#region src/providers/ModalProvider.d.ts
|
|
4204
4211
|
type AccountModalOptions = {
|
|
@@ -4233,7 +4240,7 @@ declare const ModalProvider: ({
|
|
|
4233
4240
|
children
|
|
4234
4241
|
}: {
|
|
4235
4242
|
children: ReactNode;
|
|
4236
|
-
}) =>
|
|
4243
|
+
}) => react_jsx_runtime1.JSX.Element;
|
|
4237
4244
|
//#endregion
|
|
4238
4245
|
//#region src/config/index.d.ts
|
|
4239
4246
|
type AppConfig = {
|
|
@@ -4278,5 +4285,5 @@ type AppConfig = {
|
|
|
4278
4285
|
};
|
|
4279
4286
|
declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
|
|
4280
4287
|
//#endregion
|
|
4281
|
-
export { LanguageSettingsContent as $, useRefreshBalances as $a, FAQModalProvider as $i, useBuildClauses as $n, useIsDomainProtected as $o, resolveMediaTypeFromMimeType as $r, useVeChainKitConfig as $s, useUpgradeSmartAccount as $t, AddressDisplay as A, MAX_IMAGE_SIZE as Aa, PrivyAppInfo as Ac, AppHubApp as Ai, getAccountBalanceQueryKey as An, WalletTokenBalance as Ao, buildCallClauses as Ar, VeChainLoginButton as As, useMfaEnrollment as At, AccountDetailsButton as B, XAppMetadata as Ba, useNotifications as Bi, estimateGas as Bn, buildClauses as Bo, validate as Br, useLegalDocuments as Bs, useTransferVET as Bt, AddressDisplayCard as C, useSingleImageUpload as Ca, ConnectionSource as Cc, VECHAIN_KIT_COOKIES_CONFIG as Ci, getCurrentAccountImplementationVersion as Cn, getCurrentAllocationsRoundIdQueryKey as Co, removeLocalStorageItem as Cr, LoginWithGithubButton as Cs, ReceiveTokenContent as Ct, StickyHeaderContainer as D, useUploadImages as Da, ExecuteBatchWithAuthorizationSignData as Dc, getENV as Di, getAccountImplementationAddressQueryKey as Dn, useTokensWithValues as Do, MultipleClausesCallParameters as Dr, LoginWithGoogleButton as Ds, ThorClient$1 as Dt, StickyFooterContainer as E, imageCompressionOptions as Ea, EnhancedClause as Ec, VECHAIN_PRIVY_APP_ID as Ei, getAccountImplementationAddress as En, TokenWithValue as Eo, setLocalStorageItem as Er, PasskeyLoginButton as Es, SendTokenContent as Et, FeatureAnnouncementCard as F, getIpfsMetadata as Fa, TransactionStatusErrorType as Fc, useLoginWithOAuth as Fi, useGenericDelegatorFeeEstimationParams as Fn, useGetAvatarLegacy as Fo, compare as Fr, LoadingContent as Fs, txReceiptQueryKey as Ft, RemoveWalletConfirmContentProps as G, StoredWallet as Ga, useProfileModal as Gi, EcosystemShortcut as Gn, getAvatarQueryKey as Go, MinXNodeLevel as Gr, PrivyWalletProviderContextType as Gs, GetEventsProps as Gt, AccountModalContentTypes as H, useXAppMetadata as Ha, useSettingsModal as Hi, signVip191Transaction as Hn, getTextRecords as Ho, simpleHash as Hr, VechainKitThemeProvider as Hs, useTransferERC20 as Ht, QuickActionsSection as I, getIpfsMetadataQueryKey as Ia, VePassportUserStatus as Ic, useLoginWithPasskey as Ii, useGasTokenSelection as In, getAvatarOfAddressQueryKey as Io, isInvalid as Ir, MainContent as Is, useTxReceipt as It, DisconnectConfirmContentProps as J, UseWalletReturnType as Ja, useLoginModalContent as Ji, LocalStorageKey as Jn, DomainsResponse as Jo, allNodeStrengthLevelToName as Jr, LegalDocumentOptions as Js, getChainId as Jt, SelectWalletContent as K, useWalletStorage as Ka, UpgradeSmartAccountModalProvider as Ki, useEcosystemShortcuts as Kn, useGetAvatar as Ko, NodeStrengthLevelToImage as Kr, usePrivyWalletProvider as Ks, getAllEventLogs as Kt, BalanceSection as L, useIpfsMetadata as La, Wallet as Lc, useSignTypedData as Li, decodeRawTx as Ln, useGetAvatarOfAddress as Lo, isValid as Lr, ConnectModal as Ls, BuildTransactionProps as Lt, CrossAppConnectionSecurityCard as M, getIpfsImageQueryKey as Ma, SmartAccount as Mc, getAppHubAppsQueryKey as Mi, UseEstimateAllTokensParams as Mn, useUnsetDomain as Mo, executeMultipleClausesCall as Mr, ConnectionButton as Ms, useSetWalletRecovery as Mt, DomainRequiredAlert as N, useIpfsImage as Na, TokenBalance as Nc, useAppHubApps as Ni, useEstimateAllTokens as Nn, getAvatarLegacy as No, isValidUrl as Nr, EcosystemContent as Ns, useThor as Nt, useStickyHeaderContext as O, useIpfsMetadatas as Oa, ExecuteWithAuthorizationSignData as Oc, getGenericDelegatorUrl as Oi, useAccountImplementationAddress as On, ExchangeRates as Oo, MultipleClausesCallReturnType as Or, PrivyButton as Os, useDAppKitWallet as Ot, ExchangeWarningAlert as P, useIpfsImageList as Pa, TransactionStatus as Pc, useLoginWithVeChain as Pi, useGenericDelegatorFeeEstimation as Pn, getAvatarLegacyQueryKey as Po, addPrefix as Pr, ErrorContent as Ps, useGasEstimate as Pt, GasTokenSettingsContent as Q, useRefreshMetadata as Qa, useAccountCustomizationModal as Qi, buildSingleAuthorizationTypedData as Qn, getIsDomainProtectedQueryKey as Qo, convertUriToUrl as Qr, VechainKitProviderProps as Qs, useCurrentBlock as Qt, AccountSelector as R, getXAppsSharesQueryKey as Ra, useSignMessage as Ri, delegateAuthorized as Rn, getResolverAddressQueryKey as Ro, normalize as Rr, ConnectModalContentsTypes as Rs, useBuildTransaction as Rt, ModalFAQButton as S, useSwapTransaction as Sa, CURRENCY_SYMBOLS as Sc, TogglePassportCheck as Si, useGetAccountAddress as Sn, useCustomTokens as So, isOnline as Sr, ConnectPopover as Ss, SwapTokenContent as St, BaseModal as T, compressImages as Ta, ENSRecords as Tc, VECHAIN_KIT_TERMS_CONFIG as Ti, useCurrentAccountImplementationVersion as Tn, useTotalBalance as To, safeWindowOpen as Tr, DappKitButton as Ts, SendTokenSummaryContent as Tt, SwitchFeedback as U, UseSwitchWalletReturnType as Ua, useAccountModalOptions as Ui, useGenericDelegator as Un, getTextRecordsQueryKey as Uo, TIME as Ur, useVechainKitThemeConfig as Us, UseSendTransactionReturnValue as Ut, AccountModal as V, getXAppMetadata as Va, SettingsModalProvider as Vi, getDepositAccount as Vn, useUpdateTextRecord as Vo, isRejectionError as Vr, ColorModeSync as Vs, buildERC20Clauses as Vt, RemoveWalletConfirmContent as W, useSwitchWallet as Wa, ProfileModalProvider as Wi, useCrossAppConnectionCache as Wn, useGetTextRecords as Wo, EconomicNodeStrengthLevelToName as Wr, PrivyWalletProvider as Ws, useSendTransaction as Wt, SettingsContent as X, getRoundXAppsQueryKey as Xa, useReceiveModal as Xi, BuildClausesParams as Xn, getDomainsOfAddressQueryKey as Xo, gmNfts as Xr, VeChainKitContext as Xs, useGetChainId as Xt, TermsAndPrivacyContent as Y, useWallet as Ya, ReceiveModalProvider as Yi, useLocalStorage as Yn, getDomainsOfAddress as Yo, buildQueryString as Yr, VeChainKitConfig as Ys, getChainIdQueryKey as Yt, SettingsContentProps as Z, useRoundXApps as Za, AccountCustomizationModalProvider as Zi, buildBatchAuthorizationTypedData as Zn, useGetDomainsOfAddress as Zo, xNodeToGMstartingLevel as Zr, VeChainKitProvider as Zs, currentBlockQueryKey as Zt, ModalNotificationButton as _, AccountModalProvider as _a, GasTokenType as _c, ENV as _i, useHasV1SmartAccount as _n, TokenWithBalance as _o, getDocumentTitle as _r, TransactionModalProps as _s, ChooseNameSummaryContentProps as _t, useModal as a, SwapTokenModalProvider as aa, DepositAccount as ac, isValidAddress as ai, useUpgradeRequired as an, getVot3BalanceQueryKey as ao, useScrollToTop as ar, getVechainDomainQueryKey as as, AssetsContent as at, AccountAvatar as b, useConnectModal as ba, TextRecords as bc, TOKEN_LOGOS as bi, getAccountAddress as bn, getB3trBalanceQueryKey as bo, hasNavigator as br, WalletButtonProps as bs, ChooseNameContent as bt, LegalDocumentsModal as c, useSendTokenModal as ca, Rate as cc, randomTransactionUser as ci, getSmartAccountQueryKey as cn, SupportedToken as co, useFeatureAnnouncement as cr, useFetchPrivyStatus as cs, UpgradeSmartAccountContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, WalletModalProvider as da, calculateTotalCost as dc, humanAddress as di, useRefreshFactoryQueries as dn, useGetTokenUsdPrice as do, useCurrency as dr, useFetchAppInfo as ds, CustomizationSummaryContent as dt, useFAQModal as ea, EnrichedLegalDocument as ec, toIPFSURL as ei, getUpgradeRequiredForAccount as en, MostVotedAppsInRoundReturnType as eo, GetEventsKeyParams as er, buildVetDomainClauses as es, ChangeCurrencyContent as et, UpgradeSmartAccountModalStyle as f, useWalletModal as fa, formatGasCost as fc, humanDomain as fi, getIsDeployed as fn, getErc20BalanceQueryKey as fo, getCallClauseQueryKey as fr, AccountMainContent as fs, CustomizationSummaryContentProps as ft, GasFeeSummary as g, useTransactionModal as ga, GasTokenSelection as gc, DEFAULT_PRIVY_ECOSYSTEM_APPS as gi, getHasV1SmartAccountQueryKey as gn, useGetCustomTokenInfo as go, copyToClipboard as gr, TransactionModal as gs, ChooseNameSummaryContent as gt, GasFeeTokenSelector as h, TransactionModalProvider as ha, GasTokenPreferences as hc, DEFAULT_GAS_TOKEN_PREFERENCES as hi, getHasV1SmartAccount as hn, getTokenInfo as ho, useMultipleClausesCall as hr, ShareButtons as hs, FAQContent as ht, ModalProvider as i, useExploreEcosystemModal as ia, CostLevel as ic, compareListOfAddresses as ii, getUpgradeRequiredQueryKey as in, useIsPerson as io, useEvents as ir, useEnsRecordExists as is, ManageCustomTokenContentProps as it, ModalBackButton as j, getIpfsImage as ja, PrivyLoginMethod as jc, fetchAppHubApps as ji, useAccountBalance as jn, useTokenBalances as jo, executeCallClause as jr, EmailLoginButton as js, usePrivy as jt, VersionFooter as k, IpfsImage as ka, NFTMediaType as kc, notFoundImage as ki, getAccountBalance as kn, useTokenPrices as ko, ViewFunctionResult as kr, EcosystemButton as ks, useDAppKitWalletModal as kt, LegalDocumentsModalContentsTypes as l, ChooseNameModalProvider as la, TransactionCost as lc, formatTokenBalance as li, useSmartAccount as ln, getTokenUsdPrice as lo, useCurrentCurrency as lr, fetchPrivyAppInfo as ls, ProfileContent as lt, InlineFeedback as m, useTransactionToast as ma, GasTokenInfo as mc, isZero as mi, useIsSmartAccountDeployed as mn, getCustomTokenInfoQueryKey as mo, useCallClause as mr, TransactionModalContent as ms, CustomizationContent as mt, getConfig as n, useNotificationsModal as na, LegalDocumentSource as nc, validateIpfsUri as ni, useUpgradeRequiredForAccount as nn, useMostVotedAppsInRound as no, decodeEventLog$1 as nr, useClaimVeWorldSubdomain as ns, BridgeContent as nt, DAppKitWalletButton as o, useSwapTokenModal as oa, EstimatedGas as oc, leftPadWithZeros as oi, SmartAccountReturnType as on, useGetVot3Balance as oo, useIsPWA as or, useVechainDomain as os, AssetsContentProps as ot, WalletSwitchFeedback as p, TransactionToastProvider as pa, GasTokenEstimate as pc, humanNumber as pi, getIsDeployedQueryKey as pn, useGetErc20Balance as po, getCallClauseQueryKeyWithArgs as pr, TransactionToast as ps, AccountCustomizationContentProps as pt, DisconnectConfirmContent as q, useWalletMetadata as qa, useUpgradeSmartAccountModal as qi, useSyncableLocalStorage as qn, Domain as qo, XNodeStrengthLevelToName as qr, LegalDocument as qs, getEventLogs as qt, AccountModalOptions as r, ExploreEcosystemModalProvider as ra, LegalDocumentType as rc, compareAddresses as ri, getUpgradeRequired as rn, getIsPersonQueryKey as ro, getEventsKey as rr, getEnsRecordExistsQueryKey as rs, ManageCustomTokenContent as rt, LegalDocumentItem as s, SendTokenModalProvider as sa, EstimationResponse as sc, regexPattern as si, getSmartAccount as sn, PRICE_FEED_IDS as so, useGetNodeUrl as sr, fetchPrivyStatus as ss, UpgradeSmartAccountContent as st, AppConfig as t, NotificationsModalProvider as ta, LegalDocumentAgreement as tc, uploadBlobToIPFS as ti, getUpgradeRequiredForAccountQueryKey as tn, XApp as to, UseEventsParams as tr, useClaimVetDomain as ts, ChangeCurrencyContentProps as tt, UpgradeSmartAccountModal as u, useChooseNameModal as ua, VthoPerGasAtSpeed as uc, getPicassoImage as ui, useRefreshSmartAccountQueries as un, getTokenUsdPriceQueryKey as uo, useCurrentLanguage as ur, getPrivyAppInfoQueryKey as us, ProfileContentProps as ut, TransactionButtonAndStatus as v, useAccountModal as va, TransactionSpeed as vc, PrivyEcosystemApp as vi, getAccountVersionQueryKey as vn, getCustomTokenBalanceQueryKey as vo, getLocalStorageItem as vr, SocialIcons as vs, ChooseNameSearchContent as vt, AssetButton as w, UploadedImage as wa, CrossAppConnectionCache as wc, VECHAIN_KIT_STORAGE_KEYS as wi, getCurrentAccountImplementationVersionQueryKey as wn, useCurrentAllocationsRoundId as wo, safeQuerySelector as wr, VeChainWithPrivyLoginButton as ws, SelectTokenContent as wt, ScrollToTopWrapper as x, useSwapQuotes as xa, CURRENCY as xc, TOKEN_LOGO_COMPONENTS as xi, getAccountAddressQueryKey as xn, useGetB3trBalance as xo, isBrowser as xr, WalletDisplayVariant as xs, ChooseNameContentProps as xt, TransactionButtonAndStatusProps as y, ConnectModalProvider as ya, ENS_TEXT_RECORDS as yc, SUPPORTED_GAS_TOKENS as yi, useGetAccountVersion as yn, useGetCustomTokenBalances as yo, getWindowOrigin as yr, WalletButton as ys, ChooseNameSearchContentProps as yt, ActionButton as z, useXAppsShares as za, useNotificationAlerts as zi, estimateAndBuildTxBody as zn, useGetResolverAddress as zo, removePrefix as zr, LegalDocumentsProvider as zs, buildVETClauses as zt };
|
|
4282
|
-
//# sourceMappingURL=index-
|
|
4288
|
+
export { LanguageSettingsContent as $, useRefreshMetadata as $a, useAccountCustomizationModal as $i, useBuildClauses as $n, getIsDomainProtectedQueryKey as $o, resolveMediaTypeFromMimeType as $r, VechainKitProviderProps as $s, useUpgradeSmartAccount as $t, AddressDisplay as A, IpfsImage as Aa, NFTMediaType as Ac, notFoundImage as Ai, getAccountBalanceQueryKey as An, useTokenPrices as Ao, buildCallClauses as Ar, EcosystemButton as As, useMfaEnrollment as At, AccountDetailsButton as B, useXAppsShares as Ba, useNotificationAlerts as Bi, estimateGas as Bn, useGetResolverAddress as Bo, validate as Br, LegalDocumentsProvider as Bs, useTransferVET as Bt, AddressDisplayCard as C, useSwapTransaction as Ca, CURRENCY_SYMBOLS as Cc, TogglePassportCheck as Ci, getCurrentAccountImplementationVersion as Cn, useCustomTokens as Co, removeLocalStorageItem as Cr, ConnectPopover as Cs, ReceiveTokenContent as Ct, StickyHeaderContainer as D, imageCompressionOptions as Da, EnhancedClause as Dc, VECHAIN_PRIVY_APP_ID as Di, getAccountImplementationAddressQueryKey as Dn, TokenWithValue as Do, MultipleClausesCallParameters as Dr, PasskeyLoginButton as Ds, ThorClient$1 as Dt, StickyFooterContainer as E, compressImages as Ea, ENSRecords as Ec, VECHAIN_KIT_TERMS_CONFIG as Ei, getAccountImplementationAddress as En, useTotalBalance as Eo, setLocalStorageItem as Er, DappKitButton as Es, SendTokenContent as Et, FeatureAnnouncementCard as F, useIpfsImageList as Fa, TransactionStatus as Fc, useLoginWithVeChain as Fi, useGenericDelegatorFeeEstimationParams as Fn, getAvatarLegacyQueryKey as Fo, compare as Fr, ErrorContent as Fs, txReceiptQueryKey as Ft, RemoveWalletConfirmContentProps as G, useSwitchWallet as Ga, ProfileModalProvider as Gi, EcosystemShortcut as Gn, useGetTextRecords as Go, MinXNodeLevel as Gr, PrivyWalletProvider as Gs, GetEventsProps as Gt, AccountModalContentTypes as H, getXAppMetadata as Ha, SettingsModalProvider as Hi, signVip191Transaction as Hn, useUpdateTextRecord as Ho, simpleHash as Hr, ColorModeSync as Hs, useTransferERC20 as Ht, QuickActionsSection as I, getIpfsMetadata as Ia, TransactionStatusErrorType as Ic, useLoginWithOAuth as Ii, useGasTokenSelection as In, useGetAvatarLegacy as Io, isInvalid as Ir, LoadingContent as Is, useTxReceipt as It, DisconnectConfirmContentProps as J, useWalletMetadata as Ja, useUpgradeSmartAccountModal as Ji, LocalStorageKey as Jn, Domain as Jo, allNodeStrengthLevelToName as Jr, LegalDocument as Js, getChainId as Jt, SelectWalletContent as K, StoredWallet as Ka, useProfileModal as Ki, useEcosystemShortcuts as Kn, getAvatarQueryKey as Ko, NodeStrengthLevelToImage as Kr, PrivyWalletProviderContextType as Ks, getAllEventLogs as Kt, BalanceSection as L, getIpfsMetadataQueryKey as La, VePassportUserStatus as Lc, useLoginWithPasskey as Li, decodeRawTx as Ln, getAvatarOfAddressQueryKey as Lo, isValid as Lr, MainContent as Ls, BuildTransactionProps as Lt, CrossAppConnectionSecurityCard as M, getIpfsImage as Ma, PrivyLoginMethod as Mc, fetchAppHubApps as Mi, UseEstimateAllTokensParams as Mn, useTokenBalances as Mo, executeMultipleClausesCall as Mr, EmailLoginButton as Ms, useSetWalletRecovery as Mt, DomainRequiredAlert as N, getIpfsImageQueryKey as Na, SmartAccount as Nc, getAppHubAppsQueryKey as Ni, useEstimateAllTokens as Nn, useUnsetDomain as No, isValidUrl as Nr, ConnectionButton as Ns, useThor as Nt, useStickyHeaderContext as O, useUploadImages as Oa, ExecuteBatchWithAuthorizationSignData as Oc, getENV as Oi, useAccountImplementationAddress as On, useTokensWithValues as Oo, MultipleClausesCallReturnType as Or, LoginWithGoogleButton as Os, useDAppKitWallet as Ot, ExchangeWarningAlert as P, useIpfsImage as Pa, TokenBalance as Pc, useAppHubApps as Pi, useGenericDelegatorFeeEstimation as Pn, getAvatarLegacy as Po, addPrefix as Pr, EcosystemContent as Ps, useGasEstimate as Pt, GasTokenSettingsContent as Q, useRoundXApps as Qa, AccountCustomizationModalProvider as Qi, buildSingleAuthorizationTypedData as Qn, useGetDomainsOfAddress as Qo, convertUriToUrl as Qr, VeChainKitProvider as Qs, useCurrentBlock as Qt, AccountSelector as R, useIpfsMetadata as Ra, Wallet as Rc, useSignTypedData as Ri, delegateAuthorized as Rn, useGetAvatarOfAddress as Ro, normalize as Rr, ConnectModal as Rs, useBuildTransaction as Rt, ModalFAQButton as S, useSwapQuotes as Sa, CURRENCY as Sc, TOKEN_LOGO_COMPONENTS as Si, useGetAccountAddress as Sn, useGetB3trBalance as So, isOnline as Sr, WalletDisplayVariant as Ss, SwapTokenContent as St, BaseModal as T, UploadedImage as Ta, CrossAppConnectionCache as Tc, VECHAIN_KIT_STORAGE_KEYS as Ti, useCurrentAccountImplementationVersion as Tn, useCurrentAllocationsRoundId as To, safeWindowOpen as Tr, VeChainWithPrivyLoginButton as Ts, SendTokenSummaryContent as Tt, SwitchFeedback as U, useXAppMetadata as Ua, useSettingsModal as Ui, useGenericDelegator as Un, getTextRecords as Uo, TIME as Ur, VechainKitThemeProvider as Us, UseSendTransactionReturnValue as Ut, AccountModal as V, XAppMetadata as Va, useNotifications as Vi, getDepositAccount as Vn, buildClauses as Vo, isRejectionError as Vr, useLegalDocuments as Vs, buildERC20Clauses as Vt, RemoveWalletConfirmContent as W, UseSwitchWalletReturnType as Wa, useAccountModalOptions as Wi, useCrossAppConnectionCache as Wn, getTextRecordsQueryKey as Wo, EconomicNodeStrengthLevelToName as Wr, useVechainKitThemeConfig as Ws, useSendTransaction as Wt, SettingsContent as X, useWallet as Xa, ReceiveModalProvider as Xi, BuildClausesParams as Xn, getDomainsOfAddress as Xo, gmNfts as Xr, VeChainKitConfig as Xs, useGetChainId as Xt, TermsAndPrivacyContent as Y, UseWalletReturnType as Ya, useLoginModalContent as Yi, useLocalStorage as Yn, DomainsResponse as Yo, buildQueryString as Yr, LegalDocumentOptions as Ys, getChainIdQueryKey as Yt, SettingsContentProps as Z, getRoundXAppsQueryKey as Za, useReceiveModal as Zi, buildBatchAuthorizationTypedData as Zn, getDomainsOfAddressQueryKey as Zo, xNodeToGMstartingLevel as Zr, VeChainKitContext as Zs, currentBlockQueryKey as Zt, ModalNotificationButton as _, useTransactionModal as _a, GasTokenSelection as _c, ENV as _i, useHasV1SmartAccount as _n, useGetCustomTokenInfo as _o, getDocumentTitle as _r, TransactionModal as _s, ChooseNameSummaryContentProps as _t, useModal as a, useExploreEcosystemModal as aa, CostLevel as ac, isValidAddress as ai, useUpgradeRequired as an, useIsPerson as ao, useScrollToTop as ar, useEnsRecordExists as as, AssetsContent as at, AccountAvatar as b, ConnectModalProvider as ba, ENS_TEXT_RECORDS as bc, SUPPORTED_GAS_TOKENS as bi, getAccountAddress as bn, useGetCustomTokenBalances as bo, hasNavigator as br, WalletButton as bs, ChooseNameContent as bt, LegalDocumentsModal as c, SendTokenModalProvider as ca, EstimationResponse as cc, randomTransactionUser as ci, getSmartAccountQueryKey as cn, PRICE_FEED_IDS as co, useFeatureAnnouncement as cr, fetchPrivyStatus as cs, UpgradeSmartAccountContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, useChooseNameModal as da, VthoPerGasAtSpeed as dc, humanAddress as di, useRefreshFactoryQueries as dn, getTokenUsdPriceQueryKey as do, useCurrency as dr, getPrivyAppInfoQueryKey as ds, CustomizationSummaryContent as dt, FAQModalProvider as ea, useVeChainKitConfig as ec, toIPFSURL as ei, getUpgradeRequiredForAccount as en, useRefreshBalances as eo, GetEventsKeyParams as er, useIsDomainProtected as es, ChangeCurrencyContent as et, UpgradeSmartAccountModalStyle as f, WalletModalProvider as fa, calculateTotalCost as fc, humanDomain as fi, getIsDeployed as fn, useGetTokenUsdPrice as fo, getCallClauseQueryKey as fr, useFetchAppInfo as fs, CustomizationSummaryContentProps as ft, GasFeeSummary as g, TransactionModalProvider as ga, GasTokenPreferences as gc, DEFAULT_PRIVY_ECOSYSTEM_APPS as gi, getHasV1SmartAccountQueryKey as gn, getTokenInfo as go, copyToClipboard as gr, ShareButtons as gs, ChooseNameSummaryContent as gt, GasFeeTokenSelector as h, useTransactionToast as ha, GasTokenInfo as hc, DEFAULT_GAS_TOKEN_PREFERENCES as hi, getHasV1SmartAccount as hn, getCustomTokenInfoQueryKey as ho, useMultipleClausesCall as hr, TransactionModalContent as hs, FAQContent as ht, ModalProvider as i, ExploreEcosystemModalProvider as ia, LegalDocumentType as ic, compareListOfAddresses as ii, getUpgradeRequiredQueryKey as in, getIsPersonQueryKey as io, useEvents as ir, getEnsRecordExistsQueryKey as is, ManageCustomTokenContentProps as it, ModalBackButton as j, MAX_IMAGE_SIZE as ja, PrivyAppInfo as jc, AppHubApp as ji, useAccountBalance as jn, WalletTokenBalance as jo, executeCallClause as jr, VeChainLoginButton as js, usePrivy as jt, VersionFooter as k, useIpfsMetadatas as ka, ExecuteWithAuthorizationSignData as kc, getGenericDelegatorUrl as ki, getAccountBalance as kn, ExchangeRates as ko, ViewFunctionResult as kr, PrivyButton as ks, useDAppKitWalletModal as kt, LegalDocumentsModalContentsTypes as l, useSendTokenModal as la, Rate as lc, formatTokenBalance as li, useSmartAccount as ln, SupportedToken as lo, useCurrentCurrency as lr, useFetchPrivyStatus as ls, ProfileContent as lt, InlineFeedback as m, TransactionToastProvider as ma, GasTokenEstimate as mc, isZero as mi, useIsSmartAccountDeployed as mn, useGetErc20Balance as mo, useCallClause as mr, TransactionToast as ms, CustomizationContent as mt, getConfig as n, NotificationsModalProvider as na, LegalDocumentAgreement as nc, validateIpfsUri as ni, useUpgradeRequiredForAccount as nn, XApp as no, decodeEventLog$1 as nr, useClaimVetDomain as ns, BridgeContent as nt, DAppKitWalletButton as o, SwapTokenModalProvider as oa, DepositAccount as oc, leftPadWithZeros as oi, SmartAccountReturnType as on, getVot3BalanceQueryKey as oo, useIsPWA as or, getVechainDomainQueryKey as os, AssetsContentProps as ot, WalletSwitchFeedback as p, useWalletModal as pa, formatGasCost as pc, humanNumber as pi, getIsDeployedQueryKey as pn, getErc20BalanceQueryKey as po, getCallClauseQueryKeyWithArgs as pr, AccountMainContent as ps, AccountCustomizationContentProps as pt, DisconnectConfirmContent as q, useWalletStorage as qa, UpgradeSmartAccountModalProvider as qi, useSyncableLocalStorage as qn, useGetAvatar as qo, XNodeStrengthLevelToName as qr, usePrivyWalletProvider as qs, getEventLogs as qt, AccountModalOptions as r, useNotificationsModal as ra, LegalDocumentSource as rc, compareAddresses as ri, getUpgradeRequired as rn, useMostVotedAppsInRound as ro, getEventsKey as rr, useClaimVeWorldSubdomain as rs, ManageCustomTokenContent as rt, LegalDocumentItem as s, useSwapTokenModal as sa, EstimatedGas as sc, regexPattern as si, getSmartAccount as sn, useGetVot3Balance as so, useGetNodeUrl as sr, useVechainDomain as ss, UpgradeSmartAccountContent as st, AppConfig as t, useFAQModal as ta, EnrichedLegalDocument as tc, uploadBlobToIPFS as ti, getUpgradeRequiredForAccountQueryKey as tn, MostVotedAppsInRoundReturnType as to, UseEventsParams as tr, buildVetDomainClauses as ts, ChangeCurrencyContentProps as tt, UpgradeSmartAccountModal as u, ChooseNameModalProvider as ua, TransactionCost as uc, getPicassoImage as ui, useRefreshSmartAccountQueries as un, getTokenUsdPrice as uo, useCurrentLanguage as ur, fetchPrivyAppInfo as us, ProfileContentProps as ut, TransactionButtonAndStatus as v, AccountModalProvider as va, GasTokenType as vc, NON_TRANSFERABLE_TOKEN_SYMBOLS as vi, getAccountVersionQueryKey as vn, TokenWithBalance as vo, getLocalStorageItem as vr, TransactionModalProps as vs, ChooseNameSearchContent as vt, AssetButton as w, useSingleImageUpload as wa, ConnectionSource as wc, VECHAIN_KIT_COOKIES_CONFIG as wi, getCurrentAccountImplementationVersionQueryKey as wn, getCurrentAllocationsRoundIdQueryKey as wo, safeQuerySelector as wr, LoginWithGithubButton as ws, SelectTokenContent as wt, ScrollToTopWrapper as x, useConnectModal as xa, TextRecords as xc, TOKEN_LOGOS as xi, getAccountAddressQueryKey as xn, getB3trBalanceQueryKey as xo, isBrowser as xr, WalletButtonProps as xs, ChooseNameContentProps as xt, TransactionButtonAndStatusProps as y, useAccountModal as ya, TransactionSpeed as yc, PrivyEcosystemApp as yi, useGetAccountVersion as yn, getCustomTokenBalanceQueryKey as yo, getWindowOrigin as yr, SocialIcons as ys, ChooseNameSearchContentProps as yt, ActionButton as z, getXAppsSharesQueryKey as za, useSignMessage as zi, estimateAndBuildTxBody as zn, getResolverAddressQueryKey as zo, removePrefix as zr, ConnectModalContentsTypes as zs, buildVETClauses as zt };
|
|
4289
|
+
//# sourceMappingURL=index-BI93V0nR.d.cts.map
|