@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,13 +1,13 @@
|
|
|
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_runtime0 from "react/jsx-runtime";
|
|
5
5
|
import { Account } from "viem/accounts";
|
|
6
6
|
import * as _vechain_sdk_core0 from "@vechain/sdk-core";
|
|
7
7
|
import { Address, Certificate, CertificateData, Clause, Revision, Transaction, TransactionClause } from "@vechain/sdk-core";
|
|
8
8
|
import { LoginMethodOrderOption, OAuthProviderType, SignTypedDataParams, User, WalletListEntry, useMfaEnrollment, usePrivy as usePrivy$1, useSetWalletRecovery } from "@privy-io/react-auth";
|
|
9
9
|
import { WalletButton as DAppKitWalletButton, WalletConnectOptions, useThor as useThor$1, useWallet as useDAppKitWallet, useWalletModal as useDAppKitWalletModal } from "@vechain/dapp-kit-react";
|
|
10
|
-
import * as
|
|
10
|
+
import * as _tanstack_react_query32 from "@tanstack/react-query";
|
|
11
11
|
import { UseQueryOptions } from "@tanstack/react-query";
|
|
12
12
|
import "wagmi/query";
|
|
13
13
|
import { CustomTokenInfo } from "@vechain/contract-getters";
|
|
@@ -21,7 +21,7 @@ import { CompressedBlockDetail, EventLogs, FilterEventLogsOptions, ThorClient, T
|
|
|
21
21
|
import { LogLevel, WalletSource } from "@vechain/dapp-kit";
|
|
22
22
|
import { CustomizedStyle, I18n, SourceInfo } from "@vechain/dapp-kit-ui";
|
|
23
23
|
import { IconType } from "react-icons";
|
|
24
|
-
import * as
|
|
24
|
+
import * as _tanstack_query_core2 from "@tanstack/query-core";
|
|
25
25
|
import * as abitype0 from "abitype";
|
|
26
26
|
import { AbiParametersToPrimitiveTypes, ExtractAbiFunction, ExtractAbiFunctionNames } from "abitype";
|
|
27
27
|
|
|
@@ -56,7 +56,7 @@ declare const genesises: {
|
|
|
56
56
|
readonly main: CompressedBlockDetail;
|
|
57
57
|
readonly test: CompressedBlockDetail;
|
|
58
58
|
readonly solo: CompressedBlockDetail;
|
|
59
|
-
which(gid: string): "
|
|
59
|
+
which(gid: string): "main" | "test" | "solo" | undefined;
|
|
60
60
|
};
|
|
61
61
|
//#endregion
|
|
62
62
|
//#region src/config/index.d.ts
|
|
@@ -739,7 +739,7 @@ declare const useVeChainKitConfig: () => VeChainKitConfig;
|
|
|
739
739
|
* ```
|
|
740
740
|
*/
|
|
741
741
|
declare const useAppConfig: () => AppConfig;
|
|
742
|
-
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) =>
|
|
742
|
+
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime0.JSX.Element;
|
|
743
743
|
//#endregion
|
|
744
744
|
//#region src/providers/PrivyWalletProvider.d.ts
|
|
745
745
|
interface PrivyWalletProviderContextType {
|
|
@@ -782,7 +782,7 @@ declare const PrivyWalletProvider: ({
|
|
|
782
782
|
delegatorUrl?: string;
|
|
783
783
|
delegateAllTransactions: boolean;
|
|
784
784
|
genericDelegator?: boolean;
|
|
785
|
-
}) =>
|
|
785
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
786
786
|
declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
|
|
787
787
|
//#endregion
|
|
788
788
|
//#region src/providers/VechainKitThemeProvider.d.ts
|
|
@@ -800,7 +800,7 @@ declare const VechainKitThemeProvider: ({
|
|
|
800
800
|
children,
|
|
801
801
|
darkMode,
|
|
802
802
|
theme: customTheme
|
|
803
|
-
}: Props$42) =>
|
|
803
|
+
}: Props$42) => react_jsx_runtime0.JSX.Element;
|
|
804
804
|
//#endregion
|
|
805
805
|
//#region src/providers/LegalDocumentsProvider.d.ts
|
|
806
806
|
type Props$41 = {
|
|
@@ -816,7 +816,7 @@ type LegalDocumentsContextType = {
|
|
|
816
816
|
declare const useLegalDocuments: () => LegalDocumentsContextType;
|
|
817
817
|
declare const LegalDocumentsProvider: ({
|
|
818
818
|
children
|
|
819
|
-
}: Props$41) =>
|
|
819
|
+
}: Props$41) => react_jsx_runtime0.JSX.Element;
|
|
820
820
|
//#endregion
|
|
821
821
|
//#region src/components/ConnectModal/ConnectModal.d.ts
|
|
822
822
|
type Props$40 = {
|
|
@@ -857,7 +857,7 @@ declare const ConnectModal: ({
|
|
|
857
857
|
onClose,
|
|
858
858
|
initialContent,
|
|
859
859
|
preventAutoClose
|
|
860
|
-
}: Props$40) =>
|
|
860
|
+
}: Props$40) => react_jsx_runtime0.JSX.Element;
|
|
861
861
|
//#endregion
|
|
862
862
|
//#region src/components/ConnectModal/Contents/MainContent.d.ts
|
|
863
863
|
type Props$39 = {
|
|
@@ -865,7 +865,7 @@ type Props$39 = {
|
|
|
865
865
|
};
|
|
866
866
|
declare const MainContent: ({
|
|
867
867
|
setCurrentContent
|
|
868
|
-
}: Props$39) =>
|
|
868
|
+
}: Props$39) => react_jsx_runtime0.JSX.Element;
|
|
869
869
|
//#endregion
|
|
870
870
|
//#region src/components/ConnectModal/Contents/LoadingContent.d.ts
|
|
871
871
|
type LoadingContentProps = {
|
|
@@ -894,7 +894,7 @@ declare const LoadingContent: ({
|
|
|
894
894
|
onGoBack,
|
|
895
895
|
showBackButton,
|
|
896
896
|
providerIcon
|
|
897
|
-
}: LoadingContentProps) =>
|
|
897
|
+
}: LoadingContentProps) => react_jsx_runtime0.JSX.Element;
|
|
898
898
|
//#endregion
|
|
899
899
|
//#region src/components/ConnectModal/Contents/ErrorContent.d.ts
|
|
900
900
|
type ErrorContentProps = {
|
|
@@ -915,7 +915,7 @@ declare const ErrorContent: ({
|
|
|
915
915
|
onClose,
|
|
916
916
|
onTryAgain,
|
|
917
917
|
onGoBack
|
|
918
|
-
}: ErrorContentProps) =>
|
|
918
|
+
}: ErrorContentProps) => react_jsx_runtime0.JSX.Element;
|
|
919
919
|
//#endregion
|
|
920
920
|
//#region src/components/ConnectModal/Contents/EcosystemContent.d.ts
|
|
921
921
|
type Props$38 = {
|
|
@@ -931,7 +931,7 @@ declare const EcosystemContent: ({
|
|
|
931
931
|
isLoading,
|
|
932
932
|
setCurrentContent,
|
|
933
933
|
showBackButton
|
|
934
|
-
}: Props$38) =>
|
|
934
|
+
}: Props$38) => react_jsx_runtime0.JSX.Element;
|
|
935
935
|
//#endregion
|
|
936
936
|
//#region src/components/ConnectModal/Contents/MoreOptionsContent.d.ts
|
|
937
937
|
type Props$37 = {
|
|
@@ -943,7 +943,7 @@ declare const MoreOptionsContent: ({
|
|
|
943
943
|
onClose,
|
|
944
944
|
setCurrentContent,
|
|
945
945
|
showBackButton
|
|
946
|
-
}: Props$37) =>
|
|
946
|
+
}: Props$37) => react_jsx_runtime0.JSX.Element;
|
|
947
947
|
//#endregion
|
|
948
948
|
//#region src/components/ConnectModal/Components/ConnectionButton.d.ts
|
|
949
949
|
interface ConnectionButtonProps {
|
|
@@ -973,7 +973,7 @@ declare const ConnectionButton: ({
|
|
|
973
973
|
style,
|
|
974
974
|
variant,
|
|
975
975
|
iconWidth
|
|
976
|
-
}: ConnectionButtonProps) =>
|
|
976
|
+
}: ConnectionButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
977
977
|
//#endregion
|
|
978
978
|
//#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
|
|
979
979
|
/**
|
|
@@ -983,7 +983,7 @@ declare const ConnectionButton: ({
|
|
|
983
983
|
* the consumer dApp has no privy, useLoginModalContent hides this
|
|
984
984
|
* button entirely.
|
|
985
985
|
*/
|
|
986
|
-
declare const EmailLoginButton: () =>
|
|
986
|
+
declare const EmailLoginButton: () => react_jsx_runtime0.JSX.Element;
|
|
987
987
|
//#endregion
|
|
988
988
|
//#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
|
|
989
989
|
type Props$36 = {
|
|
@@ -995,7 +995,7 @@ declare const VeChainLoginButton: ({
|
|
|
995
995
|
isDark,
|
|
996
996
|
gridColumn,
|
|
997
997
|
setCurrentContent
|
|
998
|
-
}: Props$36) =>
|
|
998
|
+
}: Props$36) => react_jsx_runtime0.JSX.Element;
|
|
999
999
|
//#endregion
|
|
1000
1000
|
//#region src/components/ConnectModal/Components/EcosystemButton.d.ts
|
|
1001
1001
|
type Props$35 = {
|
|
@@ -1009,7 +1009,7 @@ declare const EcosystemButton: ({
|
|
|
1009
1009
|
appsInfo,
|
|
1010
1010
|
isLoading,
|
|
1011
1011
|
setCurrentContent
|
|
1012
|
-
}: Props$35) =>
|
|
1012
|
+
}: Props$35) => react_jsx_runtime0.JSX.Element;
|
|
1013
1013
|
//#endregion
|
|
1014
1014
|
//#region src/components/ConnectModal/Components/PrivyButton.d.ts
|
|
1015
1015
|
type Props$34 = {
|
|
@@ -1021,7 +1021,7 @@ declare const PrivyButton: ({
|
|
|
1021
1021
|
isDark,
|
|
1022
1022
|
onViewMoreLogin,
|
|
1023
1023
|
gridColumn
|
|
1024
|
-
}: Props$34) =>
|
|
1024
|
+
}: Props$34) => react_jsx_runtime0.JSX.Element;
|
|
1025
1025
|
//#endregion
|
|
1026
1026
|
//#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
|
|
1027
1027
|
type Props$33 = {
|
|
@@ -1035,7 +1035,7 @@ declare const LoginWithGoogleButton: ({
|
|
|
1035
1035
|
isDark,
|
|
1036
1036
|
gridColumn,
|
|
1037
1037
|
isPrimary
|
|
1038
|
-
}: Props$33) =>
|
|
1038
|
+
}: Props$33) => react_jsx_runtime0.JSX.Element;
|
|
1039
1039
|
//#endregion
|
|
1040
1040
|
//#region src/components/ConnectModal/Components/LoginWithAppleButton.d.ts
|
|
1041
1041
|
type Props$32 = {
|
|
@@ -1051,7 +1051,7 @@ declare const LoginWithAppleButton: ({
|
|
|
1051
1051
|
isDark,
|
|
1052
1052
|
gridColumn,
|
|
1053
1053
|
isPrimary
|
|
1054
|
-
}: Props$32) =>
|
|
1054
|
+
}: Props$32) => react_jsx_runtime0.JSX.Element;
|
|
1055
1055
|
//#endregion
|
|
1056
1056
|
//#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
|
|
1057
1057
|
type Props$31 = {
|
|
@@ -1063,7 +1063,7 @@ declare const PasskeyLoginButton: ({
|
|
|
1063
1063
|
isDark,
|
|
1064
1064
|
gridColumn,
|
|
1065
1065
|
setCurrentContent
|
|
1066
|
-
}: Props$31) =>
|
|
1066
|
+
}: Props$31) => react_jsx_runtime0.JSX.Element;
|
|
1067
1067
|
//#endregion
|
|
1068
1068
|
//#region src/components/ConnectModal/Components/DappKitButton.d.ts
|
|
1069
1069
|
type Props$30 = {
|
|
@@ -1073,7 +1073,7 @@ type Props$30 = {
|
|
|
1073
1073
|
declare const DappKitButton: ({
|
|
1074
1074
|
isDark,
|
|
1075
1075
|
gridColumn
|
|
1076
|
-
}: Props$30) =>
|
|
1076
|
+
}: Props$30) => react_jsx_runtime0.JSX.Element;
|
|
1077
1077
|
//#endregion
|
|
1078
1078
|
//#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
|
|
1079
1079
|
type Props$29 = {
|
|
@@ -1083,7 +1083,7 @@ type Props$29 = {
|
|
|
1083
1083
|
declare const VeChainWithPrivyLoginButton: ({
|
|
1084
1084
|
isDark,
|
|
1085
1085
|
gridColumn
|
|
1086
|
-
}: Props$29) =>
|
|
1086
|
+
}: Props$29) => react_jsx_runtime0.JSX.Element;
|
|
1087
1087
|
//#endregion
|
|
1088
1088
|
//#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
|
|
1089
1089
|
type Props$28 = {
|
|
@@ -1096,7 +1096,7 @@ declare const LoginWithGithubButton: ({
|
|
|
1096
1096
|
isDark,
|
|
1097
1097
|
gridColumn,
|
|
1098
1098
|
isPrimary
|
|
1099
|
-
}: Props$28) =>
|
|
1099
|
+
}: Props$28) => react_jsx_runtime0.JSX.Element;
|
|
1100
1100
|
//#endregion
|
|
1101
1101
|
//#region src/components/ConnectModal/Components/VeWorldButton.d.ts
|
|
1102
1102
|
type Props$27 = {
|
|
@@ -1116,7 +1116,7 @@ declare const VeWorldButton: ({
|
|
|
1116
1116
|
gridColumn,
|
|
1117
1117
|
setCurrentContent,
|
|
1118
1118
|
isPrimary
|
|
1119
|
-
}: Props$27) =>
|
|
1119
|
+
}: Props$27) => react_jsx_runtime0.JSX.Element;
|
|
1120
1120
|
//#endregion
|
|
1121
1121
|
//#region src/components/ConnectModal/Components/Sync2Button.d.ts
|
|
1122
1122
|
type Props$26 = {
|
|
@@ -1128,7 +1128,7 @@ declare const Sync2Button: ({
|
|
|
1128
1128
|
isDark,
|
|
1129
1129
|
gridColumn,
|
|
1130
1130
|
setCurrentContent
|
|
1131
|
-
}: Props$26) =>
|
|
1131
|
+
}: Props$26) => react_jsx_runtime0.JSX.Element;
|
|
1132
1132
|
//#endregion
|
|
1133
1133
|
//#region src/components/ConnectModal/Components/WalletConnectButton.d.ts
|
|
1134
1134
|
type Props$25 = {
|
|
@@ -1140,7 +1140,7 @@ declare const WalletConnectButton: ({
|
|
|
1140
1140
|
isDark,
|
|
1141
1141
|
gridColumn,
|
|
1142
1142
|
setCurrentContent
|
|
1143
|
-
}: Props$25) =>
|
|
1143
|
+
}: Props$25) => react_jsx_runtime0.JSX.Element;
|
|
1144
1144
|
//#endregion
|
|
1145
1145
|
//#region src/components/ConnectModal/ConnectPopover.d.ts
|
|
1146
1146
|
type ConnectPopoverProps = {
|
|
@@ -1150,7 +1150,7 @@ type ConnectPopoverProps = {
|
|
|
1150
1150
|
declare const ConnectPopover: ({
|
|
1151
1151
|
isLoading,
|
|
1152
1152
|
buttonStyle
|
|
1153
|
-
}: ConnectPopoverProps) =>
|
|
1153
|
+
}: ConnectPopoverProps) => react_jsx_runtime0.JSX.Element;
|
|
1154
1154
|
//#endregion
|
|
1155
1155
|
//#region src/components/WalletButton/types.d.ts
|
|
1156
1156
|
type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
|
|
@@ -1169,10 +1169,10 @@ declare const WalletButton: ({
|
|
|
1169
1169
|
buttonStyle,
|
|
1170
1170
|
connectionVariant,
|
|
1171
1171
|
label
|
|
1172
|
-
}: WalletButtonProps) =>
|
|
1172
|
+
}: WalletButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
1173
1173
|
//#endregion
|
|
1174
1174
|
//#region src/components/WalletButton/SocialIcons.d.ts
|
|
1175
|
-
declare const SocialIcons: () =>
|
|
1175
|
+
declare const SocialIcons: () => react_jsx_runtime0.JSX.Element;
|
|
1176
1176
|
//#endregion
|
|
1177
1177
|
//#region src/components/TransactionModal/TransactionModal.d.ts
|
|
1178
1178
|
type TransactionModalProps = {
|
|
@@ -1202,7 +1202,7 @@ declare const TransactionModal: ({
|
|
|
1202
1202
|
txReceipt,
|
|
1203
1203
|
txError,
|
|
1204
1204
|
onTryAgain
|
|
1205
|
-
}: TransactionModalProps) =>
|
|
1205
|
+
}: TransactionModalProps) => react_jsx_runtime0.JSX.Element | null;
|
|
1206
1206
|
//#endregion
|
|
1207
1207
|
//#region src/components/TransactionModal/Components/ShareButtons.d.ts
|
|
1208
1208
|
type Props$24 = {
|
|
@@ -1212,7 +1212,7 @@ type Props$24 = {
|
|
|
1212
1212
|
};
|
|
1213
1213
|
declare const ShareButtons: ({
|
|
1214
1214
|
description
|
|
1215
|
-
}: Props$24) =>
|
|
1215
|
+
}: Props$24) => react_jsx_runtime0.JSX.Element;
|
|
1216
1216
|
//#endregion
|
|
1217
1217
|
//#region src/components/TransactionModal/TransactionModalContent.d.ts
|
|
1218
1218
|
declare const TransactionModalContent: ({
|
|
@@ -1222,7 +1222,7 @@ declare const TransactionModalContent: ({
|
|
|
1222
1222
|
txReceipt,
|
|
1223
1223
|
txError,
|
|
1224
1224
|
onClose
|
|
1225
|
-
}: Omit<TransactionModalProps, "isOpen">) =>
|
|
1225
|
+
}: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime0.JSX.Element;
|
|
1226
1226
|
//#endregion
|
|
1227
1227
|
//#region src/components/TransactionToast/TransactionToast.d.ts
|
|
1228
1228
|
type TransactionToastProps = {
|
|
@@ -1242,7 +1242,7 @@ declare const TransactionToast: ({
|
|
|
1242
1242
|
txError,
|
|
1243
1243
|
onTryAgain,
|
|
1244
1244
|
description
|
|
1245
|
-
}: TransactionToastProps) =>
|
|
1245
|
+
}: TransactionToastProps) => react_jsx_runtime0.JSX.Element | null;
|
|
1246
1246
|
//#endregion
|
|
1247
1247
|
//#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
|
|
1248
1248
|
type Props$23 = {
|
|
@@ -1258,12 +1258,12 @@ declare const AccountMainContent: ({
|
|
|
1258
1258
|
wallet,
|
|
1259
1259
|
onClose,
|
|
1260
1260
|
switchFeedback
|
|
1261
|
-
}: Props$23) =>
|
|
1261
|
+
}: Props$23) => react_jsx_runtime0.JSX.Element;
|
|
1262
1262
|
//#endregion
|
|
1263
1263
|
//#region src/hooks/api/privy/useFetchAppInfo.d.ts
|
|
1264
1264
|
declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
|
|
1265
1265
|
declare const getPrivyAppInfoQueryKey: (appIds: string | string[]) => string[];
|
|
1266
|
-
declare const useFetchAppInfo: (appIds: string | string[]) =>
|
|
1266
|
+
declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query32.UseQueryResult<{
|
|
1267
1267
|
[k: string]: {
|
|
1268
1268
|
website: string | undefined;
|
|
1269
1269
|
id: string;
|
|
@@ -1284,7 +1284,7 @@ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_qu
|
|
|
1284
1284
|
//#endregion
|
|
1285
1285
|
//#region src/hooks/api/privy/useFetchPrivyStatus.d.ts
|
|
1286
1286
|
declare const fetchPrivyStatus: () => Promise<string>;
|
|
1287
|
-
declare const useFetchPrivyStatus: () =>
|
|
1287
|
+
declare const useFetchPrivyStatus: () => _tanstack_react_query32.UseQueryResult<string, Error>;
|
|
1288
1288
|
//#endregion
|
|
1289
1289
|
//#region src/hooks/api/vetDomains/useVechainDomain.d.ts
|
|
1290
1290
|
interface VeChainDomainResult {
|
|
@@ -1294,11 +1294,11 @@ interface VeChainDomainResult {
|
|
|
1294
1294
|
isPrimaryDomain: boolean;
|
|
1295
1295
|
}
|
|
1296
1296
|
declare const getVechainDomainQueryKey: (addressOrDomain?: string | null) => (string | null | undefined)[];
|
|
1297
|
-
declare const useVechainDomain: (addressOrDomain?: string | null) =>
|
|
1297
|
+
declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query32.UseQueryResult<VeChainDomainResult, Error>;
|
|
1298
1298
|
//#endregion
|
|
1299
1299
|
//#region src/hooks/api/vetDomains/useEnsRecordExists.d.ts
|
|
1300
1300
|
declare const getEnsRecordExistsQueryKey: (name: string) => string[];
|
|
1301
|
-
declare const useEnsRecordExists: (name: string) =>
|
|
1301
|
+
declare const useEnsRecordExists: (name: string) => _tanstack_react_query32.UseQueryResult<boolean, Error>;
|
|
1302
1302
|
//#endregion
|
|
1303
1303
|
//#region src/hooks/api/vetDomains/useClaimVeWorldSubdomain.d.ts
|
|
1304
1304
|
type useClaimVeWorldSubdomainProps = {
|
|
@@ -1360,7 +1360,7 @@ declare const getIsDomainProtectedQueryKey: (domain?: string) => (string | undef
|
|
|
1360
1360
|
* @param {boolean} [enabled=true] - Flag to enable or disable the hook.
|
|
1361
1361
|
* @returns The result of the useQuery hook, with the protection status.
|
|
1362
1362
|
*/
|
|
1363
|
-
declare const useIsDomainProtected: (domain?: string, enabled?: boolean) =>
|
|
1363
|
+
declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query32.UseQueryResult<boolean, Error>;
|
|
1364
1364
|
//#endregion
|
|
1365
1365
|
//#region src/hooks/api/vetDomains/useGetDomainsOfAddress.d.ts
|
|
1366
1366
|
declare const DomainSchema: z.ZodObject<{
|
|
@@ -1388,7 +1388,7 @@ declare const getDomainsOfAddressQueryKey: (address?: string, parentDomain?: str
|
|
|
1388
1388
|
* @param parentDomain The parent domain (e.g., "veworld.vet")
|
|
1389
1389
|
* @returns The domains owned by the address
|
|
1390
1390
|
*/
|
|
1391
|
-
declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) =>
|
|
1391
|
+
declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query32.UseQueryResult<{
|
|
1392
1392
|
domains: {
|
|
1393
1393
|
name: string;
|
|
1394
1394
|
}[];
|
|
@@ -1401,7 +1401,7 @@ declare const getAvatarQueryKey: (name: string, networkType: NETWORK_TYPE) => st
|
|
|
1401
1401
|
* @param name - The VET domain name
|
|
1402
1402
|
* @returns The resolved avatar URL
|
|
1403
1403
|
*/
|
|
1404
|
-
declare const useGetAvatar: (name: string) =>
|
|
1404
|
+
declare const useGetAvatar: (name: string) => _tanstack_react_query32.UseQueryResult<string | null, Error>;
|
|
1405
1405
|
//#endregion
|
|
1406
1406
|
//#region src/hooks/api/vetDomains/useGetTextRecords.d.ts
|
|
1407
1407
|
/**
|
|
@@ -1413,7 +1413,7 @@ declare const useGetAvatar: (name: string) => _tanstack_react_query8.UseQueryRes
|
|
|
1413
1413
|
*/
|
|
1414
1414
|
declare const getTextRecords: (nodeUrl: string, network: NETWORK_TYPE, domain?: string) => Promise<TextRecords>;
|
|
1415
1415
|
declare const getTextRecordsQueryKey: (domain?: string, network?: NETWORK_TYPE) => (string | undefined)[];
|
|
1416
|
-
declare const useGetTextRecords: (domain?: string) =>
|
|
1416
|
+
declare const useGetTextRecords: (domain?: string) => _tanstack_react_query32.UseQueryResult<TextRecords, Error>;
|
|
1417
1417
|
//#endregion
|
|
1418
1418
|
//#region src/hooks/api/vetDomains/useUpdateTextRecord.d.ts
|
|
1419
1419
|
type UpdateTextRecordVariables = {
|
|
@@ -1446,7 +1446,7 @@ declare const getResolverAddressQueryKey: (domain?: string) => (string | undefin
|
|
|
1446
1446
|
* @param domain The domain to get resolver for
|
|
1447
1447
|
* @returns The resolver address for the domain
|
|
1448
1448
|
*/
|
|
1449
|
-
declare const useGetResolverAddress: (domain?: string) =>
|
|
1449
|
+
declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query32.UseQueryResult<`0x${string}`, unknown>;
|
|
1450
1450
|
//#endregion
|
|
1451
1451
|
//#region src/hooks/api/vetDomains/useGetAvatarOfAddress.d.ts
|
|
1452
1452
|
declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefined)[];
|
|
@@ -1456,7 +1456,7 @@ declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefi
|
|
|
1456
1456
|
* @param address The owner's address
|
|
1457
1457
|
* @returns The avatar URL for the address's primary domain
|
|
1458
1458
|
*/
|
|
1459
|
-
declare const useGetAvatarOfAddress: (address?: string) =>
|
|
1459
|
+
declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query32.UseQueryResult<string, Error>;
|
|
1460
1460
|
//#endregion
|
|
1461
1461
|
//#region src/hooks/api/vetDomains/useGetAvatarLegacy.d.ts
|
|
1462
1462
|
/**
|
|
@@ -1473,7 +1473,7 @@ declare const getAvatarLegacyQueryKey: (name: string, networkType: NETWORK_TYPE)
|
|
|
1473
1473
|
* @param name - The VET domain name
|
|
1474
1474
|
* @returns The resolved avatar URL
|
|
1475
1475
|
*/
|
|
1476
|
-
declare const useGetAvatarLegacy: (name: string) =>
|
|
1476
|
+
declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query32.UseQueryResult<string | null, Error>;
|
|
1477
1477
|
//#endregion
|
|
1478
1478
|
//#region src/hooks/api/vetDomains/useUnsetDomain.d.ts
|
|
1479
1479
|
type useUnsetDomainProps = {
|
|
@@ -1590,7 +1590,7 @@ declare const getCurrentAllocationsRoundIdQueryKey: (address: string) => string[
|
|
|
1590
1590
|
* Hook to get the current roundId of allocations voting
|
|
1591
1591
|
* @returns the current roundId of allocations voting
|
|
1592
1592
|
*/
|
|
1593
|
-
declare const useCurrentAllocationsRoundId: () =>
|
|
1593
|
+
declare const useCurrentAllocationsRoundId: () => _tanstack_react_query32.UseQueryResult<string, unknown>;
|
|
1594
1594
|
//#endregion
|
|
1595
1595
|
//#region src/hooks/api/wallet/useCustomTokens.d.ts
|
|
1596
1596
|
declare const useCustomTokens: () => {
|
|
@@ -1603,7 +1603,7 @@ declare const useCustomTokens: () => {
|
|
|
1603
1603
|
//#endregion
|
|
1604
1604
|
//#region src/hooks/api/wallet/useGetB3trBalance.d.ts
|
|
1605
1605
|
declare const getB3trBalanceQueryKey: (address?: string) => (string | undefined)[];
|
|
1606
|
-
declare const useGetB3trBalance: (address?: string) =>
|
|
1606
|
+
declare const useGetB3trBalance: (address?: string) => _tanstack_react_query32.UseQueryResult<{
|
|
1607
1607
|
original: string;
|
|
1608
1608
|
scaled: string;
|
|
1609
1609
|
formatted: string;
|
|
@@ -1612,7 +1612,7 @@ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query8.Us
|
|
|
1612
1612
|
//#region src/hooks/api/wallet/useGetCustomTokenBalances.d.ts
|
|
1613
1613
|
type TokenWithBalance = CustomTokenInfo & TokenBalance;
|
|
1614
1614
|
declare const getCustomTokenBalanceQueryKey: (tokenAddress?: string, address?: string, decimals?: number) => (string | number | undefined)[];
|
|
1615
|
-
declare const useGetCustomTokenBalances: (address?: string) =>
|
|
1615
|
+
declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query32.UseQueryResult<{
|
|
1616
1616
|
original: string;
|
|
1617
1617
|
scaled: string;
|
|
1618
1618
|
formatted: string;
|
|
@@ -1625,14 +1625,14 @@ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_q
|
|
|
1625
1625
|
//#region src/hooks/api/wallet/useGetCustomTokenInfo.d.ts
|
|
1626
1626
|
declare const getTokenInfo$1: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
|
|
1627
1627
|
declare const getCustomTokenInfoQueryKey: (tokenAddress: string) => string[];
|
|
1628
|
-
declare const useGetCustomTokenInfo: (tokenAddress: string) =>
|
|
1628
|
+
declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query32.UseQueryResult<CustomTokenInfo, Error>;
|
|
1629
1629
|
//#endregion
|
|
1630
1630
|
//#region src/hooks/api/wallet/useGetErc20Balance.d.ts
|
|
1631
1631
|
declare const getErc20BalanceQueryKey: (tokenAddress: string, address?: string) => (string | undefined)[];
|
|
1632
1632
|
type UseGetErc20BalanceOptions = {
|
|
1633
1633
|
enabled?: boolean;
|
|
1634
1634
|
};
|
|
1635
|
-
declare const useGetErc20Balance: (tokenAddress: string, address?: string, options?: UseGetErc20BalanceOptions) =>
|
|
1635
|
+
declare const useGetErc20Balance: (tokenAddress: string, address?: string, options?: UseGetErc20BalanceOptions) => _tanstack_react_query32.UseQueryResult<{
|
|
1636
1636
|
original: string;
|
|
1637
1637
|
scaled: string;
|
|
1638
1638
|
formatted: string;
|
|
@@ -1649,7 +1649,7 @@ declare const PRICE_FEED_IDS: {
|
|
|
1649
1649
|
type SupportedToken = keyof typeof PRICE_FEED_IDS;
|
|
1650
1650
|
declare const getTokenUsdPrice: (thor: ThorClient, token: SupportedToken, network: NETWORK_TYPE) => Promise<number>;
|
|
1651
1651
|
declare const getTokenUsdPriceQueryKey: (token: SupportedToken) => string[];
|
|
1652
|
-
declare const useGetTokenUsdPrice: (token: SupportedToken) =>
|
|
1652
|
+
declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query32.UseQueryResult<number, Error>;
|
|
1653
1653
|
//#endregion
|
|
1654
1654
|
//#region src/hooks/api/wallet/useOraclePriceChanges24h.d.ts
|
|
1655
1655
|
type PricePoint = {
|
|
@@ -1670,7 +1670,7 @@ type PriceChanges24h = Partial<Record<SupportedToken, number>>;
|
|
|
1670
1670
|
* `useTokenPriceHistory24h`, the portfolio chart) all derive from this single
|
|
1671
1671
|
* query so we never run the same RPC scan twice in a session.
|
|
1672
1672
|
*/
|
|
1673
|
-
declare const useOracleHistory24h: () =>
|
|
1673
|
+
declare const useOracleHistory24h: () => _tanstack_react_query32.UseQueryResult<OracleHistory24h, Error>;
|
|
1674
1674
|
declare const useOraclePriceChanges24h: () => {
|
|
1675
1675
|
data: Partial<Record<"B3TR" | "VET" | "VTHO" | "GBP" | "EUR", number>>;
|
|
1676
1676
|
};
|
|
@@ -1688,7 +1688,7 @@ declare const usePortfolioPriceHistory24h: (address?: string) => {
|
|
|
1688
1688
|
//#endregion
|
|
1689
1689
|
//#region src/hooks/api/wallet/useGetVot3Balance.d.ts
|
|
1690
1690
|
declare const getVot3BalanceQueryKey: (address?: string) => (string | undefined)[];
|
|
1691
|
-
declare const useGetVot3Balance: (address?: string) =>
|
|
1691
|
+
declare const useGetVot3Balance: (address?: string) => _tanstack_react_query32.UseQueryResult<{
|
|
1692
1692
|
original: string;
|
|
1693
1693
|
scaled: string;
|
|
1694
1694
|
formatted: string;
|
|
@@ -1707,7 +1707,7 @@ declare const getIsPersonQueryKey: (user: string, networkType: NETWORK_TYPE) =>
|
|
|
1707
1707
|
* @param user - The user address.
|
|
1708
1708
|
* @returns The isPerson status.
|
|
1709
1709
|
*/
|
|
1710
|
-
declare const useIsPerson: (user?: string | null) =>
|
|
1710
|
+
declare const useIsPerson: (user?: string | null) => _tanstack_react_query32.UseQueryResult<boolean, Error>;
|
|
1711
1711
|
//#endregion
|
|
1712
1712
|
//#region src/hooks/api/wallet/useMostVotedAppsInRound.d.ts
|
|
1713
1713
|
type XApp = {
|
|
@@ -1745,7 +1745,7 @@ declare const useRefreshMetadata: (domain: string, address: string) => {
|
|
|
1745
1745
|
//#endregion
|
|
1746
1746
|
//#region src/hooks/api/wallet/useRoundXApps.d.ts
|
|
1747
1747
|
declare const getRoundXAppsQueryKey: (roundId: string, networkType: NETWORK_TYPE) => unknown[];
|
|
1748
|
-
declare const useRoundXApps: (roundId?: string) =>
|
|
1748
|
+
declare const useRoundXApps: (roundId?: string) => _tanstack_react_query32.UseQueryResult<{
|
|
1749
1749
|
id: string;
|
|
1750
1750
|
teamWalletAddress: `0x${string}`;
|
|
1751
1751
|
name: string;
|
|
@@ -1876,7 +1876,7 @@ type XAppMetadata = {
|
|
|
1876
1876
|
* @returns The metadata of the xApp see {@link XAppMetadata}
|
|
1877
1877
|
*/
|
|
1878
1878
|
declare const getXAppMetadata: (uri: string, networkType: NETWORK_TYPE) => Promise<XAppMetadata | undefined>;
|
|
1879
|
-
declare const useXAppMetadata: (xAppId: string) =>
|
|
1879
|
+
declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query32.UseQueryResult<XAppMetadata | undefined, Error>;
|
|
1880
1880
|
//#endregion
|
|
1881
1881
|
//#region src/hooks/api/wallet/useXAppShares.d.ts
|
|
1882
1882
|
/**
|
|
@@ -1891,7 +1891,7 @@ declare const getXAppsSharesQueryKey: (roundId?: number | string) => (string | n
|
|
|
1891
1891
|
* @returns the shares (% of allocation pool) for the xApps in the round { allocated: number, unallocated: number }
|
|
1892
1892
|
*
|
|
1893
1893
|
*/
|
|
1894
|
-
declare const useXAppsShares: (apps: string[], roundId?: string) =>
|
|
1894
|
+
declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query32.UseQueryResult<{
|
|
1895
1895
|
app: string;
|
|
1896
1896
|
share: number;
|
|
1897
1897
|
unallocatedShare: number;
|
|
@@ -1913,7 +1913,7 @@ declare const getIpfsMetadataQueryKey: (networkType: NETWORK_TYPE, ipfsUri?: str
|
|
|
1913
1913
|
* @param ipfsUri - The IPFS URI
|
|
1914
1914
|
* @returns The metadata from IPFS
|
|
1915
1915
|
*/
|
|
1916
|
-
declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) =>
|
|
1916
|
+
declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query32.UseQueryResult<_tanstack_react_query32.NoInfer<T$1>, Error>;
|
|
1917
1917
|
//#endregion
|
|
1918
1918
|
//#region src/hooks/api/ipfs/useIpfsImage.d.ts
|
|
1919
1919
|
interface IpfsImage {
|
|
@@ -1940,14 +1940,14 @@ declare const getIpfsImageQueryKey: (networkType: NETWORK_TYPE, imageIpfsUri?: n
|
|
|
1940
1940
|
* @param imageIpfsUri - The IPFS URI of the NFT media
|
|
1941
1941
|
* @returns The NFT media
|
|
1942
1942
|
*/
|
|
1943
|
-
declare const useIpfsImage: (imageIpfsUri?: null | string) =>
|
|
1943
|
+
declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query32.UseQueryResult<IpfsImage, Error>;
|
|
1944
1944
|
/**
|
|
1945
1945
|
* Custom hook to fetch a list of IPFS images.
|
|
1946
1946
|
*
|
|
1947
1947
|
* @param imageIpfsUriList - An array of IPFS URIs for the images.
|
|
1948
1948
|
* @returns An array of queries for each IPFS image URI.
|
|
1949
1949
|
*/
|
|
1950
|
-
declare const useIpfsImageList: (imageIpfsUriList: string[]) =>
|
|
1950
|
+
declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query32.UseQueryResult<IpfsImage, Error>[];
|
|
1951
1951
|
//#endregion
|
|
1952
1952
|
//#region src/hooks/api/ipfs/useIpfsMetadatas.d.ts
|
|
1953
1953
|
/**
|
|
@@ -1955,7 +1955,7 @@ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_
|
|
|
1955
1955
|
* @param ipfsUris - The IPFS URIs
|
|
1956
1956
|
* @returns The metadata from IPFS for each URI
|
|
1957
1957
|
*/
|
|
1958
|
-
declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) =>
|
|
1958
|
+
declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query32.UseQueryResult<T$1, Error>[];
|
|
1959
1959
|
//#endregion
|
|
1960
1960
|
//#region src/hooks/api/ipfs/useUploadImages.d.ts
|
|
1961
1961
|
declare const imageCompressionOptions: Options;
|
|
@@ -2214,7 +2214,7 @@ declare const useTransferHistory: (address?: string, {
|
|
|
2214
2214
|
isFetching: boolean;
|
|
2215
2215
|
isFetchingNextPage: boolean;
|
|
2216
2216
|
hasNextPage: boolean;
|
|
2217
|
-
fetchNextPage: (options?:
|
|
2217
|
+
fetchNextPage: (options?: _tanstack_react_query32.FetchNextPageOptions) => Promise<_tanstack_react_query32.InfiniteQueryObserverResult<_tanstack_react_query32.InfiniteData<{
|
|
2218
2218
|
items: TransferHistoryItem[];
|
|
2219
2219
|
hasNext: boolean;
|
|
2220
2220
|
}, unknown>, Error>>;
|
|
@@ -2231,7 +2231,7 @@ declare const useTokenTransferHistory: (address?: string, tokenAddress?: string
|
|
|
2231
2231
|
isFetching: boolean;
|
|
2232
2232
|
isFetchingNextPage: boolean;
|
|
2233
2233
|
hasNextPage: boolean;
|
|
2234
|
-
fetchNextPage: (options?:
|
|
2234
|
+
fetchNextPage: (options?: _tanstack_query_core2.FetchNextPageOptions) => Promise<_tanstack_query_core2.InfiniteQueryObserverResult<_tanstack_query_core2.InfiniteData<{
|
|
2235
2235
|
items: TransferHistoryItem[];
|
|
2236
2236
|
hasNext: boolean;
|
|
2237
2237
|
}, unknown>, Error>>;
|
|
@@ -2373,7 +2373,7 @@ declare const useOwnedNfts: (address?: string) => {
|
|
|
2373
2373
|
isFetching: boolean;
|
|
2374
2374
|
isFetchingNextPage: boolean;
|
|
2375
2375
|
hasNextPage: boolean;
|
|
2376
|
-
fetchNextPage: (options?:
|
|
2376
|
+
fetchNextPage: (options?: _tanstack_react_query32.FetchNextPageOptions) => Promise<_tanstack_react_query32.InfiniteQueryObserverResult<_tanstack_react_query32.InfiniteData<OwnedNftsPage, unknown>, Error>>;
|
|
2377
2377
|
isUnsupportedNetwork: boolean;
|
|
2378
2378
|
error: Error | null;
|
|
2379
2379
|
};
|
|
@@ -2405,7 +2405,7 @@ declare const useOwnedNftsFiltered: (address?: string) => {
|
|
|
2405
2405
|
isFetching: boolean;
|
|
2406
2406
|
isFetchingNextPage: boolean;
|
|
2407
2407
|
hasNextPage: boolean;
|
|
2408
|
-
fetchNextPage: (options?:
|
|
2408
|
+
fetchNextPage: (options?: _tanstack_query_core2.FetchNextPageOptions) => Promise<_tanstack_query_core2.InfiniteQueryObserverResult<_tanstack_query_core2.InfiniteData<{
|
|
2409
2409
|
items: OwnedNft[];
|
|
2410
2410
|
hasNext: boolean;
|
|
2411
2411
|
}, unknown>, Error>>;
|
|
@@ -2446,7 +2446,7 @@ declare const ConnectModalProvider: ({
|
|
|
2446
2446
|
children
|
|
2447
2447
|
}: {
|
|
2448
2448
|
children: ReactNode;
|
|
2449
|
-
}) =>
|
|
2449
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2450
2450
|
//#endregion
|
|
2451
2451
|
//#region src/hooks/modals/useAccountModal.d.ts
|
|
2452
2452
|
declare const useAccountModal: () => {
|
|
@@ -2458,7 +2458,7 @@ declare const AccountModalProvider: ({
|
|
|
2458
2458
|
children
|
|
2459
2459
|
}: {
|
|
2460
2460
|
children: ReactNode;
|
|
2461
|
-
}) =>
|
|
2461
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2462
2462
|
//#endregion
|
|
2463
2463
|
//#region src/hooks/modals/useTransactionModal.d.ts
|
|
2464
2464
|
declare const useTransactionModal: () => {
|
|
@@ -2470,7 +2470,7 @@ declare const TransactionModalProvider: ({
|
|
|
2470
2470
|
children
|
|
2471
2471
|
}: {
|
|
2472
2472
|
children: ReactNode;
|
|
2473
|
-
}) =>
|
|
2473
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2474
2474
|
//#endregion
|
|
2475
2475
|
//#region src/hooks/modals/useTransactionToast.d.ts
|
|
2476
2476
|
declare const useTransactionToast: () => {
|
|
@@ -2482,7 +2482,7 @@ declare const TransactionToastProvider: ({
|
|
|
2482
2482
|
children
|
|
2483
2483
|
}: {
|
|
2484
2484
|
children: ReactNode;
|
|
2485
|
-
}) =>
|
|
2485
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2486
2486
|
//#endregion
|
|
2487
2487
|
//#region src/hooks/modals/useWalletModal.d.ts
|
|
2488
2488
|
declare const useWalletModal: () => {
|
|
@@ -2494,7 +2494,7 @@ declare const WalletModalProvider: ({
|
|
|
2494
2494
|
children
|
|
2495
2495
|
}: {
|
|
2496
2496
|
children: ReactNode;
|
|
2497
|
-
}) =>
|
|
2497
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2498
2498
|
//#endregion
|
|
2499
2499
|
//#region src/hooks/modals/useChooseNameModal.d.ts
|
|
2500
2500
|
declare const useChooseNameModal: () => {
|
|
@@ -2506,7 +2506,7 @@ declare const ChooseNameModalProvider: ({
|
|
|
2506
2506
|
children
|
|
2507
2507
|
}: {
|
|
2508
2508
|
children: ReactNode;
|
|
2509
|
-
}) =>
|
|
2509
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2510
2510
|
//#endregion
|
|
2511
2511
|
//#region src/hooks/modals/useSendTokenModal.d.ts
|
|
2512
2512
|
declare const useSendTokenModal: () => {
|
|
@@ -2518,7 +2518,7 @@ declare const SendTokenModalProvider: ({
|
|
|
2518
2518
|
children
|
|
2519
2519
|
}: {
|
|
2520
2520
|
children: ReactNode;
|
|
2521
|
-
}) =>
|
|
2521
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2522
2522
|
//#endregion
|
|
2523
2523
|
//#region src/hooks/modals/useSwapTokenModal.d.ts
|
|
2524
2524
|
type SwapTokenModalOptions = {
|
|
@@ -2535,7 +2535,7 @@ declare const SwapTokenModalProvider: ({
|
|
|
2535
2535
|
children
|
|
2536
2536
|
}: {
|
|
2537
2537
|
children: ReactNode;
|
|
2538
|
-
}) =>
|
|
2538
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2539
2539
|
//#endregion
|
|
2540
2540
|
//#region src/hooks/modals/useExploreEcosystemModal.d.ts
|
|
2541
2541
|
declare const useExploreEcosystemModal: () => {
|
|
@@ -2547,7 +2547,7 @@ declare const ExploreEcosystemModalProvider: ({
|
|
|
2547
2547
|
children
|
|
2548
2548
|
}: {
|
|
2549
2549
|
children: ReactNode;
|
|
2550
|
-
}) =>
|
|
2550
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2551
2551
|
//#endregion
|
|
2552
2552
|
//#region src/hooks/modals/useNotificationsModal.d.ts
|
|
2553
2553
|
declare const useNotificationsModal: () => {
|
|
@@ -2559,7 +2559,7 @@ declare const NotificationsModalProvider: ({
|
|
|
2559
2559
|
children
|
|
2560
2560
|
}: {
|
|
2561
2561
|
children: ReactNode;
|
|
2562
|
-
}) =>
|
|
2562
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2563
2563
|
//#endregion
|
|
2564
2564
|
//#region src/hooks/modals/useFAQModal.d.ts
|
|
2565
2565
|
declare const useFAQModal: () => {
|
|
@@ -2571,7 +2571,7 @@ declare const FAQModalProvider: ({
|
|
|
2571
2571
|
children
|
|
2572
2572
|
}: {
|
|
2573
2573
|
children: ReactNode;
|
|
2574
|
-
}) =>
|
|
2574
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2575
2575
|
//#endregion
|
|
2576
2576
|
//#region src/hooks/modals/useAccountCustomizationModal.d.ts
|
|
2577
2577
|
declare const useAccountCustomizationModal: () => {
|
|
@@ -2583,7 +2583,7 @@ declare const AccountCustomizationModalProvider: ({
|
|
|
2583
2583
|
children
|
|
2584
2584
|
}: {
|
|
2585
2585
|
children: ReactNode;
|
|
2586
|
-
}) =>
|
|
2586
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2587
2587
|
//#endregion
|
|
2588
2588
|
//#region src/hooks/modals/useReceiveModal.d.ts
|
|
2589
2589
|
declare const useReceiveModal: () => {
|
|
@@ -2595,7 +2595,7 @@ declare const ReceiveModalProvider: ({
|
|
|
2595
2595
|
children
|
|
2596
2596
|
}: {
|
|
2597
2597
|
children: ReactNode;
|
|
2598
|
-
}) =>
|
|
2598
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2599
2599
|
//#endregion
|
|
2600
2600
|
//#region src/hooks/modals/useLoginModalContent.d.ts
|
|
2601
2601
|
type LoginModalContentConfig = {
|
|
@@ -2625,7 +2625,7 @@ declare const UpgradeSmartAccountModalProvider: ({
|
|
|
2625
2625
|
children
|
|
2626
2626
|
}: {
|
|
2627
2627
|
children: ReactNode;
|
|
2628
|
-
}) =>
|
|
2628
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2629
2629
|
//#endregion
|
|
2630
2630
|
//#region src/hooks/modals/useProfileModal.d.ts
|
|
2631
2631
|
declare const useProfileModal: () => {
|
|
@@ -2637,7 +2637,7 @@ declare const ProfileModalProvider: ({
|
|
|
2637
2637
|
children
|
|
2638
2638
|
}: {
|
|
2639
2639
|
children: ReactNode;
|
|
2640
|
-
}) =>
|
|
2640
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2641
2641
|
//#endregion
|
|
2642
2642
|
//#region src/hooks/modals/useAccountModalOptions.d.ts
|
|
2643
2643
|
declare const useAccountModalOptions: () => {
|
|
@@ -2655,7 +2655,7 @@ declare const SettingsModalProvider: ({
|
|
|
2655
2655
|
children
|
|
2656
2656
|
}: {
|
|
2657
2657
|
children: ReactNode;
|
|
2658
|
-
}) =>
|
|
2658
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2659
2659
|
//#endregion
|
|
2660
2660
|
//#region src/hooks/notifications/types.d.ts
|
|
2661
2661
|
type NotificationAction = {
|
|
@@ -2816,7 +2816,7 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
|
|
|
2816
2816
|
* );
|
|
2817
2817
|
* ```
|
|
2818
2818
|
*/
|
|
2819
|
-
declare const useAppHubApps: () =>
|
|
2819
|
+
declare const useAppHubApps: () => _tanstack_react_query32.UseQueryResult<AppHubApp[], Error>;
|
|
2820
2820
|
//#endregion
|
|
2821
2821
|
//#region src/utils/constants.d.ts
|
|
2822
2822
|
/** Tokens that cannot be swapped or transferred (e.g. governance voting tokens) */
|
|
@@ -3180,7 +3180,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
|
|
|
3180
3180
|
method: TMethod;
|
|
3181
3181
|
args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
|
|
3182
3182
|
queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
|
|
3183
|
-
}) =>
|
|
3183
|
+
}) => _tanstack_react_query32.UseQueryResult<_tanstack_react_query32.NoInfer<TData>, unknown>;
|
|
3184
3184
|
declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
|
|
3185
3185
|
thor,
|
|
3186
3186
|
calls,
|
|
@@ -3191,7 +3191,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
|
|
|
3191
3191
|
calls: MultipleClausesCallParameters<contracts, allowFailure>;
|
|
3192
3192
|
queryKey: string[];
|
|
3193
3193
|
enabled?: boolean;
|
|
3194
|
-
}) =>
|
|
3194
|
+
}) => _tanstack_react_query32.UseQueryResult<_tanstack_react_query32.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
|
|
3195
3195
|
//#endregion
|
|
3196
3196
|
//#region src/hooks/utils/useCurrency.d.ts
|
|
3197
3197
|
/**
|
|
@@ -3315,7 +3315,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
|
|
|
3315
3315
|
filterParams,
|
|
3316
3316
|
mapResponse,
|
|
3317
3317
|
nodeUrl
|
|
3318
|
-
}: UseEventsParams<T$1, K, R>) =>
|
|
3318
|
+
}: UseEventsParams<T$1, K, R>) => _tanstack_react_query32.UseQueryResult<R[], Error>;
|
|
3319
3319
|
//#endregion
|
|
3320
3320
|
//#region src/hooks/utils/useBuildClauses.d.ts
|
|
3321
3321
|
interface BuildClausesParams {
|
|
@@ -3560,7 +3560,7 @@ declare const useGenericDelegatorFeeEstimation: ({
|
|
|
3560
3560
|
tokens,
|
|
3561
3561
|
sendingAmount,
|
|
3562
3562
|
sendingTokenSymbol
|
|
3563
|
-
}: useGenericDelegatorFeeEstimationParams) =>
|
|
3563
|
+
}: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query32.UseQueryResult<EstimationResponse & {
|
|
3564
3564
|
usedToken: string;
|
|
3565
3565
|
}, Error>;
|
|
3566
3566
|
//#endregion
|
|
@@ -3574,7 +3574,7 @@ declare const useEstimateAllTokens: ({
|
|
|
3574
3574
|
clauses,
|
|
3575
3575
|
tokens,
|
|
3576
3576
|
enabled
|
|
3577
|
-
}: UseEstimateAllTokensParams) =>
|
|
3577
|
+
}: UseEstimateAllTokensParams) => _tanstack_react_query32.UseQueryResult<Record<GasTokenType, {
|
|
3578
3578
|
cost: number;
|
|
3579
3579
|
loading: boolean;
|
|
3580
3580
|
error?: string;
|
|
@@ -3591,7 +3591,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
|
|
|
3591
3591
|
* @param address The address of the account to get the balance for
|
|
3592
3592
|
* @returns The account balance
|
|
3593
3593
|
*/
|
|
3594
|
-
declare const useAccountBalance: (address?: string) =>
|
|
3594
|
+
declare const useAccountBalance: (address?: string) => _tanstack_react_query32.UseQueryResult<{
|
|
3595
3595
|
balance: string;
|
|
3596
3596
|
energy: string;
|
|
3597
3597
|
}, Error>;
|
|
@@ -3604,7 +3604,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
|
|
|
3604
3604
|
* @param version - The version of the smart account implementation
|
|
3605
3605
|
* @returns The address of the smart account implementation
|
|
3606
3606
|
*/
|
|
3607
|
-
declare const useAccountImplementationAddress: (version?: number) =>
|
|
3607
|
+
declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query32.UseQueryResult<string, Error>;
|
|
3608
3608
|
//#endregion
|
|
3609
3609
|
//#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
|
|
3610
3610
|
declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
|
|
@@ -3613,7 +3613,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
|
|
|
3613
3613
|
* Get the current account implementation version used by the smart account factory
|
|
3614
3614
|
* @returns The current account implementation version
|
|
3615
3615
|
*/
|
|
3616
|
-
declare const useCurrentAccountImplementationVersion: () =>
|
|
3616
|
+
declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query32.UseQueryResult<number, Error>;
|
|
3617
3617
|
//#endregion
|
|
3618
3618
|
//#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
|
|
3619
3619
|
declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
|
|
@@ -3623,7 +3623,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
|
|
|
3623
3623
|
* @param ownerAddress - The address of the owner of the smart account
|
|
3624
3624
|
* @returns The address of the smart account
|
|
3625
3625
|
*/
|
|
3626
|
-
declare const useGetAccountAddress: (ownerAddress?: string) =>
|
|
3626
|
+
declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query32.UseQueryResult<string, Error>;
|
|
3627
3627
|
//#endregion
|
|
3628
3628
|
//#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
|
|
3629
3629
|
declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => unknown[];
|
|
@@ -3633,7 +3633,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
|
|
|
3633
3633
|
* @param ownerAddress - The address of the owner of the smart account
|
|
3634
3634
|
* @returns The version of the smart account
|
|
3635
3635
|
*/
|
|
3636
|
-
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) =>
|
|
3636
|
+
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query32.UseQueryResult<{
|
|
3637
3637
|
version: number;
|
|
3638
3638
|
isDeployed: boolean;
|
|
3639
3639
|
}, unknown>;
|
|
@@ -3646,7 +3646,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
|
|
|
3646
3646
|
* @param ownerAddress - The address of the owner of the smart account
|
|
3647
3647
|
* @returns True if the smart account has a v1 smart account, false otherwise
|
|
3648
3648
|
*/
|
|
3649
|
-
declare const useHasV1SmartAccount: (ownerAddress?: string) =>
|
|
3649
|
+
declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query32.UseQueryResult<boolean, Error>;
|
|
3650
3650
|
//#endregion
|
|
3651
3651
|
//#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
|
|
3652
3652
|
declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
|
|
@@ -3655,7 +3655,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
|
|
|
3655
3655
|
* Check if a smart account is deployed
|
|
3656
3656
|
* @returns True if the smart account is deployed, false otherwise
|
|
3657
3657
|
*/
|
|
3658
|
-
declare const useIsSmartAccountDeployed: (accountAddress?: string) =>
|
|
3658
|
+
declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query32.UseQueryResult<boolean, Error>;
|
|
3659
3659
|
//#endregion
|
|
3660
3660
|
//#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
|
|
3661
3661
|
/**
|
|
@@ -3688,7 +3688,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
|
|
|
3688
3688
|
isDeployed: boolean;
|
|
3689
3689
|
}>;
|
|
3690
3690
|
declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
|
|
3691
|
-
declare const useSmartAccount: (ownerAddress?: string) =>
|
|
3691
|
+
declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query32.UseQueryResult<{
|
|
3692
3692
|
address: undefined;
|
|
3693
3693
|
isDeployed?: undefined;
|
|
3694
3694
|
} | {
|
|
@@ -3706,7 +3706,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
|
|
|
3706
3706
|
* @param targetVersion - The version of the smart account to check for
|
|
3707
3707
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
3708
3708
|
*/
|
|
3709
|
-
declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) =>
|
|
3709
|
+
declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query32.UseQueryResult<boolean, Error>;
|
|
3710
3710
|
//#endregion
|
|
3711
3711
|
//#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
|
|
3712
3712
|
declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
|
|
@@ -3717,7 +3717,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
|
|
|
3717
3717
|
* @param targetVersion - The target version of the smart account
|
|
3718
3718
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
3719
3719
|
*/
|
|
3720
|
-
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) =>
|
|
3720
|
+
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query32.UseQueryResult<boolean, Error>;
|
|
3721
3721
|
//#endregion
|
|
3722
3722
|
//#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
|
|
3723
3723
|
type UseUpgradeSmartAccountVersionProps = {
|
|
@@ -3742,7 +3742,7 @@ declare const currentBlockQueryKey: () => string[];
|
|
|
3742
3742
|
* Fetches the current block from the blockchain. The block is refetched every 10 seconds.
|
|
3743
3743
|
* @returns the current block
|
|
3744
3744
|
*/
|
|
3745
|
-
declare const useCurrentBlock: () =>
|
|
3745
|
+
declare const useCurrentBlock: () => _tanstack_react_query32.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
|
|
3746
3746
|
//#endregion
|
|
3747
3747
|
//#region src/hooks/thor/blocks/useGetChainId.d.ts
|
|
3748
3748
|
declare const getChainId: (thor: ThorClient) => Promise<string>;
|
|
@@ -3751,7 +3751,7 @@ declare const getChainIdQueryKey: () => string[];
|
|
|
3751
3751
|
* Get the chain id
|
|
3752
3752
|
* @returns The chain id
|
|
3753
3753
|
*/
|
|
3754
|
-
declare const useGetChainId: () =>
|
|
3754
|
+
declare const useGetChainId: () => _tanstack_react_query32.UseQueryResult<string, Error>;
|
|
3755
3755
|
//#endregion
|
|
3756
3756
|
//#region src/hooks/thor/logs/logUtils.d.ts
|
|
3757
3757
|
/**
|
|
@@ -4031,7 +4031,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
|
|
|
4031
4031
|
* @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
|
|
4032
4032
|
* @returns Query result containing the transaction receipt
|
|
4033
4033
|
*/
|
|
4034
|
-
declare const useTxReceipt: (txId: string, blockTimeout?: number) =>
|
|
4034
|
+
declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query32.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
|
|
4035
4035
|
//#endregion
|
|
4036
4036
|
//#region src/hooks/thor/transactions/useGasEstimate.d.ts
|
|
4037
4037
|
declare const useGasEstimate: (thor: ThorClient, clauses: TransactionClause[], caller: string, options?: {
|
|
@@ -4069,7 +4069,7 @@ declare const SendTokenContent: ({
|
|
|
4069
4069
|
initialAmount,
|
|
4070
4070
|
initialToAddressOrDomain,
|
|
4071
4071
|
onBack: parentOnBack
|
|
4072
|
-
}: SendTokenContentProps) =>
|
|
4072
|
+
}: SendTokenContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4073
4073
|
//#endregion
|
|
4074
4074
|
//#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
|
|
4075
4075
|
type SendTokenSummaryContentProps = {
|
|
@@ -4089,7 +4089,7 @@ declare const SendTokenSummaryContent: ({
|
|
|
4089
4089
|
amount,
|
|
4090
4090
|
selectedToken,
|
|
4091
4091
|
formattedTotalAmount
|
|
4092
|
-
}: SendTokenSummaryContentProps) =>
|
|
4092
|
+
}: SendTokenSummaryContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4093
4093
|
//#endregion
|
|
4094
4094
|
//#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
|
|
4095
4095
|
type Props$20 = {
|
|
@@ -4110,7 +4110,7 @@ declare const SelectTokenContent: ({
|
|
|
4110
4110
|
onBack,
|
|
4111
4111
|
showAllTokens,
|
|
4112
4112
|
excludedTokenSymbols
|
|
4113
|
-
}: Props$20) =>
|
|
4113
|
+
}: Props$20) => react_jsx_runtime0.JSX.Element;
|
|
4114
4114
|
//#endregion
|
|
4115
4115
|
//#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
|
|
4116
4116
|
type ReceiveTokenContentProps = {
|
|
@@ -4120,7 +4120,7 @@ type ReceiveTokenContentProps = {
|
|
|
4120
4120
|
declare const ReceiveTokenContent: ({
|
|
4121
4121
|
setCurrentContent,
|
|
4122
4122
|
onBack
|
|
4123
|
-
}: ReceiveTokenContentProps) =>
|
|
4123
|
+
}: ReceiveTokenContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4124
4124
|
//#endregion
|
|
4125
4125
|
//#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
|
|
4126
4126
|
type SwapTokenContentProps = {
|
|
@@ -4134,7 +4134,7 @@ declare const SwapTokenContent: ({
|
|
|
4134
4134
|
fromTokenAddress,
|
|
4135
4135
|
toTokenAddress,
|
|
4136
4136
|
onBack
|
|
4137
|
-
}: SwapTokenContentProps) =>
|
|
4137
|
+
}: SwapTokenContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4138
4138
|
//#endregion
|
|
4139
4139
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
|
|
4140
4140
|
type ChooseNameContentProps = {
|
|
@@ -4146,7 +4146,7 @@ declare const ChooseNameContent: ({
|
|
|
4146
4146
|
setCurrentContent,
|
|
4147
4147
|
onBack,
|
|
4148
4148
|
initialContentSource
|
|
4149
|
-
}: ChooseNameContentProps) =>
|
|
4149
|
+
}: ChooseNameContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4150
4150
|
//#endregion
|
|
4151
4151
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
|
|
4152
4152
|
type ChooseNameSearchContentProps = {
|
|
@@ -4158,7 +4158,7 @@ declare const ChooseNameSearchContent: ({
|
|
|
4158
4158
|
name: initialName,
|
|
4159
4159
|
setCurrentContent,
|
|
4160
4160
|
initialContentSource
|
|
4161
|
-
}: ChooseNameSearchContentProps) =>
|
|
4161
|
+
}: ChooseNameSearchContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4162
4162
|
//#endregion
|
|
4163
4163
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
|
|
4164
4164
|
type ChooseNameSummaryContentProps = {
|
|
@@ -4176,7 +4176,7 @@ declare const ChooseNameSummaryContent: ({
|
|
|
4176
4176
|
isOwnDomain,
|
|
4177
4177
|
isUnsetting,
|
|
4178
4178
|
initialContentSource
|
|
4179
|
-
}: ChooseNameSummaryContentProps) =>
|
|
4179
|
+
}: ChooseNameSummaryContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4180
4180
|
//#endregion
|
|
4181
4181
|
//#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
|
|
4182
4182
|
type FAQContentProps = {
|
|
@@ -4186,7 +4186,7 @@ type FAQContentProps = {
|
|
|
4186
4186
|
declare const FAQContent: ({
|
|
4187
4187
|
onGoBack,
|
|
4188
4188
|
showLanguageSelector
|
|
4189
|
-
}: FAQContentProps) =>
|
|
4189
|
+
}: FAQContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4190
4190
|
//#endregion
|
|
4191
4191
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
|
|
4192
4192
|
type AccountCustomizationContentProps = {
|
|
@@ -4196,7 +4196,7 @@ type AccountCustomizationContentProps = {
|
|
|
4196
4196
|
declare const CustomizationContent: ({
|
|
4197
4197
|
setCurrentContent,
|
|
4198
4198
|
initialContentSource
|
|
4199
|
-
}: AccountCustomizationContentProps) =>
|
|
4199
|
+
}: AccountCustomizationContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4200
4200
|
//#endregion
|
|
4201
4201
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
|
|
4202
4202
|
type CustomizationSummaryContentProps = {
|
|
@@ -4215,7 +4215,7 @@ declare const CustomizationSummaryContent: ({
|
|
|
4215
4215
|
setCurrentContent,
|
|
4216
4216
|
changes,
|
|
4217
4217
|
onDoneRedirectContent
|
|
4218
|
-
}: CustomizationSummaryContentProps) =>
|
|
4218
|
+
}: CustomizationSummaryContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4219
4219
|
//#endregion
|
|
4220
4220
|
//#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
|
|
4221
4221
|
type ProfileContentProps = {
|
|
@@ -4229,7 +4229,7 @@ declare const ProfileContent: ({
|
|
|
4229
4229
|
setCurrentContent,
|
|
4230
4230
|
onLogoutSuccess,
|
|
4231
4231
|
switchFeedback
|
|
4232
|
-
}: ProfileContentProps) =>
|
|
4232
|
+
}: ProfileContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4233
4233
|
//#endregion
|
|
4234
4234
|
//#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
|
|
4235
4235
|
type UpgradeSmartAccountContentProps = {
|
|
@@ -4241,7 +4241,7 @@ declare const UpgradeSmartAccountContent: ({
|
|
|
4241
4241
|
setCurrentContent,
|
|
4242
4242
|
handleClose,
|
|
4243
4243
|
initialContent
|
|
4244
|
-
}: UpgradeSmartAccountContentProps) =>
|
|
4244
|
+
}: UpgradeSmartAccountContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4245
4245
|
//#endregion
|
|
4246
4246
|
//#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
|
|
4247
4247
|
type AssetsContentProps = {
|
|
@@ -4249,7 +4249,7 @@ type AssetsContentProps = {
|
|
|
4249
4249
|
};
|
|
4250
4250
|
declare const AssetsContent: ({
|
|
4251
4251
|
setCurrentContent
|
|
4252
|
-
}: AssetsContentProps) =>
|
|
4252
|
+
}: AssetsContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4253
4253
|
//#endregion
|
|
4254
4254
|
//#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
|
|
4255
4255
|
type ManageCustomTokenContentProps = {
|
|
@@ -4257,7 +4257,7 @@ type ManageCustomTokenContentProps = {
|
|
|
4257
4257
|
};
|
|
4258
4258
|
declare const ManageCustomTokenContent: ({
|
|
4259
4259
|
setCurrentContent
|
|
4260
|
-
}: ManageCustomTokenContentProps) =>
|
|
4260
|
+
}: ManageCustomTokenContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4261
4261
|
//#endregion
|
|
4262
4262
|
//#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
|
|
4263
4263
|
type Props$19 = {
|
|
@@ -4265,7 +4265,7 @@ type Props$19 = {
|
|
|
4265
4265
|
};
|
|
4266
4266
|
declare const BridgeContent: ({
|
|
4267
4267
|
setCurrentContent
|
|
4268
|
-
}: Props$19) =>
|
|
4268
|
+
}: Props$19) => react_jsx_runtime0.JSX.Element;
|
|
4269
4269
|
//#endregion
|
|
4270
4270
|
//#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
|
|
4271
4271
|
type ChangeCurrencyContentProps = {
|
|
@@ -4273,7 +4273,7 @@ type ChangeCurrencyContentProps = {
|
|
|
4273
4273
|
};
|
|
4274
4274
|
declare const ChangeCurrencyContent: ({
|
|
4275
4275
|
setCurrentContent
|
|
4276
|
-
}: ChangeCurrencyContentProps) =>
|
|
4276
|
+
}: ChangeCurrencyContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4277
4277
|
//#endregion
|
|
4278
4278
|
//#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
|
|
4279
4279
|
type Props$18 = {
|
|
@@ -4281,7 +4281,7 @@ type Props$18 = {
|
|
|
4281
4281
|
};
|
|
4282
4282
|
declare const LanguageSettingsContent: ({
|
|
4283
4283
|
setCurrentContent
|
|
4284
|
-
}: Props$18) =>
|
|
4284
|
+
}: Props$18) => react_jsx_runtime0.JSX.Element;
|
|
4285
4285
|
//#endregion
|
|
4286
4286
|
//#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
|
|
4287
4287
|
type Props$17 = {
|
|
@@ -4289,7 +4289,7 @@ type Props$17 = {
|
|
|
4289
4289
|
};
|
|
4290
4290
|
declare const GasTokenSettingsContent: ({
|
|
4291
4291
|
setCurrentContent
|
|
4292
|
-
}: Props$17) =>
|
|
4292
|
+
}: Props$17) => react_jsx_runtime0.JSX.Element;
|
|
4293
4293
|
//#endregion
|
|
4294
4294
|
//#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
|
|
4295
4295
|
type SettingsContentProps = {
|
|
@@ -4299,7 +4299,7 @@ type SettingsContentProps = {
|
|
|
4299
4299
|
declare const SettingsContent: ({
|
|
4300
4300
|
setCurrentContent,
|
|
4301
4301
|
onLogoutSuccess
|
|
4302
|
-
}: SettingsContentProps) =>
|
|
4302
|
+
}: SettingsContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4303
4303
|
//#endregion
|
|
4304
4304
|
//#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
|
|
4305
4305
|
type TermsAndPrivacyContentProps = {
|
|
@@ -4307,7 +4307,7 @@ type TermsAndPrivacyContentProps = {
|
|
|
4307
4307
|
};
|
|
4308
4308
|
declare const TermsAndPrivacyContent: ({
|
|
4309
4309
|
onGoBack
|
|
4310
|
-
}: TermsAndPrivacyContentProps) =>
|
|
4310
|
+
}: TermsAndPrivacyContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4311
4311
|
//#endregion
|
|
4312
4312
|
//#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
|
|
4313
4313
|
type DisconnectConfirmContentProps = {
|
|
@@ -4323,7 +4323,7 @@ declare const DisconnectConfirmContent: ({
|
|
|
4323
4323
|
onClose,
|
|
4324
4324
|
showCloseButton,
|
|
4325
4325
|
text
|
|
4326
|
-
}: DisconnectConfirmContentProps) =>
|
|
4326
|
+
}: DisconnectConfirmContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4327
4327
|
//#endregion
|
|
4328
4328
|
//#region src/components/AccountModal/Contents/SelectWallet/SelectWalletContent.d.ts
|
|
4329
4329
|
type Props$16 = {
|
|
@@ -4336,7 +4336,7 @@ declare const SelectWalletContent: ({
|
|
|
4336
4336
|
setCurrentContent,
|
|
4337
4337
|
returnTo,
|
|
4338
4338
|
onLogoutSuccess: _onLogoutSuccess
|
|
4339
|
-
}: Props$16) =>
|
|
4339
|
+
}: Props$16) => react_jsx_runtime0.JSX.Element;
|
|
4340
4340
|
//#endregion
|
|
4341
4341
|
//#region src/components/AccountModal/Contents/SelectWallet/RemoveWalletConfirmContent.d.ts
|
|
4342
4342
|
type RemoveWalletConfirmContentProps = {
|
|
@@ -4352,7 +4352,7 @@ declare const RemoveWalletConfirmContent: ({
|
|
|
4352
4352
|
onConfirm,
|
|
4353
4353
|
onBack,
|
|
4354
4354
|
onClose
|
|
4355
|
-
}: RemoveWalletConfirmContentProps) =>
|
|
4355
|
+
}: RemoveWalletConfirmContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4356
4356
|
//#endregion
|
|
4357
4357
|
//#region src/components/AccountModal/Contents/TokenDetail/TokenDetailContent.d.ts
|
|
4358
4358
|
type TokenDetailContentProps = {
|
|
@@ -4362,7 +4362,7 @@ type TokenDetailContentProps = {
|
|
|
4362
4362
|
declare const TokenDetailContent: ({
|
|
4363
4363
|
setCurrentContent,
|
|
4364
4364
|
token
|
|
4365
|
-
}: TokenDetailContentProps) =>
|
|
4365
|
+
}: TokenDetailContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4366
4366
|
//#endregion
|
|
4367
4367
|
//#region src/components/AccountModal/Contents/NftDetail/NftDetailContent.d.ts
|
|
4368
4368
|
type NftDetailContentProps = {
|
|
@@ -4374,7 +4374,7 @@ declare const NftDetailContent: ({
|
|
|
4374
4374
|
setCurrentContent,
|
|
4375
4375
|
nft,
|
|
4376
4376
|
onBack
|
|
4377
|
-
}: NftDetailContentProps) =>
|
|
4377
|
+
}: NftDetailContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4378
4378
|
//#endregion
|
|
4379
4379
|
//#region src/components/AccountModal/Contents/NftCollection/NftCollectionContent.d.ts
|
|
4380
4380
|
type NftCollectionContentProps = {
|
|
@@ -4386,7 +4386,7 @@ declare const NftCollectionContent: ({
|
|
|
4386
4386
|
setCurrentContent,
|
|
4387
4387
|
collectionAddress,
|
|
4388
4388
|
onBack
|
|
4389
|
-
}: NftCollectionContentProps) =>
|
|
4389
|
+
}: NftCollectionContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4390
4390
|
//#endregion
|
|
4391
4391
|
//#region src/components/AccountModal/Contents/SendNft/SendNftContent.d.ts
|
|
4392
4392
|
type SendNftContentProps = {
|
|
@@ -4404,7 +4404,7 @@ declare const SendNftContent: ({
|
|
|
4404
4404
|
imageUrl,
|
|
4405
4405
|
initialToAddressOrDomain,
|
|
4406
4406
|
onBack
|
|
4407
|
-
}: SendNftContentProps) =>
|
|
4407
|
+
}: SendNftContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4408
4408
|
//#endregion
|
|
4409
4409
|
//#region src/components/AccountModal/Contents/SendNft/SendNftSummaryContent.d.ts
|
|
4410
4410
|
type SendNftSummaryContentProps = {
|
|
@@ -4424,7 +4424,7 @@ declare const SendNftSummaryContent: ({
|
|
|
4424
4424
|
toAddressOrDomain,
|
|
4425
4425
|
resolvedDomain,
|
|
4426
4426
|
resolvedAddress
|
|
4427
|
-
}: SendNftSummaryContentProps) =>
|
|
4427
|
+
}: SendNftSummaryContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4428
4428
|
//#endregion
|
|
4429
4429
|
//#region src/components/AccountModal/Contents/TransactionHistory/TransactionHistoryContent.d.ts
|
|
4430
4430
|
type TransactionHistoryContentProps = {
|
|
@@ -4439,7 +4439,7 @@ declare const TransactionHistoryContent: ({
|
|
|
4439
4439
|
setCurrentContent,
|
|
4440
4440
|
tokenFilter,
|
|
4441
4441
|
onBack
|
|
4442
|
-
}: TransactionHistoryContentProps) =>
|
|
4442
|
+
}: TransactionHistoryContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4443
4443
|
//#endregion
|
|
4444
4444
|
//#region src/components/AccountModal/Contents/TransactionHistory/TransactionDetailContent.d.ts
|
|
4445
4445
|
type TransactionDetailContentProps = {
|
|
@@ -4451,7 +4451,7 @@ declare const TransactionDetailContent: ({
|
|
|
4451
4451
|
setCurrentContent,
|
|
4452
4452
|
item,
|
|
4453
4453
|
onBack
|
|
4454
|
-
}: TransactionDetailContentProps) =>
|
|
4454
|
+
}: TransactionDetailContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4455
4455
|
//#endregion
|
|
4456
4456
|
//#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
|
|
4457
4457
|
type CategoryFilter = string | null;
|
|
@@ -4604,7 +4604,7 @@ declare const AccountModal: ({
|
|
|
4604
4604
|
isOpen,
|
|
4605
4605
|
onClose,
|
|
4606
4606
|
initialContent
|
|
4607
|
-
}: Props$15) =>
|
|
4607
|
+
}: Props$15) => react_jsx_runtime0.JSX.Element;
|
|
4608
4608
|
//#endregion
|
|
4609
4609
|
//#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
|
|
4610
4610
|
interface AccountDetailsButtonProps {
|
|
@@ -4626,7 +4626,7 @@ declare const AccountDetailsButton: ({
|
|
|
4626
4626
|
onClick,
|
|
4627
4627
|
leftImage,
|
|
4628
4628
|
isActive
|
|
4629
|
-
}: AccountDetailsButtonProps) =>
|
|
4629
|
+
}: AccountDetailsButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4630
4630
|
//#endregion
|
|
4631
4631
|
//#region src/components/AccountModal/Components/ActionButton.d.ts
|
|
4632
4632
|
type ActionButtonProps = {
|
|
@@ -4668,7 +4668,7 @@ declare const ActionButton: ({
|
|
|
4668
4668
|
extraContent,
|
|
4669
4669
|
dataTestId,
|
|
4670
4670
|
variant
|
|
4671
|
-
}: ActionButtonProps) =>
|
|
4671
|
+
}: ActionButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4672
4672
|
//#endregion
|
|
4673
4673
|
//#region src/components/AccountModal/Components/AccountSelector.d.ts
|
|
4674
4674
|
type Props$14 = {
|
|
@@ -4688,7 +4688,7 @@ declare const AccountSelector: ({
|
|
|
4688
4688
|
onClose,
|
|
4689
4689
|
mt,
|
|
4690
4690
|
style
|
|
4691
|
-
}: Props$14) =>
|
|
4691
|
+
}: Props$14) => react_jsx_runtime0.JSX.Element;
|
|
4692
4692
|
//#endregion
|
|
4693
4693
|
//#region src/components/AccountModal/Components/BalanceSection.d.ts
|
|
4694
4694
|
declare const BalanceSection: ({
|
|
@@ -4699,7 +4699,7 @@ declare const BalanceSection: ({
|
|
|
4699
4699
|
mb?: number;
|
|
4700
4700
|
mt?: number;
|
|
4701
4701
|
onAssetsClick?: () => void;
|
|
4702
|
-
}) =>
|
|
4702
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
4703
4703
|
//#endregion
|
|
4704
4704
|
//#region src/components/AccountModal/Components/QuickActionsSection.d.ts
|
|
4705
4705
|
type Props$13 = {
|
|
@@ -4709,7 +4709,7 @@ type Props$13 = {
|
|
|
4709
4709
|
declare const QuickActionsSection: ({
|
|
4710
4710
|
mt,
|
|
4711
4711
|
setCurrentContent
|
|
4712
|
-
}: Props$13) =>
|
|
4712
|
+
}: Props$13) => react_jsx_runtime0.JSX.Element | null;
|
|
4713
4713
|
//#endregion
|
|
4714
4714
|
//#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
|
|
4715
4715
|
type FeatureAnnouncementCardProps = {
|
|
@@ -4717,16 +4717,16 @@ type FeatureAnnouncementCardProps = {
|
|
|
4717
4717
|
};
|
|
4718
4718
|
declare const FeatureAnnouncementCard: ({
|
|
4719
4719
|
setCurrentContent
|
|
4720
|
-
}: FeatureAnnouncementCardProps) =>
|
|
4720
|
+
}: FeatureAnnouncementCardProps) => react_jsx_runtime0.JSX.Element;
|
|
4721
4721
|
//#endregion
|
|
4722
4722
|
//#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
|
|
4723
|
-
declare const ExchangeWarningAlert: () =>
|
|
4723
|
+
declare const ExchangeWarningAlert: () => react_jsx_runtime0.JSX.Element;
|
|
4724
4724
|
//#endregion
|
|
4725
4725
|
//#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
|
|
4726
|
-
declare const DomainRequiredAlert: () =>
|
|
4726
|
+
declare const DomainRequiredAlert: () => react_jsx_runtime0.JSX.Element;
|
|
4727
4727
|
//#endregion
|
|
4728
4728
|
//#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
|
|
4729
|
-
declare const CrossAppConnectionSecurityCard: () =>
|
|
4729
|
+
declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime0.JSX.Element;
|
|
4730
4730
|
//#endregion
|
|
4731
4731
|
//#region src/components/common/ModalBackButton.d.ts
|
|
4732
4732
|
type BackButtonProps = {
|
|
@@ -4735,7 +4735,7 @@ type BackButtonProps = {
|
|
|
4735
4735
|
declare const ModalBackButton: ({
|
|
4736
4736
|
onClick,
|
|
4737
4737
|
...props
|
|
4738
|
-
}: BackButtonProps) =>
|
|
4738
|
+
}: BackButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4739
4739
|
//#endregion
|
|
4740
4740
|
//#region src/components/common/AddressDisplay.d.ts
|
|
4741
4741
|
type Props$12 = {
|
|
@@ -4751,13 +4751,13 @@ declare const AddressDisplay: ({
|
|
|
4751
4751
|
style,
|
|
4752
4752
|
showHumanAddress,
|
|
4753
4753
|
setCurrentContent
|
|
4754
|
-
}: Props$12) =>
|
|
4754
|
+
}: Props$12) => react_jsx_runtime0.JSX.Element;
|
|
4755
4755
|
//#endregion
|
|
4756
4756
|
//#region src/components/common/VersionFooter.d.ts
|
|
4757
4757
|
type Props$11 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
|
|
4758
4758
|
declare const VersionFooter: ({
|
|
4759
4759
|
...props
|
|
4760
|
-
}: Props$11) =>
|
|
4760
|
+
}: Props$11) => react_jsx_runtime0.JSX.Element;
|
|
4761
4761
|
//#endregion
|
|
4762
4762
|
//#region src/components/common/StickyHeaderContainer.d.ts
|
|
4763
4763
|
type Props$10 = {
|
|
@@ -4768,7 +4768,7 @@ declare const useStickyHeaderContext: () => {
|
|
|
4768
4768
|
};
|
|
4769
4769
|
declare const StickyHeaderContainer: ({
|
|
4770
4770
|
children
|
|
4771
|
-
}: Props$10) =>
|
|
4771
|
+
}: Props$10) => react_jsx_runtime0.JSX.Element;
|
|
4772
4772
|
//#endregion
|
|
4773
4773
|
//#region src/components/common/StickyFooterContainer.d.ts
|
|
4774
4774
|
type Props$9 = {
|
|
@@ -4776,7 +4776,7 @@ type Props$9 = {
|
|
|
4776
4776
|
};
|
|
4777
4777
|
declare const StickyFooterContainer: ({
|
|
4778
4778
|
children
|
|
4779
|
-
}: Props$9) =>
|
|
4779
|
+
}: Props$9) => react_jsx_runtime0.JSX.Element;
|
|
4780
4780
|
//#endregion
|
|
4781
4781
|
//#region src/components/common/BaseModal.d.ts
|
|
4782
4782
|
type BaseModalProps = {
|
|
@@ -4825,7 +4825,7 @@ declare const BaseModal: ({
|
|
|
4825
4825
|
mobileMaxHeight,
|
|
4826
4826
|
desktopMinHeight,
|
|
4827
4827
|
desktopMaxHeight
|
|
4828
|
-
}: BaseModalProps) =>
|
|
4828
|
+
}: BaseModalProps) => react_jsx_runtime0.JSX.Element;
|
|
4829
4829
|
//#endregion
|
|
4830
4830
|
//#region src/components/common/AssetButton.d.ts
|
|
4831
4831
|
type AssetButtonProps = ButtonProps & {
|
|
@@ -4846,7 +4846,7 @@ declare const AssetButton: ({
|
|
|
4846
4846
|
onClick,
|
|
4847
4847
|
priceChange24hPct,
|
|
4848
4848
|
...buttonProps
|
|
4849
|
-
}: AssetButtonProps) =>
|
|
4849
|
+
}: AssetButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4850
4850
|
//#endregion
|
|
4851
4851
|
//#region src/components/common/AddressDisplayCard.d.ts
|
|
4852
4852
|
type AddressDisplayCardProps = {
|
|
@@ -4866,7 +4866,7 @@ declare const AddressDisplayCard: ({
|
|
|
4866
4866
|
hideAddress,
|
|
4867
4867
|
balance,
|
|
4868
4868
|
tokenAddress
|
|
4869
|
-
}: AddressDisplayCardProps) =>
|
|
4869
|
+
}: AddressDisplayCardProps) => react_jsx_runtime0.JSX.Element;
|
|
4870
4870
|
//#endregion
|
|
4871
4871
|
//#region src/components/common/ModalFAQButton.d.ts
|
|
4872
4872
|
type FAQButtonProps = {
|
|
@@ -4875,13 +4875,13 @@ type FAQButtonProps = {
|
|
|
4875
4875
|
declare const ModalFAQButton: ({
|
|
4876
4876
|
onClick,
|
|
4877
4877
|
...props
|
|
4878
|
-
}: FAQButtonProps) =>
|
|
4878
|
+
}: FAQButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4879
4879
|
//#endregion
|
|
4880
4880
|
//#region src/components/common/ScrollToTopWrapper.d.ts
|
|
4881
4881
|
declare const ScrollToTopWrapper: ({
|
|
4882
4882
|
children,
|
|
4883
4883
|
...props
|
|
4884
|
-
}: StackProps) =>
|
|
4884
|
+
}: StackProps) => react_jsx_runtime0.JSX.Element;
|
|
4885
4885
|
//#endregion
|
|
4886
4886
|
//#region src/components/common/AccountAvatar.d.ts
|
|
4887
4887
|
type AccountAvatarProps = {
|
|
@@ -4891,7 +4891,7 @@ type AccountAvatarProps = {
|
|
|
4891
4891
|
declare const AccountAvatar: ({
|
|
4892
4892
|
wallet,
|
|
4893
4893
|
props
|
|
4894
|
-
}: AccountAvatarProps) =>
|
|
4894
|
+
}: AccountAvatarProps) => react_jsx_runtime0.JSX.Element;
|
|
4895
4895
|
//#endregion
|
|
4896
4896
|
//#region src/components/common/TransactionButtonAndStatus.d.ts
|
|
4897
4897
|
type TransactionButtonAndStatusProps = {
|
|
@@ -4933,7 +4933,7 @@ declare const TransactionButtonAndStatus: ({
|
|
|
4933
4933
|
isLoadingGasEstimation,
|
|
4934
4934
|
showGasEstimationError,
|
|
4935
4935
|
context
|
|
4936
|
-
}: TransactionButtonAndStatusProps) =>
|
|
4936
|
+
}: TransactionButtonAndStatusProps) => react_jsx_runtime0.JSX.Element;
|
|
4937
4937
|
//#endregion
|
|
4938
4938
|
//#region src/components/common/ModalNotificationButton.d.ts
|
|
4939
4939
|
type NotificationButtonProps = {
|
|
@@ -4944,7 +4944,7 @@ declare const ModalNotificationButton: ({
|
|
|
4944
4944
|
onClick,
|
|
4945
4945
|
hasUnreadNotifications,
|
|
4946
4946
|
...props
|
|
4947
|
-
}: NotificationButtonProps) =>
|
|
4947
|
+
}: NotificationButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4948
4948
|
//#endregion
|
|
4949
4949
|
//#region src/components/common/GasFeeSummary.d.ts
|
|
4950
4950
|
interface GasFeeSummaryProps {
|
|
@@ -4980,7 +4980,7 @@ declare const GasFeeTokenSelector: ({
|
|
|
4980
4980
|
availableTokens,
|
|
4981
4981
|
tokenEstimations,
|
|
4982
4982
|
walletAddress
|
|
4983
|
-
}: GasFeeTokenSelectorProps) =>
|
|
4983
|
+
}: GasFeeTokenSelectorProps) => react_jsx_runtime0.JSX.Element;
|
|
4984
4984
|
//#endregion
|
|
4985
4985
|
//#region src/components/common/InlineFeedback.d.ts
|
|
4986
4986
|
type Props$8 = {
|
|
@@ -4992,7 +4992,7 @@ declare const InlineFeedback: ({
|
|
|
4992
4992
|
message,
|
|
4993
4993
|
duration,
|
|
4994
4994
|
onClose
|
|
4995
|
-
}: Props$8) =>
|
|
4995
|
+
}: Props$8) => react_jsx_runtime0.JSX.Element;
|
|
4996
4996
|
//#endregion
|
|
4997
4997
|
//#region src/components/common/WalletSwitchFeedback.d.ts
|
|
4998
4998
|
type Props$7 = {
|
|
@@ -5009,7 +5009,7 @@ type Props$7 = {
|
|
|
5009
5009
|
*/
|
|
5010
5010
|
declare const WalletSwitchFeedback: ({
|
|
5011
5011
|
showFeedback
|
|
5012
|
-
}: Props$7) =>
|
|
5012
|
+
}: Props$7) => react_jsx_runtime0.JSX.Element | null;
|
|
5013
5013
|
//#endregion
|
|
5014
5014
|
//#region src/components/common/PriceChangeBadge.d.ts
|
|
5015
5015
|
type Props$6 = TextProps & {
|
|
@@ -5020,7 +5020,7 @@ declare const PriceChangeBadge: ({
|
|
|
5020
5020
|
valuePct,
|
|
5021
5021
|
showSuffix,
|
|
5022
5022
|
...textProps
|
|
5023
|
-
}: Props$6) =>
|
|
5023
|
+
}: Props$6) => react_jsx_runtime0.JSX.Element | null;
|
|
5024
5024
|
//#endregion
|
|
5025
5025
|
//#region src/components/common/AddressOrDomainLabel.d.ts
|
|
5026
5026
|
type Props$5 = TextProps & {
|
|
@@ -5037,7 +5037,7 @@ declare const AddressOrDomainLabel: ({
|
|
|
5037
5037
|
headLen,
|
|
5038
5038
|
tailLen,
|
|
5039
5039
|
...textProps
|
|
5040
|
-
}: Props$5) =>
|
|
5040
|
+
}: Props$5) => react_jsx_runtime0.JSX.Element;
|
|
5041
5041
|
//#endregion
|
|
5042
5042
|
//#region src/components/common/CopyIconButton.d.ts
|
|
5043
5043
|
type Props$4 = Omit<IconButtonProps, 'aria-label' | 'icon' | 'onClick'> & {
|
|
@@ -5050,7 +5050,7 @@ declare const CopyIconButton: ({
|
|
|
5050
5050
|
size,
|
|
5051
5051
|
variant,
|
|
5052
5052
|
...rest
|
|
5053
|
-
}: Props$4) =>
|
|
5053
|
+
}: Props$4) => react_jsx_runtime0.JSX.Element;
|
|
5054
5054
|
//#endregion
|
|
5055
5055
|
//#region src/components/common/PriceChart.d.ts
|
|
5056
5056
|
type Props$3 = BoxProps & {
|
|
@@ -5077,7 +5077,7 @@ declare const PriceChart: ({
|
|
|
5077
5077
|
interactive,
|
|
5078
5078
|
formatValue,
|
|
5079
5079
|
...boxProps
|
|
5080
|
-
}: Props$3) =>
|
|
5080
|
+
}: Props$3) => react_jsx_runtime0.JSX.Element | null;
|
|
5081
5081
|
//#endregion
|
|
5082
5082
|
//#region src/components/common/StatusScreen.d.ts
|
|
5083
5083
|
type Status = 'success' | 'error';
|
|
@@ -5120,7 +5120,7 @@ declare const StatusScreen: ({
|
|
|
5120
5120
|
bodyExtras,
|
|
5121
5121
|
footerExtras,
|
|
5122
5122
|
hideCloseButton
|
|
5123
|
-
}: StatusScreenProps) =>
|
|
5123
|
+
}: StatusScreenProps) => react_jsx_runtime0.JSX.Element;
|
|
5124
5124
|
//#endregion
|
|
5125
5125
|
//#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
|
|
5126
5126
|
type SuccessfulOperationContentProps = {
|
|
@@ -5150,7 +5150,7 @@ declare const UpgradeSmartAccountModal: ({
|
|
|
5150
5150
|
isOpen,
|
|
5151
5151
|
onClose,
|
|
5152
5152
|
style
|
|
5153
|
-
}: Props$2) =>
|
|
5153
|
+
}: Props$2) => react_jsx_runtime0.JSX.Element;
|
|
5154
5154
|
//#endregion
|
|
5155
5155
|
//#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
|
|
5156
5156
|
type Props$1 = {
|
|
@@ -5165,7 +5165,7 @@ declare const LegalDocumentsModal: ({
|
|
|
5165
5165
|
onAgree,
|
|
5166
5166
|
handleLogout,
|
|
5167
5167
|
onlyOptionalDocuments
|
|
5168
|
-
}: Props$1) =>
|
|
5168
|
+
}: Props$1) => react_jsx_runtime0.JSX.Element;
|
|
5169
5169
|
//#endregion
|
|
5170
5170
|
//#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
|
|
5171
5171
|
type Props = {
|
|
@@ -5177,7 +5177,7 @@ declare const LegalDocumentItem: ({
|
|
|
5177
5177
|
document,
|
|
5178
5178
|
register,
|
|
5179
5179
|
isText
|
|
5180
|
-
}: Props) =>
|
|
5180
|
+
}: Props) => react_jsx_runtime0.JSX.Element;
|
|
5181
5181
|
//#endregion
|
|
5182
5182
|
//#region src/providers/ModalProvider.d.ts
|
|
5183
5183
|
type AccountModalOptions = {
|
|
@@ -5212,7 +5212,7 @@ declare const ModalProvider: ({
|
|
|
5212
5212
|
children
|
|
5213
5213
|
}: {
|
|
5214
5214
|
children: ReactNode;
|
|
5215
|
-
}) =>
|
|
5215
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
5216
5216
|
//#endregion
|
|
5217
5217
|
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$1 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$1 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$1 as Zt, WalletSwitchFeedback as _, useLoginWithPasskey$1 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$1 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$1 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$1 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$1 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 };
|
|
5218
|
-
//# sourceMappingURL=index-
|
|
5218
|
+
//# sourceMappingURL=index-DzM-sMYy.d.mts.map
|