@vechain/vechain-kit 2.10.1 → 2.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/index.d.mts +1 -1
- package/dist/{index-BjQrND59.d.mts → index-B5tGFICY.d.mts} +4 -4
- package/dist/{index-BjQrND59.d.mts.map → index-B5tGFICY.d.mts.map} +1 -1
- package/dist/{index-aWHEC3vV.d.cts → index-C6RT-d4L.d.cts} +184 -175
- package/dist/{index-aWHEC3vV.d.cts.map → index-C6RT-d4L.d.cts.map} +1 -1
- package/dist/{index-Gsp1h6d7.d.mts → index-DzM-sMYy.d.mts} +69 -60
- package/dist/{index-Gsp1h6d7.d.mts.map → index-DzM-sMYy.d.mts.map} +1 -1
- package/dist/index.cjs +9 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +9 -9
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.d.cts +1 -1
- package/dist/utils/index.d.mts +2 -2
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BoxProps, ButtonProps, IconButtonProps, ImageProps, PropsOf, StackProps, TextProps, 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_runtime3 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_query40 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";
|
|
@@ -54,7 +54,7 @@ declare const genesises: {
|
|
|
54
54
|
readonly main: CompressedBlockDetail;
|
|
55
55
|
readonly test: CompressedBlockDetail;
|
|
56
56
|
readonly solo: CompressedBlockDetail;
|
|
57
|
-
which(gid: string): "
|
|
57
|
+
which(gid: string): "main" | "test" | "solo" | undefined;
|
|
58
58
|
};
|
|
59
59
|
//#endregion
|
|
60
60
|
//#region src/config/index.d.ts
|
|
@@ -737,7 +737,7 @@ declare const useVeChainKitConfig: () => VeChainKitConfig;
|
|
|
737
737
|
* ```
|
|
738
738
|
*/
|
|
739
739
|
declare const useAppConfig: () => AppConfig;
|
|
740
|
-
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) =>
|
|
740
|
+
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime3.JSX.Element;
|
|
741
741
|
//#endregion
|
|
742
742
|
//#region src/providers/PrivyWalletProvider.d.ts
|
|
743
743
|
interface PrivyWalletProviderContextType {
|
|
@@ -780,7 +780,7 @@ declare const PrivyWalletProvider: ({
|
|
|
780
780
|
delegatorUrl?: string;
|
|
781
781
|
delegateAllTransactions: boolean;
|
|
782
782
|
genericDelegator?: boolean;
|
|
783
|
-
}) =>
|
|
783
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
784
784
|
declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
|
|
785
785
|
//#endregion
|
|
786
786
|
//#region src/providers/VechainKitThemeProvider.d.ts
|
|
@@ -798,7 +798,7 @@ declare const VechainKitThemeProvider: ({
|
|
|
798
798
|
children,
|
|
799
799
|
darkMode,
|
|
800
800
|
theme: customTheme
|
|
801
|
-
}: Props$42) =>
|
|
801
|
+
}: Props$42) => react_jsx_runtime3.JSX.Element;
|
|
802
802
|
//#endregion
|
|
803
803
|
//#region src/providers/LegalDocumentsProvider.d.ts
|
|
804
804
|
type Props$41 = {
|
|
@@ -814,7 +814,7 @@ type LegalDocumentsContextType = {
|
|
|
814
814
|
declare const useLegalDocuments: () => LegalDocumentsContextType;
|
|
815
815
|
declare const LegalDocumentsProvider: ({
|
|
816
816
|
children
|
|
817
|
-
}: Props$41) =>
|
|
817
|
+
}: Props$41) => react_jsx_runtime3.JSX.Element;
|
|
818
818
|
//#endregion
|
|
819
819
|
//#region src/components/ConnectModal/ConnectModal.d.ts
|
|
820
820
|
type Props$40 = {
|
|
@@ -855,7 +855,7 @@ declare const ConnectModal: ({
|
|
|
855
855
|
onClose,
|
|
856
856
|
initialContent,
|
|
857
857
|
preventAutoClose
|
|
858
|
-
}: Props$40) =>
|
|
858
|
+
}: Props$40) => react_jsx_runtime3.JSX.Element;
|
|
859
859
|
//#endregion
|
|
860
860
|
//#region src/components/ConnectModal/Contents/MainContent.d.ts
|
|
861
861
|
type Props$39 = {
|
|
@@ -863,7 +863,7 @@ type Props$39 = {
|
|
|
863
863
|
};
|
|
864
864
|
declare const MainContent: ({
|
|
865
865
|
setCurrentContent
|
|
866
|
-
}: Props$39) =>
|
|
866
|
+
}: Props$39) => react_jsx_runtime3.JSX.Element;
|
|
867
867
|
//#endregion
|
|
868
868
|
//#region src/components/ConnectModal/Contents/LoadingContent.d.ts
|
|
869
869
|
type LoadingContentProps = {
|
|
@@ -892,7 +892,7 @@ declare const LoadingContent: ({
|
|
|
892
892
|
onGoBack,
|
|
893
893
|
showBackButton,
|
|
894
894
|
providerIcon
|
|
895
|
-
}: LoadingContentProps) =>
|
|
895
|
+
}: LoadingContentProps) => react_jsx_runtime3.JSX.Element;
|
|
896
896
|
//#endregion
|
|
897
897
|
//#region src/components/ConnectModal/Contents/ErrorContent.d.ts
|
|
898
898
|
type ErrorContentProps = {
|
|
@@ -913,7 +913,7 @@ declare const ErrorContent: ({
|
|
|
913
913
|
onClose,
|
|
914
914
|
onTryAgain,
|
|
915
915
|
onGoBack
|
|
916
|
-
}: ErrorContentProps) =>
|
|
916
|
+
}: ErrorContentProps) => react_jsx_runtime3.JSX.Element;
|
|
917
917
|
//#endregion
|
|
918
918
|
//#region src/components/ConnectModal/Contents/EcosystemContent.d.ts
|
|
919
919
|
type Props$38 = {
|
|
@@ -929,7 +929,7 @@ declare const EcosystemContent: ({
|
|
|
929
929
|
isLoading,
|
|
930
930
|
setCurrentContent,
|
|
931
931
|
showBackButton
|
|
932
|
-
}: Props$38) =>
|
|
932
|
+
}: Props$38) => react_jsx_runtime3.JSX.Element;
|
|
933
933
|
//#endregion
|
|
934
934
|
//#region src/components/ConnectModal/Contents/MoreOptionsContent.d.ts
|
|
935
935
|
type Props$37 = {
|
|
@@ -941,7 +941,7 @@ declare const MoreOptionsContent: ({
|
|
|
941
941
|
onClose,
|
|
942
942
|
setCurrentContent,
|
|
943
943
|
showBackButton
|
|
944
|
-
}: Props$37) =>
|
|
944
|
+
}: Props$37) => react_jsx_runtime3.JSX.Element;
|
|
945
945
|
//#endregion
|
|
946
946
|
//#region src/components/ConnectModal/Components/ConnectionButton.d.ts
|
|
947
947
|
interface ConnectionButtonProps {
|
|
@@ -971,7 +971,7 @@ declare const ConnectionButton: ({
|
|
|
971
971
|
style,
|
|
972
972
|
variant,
|
|
973
973
|
iconWidth
|
|
974
|
-
}: ConnectionButtonProps) =>
|
|
974
|
+
}: ConnectionButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
975
975
|
//#endregion
|
|
976
976
|
//#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
|
|
977
977
|
/**
|
|
@@ -981,7 +981,7 @@ declare const ConnectionButton: ({
|
|
|
981
981
|
* the consumer dApp has no privy, useLoginModalContent hides this
|
|
982
982
|
* button entirely.
|
|
983
983
|
*/
|
|
984
|
-
declare const EmailLoginButton: () =>
|
|
984
|
+
declare const EmailLoginButton: () => react_jsx_runtime3.JSX.Element;
|
|
985
985
|
//#endregion
|
|
986
986
|
//#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
|
|
987
987
|
type Props$36 = {
|
|
@@ -993,7 +993,7 @@ declare const VeChainLoginButton: ({
|
|
|
993
993
|
isDark,
|
|
994
994
|
gridColumn,
|
|
995
995
|
setCurrentContent
|
|
996
|
-
}: Props$36) =>
|
|
996
|
+
}: Props$36) => react_jsx_runtime3.JSX.Element;
|
|
997
997
|
//#endregion
|
|
998
998
|
//#region src/components/ConnectModal/Components/EcosystemButton.d.ts
|
|
999
999
|
type Props$35 = {
|
|
@@ -1007,7 +1007,7 @@ declare const EcosystemButton: ({
|
|
|
1007
1007
|
appsInfo,
|
|
1008
1008
|
isLoading,
|
|
1009
1009
|
setCurrentContent
|
|
1010
|
-
}: Props$35) =>
|
|
1010
|
+
}: Props$35) => react_jsx_runtime3.JSX.Element;
|
|
1011
1011
|
//#endregion
|
|
1012
1012
|
//#region src/components/ConnectModal/Components/PrivyButton.d.ts
|
|
1013
1013
|
type Props$34 = {
|
|
@@ -1019,7 +1019,7 @@ declare const PrivyButton: ({
|
|
|
1019
1019
|
isDark,
|
|
1020
1020
|
onViewMoreLogin,
|
|
1021
1021
|
gridColumn
|
|
1022
|
-
}: Props$34) =>
|
|
1022
|
+
}: Props$34) => react_jsx_runtime3.JSX.Element;
|
|
1023
1023
|
//#endregion
|
|
1024
1024
|
//#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
|
|
1025
1025
|
type Props$33 = {
|
|
@@ -1033,7 +1033,7 @@ declare const LoginWithGoogleButton: ({
|
|
|
1033
1033
|
isDark,
|
|
1034
1034
|
gridColumn,
|
|
1035
1035
|
isPrimary
|
|
1036
|
-
}: Props$33) =>
|
|
1036
|
+
}: Props$33) => react_jsx_runtime3.JSX.Element;
|
|
1037
1037
|
//#endregion
|
|
1038
1038
|
//#region src/components/ConnectModal/Components/LoginWithAppleButton.d.ts
|
|
1039
1039
|
type Props$32 = {
|
|
@@ -1049,7 +1049,7 @@ declare const LoginWithAppleButton: ({
|
|
|
1049
1049
|
isDark,
|
|
1050
1050
|
gridColumn,
|
|
1051
1051
|
isPrimary
|
|
1052
|
-
}: Props$32) =>
|
|
1052
|
+
}: Props$32) => react_jsx_runtime3.JSX.Element;
|
|
1053
1053
|
//#endregion
|
|
1054
1054
|
//#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
|
|
1055
1055
|
type Props$31 = {
|
|
@@ -1061,7 +1061,7 @@ declare const PasskeyLoginButton: ({
|
|
|
1061
1061
|
isDark,
|
|
1062
1062
|
gridColumn,
|
|
1063
1063
|
setCurrentContent
|
|
1064
|
-
}: Props$31) =>
|
|
1064
|
+
}: Props$31) => react_jsx_runtime3.JSX.Element;
|
|
1065
1065
|
//#endregion
|
|
1066
1066
|
//#region src/components/ConnectModal/Components/DappKitButton.d.ts
|
|
1067
1067
|
type Props$30 = {
|
|
@@ -1071,7 +1071,7 @@ type Props$30 = {
|
|
|
1071
1071
|
declare const DappKitButton: ({
|
|
1072
1072
|
isDark,
|
|
1073
1073
|
gridColumn
|
|
1074
|
-
}: Props$30) =>
|
|
1074
|
+
}: Props$30) => react_jsx_runtime3.JSX.Element;
|
|
1075
1075
|
//#endregion
|
|
1076
1076
|
//#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
|
|
1077
1077
|
type Props$29 = {
|
|
@@ -1081,7 +1081,7 @@ type Props$29 = {
|
|
|
1081
1081
|
declare const VeChainWithPrivyLoginButton: ({
|
|
1082
1082
|
isDark,
|
|
1083
1083
|
gridColumn
|
|
1084
|
-
}: Props$29) =>
|
|
1084
|
+
}: Props$29) => react_jsx_runtime3.JSX.Element;
|
|
1085
1085
|
//#endregion
|
|
1086
1086
|
//#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
|
|
1087
1087
|
type Props$28 = {
|
|
@@ -1094,7 +1094,7 @@ declare const LoginWithGithubButton: ({
|
|
|
1094
1094
|
isDark,
|
|
1095
1095
|
gridColumn,
|
|
1096
1096
|
isPrimary
|
|
1097
|
-
}: Props$28) =>
|
|
1097
|
+
}: Props$28) => react_jsx_runtime3.JSX.Element;
|
|
1098
1098
|
//#endregion
|
|
1099
1099
|
//#region src/components/ConnectModal/Components/VeWorldButton.d.ts
|
|
1100
1100
|
type Props$27 = {
|
|
@@ -1114,7 +1114,7 @@ declare const VeWorldButton: ({
|
|
|
1114
1114
|
gridColumn,
|
|
1115
1115
|
setCurrentContent,
|
|
1116
1116
|
isPrimary
|
|
1117
|
-
}: Props$27) =>
|
|
1117
|
+
}: Props$27) => react_jsx_runtime3.JSX.Element;
|
|
1118
1118
|
//#endregion
|
|
1119
1119
|
//#region src/components/ConnectModal/Components/Sync2Button.d.ts
|
|
1120
1120
|
type Props$26 = {
|
|
@@ -1126,7 +1126,7 @@ declare const Sync2Button: ({
|
|
|
1126
1126
|
isDark,
|
|
1127
1127
|
gridColumn,
|
|
1128
1128
|
setCurrentContent
|
|
1129
|
-
}: Props$26) =>
|
|
1129
|
+
}: Props$26) => react_jsx_runtime3.JSX.Element;
|
|
1130
1130
|
//#endregion
|
|
1131
1131
|
//#region src/components/ConnectModal/Components/WalletConnectButton.d.ts
|
|
1132
1132
|
type Props$25 = {
|
|
@@ -1138,7 +1138,7 @@ declare const WalletConnectButton: ({
|
|
|
1138
1138
|
isDark,
|
|
1139
1139
|
gridColumn,
|
|
1140
1140
|
setCurrentContent
|
|
1141
|
-
}: Props$25) =>
|
|
1141
|
+
}: Props$25) => react_jsx_runtime3.JSX.Element;
|
|
1142
1142
|
//#endregion
|
|
1143
1143
|
//#region src/components/ConnectModal/ConnectPopover.d.ts
|
|
1144
1144
|
type ConnectPopoverProps = {
|
|
@@ -1148,7 +1148,7 @@ type ConnectPopoverProps = {
|
|
|
1148
1148
|
declare const ConnectPopover: ({
|
|
1149
1149
|
isLoading,
|
|
1150
1150
|
buttonStyle
|
|
1151
|
-
}: ConnectPopoverProps) =>
|
|
1151
|
+
}: ConnectPopoverProps) => react_jsx_runtime3.JSX.Element;
|
|
1152
1152
|
//#endregion
|
|
1153
1153
|
//#region src/components/WalletButton/types.d.ts
|
|
1154
1154
|
type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
|
|
@@ -1167,10 +1167,10 @@ declare const WalletButton: ({
|
|
|
1167
1167
|
buttonStyle,
|
|
1168
1168
|
connectionVariant,
|
|
1169
1169
|
label
|
|
1170
|
-
}: WalletButtonProps) =>
|
|
1170
|
+
}: WalletButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
1171
1171
|
//#endregion
|
|
1172
1172
|
//#region src/components/WalletButton/SocialIcons.d.ts
|
|
1173
|
-
declare const SocialIcons: () =>
|
|
1173
|
+
declare const SocialIcons: () => react_jsx_runtime3.JSX.Element;
|
|
1174
1174
|
//#endregion
|
|
1175
1175
|
//#region src/components/TransactionModal/TransactionModal.d.ts
|
|
1176
1176
|
type TransactionModalProps = {
|
|
@@ -1200,7 +1200,7 @@ declare const TransactionModal: ({
|
|
|
1200
1200
|
txReceipt,
|
|
1201
1201
|
txError,
|
|
1202
1202
|
onTryAgain
|
|
1203
|
-
}: TransactionModalProps) =>
|
|
1203
|
+
}: TransactionModalProps) => react_jsx_runtime3.JSX.Element | null;
|
|
1204
1204
|
//#endregion
|
|
1205
1205
|
//#region src/components/TransactionModal/Components/ShareButtons.d.ts
|
|
1206
1206
|
type Props$24 = {
|
|
@@ -1210,7 +1210,7 @@ type Props$24 = {
|
|
|
1210
1210
|
};
|
|
1211
1211
|
declare const ShareButtons: ({
|
|
1212
1212
|
description
|
|
1213
|
-
}: Props$24) =>
|
|
1213
|
+
}: Props$24) => react_jsx_runtime3.JSX.Element;
|
|
1214
1214
|
//#endregion
|
|
1215
1215
|
//#region src/components/TransactionModal/TransactionModalContent.d.ts
|
|
1216
1216
|
declare const TransactionModalContent: ({
|
|
@@ -1220,7 +1220,7 @@ declare const TransactionModalContent: ({
|
|
|
1220
1220
|
txReceipt,
|
|
1221
1221
|
txError,
|
|
1222
1222
|
onClose
|
|
1223
|
-
}: Omit<TransactionModalProps, "isOpen">) =>
|
|
1223
|
+
}: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime3.JSX.Element;
|
|
1224
1224
|
//#endregion
|
|
1225
1225
|
//#region src/components/TransactionToast/TransactionToast.d.ts
|
|
1226
1226
|
type TransactionToastProps = {
|
|
@@ -1240,7 +1240,7 @@ declare const TransactionToast: ({
|
|
|
1240
1240
|
txError,
|
|
1241
1241
|
onTryAgain,
|
|
1242
1242
|
description
|
|
1243
|
-
}: TransactionToastProps) =>
|
|
1243
|
+
}: TransactionToastProps) => react_jsx_runtime3.JSX.Element | null;
|
|
1244
1244
|
//#endregion
|
|
1245
1245
|
//#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
|
|
1246
1246
|
type Props$23 = {
|
|
@@ -1256,12 +1256,12 @@ declare const AccountMainContent: ({
|
|
|
1256
1256
|
wallet,
|
|
1257
1257
|
onClose,
|
|
1258
1258
|
switchFeedback
|
|
1259
|
-
}: Props$23) =>
|
|
1259
|
+
}: Props$23) => react_jsx_runtime3.JSX.Element;
|
|
1260
1260
|
//#endregion
|
|
1261
1261
|
//#region src/hooks/api/privy/useFetchAppInfo.d.ts
|
|
1262
1262
|
declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
|
|
1263
1263
|
declare const getPrivyAppInfoQueryKey: (appIds: string | string[]) => string[];
|
|
1264
|
-
declare const useFetchAppInfo: (appIds: string | string[]) =>
|
|
1264
|
+
declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query40.UseQueryResult<{
|
|
1265
1265
|
[k: string]: {
|
|
1266
1266
|
website: string | undefined;
|
|
1267
1267
|
id: string;
|
|
@@ -1282,7 +1282,7 @@ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_qu
|
|
|
1282
1282
|
//#endregion
|
|
1283
1283
|
//#region src/hooks/api/privy/useFetchPrivyStatus.d.ts
|
|
1284
1284
|
declare const fetchPrivyStatus: () => Promise<string>;
|
|
1285
|
-
declare const useFetchPrivyStatus: () =>
|
|
1285
|
+
declare const useFetchPrivyStatus: () => _tanstack_react_query40.UseQueryResult<string, Error>;
|
|
1286
1286
|
//#endregion
|
|
1287
1287
|
//#region src/hooks/api/vetDomains/useVechainDomain.d.ts
|
|
1288
1288
|
interface VeChainDomainResult {
|
|
@@ -1292,11 +1292,11 @@ interface VeChainDomainResult {
|
|
|
1292
1292
|
isPrimaryDomain: boolean;
|
|
1293
1293
|
}
|
|
1294
1294
|
declare const getVechainDomainQueryKey: (addressOrDomain?: string | null) => (string | null | undefined)[];
|
|
1295
|
-
declare const useVechainDomain: (addressOrDomain?: string | null) =>
|
|
1295
|
+
declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query40.UseQueryResult<VeChainDomainResult, Error>;
|
|
1296
1296
|
//#endregion
|
|
1297
1297
|
//#region src/hooks/api/vetDomains/useEnsRecordExists.d.ts
|
|
1298
1298
|
declare const getEnsRecordExistsQueryKey: (name: string) => string[];
|
|
1299
|
-
declare const useEnsRecordExists: (name: string) =>
|
|
1299
|
+
declare const useEnsRecordExists: (name: string) => _tanstack_react_query40.UseQueryResult<boolean, Error>;
|
|
1300
1300
|
//#endregion
|
|
1301
1301
|
//#region src/hooks/api/vetDomains/useClaimVeWorldSubdomain.d.ts
|
|
1302
1302
|
type useClaimVeWorldSubdomainProps = {
|
|
@@ -1358,7 +1358,7 @@ declare const getIsDomainProtectedQueryKey: (domain?: string) => (string | undef
|
|
|
1358
1358
|
* @param {boolean} [enabled=true] - Flag to enable or disable the hook.
|
|
1359
1359
|
* @returns The result of the useQuery hook, with the protection status.
|
|
1360
1360
|
*/
|
|
1361
|
-
declare const useIsDomainProtected: (domain?: string, enabled?: boolean) =>
|
|
1361
|
+
declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query40.UseQueryResult<boolean, Error>;
|
|
1362
1362
|
//#endregion
|
|
1363
1363
|
//#region src/hooks/api/vetDomains/useGetDomainsOfAddress.d.ts
|
|
1364
1364
|
declare const DomainSchema: z.ZodObject<{
|
|
@@ -1386,7 +1386,7 @@ declare const getDomainsOfAddressQueryKey: (address?: string, parentDomain?: str
|
|
|
1386
1386
|
* @param parentDomain The parent domain (e.g., "veworld.vet")
|
|
1387
1387
|
* @returns The domains owned by the address
|
|
1388
1388
|
*/
|
|
1389
|
-
declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) =>
|
|
1389
|
+
declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query40.UseQueryResult<{
|
|
1390
1390
|
domains: {
|
|
1391
1391
|
name: string;
|
|
1392
1392
|
}[];
|
|
@@ -1399,7 +1399,7 @@ declare const getAvatarQueryKey: (name: string, networkType: NETWORK_TYPE) => st
|
|
|
1399
1399
|
* @param name - The VET domain name
|
|
1400
1400
|
* @returns The resolved avatar URL
|
|
1401
1401
|
*/
|
|
1402
|
-
declare const useGetAvatar: (name: string) =>
|
|
1402
|
+
declare const useGetAvatar: (name: string) => _tanstack_react_query40.UseQueryResult<string | null, Error>;
|
|
1403
1403
|
//#endregion
|
|
1404
1404
|
//#region src/hooks/api/vetDomains/useGetTextRecords.d.ts
|
|
1405
1405
|
/**
|
|
@@ -1411,7 +1411,7 @@ declare const useGetAvatar: (name: string) => _tanstack_react_query8.UseQueryRes
|
|
|
1411
1411
|
*/
|
|
1412
1412
|
declare const getTextRecords: (nodeUrl: string, network: NETWORK_TYPE, domain?: string) => Promise<TextRecords>;
|
|
1413
1413
|
declare const getTextRecordsQueryKey: (domain?: string, network?: NETWORK_TYPE) => (string | undefined)[];
|
|
1414
|
-
declare const useGetTextRecords: (domain?: string) =>
|
|
1414
|
+
declare const useGetTextRecords: (domain?: string) => _tanstack_react_query40.UseQueryResult<TextRecords, Error>;
|
|
1415
1415
|
//#endregion
|
|
1416
1416
|
//#region src/hooks/api/vetDomains/useUpdateTextRecord.d.ts
|
|
1417
1417
|
type UpdateTextRecordVariables = {
|
|
@@ -1444,7 +1444,7 @@ declare const getResolverAddressQueryKey: (domain?: string) => (string | undefin
|
|
|
1444
1444
|
* @param domain The domain to get resolver for
|
|
1445
1445
|
* @returns The resolver address for the domain
|
|
1446
1446
|
*/
|
|
1447
|
-
declare const useGetResolverAddress: (domain?: string) =>
|
|
1447
|
+
declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query40.UseQueryResult<`0x${string}`, unknown>;
|
|
1448
1448
|
//#endregion
|
|
1449
1449
|
//#region src/hooks/api/vetDomains/useGetAvatarOfAddress.d.ts
|
|
1450
1450
|
declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefined)[];
|
|
@@ -1454,7 +1454,7 @@ declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefi
|
|
|
1454
1454
|
* @param address The owner's address
|
|
1455
1455
|
* @returns The avatar URL for the address's primary domain
|
|
1456
1456
|
*/
|
|
1457
|
-
declare const useGetAvatarOfAddress: (address?: string) =>
|
|
1457
|
+
declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query40.UseQueryResult<string, Error>;
|
|
1458
1458
|
//#endregion
|
|
1459
1459
|
//#region src/hooks/api/vetDomains/useGetAvatarLegacy.d.ts
|
|
1460
1460
|
/**
|
|
@@ -1471,7 +1471,7 @@ declare const getAvatarLegacyQueryKey: (name: string, networkType: NETWORK_TYPE)
|
|
|
1471
1471
|
* @param name - The VET domain name
|
|
1472
1472
|
* @returns The resolved avatar URL
|
|
1473
1473
|
*/
|
|
1474
|
-
declare const useGetAvatarLegacy: (name: string) =>
|
|
1474
|
+
declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query40.UseQueryResult<string | null, Error>;
|
|
1475
1475
|
//#endregion
|
|
1476
1476
|
//#region src/hooks/api/vetDomains/useUnsetDomain.d.ts
|
|
1477
1477
|
type useUnsetDomainProps = {
|
|
@@ -1588,7 +1588,7 @@ declare const getCurrentAllocationsRoundIdQueryKey: (address: string) => string[
|
|
|
1588
1588
|
* Hook to get the current roundId of allocations voting
|
|
1589
1589
|
* @returns the current roundId of allocations voting
|
|
1590
1590
|
*/
|
|
1591
|
-
declare const useCurrentAllocationsRoundId: () =>
|
|
1591
|
+
declare const useCurrentAllocationsRoundId: () => _tanstack_react_query40.UseQueryResult<string, unknown>;
|
|
1592
1592
|
//#endregion
|
|
1593
1593
|
//#region src/hooks/api/wallet/useCustomTokens.d.ts
|
|
1594
1594
|
declare const useCustomTokens: () => {
|
|
@@ -1601,7 +1601,7 @@ declare const useCustomTokens: () => {
|
|
|
1601
1601
|
//#endregion
|
|
1602
1602
|
//#region src/hooks/api/wallet/useGetB3trBalance.d.ts
|
|
1603
1603
|
declare const getB3trBalanceQueryKey: (address?: string) => (string | undefined)[];
|
|
1604
|
-
declare const useGetB3trBalance: (address?: string) =>
|
|
1604
|
+
declare const useGetB3trBalance: (address?: string) => _tanstack_react_query40.UseQueryResult<{
|
|
1605
1605
|
original: string;
|
|
1606
1606
|
scaled: string;
|
|
1607
1607
|
formatted: string;
|
|
@@ -1610,7 +1610,7 @@ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query8.Us
|
|
|
1610
1610
|
//#region src/hooks/api/wallet/useGetCustomTokenBalances.d.ts
|
|
1611
1611
|
type TokenWithBalance = CustomTokenInfo & TokenBalance;
|
|
1612
1612
|
declare const getCustomTokenBalanceQueryKey: (tokenAddress?: string, address?: string, decimals?: number) => (string | number | undefined)[];
|
|
1613
|
-
declare const useGetCustomTokenBalances: (address?: string) =>
|
|
1613
|
+
declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query40.UseQueryResult<{
|
|
1614
1614
|
original: string;
|
|
1615
1615
|
scaled: string;
|
|
1616
1616
|
formatted: string;
|
|
@@ -1623,14 +1623,14 @@ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_q
|
|
|
1623
1623
|
//#region src/hooks/api/wallet/useGetCustomTokenInfo.d.ts
|
|
1624
1624
|
declare const getTokenInfo: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
|
|
1625
1625
|
declare const getCustomTokenInfoQueryKey: (tokenAddress: string) => string[];
|
|
1626
|
-
declare const useGetCustomTokenInfo: (tokenAddress: string) =>
|
|
1626
|
+
declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query40.UseQueryResult<CustomTokenInfo, Error>;
|
|
1627
1627
|
//#endregion
|
|
1628
1628
|
//#region src/hooks/api/wallet/useGetErc20Balance.d.ts
|
|
1629
1629
|
declare const getErc20BalanceQueryKey: (tokenAddress: string, address?: string) => (string | undefined)[];
|
|
1630
1630
|
type UseGetErc20BalanceOptions = {
|
|
1631
1631
|
enabled?: boolean;
|
|
1632
1632
|
};
|
|
1633
|
-
declare const useGetErc20Balance: (tokenAddress: string, address?: string, options?: UseGetErc20BalanceOptions) =>
|
|
1633
|
+
declare const useGetErc20Balance: (tokenAddress: string, address?: string, options?: UseGetErc20BalanceOptions) => _tanstack_react_query40.UseQueryResult<{
|
|
1634
1634
|
original: string;
|
|
1635
1635
|
scaled: string;
|
|
1636
1636
|
formatted: string;
|
|
@@ -1647,7 +1647,7 @@ declare const PRICE_FEED_IDS: {
|
|
|
1647
1647
|
type SupportedToken = keyof typeof PRICE_FEED_IDS;
|
|
1648
1648
|
declare const getTokenUsdPrice: (thor: ThorClient, token: SupportedToken, network: NETWORK_TYPE) => Promise<number>;
|
|
1649
1649
|
declare const getTokenUsdPriceQueryKey: (token: SupportedToken) => string[];
|
|
1650
|
-
declare const useGetTokenUsdPrice: (token: SupportedToken) =>
|
|
1650
|
+
declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query40.UseQueryResult<number, Error>;
|
|
1651
1651
|
//#endregion
|
|
1652
1652
|
//#region src/hooks/api/wallet/useOraclePriceChanges24h.d.ts
|
|
1653
1653
|
type PricePoint = {
|
|
@@ -1668,7 +1668,7 @@ type PriceChanges24h = Partial<Record<SupportedToken, number>>;
|
|
|
1668
1668
|
* `useTokenPriceHistory24h`, the portfolio chart) all derive from this single
|
|
1669
1669
|
* query so we never run the same RPC scan twice in a session.
|
|
1670
1670
|
*/
|
|
1671
|
-
declare const useOracleHistory24h: () =>
|
|
1671
|
+
declare const useOracleHistory24h: () => _tanstack_react_query40.UseQueryResult<OracleHistory24h, Error>;
|
|
1672
1672
|
declare const useOraclePriceChanges24h: () => {
|
|
1673
1673
|
data: Partial<Record<"B3TR" | "VET" | "VTHO" | "GBP" | "EUR", number>>;
|
|
1674
1674
|
};
|
|
@@ -1686,7 +1686,7 @@ declare const usePortfolioPriceHistory24h: (address?: string) => {
|
|
|
1686
1686
|
//#endregion
|
|
1687
1687
|
//#region src/hooks/api/wallet/useGetVot3Balance.d.ts
|
|
1688
1688
|
declare const getVot3BalanceQueryKey: (address?: string) => (string | undefined)[];
|
|
1689
|
-
declare const useGetVot3Balance: (address?: string) =>
|
|
1689
|
+
declare const useGetVot3Balance: (address?: string) => _tanstack_react_query40.UseQueryResult<{
|
|
1690
1690
|
original: string;
|
|
1691
1691
|
scaled: string;
|
|
1692
1692
|
formatted: string;
|
|
@@ -1705,7 +1705,7 @@ declare const getIsPersonQueryKey: (user: string, networkType: NETWORK_TYPE) =>
|
|
|
1705
1705
|
* @param user - The user address.
|
|
1706
1706
|
* @returns The isPerson status.
|
|
1707
1707
|
*/
|
|
1708
|
-
declare const useIsPerson: (user?: string | null) =>
|
|
1708
|
+
declare const useIsPerson: (user?: string | null) => _tanstack_react_query40.UseQueryResult<boolean, Error>;
|
|
1709
1709
|
//#endregion
|
|
1710
1710
|
//#region src/hooks/api/wallet/useMostVotedAppsInRound.d.ts
|
|
1711
1711
|
type XApp = {
|
|
@@ -1743,7 +1743,7 @@ declare const useRefreshMetadata: (domain: string, address: string) => {
|
|
|
1743
1743
|
//#endregion
|
|
1744
1744
|
//#region src/hooks/api/wallet/useRoundXApps.d.ts
|
|
1745
1745
|
declare const getRoundXAppsQueryKey: (roundId: string, networkType: NETWORK_TYPE) => unknown[];
|
|
1746
|
-
declare const useRoundXApps: (roundId?: string) =>
|
|
1746
|
+
declare const useRoundXApps: (roundId?: string) => _tanstack_react_query40.UseQueryResult<{
|
|
1747
1747
|
id: string;
|
|
1748
1748
|
teamWalletAddress: `0x${string}`;
|
|
1749
1749
|
name: string;
|
|
@@ -1755,6 +1755,12 @@ declare const useRoundXApps: (roundId?: string) => _tanstack_react_query8.UseQue
|
|
|
1755
1755
|
type UseWalletReturnType = {
|
|
1756
1756
|
account: Wallet;
|
|
1757
1757
|
connectedWallet: Wallet;
|
|
1758
|
+
/** All accounts approved by the wallet (dapp-kit multi-account); single
|
|
1759
|
+
* entry for Privy / cross-app. The active one is `account`. */
|
|
1760
|
+
accounts: NonNullable<Wallet>[];
|
|
1761
|
+
/** Switch active account without reopening the wallet picker. No-op for
|
|
1762
|
+
* Privy / cross-app. */
|
|
1763
|
+
setActiveAccount: (address: string) => void;
|
|
1758
1764
|
smartAccount: SmartAccount;
|
|
1759
1765
|
privyUser: User | null;
|
|
1760
1766
|
connection: {
|
|
@@ -1807,6 +1813,17 @@ type UseSwitchWalletReturnType = {
|
|
|
1807
1813
|
setActiveWallet: (address: string) => void;
|
|
1808
1814
|
removeWallet: (address: string) => void;
|
|
1809
1815
|
isInAppBrowser: boolean;
|
|
1816
|
+
/**
|
|
1817
|
+
* Whether the wallet-switch UI should be exposed to the user.
|
|
1818
|
+
* - VeWorld in-app browser: requires the wallet to advertise
|
|
1819
|
+
* `thor_switchWallet` (`isSwitchWalletEnabled`).
|
|
1820
|
+
* - External browser (desktop or mobile) on dapp-kit: always true except
|
|
1821
|
+
* for WalletConnect, where the session exposes a single account and
|
|
1822
|
+
* doesn't support `wallet_requestPermissions` / `thor_switchWallet`,
|
|
1823
|
+
* so "Switch" would only trigger a full reconnect.
|
|
1824
|
+
* - Privy / social-login / cross-app: false (no dapp-kit connection).
|
|
1825
|
+
*/
|
|
1826
|
+
canSwitchWallet: boolean;
|
|
1810
1827
|
};
|
|
1811
1828
|
/**
|
|
1812
1829
|
* Hook for switching wallets
|
|
@@ -1857,7 +1874,7 @@ type XAppMetadata = {
|
|
|
1857
1874
|
* @returns The metadata of the xApp see {@link XAppMetadata}
|
|
1858
1875
|
*/
|
|
1859
1876
|
declare const getXAppMetadata: (uri: string, networkType: NETWORK_TYPE) => Promise<XAppMetadata | undefined>;
|
|
1860
|
-
declare const useXAppMetadata: (xAppId: string) =>
|
|
1877
|
+
declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query40.UseQueryResult<XAppMetadata | undefined, Error>;
|
|
1861
1878
|
//#endregion
|
|
1862
1879
|
//#region src/hooks/api/wallet/useXAppShares.d.ts
|
|
1863
1880
|
/**
|
|
@@ -1872,7 +1889,7 @@ declare const getXAppsSharesQueryKey: (roundId?: number | string) => (string | n
|
|
|
1872
1889
|
* @returns the shares (% of allocation pool) for the xApps in the round { allocated: number, unallocated: number }
|
|
1873
1890
|
*
|
|
1874
1891
|
*/
|
|
1875
|
-
declare const useXAppsShares: (apps: string[], roundId?: string) =>
|
|
1892
|
+
declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query40.UseQueryResult<{
|
|
1876
1893
|
app: string;
|
|
1877
1894
|
share: number;
|
|
1878
1895
|
unallocatedShare: number;
|
|
@@ -1894,7 +1911,7 @@ declare const getIpfsMetadataQueryKey: (networkType: NETWORK_TYPE, ipfsUri?: str
|
|
|
1894
1911
|
* @param ipfsUri - The IPFS URI
|
|
1895
1912
|
* @returns The metadata from IPFS
|
|
1896
1913
|
*/
|
|
1897
|
-
declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) =>
|
|
1914
|
+
declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query40.UseQueryResult<_tanstack_react_query40.NoInfer<T$1>, Error>;
|
|
1898
1915
|
//#endregion
|
|
1899
1916
|
//#region src/hooks/api/ipfs/useIpfsImage.d.ts
|
|
1900
1917
|
interface IpfsImage {
|
|
@@ -1921,14 +1938,14 @@ declare const getIpfsImageQueryKey: (networkType: NETWORK_TYPE, imageIpfsUri?: n
|
|
|
1921
1938
|
* @param imageIpfsUri - The IPFS URI of the NFT media
|
|
1922
1939
|
* @returns The NFT media
|
|
1923
1940
|
*/
|
|
1924
|
-
declare const useIpfsImage: (imageIpfsUri?: null | string) =>
|
|
1941
|
+
declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query40.UseQueryResult<IpfsImage, Error>;
|
|
1925
1942
|
/**
|
|
1926
1943
|
* Custom hook to fetch a list of IPFS images.
|
|
1927
1944
|
*
|
|
1928
1945
|
* @param imageIpfsUriList - An array of IPFS URIs for the images.
|
|
1929
1946
|
* @returns An array of queries for each IPFS image URI.
|
|
1930
1947
|
*/
|
|
1931
|
-
declare const useIpfsImageList: (imageIpfsUriList: string[]) =>
|
|
1948
|
+
declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query40.UseQueryResult<IpfsImage, Error>[];
|
|
1932
1949
|
//#endregion
|
|
1933
1950
|
//#region src/hooks/api/ipfs/useIpfsMetadatas.d.ts
|
|
1934
1951
|
/**
|
|
@@ -1936,7 +1953,7 @@ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_
|
|
|
1936
1953
|
* @param ipfsUris - The IPFS URIs
|
|
1937
1954
|
* @returns The metadata from IPFS for each URI
|
|
1938
1955
|
*/
|
|
1939
|
-
declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) =>
|
|
1956
|
+
declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query40.UseQueryResult<T$1, Error>[];
|
|
1940
1957
|
//#endregion
|
|
1941
1958
|
//#region src/hooks/api/ipfs/useUploadImages.d.ts
|
|
1942
1959
|
declare const imageCompressionOptions: Options;
|
|
@@ -2195,7 +2212,7 @@ declare const useTransferHistory: (address?: string, {
|
|
|
2195
2212
|
isFetching: boolean;
|
|
2196
2213
|
isFetchingNextPage: boolean;
|
|
2197
2214
|
hasNextPage: boolean;
|
|
2198
|
-
fetchNextPage: (options?:
|
|
2215
|
+
fetchNextPage: (options?: _tanstack_react_query40.FetchNextPageOptions) => Promise<_tanstack_react_query40.InfiniteQueryObserverResult<_tanstack_react_query40.InfiniteData<{
|
|
2199
2216
|
items: TransferHistoryItem[];
|
|
2200
2217
|
hasNext: boolean;
|
|
2201
2218
|
}, unknown>, Error>>;
|
|
@@ -2354,7 +2371,7 @@ declare const useOwnedNfts: (address?: string) => {
|
|
|
2354
2371
|
isFetching: boolean;
|
|
2355
2372
|
isFetchingNextPage: boolean;
|
|
2356
2373
|
hasNextPage: boolean;
|
|
2357
|
-
fetchNextPage: (options?:
|
|
2374
|
+
fetchNextPage: (options?: _tanstack_react_query40.FetchNextPageOptions) => Promise<_tanstack_react_query40.InfiniteQueryObserverResult<_tanstack_react_query40.InfiniteData<OwnedNftsPage, unknown>, Error>>;
|
|
2358
2375
|
isUnsupportedNetwork: boolean;
|
|
2359
2376
|
error: Error | null;
|
|
2360
2377
|
};
|
|
@@ -2427,7 +2444,7 @@ declare const ConnectModalProvider: ({
|
|
|
2427
2444
|
children
|
|
2428
2445
|
}: {
|
|
2429
2446
|
children: ReactNode;
|
|
2430
|
-
}) =>
|
|
2447
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2431
2448
|
//#endregion
|
|
2432
2449
|
//#region src/hooks/modals/useAccountModal.d.ts
|
|
2433
2450
|
declare const useAccountModal: () => {
|
|
@@ -2439,7 +2456,7 @@ declare const AccountModalProvider: ({
|
|
|
2439
2456
|
children
|
|
2440
2457
|
}: {
|
|
2441
2458
|
children: ReactNode;
|
|
2442
|
-
}) =>
|
|
2459
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2443
2460
|
//#endregion
|
|
2444
2461
|
//#region src/hooks/modals/useTransactionModal.d.ts
|
|
2445
2462
|
declare const useTransactionModal: () => {
|
|
@@ -2451,7 +2468,7 @@ declare const TransactionModalProvider: ({
|
|
|
2451
2468
|
children
|
|
2452
2469
|
}: {
|
|
2453
2470
|
children: ReactNode;
|
|
2454
|
-
}) =>
|
|
2471
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2455
2472
|
//#endregion
|
|
2456
2473
|
//#region src/hooks/modals/useTransactionToast.d.ts
|
|
2457
2474
|
declare const useTransactionToast: () => {
|
|
@@ -2463,7 +2480,7 @@ declare const TransactionToastProvider: ({
|
|
|
2463
2480
|
children
|
|
2464
2481
|
}: {
|
|
2465
2482
|
children: ReactNode;
|
|
2466
|
-
}) =>
|
|
2483
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2467
2484
|
//#endregion
|
|
2468
2485
|
//#region src/hooks/modals/useWalletModal.d.ts
|
|
2469
2486
|
declare const useWalletModal: () => {
|
|
@@ -2475,7 +2492,7 @@ declare const WalletModalProvider: ({
|
|
|
2475
2492
|
children
|
|
2476
2493
|
}: {
|
|
2477
2494
|
children: ReactNode;
|
|
2478
|
-
}) =>
|
|
2495
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2479
2496
|
//#endregion
|
|
2480
2497
|
//#region src/hooks/modals/useChooseNameModal.d.ts
|
|
2481
2498
|
declare const useChooseNameModal: () => {
|
|
@@ -2487,7 +2504,7 @@ declare const ChooseNameModalProvider: ({
|
|
|
2487
2504
|
children
|
|
2488
2505
|
}: {
|
|
2489
2506
|
children: ReactNode;
|
|
2490
|
-
}) =>
|
|
2507
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2491
2508
|
//#endregion
|
|
2492
2509
|
//#region src/hooks/modals/useSendTokenModal.d.ts
|
|
2493
2510
|
declare const useSendTokenModal: () => {
|
|
@@ -2499,7 +2516,7 @@ declare const SendTokenModalProvider: ({
|
|
|
2499
2516
|
children
|
|
2500
2517
|
}: {
|
|
2501
2518
|
children: ReactNode;
|
|
2502
|
-
}) =>
|
|
2519
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2503
2520
|
//#endregion
|
|
2504
2521
|
//#region src/hooks/modals/useSwapTokenModal.d.ts
|
|
2505
2522
|
type SwapTokenModalOptions = {
|
|
@@ -2516,7 +2533,7 @@ declare const SwapTokenModalProvider: ({
|
|
|
2516
2533
|
children
|
|
2517
2534
|
}: {
|
|
2518
2535
|
children: ReactNode;
|
|
2519
|
-
}) =>
|
|
2536
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2520
2537
|
//#endregion
|
|
2521
2538
|
//#region src/hooks/modals/useExploreEcosystemModal.d.ts
|
|
2522
2539
|
declare const useExploreEcosystemModal: () => {
|
|
@@ -2528,7 +2545,7 @@ declare const ExploreEcosystemModalProvider: ({
|
|
|
2528
2545
|
children
|
|
2529
2546
|
}: {
|
|
2530
2547
|
children: ReactNode;
|
|
2531
|
-
}) =>
|
|
2548
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2532
2549
|
//#endregion
|
|
2533
2550
|
//#region src/hooks/modals/useNotificationsModal.d.ts
|
|
2534
2551
|
declare const useNotificationsModal: () => {
|
|
@@ -2540,7 +2557,7 @@ declare const NotificationsModalProvider: ({
|
|
|
2540
2557
|
children
|
|
2541
2558
|
}: {
|
|
2542
2559
|
children: ReactNode;
|
|
2543
|
-
}) =>
|
|
2560
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2544
2561
|
//#endregion
|
|
2545
2562
|
//#region src/hooks/modals/useFAQModal.d.ts
|
|
2546
2563
|
declare const useFAQModal: () => {
|
|
@@ -2552,7 +2569,7 @@ declare const FAQModalProvider: ({
|
|
|
2552
2569
|
children
|
|
2553
2570
|
}: {
|
|
2554
2571
|
children: ReactNode;
|
|
2555
|
-
}) =>
|
|
2572
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2556
2573
|
//#endregion
|
|
2557
2574
|
//#region src/hooks/modals/useAccountCustomizationModal.d.ts
|
|
2558
2575
|
declare const useAccountCustomizationModal: () => {
|
|
@@ -2564,7 +2581,7 @@ declare const AccountCustomizationModalProvider: ({
|
|
|
2564
2581
|
children
|
|
2565
2582
|
}: {
|
|
2566
2583
|
children: ReactNode;
|
|
2567
|
-
}) =>
|
|
2584
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2568
2585
|
//#endregion
|
|
2569
2586
|
//#region src/hooks/modals/useReceiveModal.d.ts
|
|
2570
2587
|
declare const useReceiveModal: () => {
|
|
@@ -2576,7 +2593,7 @@ declare const ReceiveModalProvider: ({
|
|
|
2576
2593
|
children
|
|
2577
2594
|
}: {
|
|
2578
2595
|
children: ReactNode;
|
|
2579
|
-
}) =>
|
|
2596
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2580
2597
|
//#endregion
|
|
2581
2598
|
//#region src/hooks/modals/useLoginModalContent.d.ts
|
|
2582
2599
|
type LoginModalContentConfig = {
|
|
@@ -2606,7 +2623,7 @@ declare const UpgradeSmartAccountModalProvider: ({
|
|
|
2606
2623
|
children
|
|
2607
2624
|
}: {
|
|
2608
2625
|
children: ReactNode;
|
|
2609
|
-
}) =>
|
|
2626
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2610
2627
|
//#endregion
|
|
2611
2628
|
//#region src/hooks/modals/useProfileModal.d.ts
|
|
2612
2629
|
declare const useProfileModal: () => {
|
|
@@ -2618,7 +2635,7 @@ declare const ProfileModalProvider: ({
|
|
|
2618
2635
|
children
|
|
2619
2636
|
}: {
|
|
2620
2637
|
children: ReactNode;
|
|
2621
|
-
}) =>
|
|
2638
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2622
2639
|
//#endregion
|
|
2623
2640
|
//#region src/hooks/modals/useAccountModalOptions.d.ts
|
|
2624
2641
|
declare const useAccountModalOptions: () => {
|
|
@@ -2636,7 +2653,7 @@ declare const SettingsModalProvider: ({
|
|
|
2636
2653
|
children
|
|
2637
2654
|
}: {
|
|
2638
2655
|
children: ReactNode;
|
|
2639
|
-
}) =>
|
|
2656
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2640
2657
|
//#endregion
|
|
2641
2658
|
//#region src/hooks/notifications/types.d.ts
|
|
2642
2659
|
type NotificationAction = {
|
|
@@ -2746,12 +2763,6 @@ type SetCurrentContent = React.Dispatch<React.SetStateAction<ConnectModalContent
|
|
|
2746
2763
|
/**
|
|
2747
2764
|
* Drives a dapp-kit wallet connection (setSource + connect) while reflecting
|
|
2748
2765
|
* progress in the ConnectModal's local sub-content state (loading/error).
|
|
2749
|
-
*
|
|
2750
|
-
* Uses the legacy `connect()` API rather than `connectV2()` because:
|
|
2751
|
-
* - WalletConnect's signer throws "not implemented" for V2.
|
|
2752
|
-
* - The VeWorld desktop extension also rejects V2 ("Attempt failed").
|
|
2753
|
-
* V2 is only reliable inside the VeWorld mobile in-app browser, which is
|
|
2754
|
-
* handled separately in ModalProvider.
|
|
2755
2766
|
*/
|
|
2756
2767
|
declare const useConnectWithDappKitSource: (source: WalletSource, setCurrentContent: SetCurrentContent) => {
|
|
2757
2768
|
connect: () => Promise<void>;
|
|
@@ -2803,7 +2814,7 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
|
|
|
2803
2814
|
* );
|
|
2804
2815
|
* ```
|
|
2805
2816
|
*/
|
|
2806
|
-
declare const useAppHubApps: () =>
|
|
2817
|
+
declare const useAppHubApps: () => _tanstack_react_query40.UseQueryResult<AppHubApp[], Error>;
|
|
2807
2818
|
//#endregion
|
|
2808
2819
|
//#region src/utils/constants.d.ts
|
|
2809
2820
|
/** Tokens that cannot be swapped or transferred (e.g. governance voting tokens) */
|
|
@@ -3167,7 +3178,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
|
|
|
3167
3178
|
method: TMethod;
|
|
3168
3179
|
args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
|
|
3169
3180
|
queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
|
|
3170
|
-
}) =>
|
|
3181
|
+
}) => _tanstack_react_query40.UseQueryResult<_tanstack_react_query40.NoInfer<TData>, unknown>;
|
|
3171
3182
|
declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
|
|
3172
3183
|
thor,
|
|
3173
3184
|
calls,
|
|
@@ -3178,7 +3189,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
|
|
|
3178
3189
|
calls: MultipleClausesCallParameters<contracts, allowFailure>;
|
|
3179
3190
|
queryKey: string[];
|
|
3180
3191
|
enabled?: boolean;
|
|
3181
|
-
}) =>
|
|
3192
|
+
}) => _tanstack_react_query40.UseQueryResult<_tanstack_react_query40.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
|
|
3182
3193
|
//#endregion
|
|
3183
3194
|
//#region src/hooks/utils/useCurrency.d.ts
|
|
3184
3195
|
/**
|
|
@@ -3302,7 +3313,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
|
|
|
3302
3313
|
filterParams,
|
|
3303
3314
|
mapResponse,
|
|
3304
3315
|
nodeUrl
|
|
3305
|
-
}: UseEventsParams<T$1, K, R>) =>
|
|
3316
|
+
}: UseEventsParams<T$1, K, R>) => _tanstack_react_query40.UseQueryResult<R[], Error>;
|
|
3306
3317
|
//#endregion
|
|
3307
3318
|
//#region src/hooks/utils/useBuildClauses.d.ts
|
|
3308
3319
|
interface BuildClausesParams {
|
|
@@ -3547,7 +3558,7 @@ declare const useGenericDelegatorFeeEstimation: ({
|
|
|
3547
3558
|
tokens,
|
|
3548
3559
|
sendingAmount,
|
|
3549
3560
|
sendingTokenSymbol
|
|
3550
|
-
}: useGenericDelegatorFeeEstimationParams) =>
|
|
3561
|
+
}: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query40.UseQueryResult<EstimationResponse & {
|
|
3551
3562
|
usedToken: string;
|
|
3552
3563
|
}, Error>;
|
|
3553
3564
|
//#endregion
|
|
@@ -3561,7 +3572,7 @@ declare const useEstimateAllTokens: ({
|
|
|
3561
3572
|
clauses,
|
|
3562
3573
|
tokens,
|
|
3563
3574
|
enabled
|
|
3564
|
-
}: UseEstimateAllTokensParams) =>
|
|
3575
|
+
}: UseEstimateAllTokensParams) => _tanstack_react_query40.UseQueryResult<Record<GasTokenType, {
|
|
3565
3576
|
cost: number;
|
|
3566
3577
|
loading: boolean;
|
|
3567
3578
|
error?: string;
|
|
@@ -3578,7 +3589,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
|
|
|
3578
3589
|
* @param address The address of the account to get the balance for
|
|
3579
3590
|
* @returns The account balance
|
|
3580
3591
|
*/
|
|
3581
|
-
declare const useAccountBalance: (address?: string) =>
|
|
3592
|
+
declare const useAccountBalance: (address?: string) => _tanstack_react_query40.UseQueryResult<{
|
|
3582
3593
|
balance: string;
|
|
3583
3594
|
energy: string;
|
|
3584
3595
|
}, Error>;
|
|
@@ -3591,7 +3602,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
|
|
|
3591
3602
|
* @param version - The version of the smart account implementation
|
|
3592
3603
|
* @returns The address of the smart account implementation
|
|
3593
3604
|
*/
|
|
3594
|
-
declare const useAccountImplementationAddress: (version?: number) =>
|
|
3605
|
+
declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query40.UseQueryResult<string, Error>;
|
|
3595
3606
|
//#endregion
|
|
3596
3607
|
//#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
|
|
3597
3608
|
declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
|
|
@@ -3600,7 +3611,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
|
|
|
3600
3611
|
* Get the current account implementation version used by the smart account factory
|
|
3601
3612
|
* @returns The current account implementation version
|
|
3602
3613
|
*/
|
|
3603
|
-
declare const useCurrentAccountImplementationVersion: () =>
|
|
3614
|
+
declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query40.UseQueryResult<number, Error>;
|
|
3604
3615
|
//#endregion
|
|
3605
3616
|
//#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
|
|
3606
3617
|
declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
|
|
@@ -3610,7 +3621,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
|
|
|
3610
3621
|
* @param ownerAddress - The address of the owner of the smart account
|
|
3611
3622
|
* @returns The address of the smart account
|
|
3612
3623
|
*/
|
|
3613
|
-
declare const useGetAccountAddress: (ownerAddress?: string) =>
|
|
3624
|
+
declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query40.UseQueryResult<string, Error>;
|
|
3614
3625
|
//#endregion
|
|
3615
3626
|
//#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
|
|
3616
3627
|
declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => unknown[];
|
|
@@ -3620,7 +3631,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
|
|
|
3620
3631
|
* @param ownerAddress - The address of the owner of the smart account
|
|
3621
3632
|
* @returns The version of the smart account
|
|
3622
3633
|
*/
|
|
3623
|
-
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) =>
|
|
3634
|
+
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query40.UseQueryResult<{
|
|
3624
3635
|
version: number;
|
|
3625
3636
|
isDeployed: boolean;
|
|
3626
3637
|
}, unknown>;
|
|
@@ -3633,7 +3644,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
|
|
|
3633
3644
|
* @param ownerAddress - The address of the owner of the smart account
|
|
3634
3645
|
* @returns True if the smart account has a v1 smart account, false otherwise
|
|
3635
3646
|
*/
|
|
3636
|
-
declare const useHasV1SmartAccount: (ownerAddress?: string) =>
|
|
3647
|
+
declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query40.UseQueryResult<boolean, Error>;
|
|
3637
3648
|
//#endregion
|
|
3638
3649
|
//#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
|
|
3639
3650
|
declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
|
|
@@ -3642,7 +3653,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
|
|
|
3642
3653
|
* Check if a smart account is deployed
|
|
3643
3654
|
* @returns True if the smart account is deployed, false otherwise
|
|
3644
3655
|
*/
|
|
3645
|
-
declare const useIsSmartAccountDeployed: (accountAddress?: string) =>
|
|
3656
|
+
declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query40.UseQueryResult<boolean, Error>;
|
|
3646
3657
|
//#endregion
|
|
3647
3658
|
//#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
|
|
3648
3659
|
/**
|
|
@@ -3675,7 +3686,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
|
|
|
3675
3686
|
isDeployed: boolean;
|
|
3676
3687
|
}>;
|
|
3677
3688
|
declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
|
|
3678
|
-
declare const useSmartAccount: (ownerAddress?: string) =>
|
|
3689
|
+
declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query40.UseQueryResult<{
|
|
3679
3690
|
address: undefined;
|
|
3680
3691
|
isDeployed?: undefined;
|
|
3681
3692
|
} | {
|
|
@@ -3693,7 +3704,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
|
|
|
3693
3704
|
* @param targetVersion - The version of the smart account to check for
|
|
3694
3705
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
3695
3706
|
*/
|
|
3696
|
-
declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) =>
|
|
3707
|
+
declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query40.UseQueryResult<boolean, Error>;
|
|
3697
3708
|
//#endregion
|
|
3698
3709
|
//#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
|
|
3699
3710
|
declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
|
|
@@ -3704,7 +3715,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
|
|
|
3704
3715
|
* @param targetVersion - The target version of the smart account
|
|
3705
3716
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
3706
3717
|
*/
|
|
3707
|
-
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) =>
|
|
3718
|
+
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query40.UseQueryResult<boolean, Error>;
|
|
3708
3719
|
//#endregion
|
|
3709
3720
|
//#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
|
|
3710
3721
|
type UseUpgradeSmartAccountVersionProps = {
|
|
@@ -3729,7 +3740,7 @@ declare const currentBlockQueryKey: () => string[];
|
|
|
3729
3740
|
* Fetches the current block from the blockchain. The block is refetched every 10 seconds.
|
|
3730
3741
|
* @returns the current block
|
|
3731
3742
|
*/
|
|
3732
|
-
declare const useCurrentBlock: () =>
|
|
3743
|
+
declare const useCurrentBlock: () => _tanstack_react_query40.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
|
|
3733
3744
|
//#endregion
|
|
3734
3745
|
//#region src/hooks/thor/blocks/useGetChainId.d.ts
|
|
3735
3746
|
declare const getChainId: (thor: ThorClient) => Promise<string>;
|
|
@@ -3738,7 +3749,7 @@ declare const getChainIdQueryKey: () => string[];
|
|
|
3738
3749
|
* Get the chain id
|
|
3739
3750
|
* @returns The chain id
|
|
3740
3751
|
*/
|
|
3741
|
-
declare const useGetChainId: () =>
|
|
3752
|
+
declare const useGetChainId: () => _tanstack_react_query40.UseQueryResult<string, Error>;
|
|
3742
3753
|
//#endregion
|
|
3743
3754
|
//#region src/hooks/thor/logs/logUtils.d.ts
|
|
3744
3755
|
/**
|
|
@@ -4018,7 +4029,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
|
|
|
4018
4029
|
* @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
|
|
4019
4030
|
* @returns Query result containing the transaction receipt
|
|
4020
4031
|
*/
|
|
4021
|
-
declare const useTxReceipt: (txId: string, blockTimeout?: number) =>
|
|
4032
|
+
declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query40.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
|
|
4022
4033
|
//#endregion
|
|
4023
4034
|
//#region src/hooks/thor/transactions/useGasEstimate.d.ts
|
|
4024
4035
|
declare const useGasEstimate: (thor: ThorClient, clauses: TransactionClause[], caller: string, options?: {
|
|
@@ -4056,7 +4067,7 @@ declare const SendTokenContent: ({
|
|
|
4056
4067
|
initialAmount,
|
|
4057
4068
|
initialToAddressOrDomain,
|
|
4058
4069
|
onBack: parentOnBack
|
|
4059
|
-
}: SendTokenContentProps) =>
|
|
4070
|
+
}: SendTokenContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4060
4071
|
//#endregion
|
|
4061
4072
|
//#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
|
|
4062
4073
|
type SendTokenSummaryContentProps = {
|
|
@@ -4076,7 +4087,7 @@ declare const SendTokenSummaryContent: ({
|
|
|
4076
4087
|
amount,
|
|
4077
4088
|
selectedToken,
|
|
4078
4089
|
formattedTotalAmount
|
|
4079
|
-
}: SendTokenSummaryContentProps) =>
|
|
4090
|
+
}: SendTokenSummaryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4080
4091
|
//#endregion
|
|
4081
4092
|
//#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
|
|
4082
4093
|
type Props$20 = {
|
|
@@ -4097,7 +4108,7 @@ declare const SelectTokenContent: ({
|
|
|
4097
4108
|
onBack,
|
|
4098
4109
|
showAllTokens,
|
|
4099
4110
|
excludedTokenSymbols
|
|
4100
|
-
}: Props$20) =>
|
|
4111
|
+
}: Props$20) => react_jsx_runtime3.JSX.Element;
|
|
4101
4112
|
//#endregion
|
|
4102
4113
|
//#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
|
|
4103
4114
|
type ReceiveTokenContentProps = {
|
|
@@ -4107,7 +4118,7 @@ type ReceiveTokenContentProps = {
|
|
|
4107
4118
|
declare const ReceiveTokenContent: ({
|
|
4108
4119
|
setCurrentContent,
|
|
4109
4120
|
onBack
|
|
4110
|
-
}: ReceiveTokenContentProps) =>
|
|
4121
|
+
}: ReceiveTokenContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4111
4122
|
//#endregion
|
|
4112
4123
|
//#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
|
|
4113
4124
|
type SwapTokenContentProps = {
|
|
@@ -4121,7 +4132,7 @@ declare const SwapTokenContent: ({
|
|
|
4121
4132
|
fromTokenAddress,
|
|
4122
4133
|
toTokenAddress,
|
|
4123
4134
|
onBack
|
|
4124
|
-
}: SwapTokenContentProps) =>
|
|
4135
|
+
}: SwapTokenContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4125
4136
|
//#endregion
|
|
4126
4137
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
|
|
4127
4138
|
type ChooseNameContentProps = {
|
|
@@ -4133,7 +4144,7 @@ declare const ChooseNameContent: ({
|
|
|
4133
4144
|
setCurrentContent,
|
|
4134
4145
|
onBack,
|
|
4135
4146
|
initialContentSource
|
|
4136
|
-
}: ChooseNameContentProps) =>
|
|
4147
|
+
}: ChooseNameContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4137
4148
|
//#endregion
|
|
4138
4149
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
|
|
4139
4150
|
type ChooseNameSearchContentProps = {
|
|
@@ -4145,7 +4156,7 @@ declare const ChooseNameSearchContent: ({
|
|
|
4145
4156
|
name: initialName,
|
|
4146
4157
|
setCurrentContent,
|
|
4147
4158
|
initialContentSource
|
|
4148
|
-
}: ChooseNameSearchContentProps) =>
|
|
4159
|
+
}: ChooseNameSearchContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4149
4160
|
//#endregion
|
|
4150
4161
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
|
|
4151
4162
|
type ChooseNameSummaryContentProps = {
|
|
@@ -4163,7 +4174,7 @@ declare const ChooseNameSummaryContent: ({
|
|
|
4163
4174
|
isOwnDomain,
|
|
4164
4175
|
isUnsetting,
|
|
4165
4176
|
initialContentSource
|
|
4166
|
-
}: ChooseNameSummaryContentProps) =>
|
|
4177
|
+
}: ChooseNameSummaryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4167
4178
|
//#endregion
|
|
4168
4179
|
//#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
|
|
4169
4180
|
type FAQContentProps = {
|
|
@@ -4173,7 +4184,7 @@ type FAQContentProps = {
|
|
|
4173
4184
|
declare const FAQContent: ({
|
|
4174
4185
|
onGoBack,
|
|
4175
4186
|
showLanguageSelector
|
|
4176
|
-
}: FAQContentProps) =>
|
|
4187
|
+
}: FAQContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4177
4188
|
//#endregion
|
|
4178
4189
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
|
|
4179
4190
|
type AccountCustomizationContentProps = {
|
|
@@ -4183,7 +4194,7 @@ type AccountCustomizationContentProps = {
|
|
|
4183
4194
|
declare const CustomizationContent: ({
|
|
4184
4195
|
setCurrentContent,
|
|
4185
4196
|
initialContentSource
|
|
4186
|
-
}: AccountCustomizationContentProps) =>
|
|
4197
|
+
}: AccountCustomizationContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4187
4198
|
//#endregion
|
|
4188
4199
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
|
|
4189
4200
|
type CustomizationSummaryContentProps = {
|
|
@@ -4202,7 +4213,7 @@ declare const CustomizationSummaryContent: ({
|
|
|
4202
4213
|
setCurrentContent,
|
|
4203
4214
|
changes,
|
|
4204
4215
|
onDoneRedirectContent
|
|
4205
|
-
}: CustomizationSummaryContentProps) =>
|
|
4216
|
+
}: CustomizationSummaryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4206
4217
|
//#endregion
|
|
4207
4218
|
//#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
|
|
4208
4219
|
type ProfileContentProps = {
|
|
@@ -4216,7 +4227,7 @@ declare const ProfileContent: ({
|
|
|
4216
4227
|
setCurrentContent,
|
|
4217
4228
|
onLogoutSuccess,
|
|
4218
4229
|
switchFeedback
|
|
4219
|
-
}: ProfileContentProps) =>
|
|
4230
|
+
}: ProfileContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4220
4231
|
//#endregion
|
|
4221
4232
|
//#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
|
|
4222
4233
|
type UpgradeSmartAccountContentProps = {
|
|
@@ -4228,7 +4239,7 @@ declare const UpgradeSmartAccountContent: ({
|
|
|
4228
4239
|
setCurrentContent,
|
|
4229
4240
|
handleClose,
|
|
4230
4241
|
initialContent
|
|
4231
|
-
}: UpgradeSmartAccountContentProps) =>
|
|
4242
|
+
}: UpgradeSmartAccountContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4232
4243
|
//#endregion
|
|
4233
4244
|
//#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
|
|
4234
4245
|
type AssetsContentProps = {
|
|
@@ -4236,7 +4247,7 @@ type AssetsContentProps = {
|
|
|
4236
4247
|
};
|
|
4237
4248
|
declare const AssetsContent: ({
|
|
4238
4249
|
setCurrentContent
|
|
4239
|
-
}: AssetsContentProps) =>
|
|
4250
|
+
}: AssetsContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4240
4251
|
//#endregion
|
|
4241
4252
|
//#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
|
|
4242
4253
|
type ManageCustomTokenContentProps = {
|
|
@@ -4244,7 +4255,7 @@ type ManageCustomTokenContentProps = {
|
|
|
4244
4255
|
};
|
|
4245
4256
|
declare const ManageCustomTokenContent: ({
|
|
4246
4257
|
setCurrentContent
|
|
4247
|
-
}: ManageCustomTokenContentProps) =>
|
|
4258
|
+
}: ManageCustomTokenContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4248
4259
|
//#endregion
|
|
4249
4260
|
//#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
|
|
4250
4261
|
type Props$19 = {
|
|
@@ -4252,7 +4263,7 @@ type Props$19 = {
|
|
|
4252
4263
|
};
|
|
4253
4264
|
declare const BridgeContent: ({
|
|
4254
4265
|
setCurrentContent
|
|
4255
|
-
}: Props$19) =>
|
|
4266
|
+
}: Props$19) => react_jsx_runtime3.JSX.Element;
|
|
4256
4267
|
//#endregion
|
|
4257
4268
|
//#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
|
|
4258
4269
|
type ChangeCurrencyContentProps = {
|
|
@@ -4260,7 +4271,7 @@ type ChangeCurrencyContentProps = {
|
|
|
4260
4271
|
};
|
|
4261
4272
|
declare const ChangeCurrencyContent: ({
|
|
4262
4273
|
setCurrentContent
|
|
4263
|
-
}: ChangeCurrencyContentProps) =>
|
|
4274
|
+
}: ChangeCurrencyContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4264
4275
|
//#endregion
|
|
4265
4276
|
//#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
|
|
4266
4277
|
type Props$18 = {
|
|
@@ -4268,7 +4279,7 @@ type Props$18 = {
|
|
|
4268
4279
|
};
|
|
4269
4280
|
declare const LanguageSettingsContent: ({
|
|
4270
4281
|
setCurrentContent
|
|
4271
|
-
}: Props$18) =>
|
|
4282
|
+
}: Props$18) => react_jsx_runtime3.JSX.Element;
|
|
4272
4283
|
//#endregion
|
|
4273
4284
|
//#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
|
|
4274
4285
|
type Props$17 = {
|
|
@@ -4276,7 +4287,7 @@ type Props$17 = {
|
|
|
4276
4287
|
};
|
|
4277
4288
|
declare const GasTokenSettingsContent: ({
|
|
4278
4289
|
setCurrentContent
|
|
4279
|
-
}: Props$17) =>
|
|
4290
|
+
}: Props$17) => react_jsx_runtime3.JSX.Element;
|
|
4280
4291
|
//#endregion
|
|
4281
4292
|
//#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
|
|
4282
4293
|
type SettingsContentProps = {
|
|
@@ -4286,7 +4297,7 @@ type SettingsContentProps = {
|
|
|
4286
4297
|
declare const SettingsContent: ({
|
|
4287
4298
|
setCurrentContent,
|
|
4288
4299
|
onLogoutSuccess
|
|
4289
|
-
}: SettingsContentProps) =>
|
|
4300
|
+
}: SettingsContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4290
4301
|
//#endregion
|
|
4291
4302
|
//#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
|
|
4292
4303
|
type TermsAndPrivacyContentProps = {
|
|
@@ -4294,7 +4305,7 @@ type TermsAndPrivacyContentProps = {
|
|
|
4294
4305
|
};
|
|
4295
4306
|
declare const TermsAndPrivacyContent: ({
|
|
4296
4307
|
onGoBack
|
|
4297
|
-
}: TermsAndPrivacyContentProps) =>
|
|
4308
|
+
}: TermsAndPrivacyContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4298
4309
|
//#endregion
|
|
4299
4310
|
//#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
|
|
4300
4311
|
type DisconnectConfirmContentProps = {
|
|
@@ -4310,7 +4321,7 @@ declare const DisconnectConfirmContent: ({
|
|
|
4310
4321
|
onClose,
|
|
4311
4322
|
showCloseButton,
|
|
4312
4323
|
text
|
|
4313
|
-
}: DisconnectConfirmContentProps) =>
|
|
4324
|
+
}: DisconnectConfirmContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4314
4325
|
//#endregion
|
|
4315
4326
|
//#region src/components/AccountModal/Contents/SelectWallet/SelectWalletContent.d.ts
|
|
4316
4327
|
type Props$16 = {
|
|
@@ -4323,7 +4334,7 @@ declare const SelectWalletContent: ({
|
|
|
4323
4334
|
setCurrentContent,
|
|
4324
4335
|
returnTo,
|
|
4325
4336
|
onLogoutSuccess: _onLogoutSuccess
|
|
4326
|
-
}: Props$16) =>
|
|
4337
|
+
}: Props$16) => react_jsx_runtime3.JSX.Element;
|
|
4327
4338
|
//#endregion
|
|
4328
4339
|
//#region src/components/AccountModal/Contents/SelectWallet/RemoveWalletConfirmContent.d.ts
|
|
4329
4340
|
type RemoveWalletConfirmContentProps = {
|
|
@@ -4339,7 +4350,7 @@ declare const RemoveWalletConfirmContent: ({
|
|
|
4339
4350
|
onConfirm,
|
|
4340
4351
|
onBack,
|
|
4341
4352
|
onClose
|
|
4342
|
-
}: RemoveWalletConfirmContentProps) =>
|
|
4353
|
+
}: RemoveWalletConfirmContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4343
4354
|
//#endregion
|
|
4344
4355
|
//#region src/components/AccountModal/Contents/TokenDetail/TokenDetailContent.d.ts
|
|
4345
4356
|
type TokenDetailContentProps = {
|
|
@@ -4349,7 +4360,7 @@ type TokenDetailContentProps = {
|
|
|
4349
4360
|
declare const TokenDetailContent: ({
|
|
4350
4361
|
setCurrentContent,
|
|
4351
4362
|
token
|
|
4352
|
-
}: TokenDetailContentProps) =>
|
|
4363
|
+
}: TokenDetailContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4353
4364
|
//#endregion
|
|
4354
4365
|
//#region src/components/AccountModal/Contents/NftDetail/NftDetailContent.d.ts
|
|
4355
4366
|
type NftDetailContentProps = {
|
|
@@ -4361,7 +4372,7 @@ declare const NftDetailContent: ({
|
|
|
4361
4372
|
setCurrentContent,
|
|
4362
4373
|
nft,
|
|
4363
4374
|
onBack
|
|
4364
|
-
}: NftDetailContentProps) =>
|
|
4375
|
+
}: NftDetailContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4365
4376
|
//#endregion
|
|
4366
4377
|
//#region src/components/AccountModal/Contents/NftCollection/NftCollectionContent.d.ts
|
|
4367
4378
|
type NftCollectionContentProps = {
|
|
@@ -4373,7 +4384,7 @@ declare const NftCollectionContent: ({
|
|
|
4373
4384
|
setCurrentContent,
|
|
4374
4385
|
collectionAddress,
|
|
4375
4386
|
onBack
|
|
4376
|
-
}: NftCollectionContentProps) =>
|
|
4387
|
+
}: NftCollectionContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4377
4388
|
//#endregion
|
|
4378
4389
|
//#region src/components/AccountModal/Contents/SendNft/SendNftContent.d.ts
|
|
4379
4390
|
type SendNftContentProps = {
|
|
@@ -4391,7 +4402,7 @@ declare const SendNftContent: ({
|
|
|
4391
4402
|
imageUrl,
|
|
4392
4403
|
initialToAddressOrDomain,
|
|
4393
4404
|
onBack
|
|
4394
|
-
}: SendNftContentProps) =>
|
|
4405
|
+
}: SendNftContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4395
4406
|
//#endregion
|
|
4396
4407
|
//#region src/components/AccountModal/Contents/SendNft/SendNftSummaryContent.d.ts
|
|
4397
4408
|
type SendNftSummaryContentProps = {
|
|
@@ -4411,7 +4422,7 @@ declare const SendNftSummaryContent: ({
|
|
|
4411
4422
|
toAddressOrDomain,
|
|
4412
4423
|
resolvedDomain,
|
|
4413
4424
|
resolvedAddress
|
|
4414
|
-
}: SendNftSummaryContentProps) =>
|
|
4425
|
+
}: SendNftSummaryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4415
4426
|
//#endregion
|
|
4416
4427
|
//#region src/components/AccountModal/Contents/TransactionHistory/TransactionHistoryContent.d.ts
|
|
4417
4428
|
type TransactionHistoryContentProps = {
|
|
@@ -4426,7 +4437,7 @@ declare const TransactionHistoryContent: ({
|
|
|
4426
4437
|
setCurrentContent,
|
|
4427
4438
|
tokenFilter,
|
|
4428
4439
|
onBack
|
|
4429
|
-
}: TransactionHistoryContentProps) =>
|
|
4440
|
+
}: TransactionHistoryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4430
4441
|
//#endregion
|
|
4431
4442
|
//#region src/components/AccountModal/Contents/TransactionHistory/TransactionDetailContent.d.ts
|
|
4432
4443
|
type TransactionDetailContentProps = {
|
|
@@ -4438,7 +4449,7 @@ declare const TransactionDetailContent: ({
|
|
|
4438
4449
|
setCurrentContent,
|
|
4439
4450
|
item,
|
|
4440
4451
|
onBack
|
|
4441
|
-
}: TransactionDetailContentProps) =>
|
|
4452
|
+
}: TransactionDetailContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4442
4453
|
//#endregion
|
|
4443
4454
|
//#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
|
|
4444
4455
|
type CategoryFilter = string | null;
|
|
@@ -4591,7 +4602,7 @@ declare const AccountModal: ({
|
|
|
4591
4602
|
isOpen,
|
|
4592
4603
|
onClose,
|
|
4593
4604
|
initialContent
|
|
4594
|
-
}: Props$15) =>
|
|
4605
|
+
}: Props$15) => react_jsx_runtime3.JSX.Element;
|
|
4595
4606
|
//#endregion
|
|
4596
4607
|
//#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
|
|
4597
4608
|
interface AccountDetailsButtonProps {
|
|
@@ -4613,7 +4624,7 @@ declare const AccountDetailsButton: ({
|
|
|
4613
4624
|
onClick,
|
|
4614
4625
|
leftImage,
|
|
4615
4626
|
isActive
|
|
4616
|
-
}: AccountDetailsButtonProps) =>
|
|
4627
|
+
}: AccountDetailsButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
4617
4628
|
//#endregion
|
|
4618
4629
|
//#region src/components/AccountModal/Components/ActionButton.d.ts
|
|
4619
4630
|
type ActionButtonProps = {
|
|
@@ -4655,7 +4666,7 @@ declare const ActionButton: ({
|
|
|
4655
4666
|
extraContent,
|
|
4656
4667
|
dataTestId,
|
|
4657
4668
|
variant
|
|
4658
|
-
}: ActionButtonProps) =>
|
|
4669
|
+
}: ActionButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
4659
4670
|
//#endregion
|
|
4660
4671
|
//#region src/components/AccountModal/Components/AccountSelector.d.ts
|
|
4661
4672
|
type Props$14 = {
|
|
@@ -4675,7 +4686,7 @@ declare const AccountSelector: ({
|
|
|
4675
4686
|
onClose,
|
|
4676
4687
|
mt,
|
|
4677
4688
|
style
|
|
4678
|
-
}: Props$14) =>
|
|
4689
|
+
}: Props$14) => react_jsx_runtime3.JSX.Element;
|
|
4679
4690
|
//#endregion
|
|
4680
4691
|
//#region src/components/AccountModal/Components/BalanceSection.d.ts
|
|
4681
4692
|
declare const BalanceSection: ({
|
|
@@ -4686,7 +4697,7 @@ declare const BalanceSection: ({
|
|
|
4686
4697
|
mb?: number;
|
|
4687
4698
|
mt?: number;
|
|
4688
4699
|
onAssetsClick?: () => void;
|
|
4689
|
-
}) =>
|
|
4700
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
4690
4701
|
//#endregion
|
|
4691
4702
|
//#region src/components/AccountModal/Components/QuickActionsSection.d.ts
|
|
4692
4703
|
type Props$13 = {
|
|
@@ -4696,7 +4707,7 @@ type Props$13 = {
|
|
|
4696
4707
|
declare const QuickActionsSection: ({
|
|
4697
4708
|
mt,
|
|
4698
4709
|
setCurrentContent
|
|
4699
|
-
}: Props$13) =>
|
|
4710
|
+
}: Props$13) => react_jsx_runtime3.JSX.Element | null;
|
|
4700
4711
|
//#endregion
|
|
4701
4712
|
//#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
|
|
4702
4713
|
type FeatureAnnouncementCardProps = {
|
|
@@ -4704,16 +4715,16 @@ type FeatureAnnouncementCardProps = {
|
|
|
4704
4715
|
};
|
|
4705
4716
|
declare const FeatureAnnouncementCard: ({
|
|
4706
4717
|
setCurrentContent
|
|
4707
|
-
}: FeatureAnnouncementCardProps) =>
|
|
4718
|
+
}: FeatureAnnouncementCardProps) => react_jsx_runtime3.JSX.Element;
|
|
4708
4719
|
//#endregion
|
|
4709
4720
|
//#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
|
|
4710
|
-
declare const ExchangeWarningAlert: () =>
|
|
4721
|
+
declare const ExchangeWarningAlert: () => react_jsx_runtime3.JSX.Element;
|
|
4711
4722
|
//#endregion
|
|
4712
4723
|
//#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
|
|
4713
|
-
declare const DomainRequiredAlert: () =>
|
|
4724
|
+
declare const DomainRequiredAlert: () => react_jsx_runtime3.JSX.Element;
|
|
4714
4725
|
//#endregion
|
|
4715
4726
|
//#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
|
|
4716
|
-
declare const CrossAppConnectionSecurityCard: () =>
|
|
4727
|
+
declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime3.JSX.Element;
|
|
4717
4728
|
//#endregion
|
|
4718
4729
|
//#region src/components/common/ModalBackButton.d.ts
|
|
4719
4730
|
type BackButtonProps = {
|
|
@@ -4722,7 +4733,7 @@ type BackButtonProps = {
|
|
|
4722
4733
|
declare const ModalBackButton: ({
|
|
4723
4734
|
onClick,
|
|
4724
4735
|
...props
|
|
4725
|
-
}: BackButtonProps) =>
|
|
4736
|
+
}: BackButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
4726
4737
|
//#endregion
|
|
4727
4738
|
//#region src/components/common/AddressDisplay.d.ts
|
|
4728
4739
|
type Props$12 = {
|
|
@@ -4731,22 +4742,20 @@ type Props$12 = {
|
|
|
4731
4742
|
style?: PropsOf<typeof VStack>;
|
|
4732
4743
|
showHumanAddress?: boolean;
|
|
4733
4744
|
setCurrentContent?: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
4734
|
-
onLogout?: () => void;
|
|
4735
4745
|
};
|
|
4736
4746
|
declare const AddressDisplay: ({
|
|
4737
4747
|
wallet,
|
|
4738
4748
|
label,
|
|
4739
4749
|
style,
|
|
4740
4750
|
showHumanAddress,
|
|
4741
|
-
setCurrentContent
|
|
4742
|
-
|
|
4743
|
-
}: Props$12) => react_jsx_runtime0.JSX.Element;
|
|
4751
|
+
setCurrentContent
|
|
4752
|
+
}: Props$12) => react_jsx_runtime3.JSX.Element;
|
|
4744
4753
|
//#endregion
|
|
4745
4754
|
//#region src/components/common/VersionFooter.d.ts
|
|
4746
4755
|
type Props$11 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
|
|
4747
4756
|
declare const VersionFooter: ({
|
|
4748
4757
|
...props
|
|
4749
|
-
}: Props$11) =>
|
|
4758
|
+
}: Props$11) => react_jsx_runtime3.JSX.Element;
|
|
4750
4759
|
//#endregion
|
|
4751
4760
|
//#region src/components/common/StickyHeaderContainer.d.ts
|
|
4752
4761
|
type Props$10 = {
|
|
@@ -4757,7 +4766,7 @@ declare const useStickyHeaderContext: () => {
|
|
|
4757
4766
|
};
|
|
4758
4767
|
declare const StickyHeaderContainer: ({
|
|
4759
4768
|
children
|
|
4760
|
-
}: Props$10) =>
|
|
4769
|
+
}: Props$10) => react_jsx_runtime3.JSX.Element;
|
|
4761
4770
|
//#endregion
|
|
4762
4771
|
//#region src/components/common/StickyFooterContainer.d.ts
|
|
4763
4772
|
type Props$9 = {
|
|
@@ -4765,7 +4774,7 @@ type Props$9 = {
|
|
|
4765
4774
|
};
|
|
4766
4775
|
declare const StickyFooterContainer: ({
|
|
4767
4776
|
children
|
|
4768
|
-
}: Props$9) =>
|
|
4777
|
+
}: Props$9) => react_jsx_runtime3.JSX.Element;
|
|
4769
4778
|
//#endregion
|
|
4770
4779
|
//#region src/components/common/BaseModal.d.ts
|
|
4771
4780
|
type BaseModalProps = {
|
|
@@ -4814,7 +4823,7 @@ declare const BaseModal: ({
|
|
|
4814
4823
|
mobileMaxHeight,
|
|
4815
4824
|
desktopMinHeight,
|
|
4816
4825
|
desktopMaxHeight
|
|
4817
|
-
}: BaseModalProps) =>
|
|
4826
|
+
}: BaseModalProps) => react_jsx_runtime3.JSX.Element;
|
|
4818
4827
|
//#endregion
|
|
4819
4828
|
//#region src/components/common/AssetButton.d.ts
|
|
4820
4829
|
type AssetButtonProps = ButtonProps & {
|
|
@@ -4835,7 +4844,7 @@ declare const AssetButton: ({
|
|
|
4835
4844
|
onClick,
|
|
4836
4845
|
priceChange24hPct,
|
|
4837
4846
|
...buttonProps
|
|
4838
|
-
}: AssetButtonProps) =>
|
|
4847
|
+
}: AssetButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
4839
4848
|
//#endregion
|
|
4840
4849
|
//#region src/components/common/AddressDisplayCard.d.ts
|
|
4841
4850
|
type AddressDisplayCardProps = {
|
|
@@ -4855,7 +4864,7 @@ declare const AddressDisplayCard: ({
|
|
|
4855
4864
|
hideAddress,
|
|
4856
4865
|
balance,
|
|
4857
4866
|
tokenAddress
|
|
4858
|
-
}: AddressDisplayCardProps) =>
|
|
4867
|
+
}: AddressDisplayCardProps) => react_jsx_runtime3.JSX.Element;
|
|
4859
4868
|
//#endregion
|
|
4860
4869
|
//#region src/components/common/ModalFAQButton.d.ts
|
|
4861
4870
|
type FAQButtonProps = {
|
|
@@ -4864,13 +4873,13 @@ type FAQButtonProps = {
|
|
|
4864
4873
|
declare const ModalFAQButton: ({
|
|
4865
4874
|
onClick,
|
|
4866
4875
|
...props
|
|
4867
|
-
}: FAQButtonProps) =>
|
|
4876
|
+
}: FAQButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
4868
4877
|
//#endregion
|
|
4869
4878
|
//#region src/components/common/ScrollToTopWrapper.d.ts
|
|
4870
4879
|
declare const ScrollToTopWrapper: ({
|
|
4871
4880
|
children,
|
|
4872
4881
|
...props
|
|
4873
|
-
}: StackProps) =>
|
|
4882
|
+
}: StackProps) => react_jsx_runtime3.JSX.Element;
|
|
4874
4883
|
//#endregion
|
|
4875
4884
|
//#region src/components/common/AccountAvatar.d.ts
|
|
4876
4885
|
type AccountAvatarProps = {
|
|
@@ -4880,7 +4889,7 @@ type AccountAvatarProps = {
|
|
|
4880
4889
|
declare const AccountAvatar: ({
|
|
4881
4890
|
wallet,
|
|
4882
4891
|
props
|
|
4883
|
-
}: AccountAvatarProps) =>
|
|
4892
|
+
}: AccountAvatarProps) => react_jsx_runtime3.JSX.Element;
|
|
4884
4893
|
//#endregion
|
|
4885
4894
|
//#region src/components/common/TransactionButtonAndStatus.d.ts
|
|
4886
4895
|
type TransactionButtonAndStatusProps = {
|
|
@@ -4922,7 +4931,7 @@ declare const TransactionButtonAndStatus: ({
|
|
|
4922
4931
|
isLoadingGasEstimation,
|
|
4923
4932
|
showGasEstimationError,
|
|
4924
4933
|
context
|
|
4925
|
-
}: TransactionButtonAndStatusProps) =>
|
|
4934
|
+
}: TransactionButtonAndStatusProps) => react_jsx_runtime3.JSX.Element;
|
|
4926
4935
|
//#endregion
|
|
4927
4936
|
//#region src/components/common/ModalNotificationButton.d.ts
|
|
4928
4937
|
type NotificationButtonProps = {
|
|
@@ -4933,7 +4942,7 @@ declare const ModalNotificationButton: ({
|
|
|
4933
4942
|
onClick,
|
|
4934
4943
|
hasUnreadNotifications,
|
|
4935
4944
|
...props
|
|
4936
|
-
}: NotificationButtonProps) =>
|
|
4945
|
+
}: NotificationButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
4937
4946
|
//#endregion
|
|
4938
4947
|
//#region src/components/common/GasFeeSummary.d.ts
|
|
4939
4948
|
interface GasFeeSummaryProps {
|
|
@@ -4969,7 +4978,7 @@ declare const GasFeeTokenSelector: ({
|
|
|
4969
4978
|
availableTokens,
|
|
4970
4979
|
tokenEstimations,
|
|
4971
4980
|
walletAddress
|
|
4972
|
-
}: GasFeeTokenSelectorProps) =>
|
|
4981
|
+
}: GasFeeTokenSelectorProps) => react_jsx_runtime3.JSX.Element;
|
|
4973
4982
|
//#endregion
|
|
4974
4983
|
//#region src/components/common/InlineFeedback.d.ts
|
|
4975
4984
|
type Props$8 = {
|
|
@@ -4981,7 +4990,7 @@ declare const InlineFeedback: ({
|
|
|
4981
4990
|
message,
|
|
4982
4991
|
duration,
|
|
4983
4992
|
onClose
|
|
4984
|
-
}: Props$8) =>
|
|
4993
|
+
}: Props$8) => react_jsx_runtime3.JSX.Element;
|
|
4985
4994
|
//#endregion
|
|
4986
4995
|
//#region src/components/common/WalletSwitchFeedback.d.ts
|
|
4987
4996
|
type Props$7 = {
|
|
@@ -4998,7 +5007,7 @@ type Props$7 = {
|
|
|
4998
5007
|
*/
|
|
4999
5008
|
declare const WalletSwitchFeedback: ({
|
|
5000
5009
|
showFeedback
|
|
5001
|
-
}: Props$7) =>
|
|
5010
|
+
}: Props$7) => react_jsx_runtime3.JSX.Element | null;
|
|
5002
5011
|
//#endregion
|
|
5003
5012
|
//#region src/components/common/PriceChangeBadge.d.ts
|
|
5004
5013
|
type Props$6 = TextProps & {
|
|
@@ -5009,7 +5018,7 @@ declare const PriceChangeBadge: ({
|
|
|
5009
5018
|
valuePct,
|
|
5010
5019
|
showSuffix,
|
|
5011
5020
|
...textProps
|
|
5012
|
-
}: Props$6) =>
|
|
5021
|
+
}: Props$6) => react_jsx_runtime3.JSX.Element | null;
|
|
5013
5022
|
//#endregion
|
|
5014
5023
|
//#region src/components/common/AddressOrDomainLabel.d.ts
|
|
5015
5024
|
type Props$5 = TextProps & {
|
|
@@ -5026,7 +5035,7 @@ declare const AddressOrDomainLabel: ({
|
|
|
5026
5035
|
headLen,
|
|
5027
5036
|
tailLen,
|
|
5028
5037
|
...textProps
|
|
5029
|
-
}: Props$5) =>
|
|
5038
|
+
}: Props$5) => react_jsx_runtime3.JSX.Element;
|
|
5030
5039
|
//#endregion
|
|
5031
5040
|
//#region src/components/common/CopyIconButton.d.ts
|
|
5032
5041
|
type Props$4 = Omit<IconButtonProps, 'aria-label' | 'icon' | 'onClick'> & {
|
|
@@ -5039,7 +5048,7 @@ declare const CopyIconButton: ({
|
|
|
5039
5048
|
size,
|
|
5040
5049
|
variant,
|
|
5041
5050
|
...rest
|
|
5042
|
-
}: Props$4) =>
|
|
5051
|
+
}: Props$4) => react_jsx_runtime3.JSX.Element;
|
|
5043
5052
|
//#endregion
|
|
5044
5053
|
//#region src/components/common/PriceChart.d.ts
|
|
5045
5054
|
type Props$3 = BoxProps & {
|
|
@@ -5066,7 +5075,7 @@ declare const PriceChart: ({
|
|
|
5066
5075
|
interactive,
|
|
5067
5076
|
formatValue,
|
|
5068
5077
|
...boxProps
|
|
5069
|
-
}: Props$3) =>
|
|
5078
|
+
}: Props$3) => react_jsx_runtime3.JSX.Element | null;
|
|
5070
5079
|
//#endregion
|
|
5071
5080
|
//#region src/components/common/StatusScreen.d.ts
|
|
5072
5081
|
type Status = 'success' | 'error';
|
|
@@ -5109,7 +5118,7 @@ declare const StatusScreen: ({
|
|
|
5109
5118
|
bodyExtras,
|
|
5110
5119
|
footerExtras,
|
|
5111
5120
|
hideCloseButton
|
|
5112
|
-
}: StatusScreenProps) =>
|
|
5121
|
+
}: StatusScreenProps) => react_jsx_runtime3.JSX.Element;
|
|
5113
5122
|
//#endregion
|
|
5114
5123
|
//#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
|
|
5115
5124
|
type SuccessfulOperationContentProps = {
|
|
@@ -5139,7 +5148,7 @@ declare const UpgradeSmartAccountModal: ({
|
|
|
5139
5148
|
isOpen,
|
|
5140
5149
|
onClose,
|
|
5141
5150
|
style
|
|
5142
|
-
}: Props$2) =>
|
|
5151
|
+
}: Props$2) => react_jsx_runtime3.JSX.Element;
|
|
5143
5152
|
//#endregion
|
|
5144
5153
|
//#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
|
|
5145
5154
|
type Props$1 = {
|
|
@@ -5154,7 +5163,7 @@ declare const LegalDocumentsModal: ({
|
|
|
5154
5163
|
onAgree,
|
|
5155
5164
|
handleLogout,
|
|
5156
5165
|
onlyOptionalDocuments
|
|
5157
|
-
}: Props$1) =>
|
|
5166
|
+
}: Props$1) => react_jsx_runtime3.JSX.Element;
|
|
5158
5167
|
//#endregion
|
|
5159
5168
|
//#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
|
|
5160
5169
|
type Props = {
|
|
@@ -5166,7 +5175,7 @@ declare const LegalDocumentItem: ({
|
|
|
5166
5175
|
document,
|
|
5167
5176
|
register,
|
|
5168
5177
|
isText
|
|
5169
|
-
}: Props) =>
|
|
5178
|
+
}: Props) => react_jsx_runtime3.JSX.Element;
|
|
5170
5179
|
//#endregion
|
|
5171
5180
|
//#region src/providers/ModalProvider.d.ts
|
|
5172
5181
|
type AccountModalOptions = {
|
|
@@ -5201,7 +5210,7 @@ declare const ModalProvider: ({
|
|
|
5201
5210
|
children
|
|
5202
5211
|
}: {
|
|
5203
5212
|
children: ReactNode;
|
|
5204
|
-
}) =>
|
|
5213
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
5205
5214
|
//#endregion
|
|
5206
5215
|
export { SendNftSummaryContentProps as $, useAccountModal as $a, EcosystemButton as $c, TogglePassportCheck as $i, ExecuteBatchWithAuthorizationSignData as $l, getAccountBalanceQueryKey as $n, getXAppMetadata as $o, removeLocalStorageItem as $r, getAvatarLegacy as $s, useThor as $t, StickyFooterContainer as A, ReceiveModalProvider as Aa, getPrivyAppInfoQueryKey as Ac, toIPFSURL as Ai, CostLevel as Al, getSmartAccount as An, TransferHistoryItem as Ao, GetEventsKeyParams as Ar, useGetTokenUsdPrice as As, CustomizationSummaryContentProps as At, QuickActionsSection as B, SwapTokenModalProvider as Ba, WalletButtonProps as Bc, getPicassoImage as Bi, GasTokenInfo as Bl, useHasV1SmartAccount as Bn, useIpfsMetadatas as Bo, useCurrentLanguage as Br, getB3trBalanceQueryKey as Bs, SwapTokenContent as Bt, TransactionButtonAndStatusProps as C, useSettingsModal as Ca, getEnsRecordExistsQueryKey as Cc, XNodeStrengthLevelToName as Ci, VechainKitProviderProps as Cl, getUpgradeRequiredForAccount as Cn, useStargatePositions as Co, useSyncableLocalStorage as Cr, useOracleHistory24h as Cs, AssetsContent as Ct, AddressDisplayCard as D, UpgradeSmartAccountModalProvider as Da, fetchPrivyStatus as Dc, xNodeToGMstartingLevel as Di, LegalDocumentAgreement as Dl, getUpgradeRequiredQueryKey as Dn, IndexerTransfer as Do, buildBatchAuthorizationTypedData as Dr, SupportedToken as Ds, ProfileContent as Dt, ModalFAQButton as E, useProfileModal as Ea, useVechainDomain as Ec, gmNfts as Ei, EnrichedLegalDocument as El, getUpgradeRequired as En, useTransferHistory as Eo, BuildClausesParams as Er, PRICE_FEED_IDS as Es, UpgradeSmartAccountContentProps as Et, ModalBackButton as F, useFAQModal as Fa, ShareButtons as Fc, isValidAddress as Fi, TransactionCost as Fl, getIsDeployed as Fn, useSingleImageUpload as Fo, useScrollToTop as Fr, getTokenInfo as Fs, ChooseNameSummaryContentProps as Ft, AccountModal as G, useChooseNameModal as Ga, VeWorldButton as Gc, DEFAULT_GAS_TOKEN_PREFERENCES as Gi, ENS_TEXT_RECORDS as Gl, useGetAccountAddress as Gn, useIpfsImage as Go, useMultipleClausesCall as Gr, useTotalBalance as Gs, SendTokenSummaryContent as Gt, AccountSelector as H, SendTokenModalProvider as Ha, ConnectPopover as Hc, humanDomain as Hi, GasTokenSelection as Hl, useGetAccountVersion as Hn, MAX_IMAGE_SIZE as Ho, getCallClauseQueryKey as Hr, useCustomTokens as Hs, ReceiveTokenContent as Ht, CrossAppConnectionSecurityCard as I, NotificationsModalProvider as Ia, TransactionModal as Ic, leftPadWithZeros as Ii, VthoPerGasAtSpeed as Il, getIsDeployedQueryKey as In, UploadedImage as Io, useIsPWA as Ir, useGetCustomTokenInfo as Is, ChooseNameSearchContent as It, TransactionDetailContent as J, TransactionToastProvider as Ja, DappKitButton as Jc, NON_TRANSFERABLE_TOKEN_SYMBOLS as Ji, CURRENCY_SYMBOLS as Jl, useCurrentAccountImplementationVersion as Jn, getIpfsMetadataQueryKey as Jo, getLocalStorageItem as Jr, ExchangeRates as Js, useDAppKitWallet as Jt, AccountModalContentTypes as K, WalletModalProvider as Ka, LoginWithGithubButton as Kc, DEFAULT_PRIVY_ECOSYSTEM_APPS as Ki, TextRecords as Kl, getCurrentAccountImplementationVersion as Kn, useIpfsImageList as Ko, copyToClipboard as Kr, TokenWithValue as Ks, SendTokenContent as Kt, DomainRequiredAlert as L, useNotificationsModal as La, TransactionModalProps as Lc, regexPattern as Li, calculateTotalCost as Ll, useIsSmartAccountDeployed as Ln, compressImages as Lo, useGetNodeUrl as Lr, TokenWithBalance as Ls, ChooseNameSearchContentProps as Lt, useStickyHeaderContext as M, AccountCustomizationModalProvider as Ma, AccountMainContent as Mc, validateIpfsUri as Mi, EstimatedGas as Ml, useSmartAccount as Mn, VTHO_TOKEN_ADDRESS as Mo, decodeEventLog$1 as Mr, getErc20BalanceQueryKey as Ms, CustomizationContent as Mt, VersionFooter as N, useAccountCustomizationModal as Na, TransactionToast as Nc, compareAddresses as Ni, EstimationResponse as Nl, useRefreshSmartAccountQueries as Nn, useSwapQuotes as No, getEventsKey as Nr, useGetErc20Balance as Ns, FAQContent as Nt, AssetButton as O, useUpgradeSmartAccountModal as Oa, useFetchPrivyStatus as Oc, convertUriToUrl as Oi, LegalDocumentSource as Ol, useUpgradeRequired as On, TransferDirection as Oo, buildSingleAuthorizationTypedData as Or, getTokenUsdPrice as Os, ProfileContentProps as Ot, AddressDisplay as P, FAQModalProvider as Pa, TransactionModalContent as Pc, compareListOfAddresses as Pi, Rate as Pl, useRefreshFactoryQueries as Pn, useSwapTransaction as Po, useEvents as Pr, getCustomTokenInfoQueryKey as Ps, ChooseNameSummaryContent as Pt, SendNftSummaryContent as Q, AccountModalProvider as Qa, PrivyButton as Qc, TOKEN_LOGO_COMPONENTS as Qi, EnhancedClause as Ql, getAccountBalance as Qn, XAppMetadata as Qo, isOnline as Qr, useUnsetDomain as Qs, useSetWalletRecovery as Qt, ExchangeWarningAlert as R, ExploreEcosystemModalProvider as Ra, SocialIcons as Rc, randomTransactionUser as Ri, formatGasCost as Rl, getHasV1SmartAccount as Rn, imageCompressionOptions as Ro, useFeatureAnnouncement as Rr, getCustomTokenBalanceQueryKey as Rs, ChooseNameContent as Rt, TransactionButtonAndStatus as S, SettingsModalProvider as Sa, useClaimVeWorldSubdomain as Sc, NodeStrengthLevelToImage as Si, VeChainKitProvider as Sl, useUpgradeSmartAccount as Sn, StargatePositionsResult as So, useEcosystemShortcuts as Sr, PricePoint as Ss, ManageCustomTokenContentProps as St, ScrollToTopWrapper as T, ProfileModalProvider as Ta, getVechainDomainQueryKey as Tc, buildQueryString as Ti, useVeChainKitConfig as Tl, useUpgradeRequiredForAccount as Tn, getTransferHistoryQueryKey as To, useLocalStorage as Tr, useTokenPriceHistory24h as Ts, UpgradeSmartAccountContent as Tt, ActionButton as U, useSendTokenModal as Ua, WalletConnectButton as Uc, humanNumber as Ui, GasTokenType as Ul, getAccountAddress as Un, getIpfsImage as Uo, getCallClauseQueryKeyWithArgs as Ur, getCurrentAllocationsRoundIdQueryKey as Us, ReceiveTokenContentProps as Ut, BalanceSection as V, useSwapTokenModal as Va, WalletDisplayVariant as Vc, humanAddress as Vi, GasTokenPreferences as Vl, getAccountVersionQueryKey as Vn, IpfsImage as Vo, useCurrency as Vr, useGetB3trBalance as Vs, SwapTokenContentProps as Vt, AccountDetailsButton as W, ChooseNameModalProvider as Wa, Sync2Button as Wc, isZero as Wi, TransactionSpeed as Wl, getAccountAddressQueryKey as Wn, getIpfsImageQueryKey as Wo, useCallClause as Wr, useCurrentAllocationsRoundId as Ws, SelectTokenContent as Wt, TransactionHistoryContent as X, TransactionModalProvider as Xa, LoginWithAppleButton as Xc, SUPPORTED_GAS_TOKENS as Xi, CrossAppConnectionCache as Xl, getAccountImplementationAddressQueryKey as Xn, getXAppsSharesQueryKey as Xo, hasNavigator as Xr, WalletTokenBalance as Xs, useMfaEnrollment as Xt, TransactionDetailContentProps as Y, useTransactionToast as Ya, PasskeyLoginButton as Yc, PrivyEcosystemApp as Yi, ConnectionSource as Yl, getAccountImplementationAddress as Yn, useIpfsMetadata as Yo, getWindowOrigin as Yr, useTokenPrices as Ys, useDAppKitWalletModal as Yt, TransactionHistoryContentProps as Z, useTransactionModal as Za, LoginWithGoogleButton as Zc, TOKEN_LOGOS as Zi, ENSRecords as Zl, useAccountImplementationAddress as Zn, useXAppsShares as Zo, isBrowser as Zr, useTokenBalances as Zs, usePrivy as Zt, WalletSwitchFeedback as _, useLoginWithPasskey as _a, useGetDomainsOfAddress as _c, isRejectionError as _i, AccountQuickAction as _l, getChainId as _n, LpPositionToken as _o, getDepositAccount as _r, getVot3BalanceQueryKey as _s, LanguageSettingsContent as _t, LegalDocumentItem as a, getGenericDelegatorUrl as aa, useGetResolverAddress as ac, ViewFunctionResult as ai, ErrorContent as al, useBuildTransaction as an, getNftBlacklistQueryKey as ao, useGasTokenSelection as ar, useWalletMetadata as as, NftDetailContentProps as at, TokenBalance as au, GasFeeSummary as b, useNotificationAlerts as ba, buildVetDomainClauses as bc, EconomicNodeStrengthLevelToName as bi, VeChainKitConfig as bl, currentBlockQueryKey as bn, useNavigatorPosition as bo, useCrossAppConnectionCache as br, OracleHistory24h as bs, BridgeContent as bt, UpgradeSmartAccountModal as c, AppHubApp as ca, getTextRecords as cc, executeMultipleClausesCall as ci, ConnectModal as cl, buildERC721Clauses as cn, useOwnedNfts as co, GENERIC_DELEGATOR_LOCAL_ESTIMATE_TIMEOUT_MS as cr, getRoundXAppsQueryKey as cs, RemoveWalletConfirmContent as ct, VePassportUserStatus as cu, StatusScreen as d, useAppHubApps as da, getAvatarQueryKey as dc, compare as di, useLegalDocuments as dl, useTransferERC20 as dn, NftMetadata as do, computeCorrectedTotalGasNoFeePayer as dr, useRefreshBalances as ds, DisconnectConfirmContent as dt, getConfig as du, VECHAIN_KIT_COOKIES_CONFIG as ea, getAvatarLegacyQueryKey as ec, safeQuerySelector as ei, VeChainLoginButton as el, VECHAIN_KIT_QUERY_KEYS as en, ConnectModalProvider as eo, useAccountBalance as er, useXAppMetadata as es, SendNftContent as et, ExecuteWithAuthorizationSignData as eu, StatusScreenProps as f, useConnectWithDappKitSource as fa, useGetAvatar as fc, isInvalid as fi, VechainKitThemeProvider as fl, UseSendTransactionReturnValue as fn, OwnedNft as fo, convertGasToGasTokenAmount as fr, MostVotedAppsInRoundReturnType as fs, DisconnectConfirmContentProps as ft, PriceChangeBadge as g, useLoginWithOAuth as ga, getDomainsOfAddressQueryKey as gc, validate as gi, usePrivyWalletProvider as gl, getEventLogs as gn, LpPosition as go, estimateGas as gr, useIsPerson as gs, GasTokenSettingsContent as gt, AddressOrDomainLabel as h, CrossAppLoginIntent as ha, getDomainsOfAddress as hc, removePrefix as hi, PrivyWalletProviderContextType as hl, getAllEventLogs as hn, useJuicyPosition as ho, estimateAndBuildTxBody as hr, getIsPersonQueryKey as hs, SettingsContentProps as ht, DAppKitWalletButton as i, getENV as ia, getResolverAddressQueryKey as ic, MultipleClausesCallReturnType as ii, EcosystemContent as il, BuildTransactionProps as in, useOwnedNftsFiltered as io, useGenericDelegatorFeeEstimationParams as ir, useWalletStorage as is, NftDetailContent as it, SmartAccount as iu, StickyHeaderContainer as j, useReceiveModal as ja, useFetchAppInfo as jc, uploadBlobToIPFS as ji, DepositAccount as jl, getSmartAccountQueryKey as jn, VET_TOKEN_SENTINEL as jo, UseEventsParams as jr, UseGetErc20BalanceOptions as js, AccountCustomizationContentProps as jt, BaseModal as k, useLoginModalContent as ka, fetchPrivyAppInfo as kc, resolveMediaTypeFromMimeType as ki, LegalDocumentType as kl, SmartAccountReturnType as kn, TransferEventType as ko, useBuildClauses as kr, getTokenUsdPriceQueryKey as ks, CustomizationSummaryContent as kt, UpgradeSmartAccountModalContentsTypes as l, fetchAppHubApps as la, getTextRecordsQueryKey as lc, isValidUrl as li, ConnectModalContentsTypes as ll, useTransferERC721 as ln, IndexerNft as lo, GENERIC_DELEGATOR_WRAPPER_OVERHEAD_GAS as lr, useRoundXApps as ls, RemoveWalletConfirmContentProps as lt, Wallet as lu, CopyIconButton as m, useLoginWithVeChain as ma, DomainsResponse as mc, normalize as mi, PrivyWalletProvider as ml, GetEventsProps as mn, JuicyPositionResult as mo, delegateAuthorized as mr, useMostVotedAppsInRound as ms, SettingsContent as mt, ModalProvider as n, VECHAIN_KIT_TERMS_CONFIG as na, getAvatarOfAddressQueryKey as nc, setLocalStorageItem as ni, ConnectionButton as nl, txReceiptQueryKey as nn, useNftCollectionName as no, useEstimateAllTokens as nr, useSwitchWallet as ns, NftCollectionContent as nt, PrivyAppInfo as nu, LegalDocumentsModal as o, getKitSponsoredDelegatorUrl as oa, buildClauses as oc, buildCallClauses as oi, LoadingContent as ol, buildVETClauses as on, useNftBlacklist as oo, GENERIC_DELEGATOR_FEE_PAYER_OVERHEAD_GAS as or, UseWalletReturnType as os, TokenDetailContent as ot, TransactionStatus as ou, PriceChart as p, UseLoginWithVeChainOptions as pa, Domain as pc, isValid as pi, useVechainKitThemeConfig as pl, useSendTransaction as pn, JuicyAssetPosition as po, decodeRawTx as pr, XApp as ps, TermsAndPrivacyContent as pt, SwitchFeedback as q, useWalletModal as qa, VeChainWithPrivyLoginButton as qc, ENV as qi, CURRENCY as ql, getCurrentAccountImplementationVersionQueryKey as qn, getIpfsMetadata as qo, getDocumentTitle as qr, useTokensWithValues as qs, ThorClient$1 as qt, useModal as r, VECHAIN_PRIVY_APP_ID as ra, useGetAvatarOfAddress as rc, MultipleClausesCallParameters as ri, MoreOptionsContent as rl, useTxReceipt as rn, useNftMetadata as ro, useGenericDelegatorFeeEstimation as rr, StoredWallet as rs, NftCollectionContentProps as rt, PrivyLoginMethod as ru, LegalDocumentsModalContentsTypes as s, notFoundImage as sa, useUpdateTextRecord as sc, executeCallClause as si, MainContent as sl, useTransferVET as sn, getOwnedNftsQueryKey as so, GENERIC_DELEGATOR_GAS_SAFETY_MULTIPLIER as sr, useWallet as ss, TokenDetailContentProps as st, TransactionStatusErrorType as su, AccountModalOptions as t, VECHAIN_KIT_STORAGE_KEYS as ta, useGetAvatarLegacy as tc, safeWindowOpen as ti, EmailLoginButton as tl, useGasEstimate as tn, useConnectModal as to, UseEstimateAllTokensParams as tr, UseSwitchWalletReturnType as ts, SendNftContentProps as tt, NFTMediaType as tu, UpgradeSmartAccountModalStyle as u, getAppHubAppsQueryKey as ua, useGetTextRecords as uc, addPrefix as ui, LegalDocumentsProvider as ul, buildERC20Clauses as un, NftAttribute as uo, computeCorrectedGasTokenCost as ur, useRefreshMetadata as us, SelectWalletContent as ut, AppConfig as uu, InlineFeedback as v, useSignTypedData as va, getIsDomainProtectedQueryKey as vc, simpleHash as vi, LegalDocument as vl, getChainIdQueryKey as vn, useBetterSwapLpPositions as vo, signVip191Transaction as vr, useGetVot3Balance as vs, ChangeCurrencyContent as vt, AccountAvatar as w, useAccountModalOptions as wa, useEnsRecordExists as wc, allNodeStrengthLevelToName as wi, useAppConfig as wl, getUpgradeRequiredForAccountQueryKey as wn, useTokenTransferHistory as wo, LocalStorageKey as wr, useOraclePriceChanges24h as ws, AssetsContentProps as wt, ModalNotificationButton as x, useNotifications as xa, useClaimVetDomain as xc, MinXNodeLevel as xi, VeChainKitContext as xl, useCurrentBlock as xn, StargatePosition as xo, EcosystemShortcut as xr, PriceChanges24h as xs, ManageCustomTokenContent as xt, GasFeeTokenSelector as y, useSignMessage as ya, useIsDomainProtected as yc, TIME as yi, LegalDocumentOptions as yl, useGetChainId as yn, NavigatorPosition as yo, useGenericDelegator as yr, usePortfolioPriceHistory24h as ys, ChangeCurrencyContentProps as yt, FeatureAnnouncementCard as z, useExploreEcosystemModal as za, WalletButton as zc, formatTokenBalance as zi, GasTokenEstimate as zl, getHasV1SmartAccountQueryKey as zn, useUploadImages as zo, useCurrentCurrency as zr, useGetCustomTokenBalances as zs, ChooseNameContentProps as zt };
|
|
5207
|
-
//# sourceMappingURL=index-
|
|
5216
|
+
//# sourceMappingURL=index-C6RT-d4L.d.cts.map
|