@vechain/vechain-kit 2.11.0 → 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.cts +1 -1
- package/dist/assets/index.d.mts +1 -1
- package/dist/{index-_BVsv12E.d.cts → index-B5tGFICY.d.mts} +4 -4
- package/dist/{index-BYfc-9J5.d.mts.map → index-B5tGFICY.d.mts.map} +1 -1
- package/dist/{index-3NLPTwiP.d.cts → index-C6RT-d4L.d.cts} +166 -166
- package/dist/{index-3NLPTwiP.d.cts.map → index-C6RT-d4L.d.cts.map} +1 -1
- package/dist/{index-BYfc-9J5.d.mts → index-C8Uj8ple.d.cts} +1 -1
- package/dist/{index-_BVsv12E.d.cts.map → index-C8Uj8ple.d.cts.map} +1 -1
- package/dist/{index-CxZnepbh.d.mts → index-DzM-sMYy.d.mts} +169 -169
- package/dist/{index-CxZnepbh.d.mts.map → index-DzM-sMYy.d.mts.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.d.cts +2 -2
- 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_query19.UseQueryRe
|
|
|
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_query19.U
|
|
|
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;
|
|
@@ -1874,7 +1874,7 @@ type XAppMetadata = {
|
|
|
1874
1874
|
* @returns The metadata of the xApp see {@link XAppMetadata}
|
|
1875
1875
|
*/
|
|
1876
1876
|
declare const getXAppMetadata: (uri: string, networkType: NETWORK_TYPE) => Promise<XAppMetadata | undefined>;
|
|
1877
|
-
declare const useXAppMetadata: (xAppId: string) =>
|
|
1877
|
+
declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query40.UseQueryResult<XAppMetadata | undefined, Error>;
|
|
1878
1878
|
//#endregion
|
|
1879
1879
|
//#region src/hooks/api/wallet/useXAppShares.d.ts
|
|
1880
1880
|
/**
|
|
@@ -1889,7 +1889,7 @@ declare const getXAppsSharesQueryKey: (roundId?: number | string) => (string | n
|
|
|
1889
1889
|
* @returns the shares (% of allocation pool) for the xApps in the round { allocated: number, unallocated: number }
|
|
1890
1890
|
*
|
|
1891
1891
|
*/
|
|
1892
|
-
declare const useXAppsShares: (apps: string[], roundId?: string) =>
|
|
1892
|
+
declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query40.UseQueryResult<{
|
|
1893
1893
|
app: string;
|
|
1894
1894
|
share: number;
|
|
1895
1895
|
unallocatedShare: number;
|
|
@@ -1911,7 +1911,7 @@ declare const getIpfsMetadataQueryKey: (networkType: NETWORK_TYPE, ipfsUri?: str
|
|
|
1911
1911
|
* @param ipfsUri - The IPFS URI
|
|
1912
1912
|
* @returns The metadata from IPFS
|
|
1913
1913
|
*/
|
|
1914
|
-
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>;
|
|
1915
1915
|
//#endregion
|
|
1916
1916
|
//#region src/hooks/api/ipfs/useIpfsImage.d.ts
|
|
1917
1917
|
interface IpfsImage {
|
|
@@ -1938,14 +1938,14 @@ declare const getIpfsImageQueryKey: (networkType: NETWORK_TYPE, imageIpfsUri?: n
|
|
|
1938
1938
|
* @param imageIpfsUri - The IPFS URI of the NFT media
|
|
1939
1939
|
* @returns The NFT media
|
|
1940
1940
|
*/
|
|
1941
|
-
declare const useIpfsImage: (imageIpfsUri?: null | string) =>
|
|
1941
|
+
declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query40.UseQueryResult<IpfsImage, Error>;
|
|
1942
1942
|
/**
|
|
1943
1943
|
* Custom hook to fetch a list of IPFS images.
|
|
1944
1944
|
*
|
|
1945
1945
|
* @param imageIpfsUriList - An array of IPFS URIs for the images.
|
|
1946
1946
|
* @returns An array of queries for each IPFS image URI.
|
|
1947
1947
|
*/
|
|
1948
|
-
declare const useIpfsImageList: (imageIpfsUriList: string[]) =>
|
|
1948
|
+
declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query40.UseQueryResult<IpfsImage, Error>[];
|
|
1949
1949
|
//#endregion
|
|
1950
1950
|
//#region src/hooks/api/ipfs/useIpfsMetadatas.d.ts
|
|
1951
1951
|
/**
|
|
@@ -1953,7 +1953,7 @@ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_
|
|
|
1953
1953
|
* @param ipfsUris - The IPFS URIs
|
|
1954
1954
|
* @returns The metadata from IPFS for each URI
|
|
1955
1955
|
*/
|
|
1956
|
-
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>[];
|
|
1957
1957
|
//#endregion
|
|
1958
1958
|
//#region src/hooks/api/ipfs/useUploadImages.d.ts
|
|
1959
1959
|
declare const imageCompressionOptions: Options;
|
|
@@ -2212,7 +2212,7 @@ declare const useTransferHistory: (address?: string, {
|
|
|
2212
2212
|
isFetching: boolean;
|
|
2213
2213
|
isFetchingNextPage: boolean;
|
|
2214
2214
|
hasNextPage: boolean;
|
|
2215
|
-
fetchNextPage: (options?:
|
|
2215
|
+
fetchNextPage: (options?: _tanstack_react_query40.FetchNextPageOptions) => Promise<_tanstack_react_query40.InfiniteQueryObserverResult<_tanstack_react_query40.InfiniteData<{
|
|
2216
2216
|
items: TransferHistoryItem[];
|
|
2217
2217
|
hasNext: boolean;
|
|
2218
2218
|
}, unknown>, Error>>;
|
|
@@ -2371,7 +2371,7 @@ declare const useOwnedNfts: (address?: string) => {
|
|
|
2371
2371
|
isFetching: boolean;
|
|
2372
2372
|
isFetchingNextPage: boolean;
|
|
2373
2373
|
hasNextPage: boolean;
|
|
2374
|
-
fetchNextPage: (options?:
|
|
2374
|
+
fetchNextPage: (options?: _tanstack_react_query40.FetchNextPageOptions) => Promise<_tanstack_react_query40.InfiniteQueryObserverResult<_tanstack_react_query40.InfiniteData<OwnedNftsPage, unknown>, Error>>;
|
|
2375
2375
|
isUnsupportedNetwork: boolean;
|
|
2376
2376
|
error: Error | null;
|
|
2377
2377
|
};
|
|
@@ -2444,7 +2444,7 @@ declare const ConnectModalProvider: ({
|
|
|
2444
2444
|
children
|
|
2445
2445
|
}: {
|
|
2446
2446
|
children: ReactNode;
|
|
2447
|
-
}) =>
|
|
2447
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2448
2448
|
//#endregion
|
|
2449
2449
|
//#region src/hooks/modals/useAccountModal.d.ts
|
|
2450
2450
|
declare const useAccountModal: () => {
|
|
@@ -2456,7 +2456,7 @@ declare const AccountModalProvider: ({
|
|
|
2456
2456
|
children
|
|
2457
2457
|
}: {
|
|
2458
2458
|
children: ReactNode;
|
|
2459
|
-
}) =>
|
|
2459
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2460
2460
|
//#endregion
|
|
2461
2461
|
//#region src/hooks/modals/useTransactionModal.d.ts
|
|
2462
2462
|
declare const useTransactionModal: () => {
|
|
@@ -2468,7 +2468,7 @@ declare const TransactionModalProvider: ({
|
|
|
2468
2468
|
children
|
|
2469
2469
|
}: {
|
|
2470
2470
|
children: ReactNode;
|
|
2471
|
-
}) =>
|
|
2471
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2472
2472
|
//#endregion
|
|
2473
2473
|
//#region src/hooks/modals/useTransactionToast.d.ts
|
|
2474
2474
|
declare const useTransactionToast: () => {
|
|
@@ -2480,7 +2480,7 @@ declare const TransactionToastProvider: ({
|
|
|
2480
2480
|
children
|
|
2481
2481
|
}: {
|
|
2482
2482
|
children: ReactNode;
|
|
2483
|
-
}) =>
|
|
2483
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2484
2484
|
//#endregion
|
|
2485
2485
|
//#region src/hooks/modals/useWalletModal.d.ts
|
|
2486
2486
|
declare const useWalletModal: () => {
|
|
@@ -2492,7 +2492,7 @@ declare const WalletModalProvider: ({
|
|
|
2492
2492
|
children
|
|
2493
2493
|
}: {
|
|
2494
2494
|
children: ReactNode;
|
|
2495
|
-
}) =>
|
|
2495
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2496
2496
|
//#endregion
|
|
2497
2497
|
//#region src/hooks/modals/useChooseNameModal.d.ts
|
|
2498
2498
|
declare const useChooseNameModal: () => {
|
|
@@ -2504,7 +2504,7 @@ declare const ChooseNameModalProvider: ({
|
|
|
2504
2504
|
children
|
|
2505
2505
|
}: {
|
|
2506
2506
|
children: ReactNode;
|
|
2507
|
-
}) =>
|
|
2507
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2508
2508
|
//#endregion
|
|
2509
2509
|
//#region src/hooks/modals/useSendTokenModal.d.ts
|
|
2510
2510
|
declare const useSendTokenModal: () => {
|
|
@@ -2516,7 +2516,7 @@ declare const SendTokenModalProvider: ({
|
|
|
2516
2516
|
children
|
|
2517
2517
|
}: {
|
|
2518
2518
|
children: ReactNode;
|
|
2519
|
-
}) =>
|
|
2519
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2520
2520
|
//#endregion
|
|
2521
2521
|
//#region src/hooks/modals/useSwapTokenModal.d.ts
|
|
2522
2522
|
type SwapTokenModalOptions = {
|
|
@@ -2533,7 +2533,7 @@ declare const SwapTokenModalProvider: ({
|
|
|
2533
2533
|
children
|
|
2534
2534
|
}: {
|
|
2535
2535
|
children: ReactNode;
|
|
2536
|
-
}) =>
|
|
2536
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2537
2537
|
//#endregion
|
|
2538
2538
|
//#region src/hooks/modals/useExploreEcosystemModal.d.ts
|
|
2539
2539
|
declare const useExploreEcosystemModal: () => {
|
|
@@ -2545,7 +2545,7 @@ declare const ExploreEcosystemModalProvider: ({
|
|
|
2545
2545
|
children
|
|
2546
2546
|
}: {
|
|
2547
2547
|
children: ReactNode;
|
|
2548
|
-
}) =>
|
|
2548
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2549
2549
|
//#endregion
|
|
2550
2550
|
//#region src/hooks/modals/useNotificationsModal.d.ts
|
|
2551
2551
|
declare const useNotificationsModal: () => {
|
|
@@ -2557,7 +2557,7 @@ declare const NotificationsModalProvider: ({
|
|
|
2557
2557
|
children
|
|
2558
2558
|
}: {
|
|
2559
2559
|
children: ReactNode;
|
|
2560
|
-
}) =>
|
|
2560
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2561
2561
|
//#endregion
|
|
2562
2562
|
//#region src/hooks/modals/useFAQModal.d.ts
|
|
2563
2563
|
declare const useFAQModal: () => {
|
|
@@ -2569,7 +2569,7 @@ declare const FAQModalProvider: ({
|
|
|
2569
2569
|
children
|
|
2570
2570
|
}: {
|
|
2571
2571
|
children: ReactNode;
|
|
2572
|
-
}) =>
|
|
2572
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2573
2573
|
//#endregion
|
|
2574
2574
|
//#region src/hooks/modals/useAccountCustomizationModal.d.ts
|
|
2575
2575
|
declare const useAccountCustomizationModal: () => {
|
|
@@ -2581,7 +2581,7 @@ declare const AccountCustomizationModalProvider: ({
|
|
|
2581
2581
|
children
|
|
2582
2582
|
}: {
|
|
2583
2583
|
children: ReactNode;
|
|
2584
|
-
}) =>
|
|
2584
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2585
2585
|
//#endregion
|
|
2586
2586
|
//#region src/hooks/modals/useReceiveModal.d.ts
|
|
2587
2587
|
declare const useReceiveModal: () => {
|
|
@@ -2593,7 +2593,7 @@ declare const ReceiveModalProvider: ({
|
|
|
2593
2593
|
children
|
|
2594
2594
|
}: {
|
|
2595
2595
|
children: ReactNode;
|
|
2596
|
-
}) =>
|
|
2596
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2597
2597
|
//#endregion
|
|
2598
2598
|
//#region src/hooks/modals/useLoginModalContent.d.ts
|
|
2599
2599
|
type LoginModalContentConfig = {
|
|
@@ -2623,7 +2623,7 @@ declare const UpgradeSmartAccountModalProvider: ({
|
|
|
2623
2623
|
children
|
|
2624
2624
|
}: {
|
|
2625
2625
|
children: ReactNode;
|
|
2626
|
-
}) =>
|
|
2626
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2627
2627
|
//#endregion
|
|
2628
2628
|
//#region src/hooks/modals/useProfileModal.d.ts
|
|
2629
2629
|
declare const useProfileModal: () => {
|
|
@@ -2635,7 +2635,7 @@ declare const ProfileModalProvider: ({
|
|
|
2635
2635
|
children
|
|
2636
2636
|
}: {
|
|
2637
2637
|
children: ReactNode;
|
|
2638
|
-
}) =>
|
|
2638
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2639
2639
|
//#endregion
|
|
2640
2640
|
//#region src/hooks/modals/useAccountModalOptions.d.ts
|
|
2641
2641
|
declare const useAccountModalOptions: () => {
|
|
@@ -2653,7 +2653,7 @@ declare const SettingsModalProvider: ({
|
|
|
2653
2653
|
children
|
|
2654
2654
|
}: {
|
|
2655
2655
|
children: ReactNode;
|
|
2656
|
-
}) =>
|
|
2656
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2657
2657
|
//#endregion
|
|
2658
2658
|
//#region src/hooks/notifications/types.d.ts
|
|
2659
2659
|
type NotificationAction = {
|
|
@@ -2814,7 +2814,7 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
|
|
|
2814
2814
|
* );
|
|
2815
2815
|
* ```
|
|
2816
2816
|
*/
|
|
2817
|
-
declare const useAppHubApps: () =>
|
|
2817
|
+
declare const useAppHubApps: () => _tanstack_react_query40.UseQueryResult<AppHubApp[], Error>;
|
|
2818
2818
|
//#endregion
|
|
2819
2819
|
//#region src/utils/constants.d.ts
|
|
2820
2820
|
/** Tokens that cannot be swapped or transferred (e.g. governance voting tokens) */
|
|
@@ -3178,7 +3178,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
|
|
|
3178
3178
|
method: TMethod;
|
|
3179
3179
|
args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
|
|
3180
3180
|
queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
|
|
3181
|
-
}) =>
|
|
3181
|
+
}) => _tanstack_react_query40.UseQueryResult<_tanstack_react_query40.NoInfer<TData>, unknown>;
|
|
3182
3182
|
declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
|
|
3183
3183
|
thor,
|
|
3184
3184
|
calls,
|
|
@@ -3189,7 +3189,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
|
|
|
3189
3189
|
calls: MultipleClausesCallParameters<contracts, allowFailure>;
|
|
3190
3190
|
queryKey: string[];
|
|
3191
3191
|
enabled?: boolean;
|
|
3192
|
-
}) =>
|
|
3192
|
+
}) => _tanstack_react_query40.UseQueryResult<_tanstack_react_query40.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
|
|
3193
3193
|
//#endregion
|
|
3194
3194
|
//#region src/hooks/utils/useCurrency.d.ts
|
|
3195
3195
|
/**
|
|
@@ -3313,7 +3313,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
|
|
|
3313
3313
|
filterParams,
|
|
3314
3314
|
mapResponse,
|
|
3315
3315
|
nodeUrl
|
|
3316
|
-
}: UseEventsParams<T$1, K, R>) =>
|
|
3316
|
+
}: UseEventsParams<T$1, K, R>) => _tanstack_react_query40.UseQueryResult<R[], Error>;
|
|
3317
3317
|
//#endregion
|
|
3318
3318
|
//#region src/hooks/utils/useBuildClauses.d.ts
|
|
3319
3319
|
interface BuildClausesParams {
|
|
@@ -3558,7 +3558,7 @@ declare const useGenericDelegatorFeeEstimation: ({
|
|
|
3558
3558
|
tokens,
|
|
3559
3559
|
sendingAmount,
|
|
3560
3560
|
sendingTokenSymbol
|
|
3561
|
-
}: useGenericDelegatorFeeEstimationParams) =>
|
|
3561
|
+
}: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query40.UseQueryResult<EstimationResponse & {
|
|
3562
3562
|
usedToken: string;
|
|
3563
3563
|
}, Error>;
|
|
3564
3564
|
//#endregion
|
|
@@ -3572,7 +3572,7 @@ declare const useEstimateAllTokens: ({
|
|
|
3572
3572
|
clauses,
|
|
3573
3573
|
tokens,
|
|
3574
3574
|
enabled
|
|
3575
|
-
}: UseEstimateAllTokensParams) =>
|
|
3575
|
+
}: UseEstimateAllTokensParams) => _tanstack_react_query40.UseQueryResult<Record<GasTokenType, {
|
|
3576
3576
|
cost: number;
|
|
3577
3577
|
loading: boolean;
|
|
3578
3578
|
error?: string;
|
|
@@ -3589,7 +3589,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
|
|
|
3589
3589
|
* @param address The address of the account to get the balance for
|
|
3590
3590
|
* @returns The account balance
|
|
3591
3591
|
*/
|
|
3592
|
-
declare const useAccountBalance: (address?: string) =>
|
|
3592
|
+
declare const useAccountBalance: (address?: string) => _tanstack_react_query40.UseQueryResult<{
|
|
3593
3593
|
balance: string;
|
|
3594
3594
|
energy: string;
|
|
3595
3595
|
}, Error>;
|
|
@@ -3602,7 +3602,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
|
|
|
3602
3602
|
* @param version - The version of the smart account implementation
|
|
3603
3603
|
* @returns The address of the smart account implementation
|
|
3604
3604
|
*/
|
|
3605
|
-
declare const useAccountImplementationAddress: (version?: number) =>
|
|
3605
|
+
declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query40.UseQueryResult<string, Error>;
|
|
3606
3606
|
//#endregion
|
|
3607
3607
|
//#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
|
|
3608
3608
|
declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
|
|
@@ -3611,7 +3611,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
|
|
|
3611
3611
|
* Get the current account implementation version used by the smart account factory
|
|
3612
3612
|
* @returns The current account implementation version
|
|
3613
3613
|
*/
|
|
3614
|
-
declare const useCurrentAccountImplementationVersion: () =>
|
|
3614
|
+
declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query40.UseQueryResult<number, Error>;
|
|
3615
3615
|
//#endregion
|
|
3616
3616
|
//#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
|
|
3617
3617
|
declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
|
|
@@ -3621,7 +3621,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
|
|
|
3621
3621
|
* @param ownerAddress - The address of the owner of the smart account
|
|
3622
3622
|
* @returns The address of the smart account
|
|
3623
3623
|
*/
|
|
3624
|
-
declare const useGetAccountAddress: (ownerAddress?: string) =>
|
|
3624
|
+
declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query40.UseQueryResult<string, Error>;
|
|
3625
3625
|
//#endregion
|
|
3626
3626
|
//#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
|
|
3627
3627
|
declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => unknown[];
|
|
@@ -3631,7 +3631,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
|
|
|
3631
3631
|
* @param ownerAddress - The address of the owner of the smart account
|
|
3632
3632
|
* @returns The version of the smart account
|
|
3633
3633
|
*/
|
|
3634
|
-
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) =>
|
|
3634
|
+
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query40.UseQueryResult<{
|
|
3635
3635
|
version: number;
|
|
3636
3636
|
isDeployed: boolean;
|
|
3637
3637
|
}, unknown>;
|
|
@@ -3644,7 +3644,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
|
|
|
3644
3644
|
* @param ownerAddress - The address of the owner of the smart account
|
|
3645
3645
|
* @returns True if the smart account has a v1 smart account, false otherwise
|
|
3646
3646
|
*/
|
|
3647
|
-
declare const useHasV1SmartAccount: (ownerAddress?: string) =>
|
|
3647
|
+
declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query40.UseQueryResult<boolean, Error>;
|
|
3648
3648
|
//#endregion
|
|
3649
3649
|
//#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
|
|
3650
3650
|
declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
|
|
@@ -3653,7 +3653,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
|
|
|
3653
3653
|
* Check if a smart account is deployed
|
|
3654
3654
|
* @returns True if the smart account is deployed, false otherwise
|
|
3655
3655
|
*/
|
|
3656
|
-
declare const useIsSmartAccountDeployed: (accountAddress?: string) =>
|
|
3656
|
+
declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query40.UseQueryResult<boolean, Error>;
|
|
3657
3657
|
//#endregion
|
|
3658
3658
|
//#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
|
|
3659
3659
|
/**
|
|
@@ -3686,7 +3686,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
|
|
|
3686
3686
|
isDeployed: boolean;
|
|
3687
3687
|
}>;
|
|
3688
3688
|
declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
|
|
3689
|
-
declare const useSmartAccount: (ownerAddress?: string) =>
|
|
3689
|
+
declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query40.UseQueryResult<{
|
|
3690
3690
|
address: undefined;
|
|
3691
3691
|
isDeployed?: undefined;
|
|
3692
3692
|
} | {
|
|
@@ -3704,7 +3704,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
|
|
|
3704
3704
|
* @param targetVersion - The version of the smart account to check for
|
|
3705
3705
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
3706
3706
|
*/
|
|
3707
|
-
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>;
|
|
3708
3708
|
//#endregion
|
|
3709
3709
|
//#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
|
|
3710
3710
|
declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
|
|
@@ -3715,7 +3715,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
|
|
|
3715
3715
|
* @param targetVersion - The target version of the smart account
|
|
3716
3716
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
3717
3717
|
*/
|
|
3718
|
-
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) =>
|
|
3718
|
+
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query40.UseQueryResult<boolean, Error>;
|
|
3719
3719
|
//#endregion
|
|
3720
3720
|
//#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
|
|
3721
3721
|
type UseUpgradeSmartAccountVersionProps = {
|
|
@@ -3740,7 +3740,7 @@ declare const currentBlockQueryKey: () => string[];
|
|
|
3740
3740
|
* Fetches the current block from the blockchain. The block is refetched every 10 seconds.
|
|
3741
3741
|
* @returns the current block
|
|
3742
3742
|
*/
|
|
3743
|
-
declare const useCurrentBlock: () =>
|
|
3743
|
+
declare const useCurrentBlock: () => _tanstack_react_query40.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
|
|
3744
3744
|
//#endregion
|
|
3745
3745
|
//#region src/hooks/thor/blocks/useGetChainId.d.ts
|
|
3746
3746
|
declare const getChainId: (thor: ThorClient) => Promise<string>;
|
|
@@ -3749,7 +3749,7 @@ declare const getChainIdQueryKey: () => string[];
|
|
|
3749
3749
|
* Get the chain id
|
|
3750
3750
|
* @returns The chain id
|
|
3751
3751
|
*/
|
|
3752
|
-
declare const useGetChainId: () =>
|
|
3752
|
+
declare const useGetChainId: () => _tanstack_react_query40.UseQueryResult<string, Error>;
|
|
3753
3753
|
//#endregion
|
|
3754
3754
|
//#region src/hooks/thor/logs/logUtils.d.ts
|
|
3755
3755
|
/**
|
|
@@ -4029,7 +4029,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
|
|
|
4029
4029
|
* @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
|
|
4030
4030
|
* @returns Query result containing the transaction receipt
|
|
4031
4031
|
*/
|
|
4032
|
-
declare const useTxReceipt: (txId: string, blockTimeout?: number) =>
|
|
4032
|
+
declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query40.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
|
|
4033
4033
|
//#endregion
|
|
4034
4034
|
//#region src/hooks/thor/transactions/useGasEstimate.d.ts
|
|
4035
4035
|
declare const useGasEstimate: (thor: ThorClient, clauses: TransactionClause[], caller: string, options?: {
|
|
@@ -4067,7 +4067,7 @@ declare const SendTokenContent: ({
|
|
|
4067
4067
|
initialAmount,
|
|
4068
4068
|
initialToAddressOrDomain,
|
|
4069
4069
|
onBack: parentOnBack
|
|
4070
|
-
}: SendTokenContentProps) =>
|
|
4070
|
+
}: SendTokenContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4071
4071
|
//#endregion
|
|
4072
4072
|
//#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
|
|
4073
4073
|
type SendTokenSummaryContentProps = {
|
|
@@ -4087,7 +4087,7 @@ declare const SendTokenSummaryContent: ({
|
|
|
4087
4087
|
amount,
|
|
4088
4088
|
selectedToken,
|
|
4089
4089
|
formattedTotalAmount
|
|
4090
|
-
}: SendTokenSummaryContentProps) =>
|
|
4090
|
+
}: SendTokenSummaryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4091
4091
|
//#endregion
|
|
4092
4092
|
//#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
|
|
4093
4093
|
type Props$20 = {
|
|
@@ -4108,7 +4108,7 @@ declare const SelectTokenContent: ({
|
|
|
4108
4108
|
onBack,
|
|
4109
4109
|
showAllTokens,
|
|
4110
4110
|
excludedTokenSymbols
|
|
4111
|
-
}: Props$20) =>
|
|
4111
|
+
}: Props$20) => react_jsx_runtime3.JSX.Element;
|
|
4112
4112
|
//#endregion
|
|
4113
4113
|
//#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
|
|
4114
4114
|
type ReceiveTokenContentProps = {
|
|
@@ -4118,7 +4118,7 @@ type ReceiveTokenContentProps = {
|
|
|
4118
4118
|
declare const ReceiveTokenContent: ({
|
|
4119
4119
|
setCurrentContent,
|
|
4120
4120
|
onBack
|
|
4121
|
-
}: ReceiveTokenContentProps) =>
|
|
4121
|
+
}: ReceiveTokenContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4122
4122
|
//#endregion
|
|
4123
4123
|
//#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
|
|
4124
4124
|
type SwapTokenContentProps = {
|
|
@@ -4132,7 +4132,7 @@ declare const SwapTokenContent: ({
|
|
|
4132
4132
|
fromTokenAddress,
|
|
4133
4133
|
toTokenAddress,
|
|
4134
4134
|
onBack
|
|
4135
|
-
}: SwapTokenContentProps) =>
|
|
4135
|
+
}: SwapTokenContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4136
4136
|
//#endregion
|
|
4137
4137
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
|
|
4138
4138
|
type ChooseNameContentProps = {
|
|
@@ -4144,7 +4144,7 @@ declare const ChooseNameContent: ({
|
|
|
4144
4144
|
setCurrentContent,
|
|
4145
4145
|
onBack,
|
|
4146
4146
|
initialContentSource
|
|
4147
|
-
}: ChooseNameContentProps) =>
|
|
4147
|
+
}: ChooseNameContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4148
4148
|
//#endregion
|
|
4149
4149
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
|
|
4150
4150
|
type ChooseNameSearchContentProps = {
|
|
@@ -4156,7 +4156,7 @@ declare const ChooseNameSearchContent: ({
|
|
|
4156
4156
|
name: initialName,
|
|
4157
4157
|
setCurrentContent,
|
|
4158
4158
|
initialContentSource
|
|
4159
|
-
}: ChooseNameSearchContentProps) =>
|
|
4159
|
+
}: ChooseNameSearchContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4160
4160
|
//#endregion
|
|
4161
4161
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
|
|
4162
4162
|
type ChooseNameSummaryContentProps = {
|
|
@@ -4174,7 +4174,7 @@ declare const ChooseNameSummaryContent: ({
|
|
|
4174
4174
|
isOwnDomain,
|
|
4175
4175
|
isUnsetting,
|
|
4176
4176
|
initialContentSource
|
|
4177
|
-
}: ChooseNameSummaryContentProps) =>
|
|
4177
|
+
}: ChooseNameSummaryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4178
4178
|
//#endregion
|
|
4179
4179
|
//#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
|
|
4180
4180
|
type FAQContentProps = {
|
|
@@ -4184,7 +4184,7 @@ type FAQContentProps = {
|
|
|
4184
4184
|
declare const FAQContent: ({
|
|
4185
4185
|
onGoBack,
|
|
4186
4186
|
showLanguageSelector
|
|
4187
|
-
}: FAQContentProps) =>
|
|
4187
|
+
}: FAQContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4188
4188
|
//#endregion
|
|
4189
4189
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
|
|
4190
4190
|
type AccountCustomizationContentProps = {
|
|
@@ -4194,7 +4194,7 @@ type AccountCustomizationContentProps = {
|
|
|
4194
4194
|
declare const CustomizationContent: ({
|
|
4195
4195
|
setCurrentContent,
|
|
4196
4196
|
initialContentSource
|
|
4197
|
-
}: AccountCustomizationContentProps) =>
|
|
4197
|
+
}: AccountCustomizationContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4198
4198
|
//#endregion
|
|
4199
4199
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
|
|
4200
4200
|
type CustomizationSummaryContentProps = {
|
|
@@ -4213,7 +4213,7 @@ declare const CustomizationSummaryContent: ({
|
|
|
4213
4213
|
setCurrentContent,
|
|
4214
4214
|
changes,
|
|
4215
4215
|
onDoneRedirectContent
|
|
4216
|
-
}: CustomizationSummaryContentProps) =>
|
|
4216
|
+
}: CustomizationSummaryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4217
4217
|
//#endregion
|
|
4218
4218
|
//#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
|
|
4219
4219
|
type ProfileContentProps = {
|
|
@@ -4227,7 +4227,7 @@ declare const ProfileContent: ({
|
|
|
4227
4227
|
setCurrentContent,
|
|
4228
4228
|
onLogoutSuccess,
|
|
4229
4229
|
switchFeedback
|
|
4230
|
-
}: ProfileContentProps) =>
|
|
4230
|
+
}: ProfileContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4231
4231
|
//#endregion
|
|
4232
4232
|
//#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
|
|
4233
4233
|
type UpgradeSmartAccountContentProps = {
|
|
@@ -4239,7 +4239,7 @@ declare const UpgradeSmartAccountContent: ({
|
|
|
4239
4239
|
setCurrentContent,
|
|
4240
4240
|
handleClose,
|
|
4241
4241
|
initialContent
|
|
4242
|
-
}: UpgradeSmartAccountContentProps) =>
|
|
4242
|
+
}: UpgradeSmartAccountContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4243
4243
|
//#endregion
|
|
4244
4244
|
//#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
|
|
4245
4245
|
type AssetsContentProps = {
|
|
@@ -4247,7 +4247,7 @@ type AssetsContentProps = {
|
|
|
4247
4247
|
};
|
|
4248
4248
|
declare const AssetsContent: ({
|
|
4249
4249
|
setCurrentContent
|
|
4250
|
-
}: AssetsContentProps) =>
|
|
4250
|
+
}: AssetsContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4251
4251
|
//#endregion
|
|
4252
4252
|
//#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
|
|
4253
4253
|
type ManageCustomTokenContentProps = {
|
|
@@ -4255,7 +4255,7 @@ type ManageCustomTokenContentProps = {
|
|
|
4255
4255
|
};
|
|
4256
4256
|
declare const ManageCustomTokenContent: ({
|
|
4257
4257
|
setCurrentContent
|
|
4258
|
-
}: ManageCustomTokenContentProps) =>
|
|
4258
|
+
}: ManageCustomTokenContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4259
4259
|
//#endregion
|
|
4260
4260
|
//#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
|
|
4261
4261
|
type Props$19 = {
|
|
@@ -4263,7 +4263,7 @@ type Props$19 = {
|
|
|
4263
4263
|
};
|
|
4264
4264
|
declare const BridgeContent: ({
|
|
4265
4265
|
setCurrentContent
|
|
4266
|
-
}: Props$19) =>
|
|
4266
|
+
}: Props$19) => react_jsx_runtime3.JSX.Element;
|
|
4267
4267
|
//#endregion
|
|
4268
4268
|
//#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
|
|
4269
4269
|
type ChangeCurrencyContentProps = {
|
|
@@ -4271,7 +4271,7 @@ type ChangeCurrencyContentProps = {
|
|
|
4271
4271
|
};
|
|
4272
4272
|
declare const ChangeCurrencyContent: ({
|
|
4273
4273
|
setCurrentContent
|
|
4274
|
-
}: ChangeCurrencyContentProps) =>
|
|
4274
|
+
}: ChangeCurrencyContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4275
4275
|
//#endregion
|
|
4276
4276
|
//#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
|
|
4277
4277
|
type Props$18 = {
|
|
@@ -4279,7 +4279,7 @@ type Props$18 = {
|
|
|
4279
4279
|
};
|
|
4280
4280
|
declare const LanguageSettingsContent: ({
|
|
4281
4281
|
setCurrentContent
|
|
4282
|
-
}: Props$18) =>
|
|
4282
|
+
}: Props$18) => react_jsx_runtime3.JSX.Element;
|
|
4283
4283
|
//#endregion
|
|
4284
4284
|
//#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
|
|
4285
4285
|
type Props$17 = {
|
|
@@ -4287,7 +4287,7 @@ type Props$17 = {
|
|
|
4287
4287
|
};
|
|
4288
4288
|
declare const GasTokenSettingsContent: ({
|
|
4289
4289
|
setCurrentContent
|
|
4290
|
-
}: Props$17) =>
|
|
4290
|
+
}: Props$17) => react_jsx_runtime3.JSX.Element;
|
|
4291
4291
|
//#endregion
|
|
4292
4292
|
//#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
|
|
4293
4293
|
type SettingsContentProps = {
|
|
@@ -4297,7 +4297,7 @@ type SettingsContentProps = {
|
|
|
4297
4297
|
declare const SettingsContent: ({
|
|
4298
4298
|
setCurrentContent,
|
|
4299
4299
|
onLogoutSuccess
|
|
4300
|
-
}: SettingsContentProps) =>
|
|
4300
|
+
}: SettingsContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4301
4301
|
//#endregion
|
|
4302
4302
|
//#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
|
|
4303
4303
|
type TermsAndPrivacyContentProps = {
|
|
@@ -4305,7 +4305,7 @@ type TermsAndPrivacyContentProps = {
|
|
|
4305
4305
|
};
|
|
4306
4306
|
declare const TermsAndPrivacyContent: ({
|
|
4307
4307
|
onGoBack
|
|
4308
|
-
}: TermsAndPrivacyContentProps) =>
|
|
4308
|
+
}: TermsAndPrivacyContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4309
4309
|
//#endregion
|
|
4310
4310
|
//#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
|
|
4311
4311
|
type DisconnectConfirmContentProps = {
|
|
@@ -4321,7 +4321,7 @@ declare const DisconnectConfirmContent: ({
|
|
|
4321
4321
|
onClose,
|
|
4322
4322
|
showCloseButton,
|
|
4323
4323
|
text
|
|
4324
|
-
}: DisconnectConfirmContentProps) =>
|
|
4324
|
+
}: DisconnectConfirmContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4325
4325
|
//#endregion
|
|
4326
4326
|
//#region src/components/AccountModal/Contents/SelectWallet/SelectWalletContent.d.ts
|
|
4327
4327
|
type Props$16 = {
|
|
@@ -4334,7 +4334,7 @@ declare const SelectWalletContent: ({
|
|
|
4334
4334
|
setCurrentContent,
|
|
4335
4335
|
returnTo,
|
|
4336
4336
|
onLogoutSuccess: _onLogoutSuccess
|
|
4337
|
-
}: Props$16) =>
|
|
4337
|
+
}: Props$16) => react_jsx_runtime3.JSX.Element;
|
|
4338
4338
|
//#endregion
|
|
4339
4339
|
//#region src/components/AccountModal/Contents/SelectWallet/RemoveWalletConfirmContent.d.ts
|
|
4340
4340
|
type RemoveWalletConfirmContentProps = {
|
|
@@ -4350,7 +4350,7 @@ declare const RemoveWalletConfirmContent: ({
|
|
|
4350
4350
|
onConfirm,
|
|
4351
4351
|
onBack,
|
|
4352
4352
|
onClose
|
|
4353
|
-
}: RemoveWalletConfirmContentProps) =>
|
|
4353
|
+
}: RemoveWalletConfirmContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4354
4354
|
//#endregion
|
|
4355
4355
|
//#region src/components/AccountModal/Contents/TokenDetail/TokenDetailContent.d.ts
|
|
4356
4356
|
type TokenDetailContentProps = {
|
|
@@ -4360,7 +4360,7 @@ type TokenDetailContentProps = {
|
|
|
4360
4360
|
declare const TokenDetailContent: ({
|
|
4361
4361
|
setCurrentContent,
|
|
4362
4362
|
token
|
|
4363
|
-
}: TokenDetailContentProps) =>
|
|
4363
|
+
}: TokenDetailContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4364
4364
|
//#endregion
|
|
4365
4365
|
//#region src/components/AccountModal/Contents/NftDetail/NftDetailContent.d.ts
|
|
4366
4366
|
type NftDetailContentProps = {
|
|
@@ -4372,7 +4372,7 @@ declare const NftDetailContent: ({
|
|
|
4372
4372
|
setCurrentContent,
|
|
4373
4373
|
nft,
|
|
4374
4374
|
onBack
|
|
4375
|
-
}: NftDetailContentProps) =>
|
|
4375
|
+
}: NftDetailContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4376
4376
|
//#endregion
|
|
4377
4377
|
//#region src/components/AccountModal/Contents/NftCollection/NftCollectionContent.d.ts
|
|
4378
4378
|
type NftCollectionContentProps = {
|
|
@@ -4384,7 +4384,7 @@ declare const NftCollectionContent: ({
|
|
|
4384
4384
|
setCurrentContent,
|
|
4385
4385
|
collectionAddress,
|
|
4386
4386
|
onBack
|
|
4387
|
-
}: NftCollectionContentProps) =>
|
|
4387
|
+
}: NftCollectionContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4388
4388
|
//#endregion
|
|
4389
4389
|
//#region src/components/AccountModal/Contents/SendNft/SendNftContent.d.ts
|
|
4390
4390
|
type SendNftContentProps = {
|
|
@@ -4402,7 +4402,7 @@ declare const SendNftContent: ({
|
|
|
4402
4402
|
imageUrl,
|
|
4403
4403
|
initialToAddressOrDomain,
|
|
4404
4404
|
onBack
|
|
4405
|
-
}: SendNftContentProps) =>
|
|
4405
|
+
}: SendNftContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4406
4406
|
//#endregion
|
|
4407
4407
|
//#region src/components/AccountModal/Contents/SendNft/SendNftSummaryContent.d.ts
|
|
4408
4408
|
type SendNftSummaryContentProps = {
|
|
@@ -4422,7 +4422,7 @@ declare const SendNftSummaryContent: ({
|
|
|
4422
4422
|
toAddressOrDomain,
|
|
4423
4423
|
resolvedDomain,
|
|
4424
4424
|
resolvedAddress
|
|
4425
|
-
}: SendNftSummaryContentProps) =>
|
|
4425
|
+
}: SendNftSummaryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4426
4426
|
//#endregion
|
|
4427
4427
|
//#region src/components/AccountModal/Contents/TransactionHistory/TransactionHistoryContent.d.ts
|
|
4428
4428
|
type TransactionHistoryContentProps = {
|
|
@@ -4437,7 +4437,7 @@ declare const TransactionHistoryContent: ({
|
|
|
4437
4437
|
setCurrentContent,
|
|
4438
4438
|
tokenFilter,
|
|
4439
4439
|
onBack
|
|
4440
|
-
}: TransactionHistoryContentProps) =>
|
|
4440
|
+
}: TransactionHistoryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4441
4441
|
//#endregion
|
|
4442
4442
|
//#region src/components/AccountModal/Contents/TransactionHistory/TransactionDetailContent.d.ts
|
|
4443
4443
|
type TransactionDetailContentProps = {
|
|
@@ -4449,7 +4449,7 @@ declare const TransactionDetailContent: ({
|
|
|
4449
4449
|
setCurrentContent,
|
|
4450
4450
|
item,
|
|
4451
4451
|
onBack
|
|
4452
|
-
}: TransactionDetailContentProps) =>
|
|
4452
|
+
}: TransactionDetailContentProps) => react_jsx_runtime3.JSX.Element;
|
|
4453
4453
|
//#endregion
|
|
4454
4454
|
//#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
|
|
4455
4455
|
type CategoryFilter = string | null;
|
|
@@ -4602,7 +4602,7 @@ declare const AccountModal: ({
|
|
|
4602
4602
|
isOpen,
|
|
4603
4603
|
onClose,
|
|
4604
4604
|
initialContent
|
|
4605
|
-
}: Props$15) =>
|
|
4605
|
+
}: Props$15) => react_jsx_runtime3.JSX.Element;
|
|
4606
4606
|
//#endregion
|
|
4607
4607
|
//#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
|
|
4608
4608
|
interface AccountDetailsButtonProps {
|
|
@@ -4624,7 +4624,7 @@ declare const AccountDetailsButton: ({
|
|
|
4624
4624
|
onClick,
|
|
4625
4625
|
leftImage,
|
|
4626
4626
|
isActive
|
|
4627
|
-
}: AccountDetailsButtonProps) =>
|
|
4627
|
+
}: AccountDetailsButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
4628
4628
|
//#endregion
|
|
4629
4629
|
//#region src/components/AccountModal/Components/ActionButton.d.ts
|
|
4630
4630
|
type ActionButtonProps = {
|
|
@@ -4666,7 +4666,7 @@ declare const ActionButton: ({
|
|
|
4666
4666
|
extraContent,
|
|
4667
4667
|
dataTestId,
|
|
4668
4668
|
variant
|
|
4669
|
-
}: ActionButtonProps) =>
|
|
4669
|
+
}: ActionButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
4670
4670
|
//#endregion
|
|
4671
4671
|
//#region src/components/AccountModal/Components/AccountSelector.d.ts
|
|
4672
4672
|
type Props$14 = {
|
|
@@ -4686,7 +4686,7 @@ declare const AccountSelector: ({
|
|
|
4686
4686
|
onClose,
|
|
4687
4687
|
mt,
|
|
4688
4688
|
style
|
|
4689
|
-
}: Props$14) =>
|
|
4689
|
+
}: Props$14) => react_jsx_runtime3.JSX.Element;
|
|
4690
4690
|
//#endregion
|
|
4691
4691
|
//#region src/components/AccountModal/Components/BalanceSection.d.ts
|
|
4692
4692
|
declare const BalanceSection: ({
|
|
@@ -4697,7 +4697,7 @@ declare const BalanceSection: ({
|
|
|
4697
4697
|
mb?: number;
|
|
4698
4698
|
mt?: number;
|
|
4699
4699
|
onAssetsClick?: () => void;
|
|
4700
|
-
}) =>
|
|
4700
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
4701
4701
|
//#endregion
|
|
4702
4702
|
//#region src/components/AccountModal/Components/QuickActionsSection.d.ts
|
|
4703
4703
|
type Props$13 = {
|
|
@@ -4707,7 +4707,7 @@ type Props$13 = {
|
|
|
4707
4707
|
declare const QuickActionsSection: ({
|
|
4708
4708
|
mt,
|
|
4709
4709
|
setCurrentContent
|
|
4710
|
-
}: Props$13) =>
|
|
4710
|
+
}: Props$13) => react_jsx_runtime3.JSX.Element | null;
|
|
4711
4711
|
//#endregion
|
|
4712
4712
|
//#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
|
|
4713
4713
|
type FeatureAnnouncementCardProps = {
|
|
@@ -4715,16 +4715,16 @@ type FeatureAnnouncementCardProps = {
|
|
|
4715
4715
|
};
|
|
4716
4716
|
declare const FeatureAnnouncementCard: ({
|
|
4717
4717
|
setCurrentContent
|
|
4718
|
-
}: FeatureAnnouncementCardProps) =>
|
|
4718
|
+
}: FeatureAnnouncementCardProps) => react_jsx_runtime3.JSX.Element;
|
|
4719
4719
|
//#endregion
|
|
4720
4720
|
//#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
|
|
4721
|
-
declare const ExchangeWarningAlert: () =>
|
|
4721
|
+
declare const ExchangeWarningAlert: () => react_jsx_runtime3.JSX.Element;
|
|
4722
4722
|
//#endregion
|
|
4723
4723
|
//#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
|
|
4724
|
-
declare const DomainRequiredAlert: () =>
|
|
4724
|
+
declare const DomainRequiredAlert: () => react_jsx_runtime3.JSX.Element;
|
|
4725
4725
|
//#endregion
|
|
4726
4726
|
//#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
|
|
4727
|
-
declare const CrossAppConnectionSecurityCard: () =>
|
|
4727
|
+
declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime3.JSX.Element;
|
|
4728
4728
|
//#endregion
|
|
4729
4729
|
//#region src/components/common/ModalBackButton.d.ts
|
|
4730
4730
|
type BackButtonProps = {
|
|
@@ -4733,7 +4733,7 @@ type BackButtonProps = {
|
|
|
4733
4733
|
declare const ModalBackButton: ({
|
|
4734
4734
|
onClick,
|
|
4735
4735
|
...props
|
|
4736
|
-
}: BackButtonProps) =>
|
|
4736
|
+
}: BackButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
4737
4737
|
//#endregion
|
|
4738
4738
|
//#region src/components/common/AddressDisplay.d.ts
|
|
4739
4739
|
type Props$12 = {
|
|
@@ -4749,13 +4749,13 @@ declare const AddressDisplay: ({
|
|
|
4749
4749
|
style,
|
|
4750
4750
|
showHumanAddress,
|
|
4751
4751
|
setCurrentContent
|
|
4752
|
-
}: Props$12) =>
|
|
4752
|
+
}: Props$12) => react_jsx_runtime3.JSX.Element;
|
|
4753
4753
|
//#endregion
|
|
4754
4754
|
//#region src/components/common/VersionFooter.d.ts
|
|
4755
4755
|
type Props$11 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
|
|
4756
4756
|
declare const VersionFooter: ({
|
|
4757
4757
|
...props
|
|
4758
|
-
}: Props$11) =>
|
|
4758
|
+
}: Props$11) => react_jsx_runtime3.JSX.Element;
|
|
4759
4759
|
//#endregion
|
|
4760
4760
|
//#region src/components/common/StickyHeaderContainer.d.ts
|
|
4761
4761
|
type Props$10 = {
|
|
@@ -4766,7 +4766,7 @@ declare const useStickyHeaderContext: () => {
|
|
|
4766
4766
|
};
|
|
4767
4767
|
declare const StickyHeaderContainer: ({
|
|
4768
4768
|
children
|
|
4769
|
-
}: Props$10) =>
|
|
4769
|
+
}: Props$10) => react_jsx_runtime3.JSX.Element;
|
|
4770
4770
|
//#endregion
|
|
4771
4771
|
//#region src/components/common/StickyFooterContainer.d.ts
|
|
4772
4772
|
type Props$9 = {
|
|
@@ -4774,7 +4774,7 @@ type Props$9 = {
|
|
|
4774
4774
|
};
|
|
4775
4775
|
declare const StickyFooterContainer: ({
|
|
4776
4776
|
children
|
|
4777
|
-
}: Props$9) =>
|
|
4777
|
+
}: Props$9) => react_jsx_runtime3.JSX.Element;
|
|
4778
4778
|
//#endregion
|
|
4779
4779
|
//#region src/components/common/BaseModal.d.ts
|
|
4780
4780
|
type BaseModalProps = {
|
|
@@ -4823,7 +4823,7 @@ declare const BaseModal: ({
|
|
|
4823
4823
|
mobileMaxHeight,
|
|
4824
4824
|
desktopMinHeight,
|
|
4825
4825
|
desktopMaxHeight
|
|
4826
|
-
}: BaseModalProps) =>
|
|
4826
|
+
}: BaseModalProps) => react_jsx_runtime3.JSX.Element;
|
|
4827
4827
|
//#endregion
|
|
4828
4828
|
//#region src/components/common/AssetButton.d.ts
|
|
4829
4829
|
type AssetButtonProps = ButtonProps & {
|
|
@@ -4844,7 +4844,7 @@ declare const AssetButton: ({
|
|
|
4844
4844
|
onClick,
|
|
4845
4845
|
priceChange24hPct,
|
|
4846
4846
|
...buttonProps
|
|
4847
|
-
}: AssetButtonProps) =>
|
|
4847
|
+
}: AssetButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
4848
4848
|
//#endregion
|
|
4849
4849
|
//#region src/components/common/AddressDisplayCard.d.ts
|
|
4850
4850
|
type AddressDisplayCardProps = {
|
|
@@ -4864,7 +4864,7 @@ declare const AddressDisplayCard: ({
|
|
|
4864
4864
|
hideAddress,
|
|
4865
4865
|
balance,
|
|
4866
4866
|
tokenAddress
|
|
4867
|
-
}: AddressDisplayCardProps) =>
|
|
4867
|
+
}: AddressDisplayCardProps) => react_jsx_runtime3.JSX.Element;
|
|
4868
4868
|
//#endregion
|
|
4869
4869
|
//#region src/components/common/ModalFAQButton.d.ts
|
|
4870
4870
|
type FAQButtonProps = {
|
|
@@ -4873,13 +4873,13 @@ type FAQButtonProps = {
|
|
|
4873
4873
|
declare const ModalFAQButton: ({
|
|
4874
4874
|
onClick,
|
|
4875
4875
|
...props
|
|
4876
|
-
}: FAQButtonProps) =>
|
|
4876
|
+
}: FAQButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
4877
4877
|
//#endregion
|
|
4878
4878
|
//#region src/components/common/ScrollToTopWrapper.d.ts
|
|
4879
4879
|
declare const ScrollToTopWrapper: ({
|
|
4880
4880
|
children,
|
|
4881
4881
|
...props
|
|
4882
|
-
}: StackProps) =>
|
|
4882
|
+
}: StackProps) => react_jsx_runtime3.JSX.Element;
|
|
4883
4883
|
//#endregion
|
|
4884
4884
|
//#region src/components/common/AccountAvatar.d.ts
|
|
4885
4885
|
type AccountAvatarProps = {
|
|
@@ -4889,7 +4889,7 @@ type AccountAvatarProps = {
|
|
|
4889
4889
|
declare const AccountAvatar: ({
|
|
4890
4890
|
wallet,
|
|
4891
4891
|
props
|
|
4892
|
-
}: AccountAvatarProps) =>
|
|
4892
|
+
}: AccountAvatarProps) => react_jsx_runtime3.JSX.Element;
|
|
4893
4893
|
//#endregion
|
|
4894
4894
|
//#region src/components/common/TransactionButtonAndStatus.d.ts
|
|
4895
4895
|
type TransactionButtonAndStatusProps = {
|
|
@@ -4931,7 +4931,7 @@ declare const TransactionButtonAndStatus: ({
|
|
|
4931
4931
|
isLoadingGasEstimation,
|
|
4932
4932
|
showGasEstimationError,
|
|
4933
4933
|
context
|
|
4934
|
-
}: TransactionButtonAndStatusProps) =>
|
|
4934
|
+
}: TransactionButtonAndStatusProps) => react_jsx_runtime3.JSX.Element;
|
|
4935
4935
|
//#endregion
|
|
4936
4936
|
//#region src/components/common/ModalNotificationButton.d.ts
|
|
4937
4937
|
type NotificationButtonProps = {
|
|
@@ -4942,7 +4942,7 @@ declare const ModalNotificationButton: ({
|
|
|
4942
4942
|
onClick,
|
|
4943
4943
|
hasUnreadNotifications,
|
|
4944
4944
|
...props
|
|
4945
|
-
}: NotificationButtonProps) =>
|
|
4945
|
+
}: NotificationButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
4946
4946
|
//#endregion
|
|
4947
4947
|
//#region src/components/common/GasFeeSummary.d.ts
|
|
4948
4948
|
interface GasFeeSummaryProps {
|
|
@@ -4978,7 +4978,7 @@ declare const GasFeeTokenSelector: ({
|
|
|
4978
4978
|
availableTokens,
|
|
4979
4979
|
tokenEstimations,
|
|
4980
4980
|
walletAddress
|
|
4981
|
-
}: GasFeeTokenSelectorProps) =>
|
|
4981
|
+
}: GasFeeTokenSelectorProps) => react_jsx_runtime3.JSX.Element;
|
|
4982
4982
|
//#endregion
|
|
4983
4983
|
//#region src/components/common/InlineFeedback.d.ts
|
|
4984
4984
|
type Props$8 = {
|
|
@@ -4990,7 +4990,7 @@ declare const InlineFeedback: ({
|
|
|
4990
4990
|
message,
|
|
4991
4991
|
duration,
|
|
4992
4992
|
onClose
|
|
4993
|
-
}: Props$8) =>
|
|
4993
|
+
}: Props$8) => react_jsx_runtime3.JSX.Element;
|
|
4994
4994
|
//#endregion
|
|
4995
4995
|
//#region src/components/common/WalletSwitchFeedback.d.ts
|
|
4996
4996
|
type Props$7 = {
|
|
@@ -5007,7 +5007,7 @@ type Props$7 = {
|
|
|
5007
5007
|
*/
|
|
5008
5008
|
declare const WalletSwitchFeedback: ({
|
|
5009
5009
|
showFeedback
|
|
5010
|
-
}: Props$7) =>
|
|
5010
|
+
}: Props$7) => react_jsx_runtime3.JSX.Element | null;
|
|
5011
5011
|
//#endregion
|
|
5012
5012
|
//#region src/components/common/PriceChangeBadge.d.ts
|
|
5013
5013
|
type Props$6 = TextProps & {
|
|
@@ -5018,7 +5018,7 @@ declare const PriceChangeBadge: ({
|
|
|
5018
5018
|
valuePct,
|
|
5019
5019
|
showSuffix,
|
|
5020
5020
|
...textProps
|
|
5021
|
-
}: Props$6) =>
|
|
5021
|
+
}: Props$6) => react_jsx_runtime3.JSX.Element | null;
|
|
5022
5022
|
//#endregion
|
|
5023
5023
|
//#region src/components/common/AddressOrDomainLabel.d.ts
|
|
5024
5024
|
type Props$5 = TextProps & {
|
|
@@ -5035,7 +5035,7 @@ declare const AddressOrDomainLabel: ({
|
|
|
5035
5035
|
headLen,
|
|
5036
5036
|
tailLen,
|
|
5037
5037
|
...textProps
|
|
5038
|
-
}: Props$5) =>
|
|
5038
|
+
}: Props$5) => react_jsx_runtime3.JSX.Element;
|
|
5039
5039
|
//#endregion
|
|
5040
5040
|
//#region src/components/common/CopyIconButton.d.ts
|
|
5041
5041
|
type Props$4 = Omit<IconButtonProps, 'aria-label' | 'icon' | 'onClick'> & {
|
|
@@ -5048,7 +5048,7 @@ declare const CopyIconButton: ({
|
|
|
5048
5048
|
size,
|
|
5049
5049
|
variant,
|
|
5050
5050
|
...rest
|
|
5051
|
-
}: Props$4) =>
|
|
5051
|
+
}: Props$4) => react_jsx_runtime3.JSX.Element;
|
|
5052
5052
|
//#endregion
|
|
5053
5053
|
//#region src/components/common/PriceChart.d.ts
|
|
5054
5054
|
type Props$3 = BoxProps & {
|
|
@@ -5075,7 +5075,7 @@ declare const PriceChart: ({
|
|
|
5075
5075
|
interactive,
|
|
5076
5076
|
formatValue,
|
|
5077
5077
|
...boxProps
|
|
5078
|
-
}: Props$3) =>
|
|
5078
|
+
}: Props$3) => react_jsx_runtime3.JSX.Element | null;
|
|
5079
5079
|
//#endregion
|
|
5080
5080
|
//#region src/components/common/StatusScreen.d.ts
|
|
5081
5081
|
type Status = 'success' | 'error';
|
|
@@ -5118,7 +5118,7 @@ declare const StatusScreen: ({
|
|
|
5118
5118
|
bodyExtras,
|
|
5119
5119
|
footerExtras,
|
|
5120
5120
|
hideCloseButton
|
|
5121
|
-
}: StatusScreenProps) =>
|
|
5121
|
+
}: StatusScreenProps) => react_jsx_runtime3.JSX.Element;
|
|
5122
5122
|
//#endregion
|
|
5123
5123
|
//#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
|
|
5124
5124
|
type SuccessfulOperationContentProps = {
|
|
@@ -5148,7 +5148,7 @@ declare const UpgradeSmartAccountModal: ({
|
|
|
5148
5148
|
isOpen,
|
|
5149
5149
|
onClose,
|
|
5150
5150
|
style
|
|
5151
|
-
}: Props$2) =>
|
|
5151
|
+
}: Props$2) => react_jsx_runtime3.JSX.Element;
|
|
5152
5152
|
//#endregion
|
|
5153
5153
|
//#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
|
|
5154
5154
|
type Props$1 = {
|
|
@@ -5163,7 +5163,7 @@ declare const LegalDocumentsModal: ({
|
|
|
5163
5163
|
onAgree,
|
|
5164
5164
|
handleLogout,
|
|
5165
5165
|
onlyOptionalDocuments
|
|
5166
|
-
}: Props$1) =>
|
|
5166
|
+
}: Props$1) => react_jsx_runtime3.JSX.Element;
|
|
5167
5167
|
//#endregion
|
|
5168
5168
|
//#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
|
|
5169
5169
|
type Props = {
|
|
@@ -5175,7 +5175,7 @@ declare const LegalDocumentItem: ({
|
|
|
5175
5175
|
document,
|
|
5176
5176
|
register,
|
|
5177
5177
|
isText
|
|
5178
|
-
}: Props) =>
|
|
5178
|
+
}: Props) => react_jsx_runtime3.JSX.Element;
|
|
5179
5179
|
//#endregion
|
|
5180
5180
|
//#region src/providers/ModalProvider.d.ts
|
|
5181
5181
|
type AccountModalOptions = {
|
|
@@ -5210,7 +5210,7 @@ declare const ModalProvider: ({
|
|
|
5210
5210
|
children
|
|
5211
5211
|
}: {
|
|
5212
5212
|
children: ReactNode;
|
|
5213
|
-
}) =>
|
|
5213
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
5214
5214
|
//#endregion
|
|
5215
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 };
|
|
5216
|
-
//# sourceMappingURL=index-
|
|
5216
|
+
//# sourceMappingURL=index-C6RT-d4L.d.cts.map
|