@vechain/vechain-kit 2.8.2 → 2.10.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.cjs +1 -1
- package/dist/assets/index.d.mts +1 -1
- package/dist/assets/index.mjs +1 -1
- package/dist/{assets-BL24r-Yp.mjs → assets-C0RHiZ9a.mjs} +3 -3
- package/dist/{assets-BL24r-Yp.mjs.map → assets-C0RHiZ9a.mjs.map} +1 -1
- package/dist/{assets-DNJsQD7_.cjs → assets-CZs6EVH8.cjs} +2 -2
- package/dist/{assets-DNJsQD7_.cjs.map → assets-CZs6EVH8.cjs.map} +1 -1
- package/dist/{index-B7W1mM8I.d.mts → index-BvuXDx6d.d.mts} +4 -4
- package/dist/{index-B7W1mM8I.d.mts.map → index-BvuXDx6d.d.mts.map} +1 -1
- package/dist/{index-BJC0UjWs.d.mts → index-DqmXn4Mz.d.mts} +584 -181
- package/dist/index-DqmXn4Mz.d.mts.map +1 -0
- package/dist/{index-CakR5Xyt.d.cts → index-lFyi52Xi.d.cts} +471 -70
- package/dist/index-lFyi52Xi.d.cts.map +1 -0
- package/dist/index.cjs +10 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +3 -3
- package/dist/index.mjs +10 -10
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.cts +2 -2
- package/dist/utils/index.d.mts +3 -3
- package/dist/utils/index.mjs +1 -1
- package/dist/utils-C4gc1L9t.cjs +2 -0
- package/dist/utils-C4gc1L9t.cjs.map +1 -0
- package/dist/utils-DPIscp9_.mjs +2 -0
- package/dist/utils-DPIscp9_.mjs.map +1 -0
- package/package.json +2 -2
- package/dist/index-BJC0UjWs.d.mts.map +0 -1
- package/dist/index-CakR5Xyt.d.cts.map +0 -1
- package/dist/utils-DJKLAzLP.cjs +0 -2
- package/dist/utils-DJKLAzLP.cjs.map +0 -1
- package/dist/utils-KYzX9d5n.mjs +0 -2
- package/dist/utils-KYzX9d5n.mjs.map +0 -1
|
@@ -1,17 +1,19 @@
|
|
|
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_query20 from "@tanstack/react-query";
|
|
11
11
|
import { UseQueryOptions } from "@tanstack/react-query";
|
|
12
|
+
import "wagmi/query";
|
|
12
13
|
import { CustomTokenInfo } from "@vechain/contract-getters";
|
|
13
14
|
import { Abi, ContractEventName, ContractFunctionParameters, MulticallParameters, MulticallReturnType, decodeEventLog } from "viem";
|
|
14
15
|
import { z } from "zod";
|
|
16
|
+
import "wagmi";
|
|
15
17
|
import { Options } from "browser-image-compression";
|
|
16
18
|
import { UseFormRegister } from "react-hook-form";
|
|
17
19
|
import * as _vechain_sdk_network0 from "@vechain/sdk-network";
|
|
@@ -19,7 +21,7 @@ import { CompressedBlockDetail, EventLogs, FilterEventLogsOptions, ThorClient, T
|
|
|
19
21
|
import { LogLevel, WalletSource } from "@vechain/dapp-kit";
|
|
20
22
|
import { CustomizedStyle, I18n, SourceInfo } from "@vechain/dapp-kit-ui";
|
|
21
23
|
import { IconType } from "react-icons";
|
|
22
|
-
import * as
|
|
24
|
+
import * as _tanstack_query_core2 from "@tanstack/query-core";
|
|
23
25
|
import * as abitype0 from "abitype";
|
|
24
26
|
import { AbiParametersToPrimitiveTypes, ExtractAbiFunction, ExtractAbiFunctionNames } from "abitype";
|
|
25
27
|
|
|
@@ -96,6 +98,7 @@ type AppConfig = {
|
|
|
96
98
|
navigatorRegistryContractAddress: string;
|
|
97
99
|
betterSwapFactoryAddress: string;
|
|
98
100
|
juicyPoolAddress: string;
|
|
101
|
+
nftBlacklistContractAddress?: string;
|
|
99
102
|
vetDomainAvatarUrl: string;
|
|
100
103
|
nodeUrl: string;
|
|
101
104
|
indexerUrl: string;
|
|
@@ -558,6 +561,13 @@ type LoginMethodOrder = {
|
|
|
558
561
|
method: AlwaysAvailableMethods | (VechainKitProviderProps['privy'] extends undefined ? never : PrivyDependentMethods);
|
|
559
562
|
gridColumn?: number;
|
|
560
563
|
allowedApps?: string[];
|
|
564
|
+
/**
|
|
565
|
+
* Mark this method as the recommended primary CTA — filled inverted
|
|
566
|
+
* surface + RecommendedDot. If no entry sets `isPrimary`, the kit falls
|
|
567
|
+
* back to highlighting the first visible method automatically. The
|
|
568
|
+
* `more` method is never primary (it's a footer link).
|
|
569
|
+
*/
|
|
570
|
+
isPrimary?: boolean;
|
|
561
571
|
};
|
|
562
572
|
type LegalDocumentOptions = {
|
|
563
573
|
privacyPolicy?: LegalDocument[];
|
|
@@ -729,7 +739,7 @@ declare const useVeChainKitConfig: () => VeChainKitConfig;
|
|
|
729
739
|
* ```
|
|
730
740
|
*/
|
|
731
741
|
declare const useAppConfig: () => AppConfig;
|
|
732
|
-
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) =>
|
|
742
|
+
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime0.JSX.Element;
|
|
733
743
|
//#endregion
|
|
734
744
|
//#region src/providers/PrivyWalletProvider.d.ts
|
|
735
745
|
interface PrivyWalletProviderContextType {
|
|
@@ -772,7 +782,7 @@ declare const PrivyWalletProvider: ({
|
|
|
772
782
|
delegatorUrl?: string;
|
|
773
783
|
delegateAllTransactions: boolean;
|
|
774
784
|
genericDelegator?: boolean;
|
|
775
|
-
}) =>
|
|
785
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
776
786
|
declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
|
|
777
787
|
//#endregion
|
|
778
788
|
//#region src/providers/VechainKitThemeProvider.d.ts
|
|
@@ -790,7 +800,7 @@ declare const VechainKitThemeProvider: ({
|
|
|
790
800
|
children,
|
|
791
801
|
darkMode,
|
|
792
802
|
theme: customTheme
|
|
793
|
-
}: Props$42) =>
|
|
803
|
+
}: Props$42) => react_jsx_runtime0.JSX.Element;
|
|
794
804
|
//#endregion
|
|
795
805
|
//#region src/providers/LegalDocumentsProvider.d.ts
|
|
796
806
|
type Props$41 = {
|
|
@@ -806,7 +816,7 @@ type LegalDocumentsContextType = {
|
|
|
806
816
|
declare const useLegalDocuments: () => LegalDocumentsContextType;
|
|
807
817
|
declare const LegalDocumentsProvider: ({
|
|
808
818
|
children
|
|
809
|
-
}: Props$41) =>
|
|
819
|
+
}: Props$41) => react_jsx_runtime0.JSX.Element;
|
|
810
820
|
//#endregion
|
|
811
821
|
//#region src/components/ConnectModal/ConnectModal.d.ts
|
|
812
822
|
type Props$40 = {
|
|
@@ -847,7 +857,7 @@ declare const ConnectModal: ({
|
|
|
847
857
|
onClose,
|
|
848
858
|
initialContent,
|
|
849
859
|
preventAutoClose
|
|
850
|
-
}: Props$40) =>
|
|
860
|
+
}: Props$40) => react_jsx_runtime0.JSX.Element;
|
|
851
861
|
//#endregion
|
|
852
862
|
//#region src/components/ConnectModal/Contents/MainContent.d.ts
|
|
853
863
|
type Props$39 = {
|
|
@@ -855,7 +865,7 @@ type Props$39 = {
|
|
|
855
865
|
};
|
|
856
866
|
declare const MainContent: ({
|
|
857
867
|
setCurrentContent
|
|
858
|
-
}: Props$39) =>
|
|
868
|
+
}: Props$39) => react_jsx_runtime0.JSX.Element;
|
|
859
869
|
//#endregion
|
|
860
870
|
//#region src/components/ConnectModal/Contents/LoadingContent.d.ts
|
|
861
871
|
type LoadingContentProps = {
|
|
@@ -884,7 +894,7 @@ declare const LoadingContent: ({
|
|
|
884
894
|
onGoBack,
|
|
885
895
|
showBackButton,
|
|
886
896
|
providerIcon
|
|
887
|
-
}: LoadingContentProps) =>
|
|
897
|
+
}: LoadingContentProps) => react_jsx_runtime0.JSX.Element;
|
|
888
898
|
//#endregion
|
|
889
899
|
//#region src/components/ConnectModal/Contents/ErrorContent.d.ts
|
|
890
900
|
type ErrorContentProps = {
|
|
@@ -905,7 +915,7 @@ declare const ErrorContent: ({
|
|
|
905
915
|
onClose,
|
|
906
916
|
onTryAgain,
|
|
907
917
|
onGoBack
|
|
908
|
-
}: ErrorContentProps) =>
|
|
918
|
+
}: ErrorContentProps) => react_jsx_runtime0.JSX.Element;
|
|
909
919
|
//#endregion
|
|
910
920
|
//#region src/components/ConnectModal/Contents/EcosystemContent.d.ts
|
|
911
921
|
type Props$38 = {
|
|
@@ -921,7 +931,7 @@ declare const EcosystemContent: ({
|
|
|
921
931
|
isLoading,
|
|
922
932
|
setCurrentContent,
|
|
923
933
|
showBackButton
|
|
924
|
-
}: Props$38) =>
|
|
934
|
+
}: Props$38) => react_jsx_runtime0.JSX.Element;
|
|
925
935
|
//#endregion
|
|
926
936
|
//#region src/components/ConnectModal/Contents/MoreOptionsContent.d.ts
|
|
927
937
|
type Props$37 = {
|
|
@@ -933,7 +943,7 @@ declare const MoreOptionsContent: ({
|
|
|
933
943
|
onClose,
|
|
934
944
|
setCurrentContent,
|
|
935
945
|
showBackButton
|
|
936
|
-
}: Props$37) =>
|
|
946
|
+
}: Props$37) => react_jsx_runtime0.JSX.Element;
|
|
937
947
|
//#endregion
|
|
938
948
|
//#region src/components/ConnectModal/Components/ConnectionButton.d.ts
|
|
939
949
|
interface ConnectionButtonProps {
|
|
@@ -963,10 +973,17 @@ declare const ConnectionButton: ({
|
|
|
963
973
|
style,
|
|
964
974
|
variant,
|
|
965
975
|
iconWidth
|
|
966
|
-
}: ConnectionButtonProps) =>
|
|
976
|
+
}: ConnectionButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
967
977
|
//#endregion
|
|
968
978
|
//#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
|
|
969
|
-
|
|
979
|
+
/**
|
|
980
|
+
* Inline email input + OTP modal flow. Requires a host-supplied privy
|
|
981
|
+
* prop because VeChain's own Privy app has email disabled, so the
|
|
982
|
+
* whitelabel cross-app host can't accept email-based logins. When
|
|
983
|
+
* the consumer dApp has no privy, useLoginModalContent hides this
|
|
984
|
+
* button entirely.
|
|
985
|
+
*/
|
|
986
|
+
declare const EmailLoginButton: () => react_jsx_runtime0.JSX.Element;
|
|
970
987
|
//#endregion
|
|
971
988
|
//#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
|
|
972
989
|
type Props$36 = {
|
|
@@ -978,7 +995,7 @@ declare const VeChainLoginButton: ({
|
|
|
978
995
|
isDark,
|
|
979
996
|
gridColumn,
|
|
980
997
|
setCurrentContent
|
|
981
|
-
}: Props$36) =>
|
|
998
|
+
}: Props$36) => react_jsx_runtime0.JSX.Element;
|
|
982
999
|
//#endregion
|
|
983
1000
|
//#region src/components/ConnectModal/Components/EcosystemButton.d.ts
|
|
984
1001
|
type Props$35 = {
|
|
@@ -992,7 +1009,7 @@ declare const EcosystemButton: ({
|
|
|
992
1009
|
appsInfo,
|
|
993
1010
|
isLoading,
|
|
994
1011
|
setCurrentContent
|
|
995
|
-
}: Props$35) =>
|
|
1012
|
+
}: Props$35) => react_jsx_runtime0.JSX.Element;
|
|
996
1013
|
//#endregion
|
|
997
1014
|
//#region src/components/ConnectModal/Components/PrivyButton.d.ts
|
|
998
1015
|
type Props$34 = {
|
|
@@ -1004,30 +1021,37 @@ declare const PrivyButton: ({
|
|
|
1004
1021
|
isDark,
|
|
1005
1022
|
onViewMoreLogin,
|
|
1006
1023
|
gridColumn
|
|
1007
|
-
}: Props$34) =>
|
|
1024
|
+
}: Props$34) => react_jsx_runtime0.JSX.Element;
|
|
1008
1025
|
//#endregion
|
|
1009
1026
|
//#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
|
|
1010
1027
|
type Props$33 = {
|
|
1011
1028
|
isDark: boolean;
|
|
1012
1029
|
gridColumn?: number;
|
|
1030
|
+
/** When true, render as the recommended primary CTA. See VeWorldButton. */
|
|
1031
|
+
isPrimary?: boolean;
|
|
1013
1032
|
};
|
|
1014
|
-
/** Secondary outline button
|
|
1033
|
+
/** Secondary outline button by default; recommended primary when `isPrimary`. */
|
|
1015
1034
|
declare const LoginWithGoogleButton: ({
|
|
1016
1035
|
isDark,
|
|
1017
|
-
gridColumn
|
|
1018
|
-
|
|
1036
|
+
gridColumn,
|
|
1037
|
+
isPrimary
|
|
1038
|
+
}: Props$33) => react_jsx_runtime0.JSX.Element;
|
|
1019
1039
|
//#endregion
|
|
1020
1040
|
//#region src/components/ConnectModal/Components/LoginWithAppleButton.d.ts
|
|
1021
1041
|
type Props$32 = {
|
|
1022
1042
|
isDark: boolean;
|
|
1023
1043
|
gridColumn?: number;
|
|
1044
|
+
/** When true, render as the recommended primary CTA. See VeWorldButton. */
|
|
1045
|
+
isPrimary?: boolean;
|
|
1024
1046
|
};
|
|
1025
|
-
/** Secondary outline
|
|
1026
|
-
* flips to match the
|
|
1047
|
+
/** Secondary outline by default; recommended primary when `isPrimary`. The
|
|
1048
|
+
* Apple glyph flips to match the surface (text color on outline, inverted
|
|
1049
|
+
* on the filled primary). */
|
|
1027
1050
|
declare const LoginWithAppleButton: ({
|
|
1028
1051
|
isDark,
|
|
1029
|
-
gridColumn
|
|
1030
|
-
|
|
1052
|
+
gridColumn,
|
|
1053
|
+
isPrimary
|
|
1054
|
+
}: Props$32) => react_jsx_runtime0.JSX.Element;
|
|
1031
1055
|
//#endregion
|
|
1032
1056
|
//#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
|
|
1033
1057
|
type Props$31 = {
|
|
@@ -1039,7 +1063,7 @@ declare const PasskeyLoginButton: ({
|
|
|
1039
1063
|
isDark,
|
|
1040
1064
|
gridColumn,
|
|
1041
1065
|
setCurrentContent
|
|
1042
|
-
}: Props$31) =>
|
|
1066
|
+
}: Props$31) => react_jsx_runtime0.JSX.Element;
|
|
1043
1067
|
//#endregion
|
|
1044
1068
|
//#region src/components/ConnectModal/Components/DappKitButton.d.ts
|
|
1045
1069
|
type Props$30 = {
|
|
@@ -1049,7 +1073,7 @@ type Props$30 = {
|
|
|
1049
1073
|
declare const DappKitButton: ({
|
|
1050
1074
|
isDark,
|
|
1051
1075
|
gridColumn
|
|
1052
|
-
}: Props$30) =>
|
|
1076
|
+
}: Props$30) => react_jsx_runtime0.JSX.Element;
|
|
1053
1077
|
//#endregion
|
|
1054
1078
|
//#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
|
|
1055
1079
|
type Props$29 = {
|
|
@@ -1059,38 +1083,40 @@ type Props$29 = {
|
|
|
1059
1083
|
declare const VeChainWithPrivyLoginButton: ({
|
|
1060
1084
|
isDark,
|
|
1061
1085
|
gridColumn
|
|
1062
|
-
}: Props$29) =>
|
|
1086
|
+
}: Props$29) => react_jsx_runtime0.JSX.Element;
|
|
1063
1087
|
//#endregion
|
|
1064
1088
|
//#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
|
|
1065
1089
|
type Props$28 = {
|
|
1066
1090
|
isDark: boolean;
|
|
1067
1091
|
gridColumn?: number;
|
|
1092
|
+
/** When true, render as the recommended primary CTA. See VeWorldButton. */
|
|
1093
|
+
isPrimary?: boolean;
|
|
1068
1094
|
};
|
|
1069
1095
|
declare const LoginWithGithubButton: ({
|
|
1070
1096
|
isDark,
|
|
1071
|
-
gridColumn
|
|
1072
|
-
|
|
1097
|
+
gridColumn,
|
|
1098
|
+
isPrimary
|
|
1099
|
+
}: Props$28) => react_jsx_runtime0.JSX.Element;
|
|
1073
1100
|
//#endregion
|
|
1074
1101
|
//#region src/components/ConnectModal/Components/VeWorldButton.d.ts
|
|
1075
1102
|
type Props$27 = {
|
|
1076
1103
|
isDark: boolean;
|
|
1077
1104
|
gridColumn?: number;
|
|
1078
1105
|
setCurrentContent: React$1.Dispatch<React$1.SetStateAction<ConnectModalContentsTypes>>;
|
|
1106
|
+
/**
|
|
1107
|
+
* When true, render as the recommended primary CTA: filled inverted
|
|
1108
|
+
* surface + RecommendedDot. When false, render as an outline secondary.
|
|
1109
|
+
* The stack flips this on the first visible login method, so VeWorld
|
|
1110
|
+
* is primary only when it's first in `loginMethods`.
|
|
1111
|
+
*/
|
|
1112
|
+
isPrimary?: boolean;
|
|
1079
1113
|
};
|
|
1080
|
-
/**
|
|
1081
|
-
* Primary CTA — VeWorld brand-locked surface. Always inverted contrast
|
|
1082
|
-
* against the modal: dark in light mode, white in dark mode.
|
|
1083
|
-
*
|
|
1084
|
-
* Intentionally does NOT consume `theme.buttons.primaryButton.{bg,color}`
|
|
1085
|
-
* — devs who themed their primary button (e.g. brand blue) shouldn't end
|
|
1086
|
-
* up with a blue VeWorld button. The VeWorld logo + label have to stay
|
|
1087
|
-
* recognisable.
|
|
1088
|
-
*/
|
|
1089
1114
|
declare const VeWorldButton: ({
|
|
1090
1115
|
isDark,
|
|
1091
1116
|
gridColumn,
|
|
1092
|
-
setCurrentContent
|
|
1093
|
-
|
|
1117
|
+
setCurrentContent,
|
|
1118
|
+
isPrimary
|
|
1119
|
+
}: Props$27) => react_jsx_runtime0.JSX.Element;
|
|
1094
1120
|
//#endregion
|
|
1095
1121
|
//#region src/components/ConnectModal/Components/Sync2Button.d.ts
|
|
1096
1122
|
type Props$26 = {
|
|
@@ -1102,7 +1128,7 @@ declare const Sync2Button: ({
|
|
|
1102
1128
|
isDark,
|
|
1103
1129
|
gridColumn,
|
|
1104
1130
|
setCurrentContent
|
|
1105
|
-
}: Props$26) =>
|
|
1131
|
+
}: Props$26) => react_jsx_runtime0.JSX.Element;
|
|
1106
1132
|
//#endregion
|
|
1107
1133
|
//#region src/components/ConnectModal/Components/WalletConnectButton.d.ts
|
|
1108
1134
|
type Props$25 = {
|
|
@@ -1114,7 +1140,7 @@ declare const WalletConnectButton: ({
|
|
|
1114
1140
|
isDark,
|
|
1115
1141
|
gridColumn,
|
|
1116
1142
|
setCurrentContent
|
|
1117
|
-
}: Props$25) =>
|
|
1143
|
+
}: Props$25) => react_jsx_runtime0.JSX.Element;
|
|
1118
1144
|
//#endregion
|
|
1119
1145
|
//#region src/components/ConnectModal/ConnectPopover.d.ts
|
|
1120
1146
|
type ConnectPopoverProps = {
|
|
@@ -1124,7 +1150,7 @@ type ConnectPopoverProps = {
|
|
|
1124
1150
|
declare const ConnectPopover: ({
|
|
1125
1151
|
isLoading,
|
|
1126
1152
|
buttonStyle
|
|
1127
|
-
}: ConnectPopoverProps) =>
|
|
1153
|
+
}: ConnectPopoverProps) => react_jsx_runtime0.JSX.Element;
|
|
1128
1154
|
//#endregion
|
|
1129
1155
|
//#region src/components/WalletButton/types.d.ts
|
|
1130
1156
|
type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
|
|
@@ -1143,10 +1169,10 @@ declare const WalletButton: ({
|
|
|
1143
1169
|
buttonStyle,
|
|
1144
1170
|
connectionVariant,
|
|
1145
1171
|
label
|
|
1146
|
-
}: WalletButtonProps) =>
|
|
1172
|
+
}: WalletButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
1147
1173
|
//#endregion
|
|
1148
1174
|
//#region src/components/WalletButton/SocialIcons.d.ts
|
|
1149
|
-
declare const SocialIcons: () =>
|
|
1175
|
+
declare const SocialIcons: () => react_jsx_runtime0.JSX.Element;
|
|
1150
1176
|
//#endregion
|
|
1151
1177
|
//#region src/components/TransactionModal/TransactionModal.d.ts
|
|
1152
1178
|
type TransactionModalProps = {
|
|
@@ -1176,7 +1202,7 @@ declare const TransactionModal: ({
|
|
|
1176
1202
|
txReceipt,
|
|
1177
1203
|
txError,
|
|
1178
1204
|
onTryAgain
|
|
1179
|
-
}: TransactionModalProps) =>
|
|
1205
|
+
}: TransactionModalProps) => react_jsx_runtime0.JSX.Element | null;
|
|
1180
1206
|
//#endregion
|
|
1181
1207
|
//#region src/components/TransactionModal/Components/ShareButtons.d.ts
|
|
1182
1208
|
type Props$24 = {
|
|
@@ -1186,7 +1212,7 @@ type Props$24 = {
|
|
|
1186
1212
|
};
|
|
1187
1213
|
declare const ShareButtons: ({
|
|
1188
1214
|
description
|
|
1189
|
-
}: Props$24) =>
|
|
1215
|
+
}: Props$24) => react_jsx_runtime0.JSX.Element;
|
|
1190
1216
|
//#endregion
|
|
1191
1217
|
//#region src/components/TransactionModal/TransactionModalContent.d.ts
|
|
1192
1218
|
declare const TransactionModalContent: ({
|
|
@@ -1196,7 +1222,7 @@ declare const TransactionModalContent: ({
|
|
|
1196
1222
|
txReceipt,
|
|
1197
1223
|
txError,
|
|
1198
1224
|
onClose
|
|
1199
|
-
}: Omit<TransactionModalProps, "isOpen">) =>
|
|
1225
|
+
}: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime0.JSX.Element;
|
|
1200
1226
|
//#endregion
|
|
1201
1227
|
//#region src/components/TransactionToast/TransactionToast.d.ts
|
|
1202
1228
|
type TransactionToastProps = {
|
|
@@ -1216,7 +1242,7 @@ declare const TransactionToast: ({
|
|
|
1216
1242
|
txError,
|
|
1217
1243
|
onTryAgain,
|
|
1218
1244
|
description
|
|
1219
|
-
}: TransactionToastProps) =>
|
|
1245
|
+
}: TransactionToastProps) => react_jsx_runtime0.JSX.Element | null;
|
|
1220
1246
|
//#endregion
|
|
1221
1247
|
//#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
|
|
1222
1248
|
type Props$23 = {
|
|
@@ -1232,12 +1258,12 @@ declare const AccountMainContent: ({
|
|
|
1232
1258
|
wallet,
|
|
1233
1259
|
onClose,
|
|
1234
1260
|
switchFeedback
|
|
1235
|
-
}: Props$23) =>
|
|
1261
|
+
}: Props$23) => react_jsx_runtime0.JSX.Element;
|
|
1236
1262
|
//#endregion
|
|
1237
1263
|
//#region src/hooks/api/privy/useFetchAppInfo.d.ts
|
|
1238
1264
|
declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
|
|
1239
1265
|
declare const getPrivyAppInfoQueryKey: (appIds: string | string[]) => string[];
|
|
1240
|
-
declare const useFetchAppInfo: (appIds: string | string[]) =>
|
|
1266
|
+
declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query20.UseQueryResult<{
|
|
1241
1267
|
[k: string]: {
|
|
1242
1268
|
website: string | undefined;
|
|
1243
1269
|
id: string;
|
|
@@ -1258,7 +1284,7 @@ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_qu
|
|
|
1258
1284
|
//#endregion
|
|
1259
1285
|
//#region src/hooks/api/privy/useFetchPrivyStatus.d.ts
|
|
1260
1286
|
declare const fetchPrivyStatus: () => Promise<string>;
|
|
1261
|
-
declare const useFetchPrivyStatus: () =>
|
|
1287
|
+
declare const useFetchPrivyStatus: () => _tanstack_react_query20.UseQueryResult<string, Error>;
|
|
1262
1288
|
//#endregion
|
|
1263
1289
|
//#region src/hooks/api/vetDomains/useVechainDomain.d.ts
|
|
1264
1290
|
interface VeChainDomainResult {
|
|
@@ -1268,11 +1294,11 @@ interface VeChainDomainResult {
|
|
|
1268
1294
|
isPrimaryDomain: boolean;
|
|
1269
1295
|
}
|
|
1270
1296
|
declare const getVechainDomainQueryKey: (addressOrDomain?: string | null) => (string | null | undefined)[];
|
|
1271
|
-
declare const useVechainDomain: (addressOrDomain?: string | null) =>
|
|
1297
|
+
declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query20.UseQueryResult<VeChainDomainResult, Error>;
|
|
1272
1298
|
//#endregion
|
|
1273
1299
|
//#region src/hooks/api/vetDomains/useEnsRecordExists.d.ts
|
|
1274
1300
|
declare const getEnsRecordExistsQueryKey: (name: string) => string[];
|
|
1275
|
-
declare const useEnsRecordExists: (name: string) =>
|
|
1301
|
+
declare const useEnsRecordExists: (name: string) => _tanstack_react_query20.UseQueryResult<boolean, Error>;
|
|
1276
1302
|
//#endregion
|
|
1277
1303
|
//#region src/hooks/api/vetDomains/useClaimVeWorldSubdomain.d.ts
|
|
1278
1304
|
type useClaimVeWorldSubdomainProps = {
|
|
@@ -1334,7 +1360,7 @@ declare const getIsDomainProtectedQueryKey: (domain?: string) => (string | undef
|
|
|
1334
1360
|
* @param {boolean} [enabled=true] - Flag to enable or disable the hook.
|
|
1335
1361
|
* @returns The result of the useQuery hook, with the protection status.
|
|
1336
1362
|
*/
|
|
1337
|
-
declare const useIsDomainProtected: (domain?: string, enabled?: boolean) =>
|
|
1363
|
+
declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query20.UseQueryResult<boolean, Error>;
|
|
1338
1364
|
//#endregion
|
|
1339
1365
|
//#region src/hooks/api/vetDomains/useGetDomainsOfAddress.d.ts
|
|
1340
1366
|
declare const DomainSchema: z.ZodObject<{
|
|
@@ -1362,7 +1388,7 @@ declare const getDomainsOfAddressQueryKey: (address?: string, parentDomain?: str
|
|
|
1362
1388
|
* @param parentDomain The parent domain (e.g., "veworld.vet")
|
|
1363
1389
|
* @returns The domains owned by the address
|
|
1364
1390
|
*/
|
|
1365
|
-
declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) =>
|
|
1391
|
+
declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query20.UseQueryResult<{
|
|
1366
1392
|
domains: {
|
|
1367
1393
|
name: string;
|
|
1368
1394
|
}[];
|
|
@@ -1375,7 +1401,7 @@ declare const getAvatarQueryKey: (name: string, networkType: NETWORK_TYPE) => st
|
|
|
1375
1401
|
* @param name - The VET domain name
|
|
1376
1402
|
* @returns The resolved avatar URL
|
|
1377
1403
|
*/
|
|
1378
|
-
declare const useGetAvatar: (name: string) =>
|
|
1404
|
+
declare const useGetAvatar: (name: string) => _tanstack_react_query20.UseQueryResult<string | null, Error>;
|
|
1379
1405
|
//#endregion
|
|
1380
1406
|
//#region src/hooks/api/vetDomains/useGetTextRecords.d.ts
|
|
1381
1407
|
/**
|
|
@@ -1387,7 +1413,7 @@ declare const useGetAvatar: (name: string) => _tanstack_react_query29.UseQueryRe
|
|
|
1387
1413
|
*/
|
|
1388
1414
|
declare const getTextRecords: (nodeUrl: string, network: NETWORK_TYPE, domain?: string) => Promise<TextRecords>;
|
|
1389
1415
|
declare const getTextRecordsQueryKey: (domain?: string, network?: NETWORK_TYPE) => (string | undefined)[];
|
|
1390
|
-
declare const useGetTextRecords: (domain?: string) =>
|
|
1416
|
+
declare const useGetTextRecords: (domain?: string) => _tanstack_react_query20.UseQueryResult<TextRecords, Error>;
|
|
1391
1417
|
//#endregion
|
|
1392
1418
|
//#region src/hooks/api/vetDomains/useUpdateTextRecord.d.ts
|
|
1393
1419
|
type UpdateTextRecordVariables = {
|
|
@@ -1420,7 +1446,7 @@ declare const getResolverAddressQueryKey: (domain?: string) => (string | undefin
|
|
|
1420
1446
|
* @param domain The domain to get resolver for
|
|
1421
1447
|
* @returns The resolver address for the domain
|
|
1422
1448
|
*/
|
|
1423
|
-
declare const useGetResolverAddress: (domain?: string) =>
|
|
1449
|
+
declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query20.UseQueryResult<`0x${string}`, unknown>;
|
|
1424
1450
|
//#endregion
|
|
1425
1451
|
//#region src/hooks/api/vetDomains/useGetAvatarOfAddress.d.ts
|
|
1426
1452
|
declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefined)[];
|
|
@@ -1430,7 +1456,7 @@ declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefi
|
|
|
1430
1456
|
* @param address The owner's address
|
|
1431
1457
|
* @returns The avatar URL for the address's primary domain
|
|
1432
1458
|
*/
|
|
1433
|
-
declare const useGetAvatarOfAddress: (address?: string) =>
|
|
1459
|
+
declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query20.UseQueryResult<string, Error>;
|
|
1434
1460
|
//#endregion
|
|
1435
1461
|
//#region src/hooks/api/vetDomains/useGetAvatarLegacy.d.ts
|
|
1436
1462
|
/**
|
|
@@ -1447,7 +1473,7 @@ declare const getAvatarLegacyQueryKey: (name: string, networkType: NETWORK_TYPE)
|
|
|
1447
1473
|
* @param name - The VET domain name
|
|
1448
1474
|
* @returns The resolved avatar URL
|
|
1449
1475
|
*/
|
|
1450
|
-
declare const useGetAvatarLegacy: (name: string) =>
|
|
1476
|
+
declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query20.UseQueryResult<string | null, Error>;
|
|
1451
1477
|
//#endregion
|
|
1452
1478
|
//#region src/hooks/api/vetDomains/useUnsetDomain.d.ts
|
|
1453
1479
|
type useUnsetDomainProps = {
|
|
@@ -1564,7 +1590,7 @@ declare const getCurrentAllocationsRoundIdQueryKey: (address: string) => string[
|
|
|
1564
1590
|
* Hook to get the current roundId of allocations voting
|
|
1565
1591
|
* @returns the current roundId of allocations voting
|
|
1566
1592
|
*/
|
|
1567
|
-
declare const useCurrentAllocationsRoundId: () =>
|
|
1593
|
+
declare const useCurrentAllocationsRoundId: () => _tanstack_react_query20.UseQueryResult<string, unknown>;
|
|
1568
1594
|
//#endregion
|
|
1569
1595
|
//#region src/hooks/api/wallet/useCustomTokens.d.ts
|
|
1570
1596
|
declare const useCustomTokens: () => {
|
|
@@ -1577,7 +1603,7 @@ declare const useCustomTokens: () => {
|
|
|
1577
1603
|
//#endregion
|
|
1578
1604
|
//#region src/hooks/api/wallet/useGetB3trBalance.d.ts
|
|
1579
1605
|
declare const getB3trBalanceQueryKey: (address?: string) => (string | undefined)[];
|
|
1580
|
-
declare const useGetB3trBalance: (address?: string) =>
|
|
1606
|
+
declare const useGetB3trBalance: (address?: string) => _tanstack_react_query20.UseQueryResult<{
|
|
1581
1607
|
original: string;
|
|
1582
1608
|
scaled: string;
|
|
1583
1609
|
formatted: string;
|
|
@@ -1586,7 +1612,7 @@ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query29.U
|
|
|
1586
1612
|
//#region src/hooks/api/wallet/useGetCustomTokenBalances.d.ts
|
|
1587
1613
|
type TokenWithBalance = CustomTokenInfo & TokenBalance;
|
|
1588
1614
|
declare const getCustomTokenBalanceQueryKey: (tokenAddress?: string, address?: string, decimals?: number) => (string | number | undefined)[];
|
|
1589
|
-
declare const useGetCustomTokenBalances: (address?: string) =>
|
|
1615
|
+
declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query20.UseQueryResult<{
|
|
1590
1616
|
original: string;
|
|
1591
1617
|
scaled: string;
|
|
1592
1618
|
formatted: string;
|
|
@@ -1599,14 +1625,14 @@ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_q
|
|
|
1599
1625
|
//#region src/hooks/api/wallet/useGetCustomTokenInfo.d.ts
|
|
1600
1626
|
declare const getTokenInfo$1: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
|
|
1601
1627
|
declare const getCustomTokenInfoQueryKey: (tokenAddress: string) => string[];
|
|
1602
|
-
declare const useGetCustomTokenInfo: (tokenAddress: string) =>
|
|
1628
|
+
declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query20.UseQueryResult<CustomTokenInfo, Error>;
|
|
1603
1629
|
//#endregion
|
|
1604
1630
|
//#region src/hooks/api/wallet/useGetErc20Balance.d.ts
|
|
1605
1631
|
declare const getErc20BalanceQueryKey: (tokenAddress: string, address?: string) => (string | undefined)[];
|
|
1606
1632
|
type UseGetErc20BalanceOptions = {
|
|
1607
1633
|
enabled?: boolean;
|
|
1608
1634
|
};
|
|
1609
|
-
declare const useGetErc20Balance: (tokenAddress: string, address?: string, options?: UseGetErc20BalanceOptions) =>
|
|
1635
|
+
declare const useGetErc20Balance: (tokenAddress: string, address?: string, options?: UseGetErc20BalanceOptions) => _tanstack_react_query20.UseQueryResult<{
|
|
1610
1636
|
original: string;
|
|
1611
1637
|
scaled: string;
|
|
1612
1638
|
formatted: string;
|
|
@@ -1623,7 +1649,7 @@ declare const PRICE_FEED_IDS: {
|
|
|
1623
1649
|
type SupportedToken = keyof typeof PRICE_FEED_IDS;
|
|
1624
1650
|
declare const getTokenUsdPrice: (thor: ThorClient, token: SupportedToken, network: NETWORK_TYPE) => Promise<number>;
|
|
1625
1651
|
declare const getTokenUsdPriceQueryKey: (token: SupportedToken) => string[];
|
|
1626
|
-
declare const useGetTokenUsdPrice: (token: SupportedToken) =>
|
|
1652
|
+
declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query20.UseQueryResult<number, Error>;
|
|
1627
1653
|
//#endregion
|
|
1628
1654
|
//#region src/hooks/api/wallet/useOraclePriceChanges24h.d.ts
|
|
1629
1655
|
type PricePoint = {
|
|
@@ -1644,7 +1670,7 @@ type PriceChanges24h = Partial<Record<SupportedToken, number>>;
|
|
|
1644
1670
|
* `useTokenPriceHistory24h`, the portfolio chart) all derive from this single
|
|
1645
1671
|
* query so we never run the same RPC scan twice in a session.
|
|
1646
1672
|
*/
|
|
1647
|
-
declare const useOracleHistory24h: () =>
|
|
1673
|
+
declare const useOracleHistory24h: () => _tanstack_react_query20.UseQueryResult<OracleHistory24h, Error>;
|
|
1648
1674
|
declare const useOraclePriceChanges24h: () => {
|
|
1649
1675
|
data: Partial<Record<"B3TR" | "VET" | "VTHO" | "GBP" | "EUR", number>>;
|
|
1650
1676
|
};
|
|
@@ -1662,7 +1688,7 @@ declare const usePortfolioPriceHistory24h: (address?: string) => {
|
|
|
1662
1688
|
//#endregion
|
|
1663
1689
|
//#region src/hooks/api/wallet/useGetVot3Balance.d.ts
|
|
1664
1690
|
declare const getVot3BalanceQueryKey: (address?: string) => (string | undefined)[];
|
|
1665
|
-
declare const useGetVot3Balance: (address?: string) =>
|
|
1691
|
+
declare const useGetVot3Balance: (address?: string) => _tanstack_react_query20.UseQueryResult<{
|
|
1666
1692
|
original: string;
|
|
1667
1693
|
scaled: string;
|
|
1668
1694
|
formatted: string;
|
|
@@ -1681,7 +1707,7 @@ declare const getIsPersonQueryKey: (user: string, networkType: NETWORK_TYPE) =>
|
|
|
1681
1707
|
* @param user - The user address.
|
|
1682
1708
|
* @returns The isPerson status.
|
|
1683
1709
|
*/
|
|
1684
|
-
declare const useIsPerson: (user?: string | null) =>
|
|
1710
|
+
declare const useIsPerson: (user?: string | null) => _tanstack_react_query20.UseQueryResult<boolean, Error>;
|
|
1685
1711
|
//#endregion
|
|
1686
1712
|
//#region src/hooks/api/wallet/useMostVotedAppsInRound.d.ts
|
|
1687
1713
|
type XApp = {
|
|
@@ -1719,7 +1745,7 @@ declare const useRefreshMetadata: (domain: string, address: string) => {
|
|
|
1719
1745
|
//#endregion
|
|
1720
1746
|
//#region src/hooks/api/wallet/useRoundXApps.d.ts
|
|
1721
1747
|
declare const getRoundXAppsQueryKey: (roundId: string, networkType: NETWORK_TYPE) => unknown[];
|
|
1722
|
-
declare const useRoundXApps: (roundId?: string) =>
|
|
1748
|
+
declare const useRoundXApps: (roundId?: string) => _tanstack_react_query20.UseQueryResult<{
|
|
1723
1749
|
id: string;
|
|
1724
1750
|
teamWalletAddress: `0x${string}`;
|
|
1725
1751
|
name: string;
|
|
@@ -1833,7 +1859,7 @@ type XAppMetadata = {
|
|
|
1833
1859
|
* @returns The metadata of the xApp see {@link XAppMetadata}
|
|
1834
1860
|
*/
|
|
1835
1861
|
declare const getXAppMetadata: (uri: string, networkType: NETWORK_TYPE) => Promise<XAppMetadata | undefined>;
|
|
1836
|
-
declare const useXAppMetadata: (xAppId: string) =>
|
|
1862
|
+
declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query20.UseQueryResult<XAppMetadata | undefined, Error>;
|
|
1837
1863
|
//#endregion
|
|
1838
1864
|
//#region src/hooks/api/wallet/useXAppShares.d.ts
|
|
1839
1865
|
/**
|
|
@@ -1848,7 +1874,7 @@ declare const getXAppsSharesQueryKey: (roundId?: number | string) => (string | n
|
|
|
1848
1874
|
* @returns the shares (% of allocation pool) for the xApps in the round { allocated: number, unallocated: number }
|
|
1849
1875
|
*
|
|
1850
1876
|
*/
|
|
1851
|
-
declare const useXAppsShares: (apps: string[], roundId?: string) =>
|
|
1877
|
+
declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query20.UseQueryResult<{
|
|
1852
1878
|
app: string;
|
|
1853
1879
|
share: number;
|
|
1854
1880
|
unallocatedShare: number;
|
|
@@ -1870,7 +1896,7 @@ declare const getIpfsMetadataQueryKey: (networkType: NETWORK_TYPE, ipfsUri?: str
|
|
|
1870
1896
|
* @param ipfsUri - The IPFS URI
|
|
1871
1897
|
* @returns The metadata from IPFS
|
|
1872
1898
|
*/
|
|
1873
|
-
declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) =>
|
|
1899
|
+
declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query20.UseQueryResult<_tanstack_react_query20.NoInfer<T$1>, Error>;
|
|
1874
1900
|
//#endregion
|
|
1875
1901
|
//#region src/hooks/api/ipfs/useIpfsImage.d.ts
|
|
1876
1902
|
interface IpfsImage {
|
|
@@ -1897,14 +1923,14 @@ declare const getIpfsImageQueryKey: (networkType: NETWORK_TYPE, imageIpfsUri?: n
|
|
|
1897
1923
|
* @param imageIpfsUri - The IPFS URI of the NFT media
|
|
1898
1924
|
* @returns The NFT media
|
|
1899
1925
|
*/
|
|
1900
|
-
declare const useIpfsImage: (imageIpfsUri?: null | string) =>
|
|
1926
|
+
declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query20.UseQueryResult<IpfsImage, Error>;
|
|
1901
1927
|
/**
|
|
1902
1928
|
* Custom hook to fetch a list of IPFS images.
|
|
1903
1929
|
*
|
|
1904
1930
|
* @param imageIpfsUriList - An array of IPFS URIs for the images.
|
|
1905
1931
|
* @returns An array of queries for each IPFS image URI.
|
|
1906
1932
|
*/
|
|
1907
|
-
declare const useIpfsImageList: (imageIpfsUriList: string[]) =>
|
|
1933
|
+
declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query20.UseQueryResult<IpfsImage, Error>[];
|
|
1908
1934
|
//#endregion
|
|
1909
1935
|
//#region src/hooks/api/ipfs/useIpfsMetadatas.d.ts
|
|
1910
1936
|
/**
|
|
@@ -1912,7 +1938,7 @@ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_
|
|
|
1912
1938
|
* @param ipfsUris - The IPFS URIs
|
|
1913
1939
|
* @returns The metadata from IPFS for each URI
|
|
1914
1940
|
*/
|
|
1915
|
-
declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) =>
|
|
1941
|
+
declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query20.UseQueryResult<T$1, Error>[];
|
|
1916
1942
|
//#endregion
|
|
1917
1943
|
//#region src/hooks/api/ipfs/useUploadImages.d.ts
|
|
1918
1944
|
declare const imageCompressionOptions: Options;
|
|
@@ -2171,7 +2197,7 @@ declare const useTransferHistory: (address?: string, {
|
|
|
2171
2197
|
isFetching: boolean;
|
|
2172
2198
|
isFetchingNextPage: boolean;
|
|
2173
2199
|
hasNextPage: boolean;
|
|
2174
|
-
fetchNextPage: (options?:
|
|
2200
|
+
fetchNextPage: (options?: _tanstack_react_query20.FetchNextPageOptions) => Promise<_tanstack_react_query20.InfiniteQueryObserverResult<_tanstack_react_query20.InfiniteData<{
|
|
2175
2201
|
items: TransferHistoryItem[];
|
|
2176
2202
|
hasNext: boolean;
|
|
2177
2203
|
}, unknown>, Error>>;
|
|
@@ -2188,7 +2214,7 @@ declare const useTokenTransferHistory: (address?: string, tokenAddress?: string
|
|
|
2188
2214
|
isFetching: boolean;
|
|
2189
2215
|
isFetchingNextPage: boolean;
|
|
2190
2216
|
hasNextPage: boolean;
|
|
2191
|
-
fetchNextPage: (options?:
|
|
2217
|
+
fetchNextPage: (options?: _tanstack_query_core2.FetchNextPageOptions) => Promise<_tanstack_query_core2.InfiniteQueryObserverResult<_tanstack_query_core2.InfiniteData<{
|
|
2192
2218
|
items: TransferHistoryItem[];
|
|
2193
2219
|
hasNext: boolean;
|
|
2194
2220
|
}, unknown>, Error>>;
|
|
@@ -2281,6 +2307,118 @@ type JuicyPositionResult = {
|
|
|
2281
2307
|
};
|
|
2282
2308
|
declare const useJuicyPosition: (address?: string) => JuicyPositionResult;
|
|
2283
2309
|
//#endregion
|
|
2310
|
+
//#region src/hooks/api/nfts/types.d.ts
|
|
2311
|
+
type IndexerNft = {
|
|
2312
|
+
id?: string;
|
|
2313
|
+
contractAddress: string;
|
|
2314
|
+
tokenId: string;
|
|
2315
|
+
owner?: string;
|
|
2316
|
+
txId?: string;
|
|
2317
|
+
blockNumber?: number;
|
|
2318
|
+
blockId?: string;
|
|
2319
|
+
blockTimestamp?: number;
|
|
2320
|
+
};
|
|
2321
|
+
type OwnedNft = {
|
|
2322
|
+
id: string;
|
|
2323
|
+
collectionAddress: string;
|
|
2324
|
+
tokenId: string;
|
|
2325
|
+
lastTransferTimestamp?: number;
|
|
2326
|
+
lastTransferTxId?: string;
|
|
2327
|
+
};
|
|
2328
|
+
type NftAttribute = {
|
|
2329
|
+
trait_type?: string;
|
|
2330
|
+
value?: string | number | boolean;
|
|
2331
|
+
display_type?: string;
|
|
2332
|
+
};
|
|
2333
|
+
type NftMetadata = {
|
|
2334
|
+
name?: string;
|
|
2335
|
+
description?: string;
|
|
2336
|
+
image?: string;
|
|
2337
|
+
external_url?: string;
|
|
2338
|
+
animation_url?: string;
|
|
2339
|
+
attributes?: NftAttribute[];
|
|
2340
|
+
};
|
|
2341
|
+
//#endregion
|
|
2342
|
+
//#region src/hooks/api/nfts/useOwnedNfts.d.ts
|
|
2343
|
+
type OwnedNftsPage = {
|
|
2344
|
+
items: OwnedNft[];
|
|
2345
|
+
hasNext: boolean;
|
|
2346
|
+
};
|
|
2347
|
+
declare const getOwnedNftsQueryKey: (address?: string, networkType?: NETWORK_TYPE) => (string | undefined)[];
|
|
2348
|
+
/**
|
|
2349
|
+
* Lists NFTs owned by an address using the indexer at
|
|
2350
|
+
* `GET ${indexerUrl}/nfts?address=<addr>&page=<n>`, returning
|
|
2351
|
+
* `{ data: IndexerNft[], pagination?: { hasNext?: boolean } }`.
|
|
2352
|
+
*/
|
|
2353
|
+
declare const useOwnedNfts: (address?: string) => {
|
|
2354
|
+
items: OwnedNft[];
|
|
2355
|
+
isLoading: boolean;
|
|
2356
|
+
isFetching: boolean;
|
|
2357
|
+
isFetchingNextPage: boolean;
|
|
2358
|
+
hasNextPage: boolean;
|
|
2359
|
+
fetchNextPage: (options?: _tanstack_react_query20.FetchNextPageOptions) => Promise<_tanstack_react_query20.InfiniteQueryObserverResult<_tanstack_react_query20.InfiniteData<OwnedNftsPage, unknown>, Error>>;
|
|
2360
|
+
isUnsupportedNetwork: boolean;
|
|
2361
|
+
error: Error | null;
|
|
2362
|
+
};
|
|
2363
|
+
//#endregion
|
|
2364
|
+
//#region src/hooks/api/nfts/useNftBlacklist.d.ts
|
|
2365
|
+
declare const getNftBlacklistQueryKey: (networkType: string, blacklistAddress?: string, collections?: string[]) => (string | null)[];
|
|
2366
|
+
/**
|
|
2367
|
+
* Reads `isBlacklisted(address)` on the on-chain blacklist contract for each
|
|
2368
|
+
* unique collection. Returns a Set of lowercased collection addresses that are
|
|
2369
|
+
* blacklisted. If the network has no blacklist contract configured, returns
|
|
2370
|
+
* an empty Set (everything passes).
|
|
2371
|
+
*/
|
|
2372
|
+
declare const useNftBlacklist: (collectionAddresses: string[]) => {
|
|
2373
|
+
blacklist: Set<string>;
|
|
2374
|
+
isLoading: boolean;
|
|
2375
|
+
error: Error | null;
|
|
2376
|
+
};
|
|
2377
|
+
//#endregion
|
|
2378
|
+
//#region src/hooks/api/nfts/useOwnedNftsFiltered.d.ts
|
|
2379
|
+
/**
|
|
2380
|
+
* Composes useOwnedNfts + useNftBlacklist: returns the user's NFTs with any
|
|
2381
|
+
* collection blacklisted by the on-chain registry removed.
|
|
2382
|
+
*/
|
|
2383
|
+
declare const useOwnedNftsFiltered: (address?: string) => {
|
|
2384
|
+
items: OwnedNft[];
|
|
2385
|
+
rawItems: OwnedNft[];
|
|
2386
|
+
isLoading: boolean;
|
|
2387
|
+
isBlacklistLoading: boolean;
|
|
2388
|
+
isFetching: boolean;
|
|
2389
|
+
isFetchingNextPage: boolean;
|
|
2390
|
+
hasNextPage: boolean;
|
|
2391
|
+
fetchNextPage: (options?: _tanstack_query_core2.FetchNextPageOptions) => Promise<_tanstack_query_core2.InfiniteQueryObserverResult<_tanstack_query_core2.InfiniteData<{
|
|
2392
|
+
items: OwnedNft[];
|
|
2393
|
+
hasNext: boolean;
|
|
2394
|
+
}, unknown>, Error>>;
|
|
2395
|
+
isUnsupportedNetwork: boolean;
|
|
2396
|
+
error: Error | null;
|
|
2397
|
+
};
|
|
2398
|
+
//#endregion
|
|
2399
|
+
//#region src/hooks/api/nfts/useNftMetadata.d.ts
|
|
2400
|
+
/**
|
|
2401
|
+
* Resolves the on-chain `tokenURI` for an ERC721 token, then fetches & parses
|
|
2402
|
+
* its JSON metadata from IPFS (or any HTTP gateway).
|
|
2403
|
+
*/
|
|
2404
|
+
declare const useNftMetadata: (collectionAddress?: string, tokenId?: string) => {
|
|
2405
|
+
tokenURI: string | undefined;
|
|
2406
|
+
metadata: NftMetadata | undefined;
|
|
2407
|
+
isLoading: boolean;
|
|
2408
|
+
error: {} | null;
|
|
2409
|
+
};
|
|
2410
|
+
//#endregion
|
|
2411
|
+
//#region src/hooks/api/nfts/useNftCollectionName.d.ts
|
|
2412
|
+
/**
|
|
2413
|
+
* Reads ERC721 `name()` for a collection. Returns undefined while loading or
|
|
2414
|
+
* if the contract doesn't implement it (some collections don't).
|
|
2415
|
+
*/
|
|
2416
|
+
declare const useNftCollectionName: (collectionAddress?: string) => {
|
|
2417
|
+
name: string | undefined;
|
|
2418
|
+
isLoading: boolean;
|
|
2419
|
+
error: unknown;
|
|
2420
|
+
};
|
|
2421
|
+
//#endregion
|
|
2284
2422
|
//#region src/hooks/modals/useConnectModal.d.ts
|
|
2285
2423
|
declare const useConnectModal: () => {
|
|
2286
2424
|
open: (initialContent?: ConnectModalContentsTypes) => void;
|
|
@@ -2291,7 +2429,7 @@ declare const ConnectModalProvider: ({
|
|
|
2291
2429
|
children
|
|
2292
2430
|
}: {
|
|
2293
2431
|
children: ReactNode;
|
|
2294
|
-
}) =>
|
|
2432
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2295
2433
|
//#endregion
|
|
2296
2434
|
//#region src/hooks/modals/useAccountModal.d.ts
|
|
2297
2435
|
declare const useAccountModal: () => {
|
|
@@ -2303,7 +2441,7 @@ declare const AccountModalProvider: ({
|
|
|
2303
2441
|
children
|
|
2304
2442
|
}: {
|
|
2305
2443
|
children: ReactNode;
|
|
2306
|
-
}) =>
|
|
2444
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2307
2445
|
//#endregion
|
|
2308
2446
|
//#region src/hooks/modals/useTransactionModal.d.ts
|
|
2309
2447
|
declare const useTransactionModal: () => {
|
|
@@ -2315,7 +2453,7 @@ declare const TransactionModalProvider: ({
|
|
|
2315
2453
|
children
|
|
2316
2454
|
}: {
|
|
2317
2455
|
children: ReactNode;
|
|
2318
|
-
}) =>
|
|
2456
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2319
2457
|
//#endregion
|
|
2320
2458
|
//#region src/hooks/modals/useTransactionToast.d.ts
|
|
2321
2459
|
declare const useTransactionToast: () => {
|
|
@@ -2327,7 +2465,7 @@ declare const TransactionToastProvider: ({
|
|
|
2327
2465
|
children
|
|
2328
2466
|
}: {
|
|
2329
2467
|
children: ReactNode;
|
|
2330
|
-
}) =>
|
|
2468
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2331
2469
|
//#endregion
|
|
2332
2470
|
//#region src/hooks/modals/useWalletModal.d.ts
|
|
2333
2471
|
declare const useWalletModal: () => {
|
|
@@ -2339,7 +2477,7 @@ declare const WalletModalProvider: ({
|
|
|
2339
2477
|
children
|
|
2340
2478
|
}: {
|
|
2341
2479
|
children: ReactNode;
|
|
2342
|
-
}) =>
|
|
2480
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2343
2481
|
//#endregion
|
|
2344
2482
|
//#region src/hooks/modals/useChooseNameModal.d.ts
|
|
2345
2483
|
declare const useChooseNameModal: () => {
|
|
@@ -2351,7 +2489,7 @@ declare const ChooseNameModalProvider: ({
|
|
|
2351
2489
|
children
|
|
2352
2490
|
}: {
|
|
2353
2491
|
children: ReactNode;
|
|
2354
|
-
}) =>
|
|
2492
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2355
2493
|
//#endregion
|
|
2356
2494
|
//#region src/hooks/modals/useSendTokenModal.d.ts
|
|
2357
2495
|
declare const useSendTokenModal: () => {
|
|
@@ -2363,7 +2501,7 @@ declare const SendTokenModalProvider: ({
|
|
|
2363
2501
|
children
|
|
2364
2502
|
}: {
|
|
2365
2503
|
children: ReactNode;
|
|
2366
|
-
}) =>
|
|
2504
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2367
2505
|
//#endregion
|
|
2368
2506
|
//#region src/hooks/modals/useSwapTokenModal.d.ts
|
|
2369
2507
|
type SwapTokenModalOptions = {
|
|
@@ -2380,7 +2518,7 @@ declare const SwapTokenModalProvider: ({
|
|
|
2380
2518
|
children
|
|
2381
2519
|
}: {
|
|
2382
2520
|
children: ReactNode;
|
|
2383
|
-
}) =>
|
|
2521
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2384
2522
|
//#endregion
|
|
2385
2523
|
//#region src/hooks/modals/useExploreEcosystemModal.d.ts
|
|
2386
2524
|
declare const useExploreEcosystemModal: () => {
|
|
@@ -2392,7 +2530,7 @@ declare const ExploreEcosystemModalProvider: ({
|
|
|
2392
2530
|
children
|
|
2393
2531
|
}: {
|
|
2394
2532
|
children: ReactNode;
|
|
2395
|
-
}) =>
|
|
2533
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2396
2534
|
//#endregion
|
|
2397
2535
|
//#region src/hooks/modals/useNotificationsModal.d.ts
|
|
2398
2536
|
declare const useNotificationsModal: () => {
|
|
@@ -2404,7 +2542,7 @@ declare const NotificationsModalProvider: ({
|
|
|
2404
2542
|
children
|
|
2405
2543
|
}: {
|
|
2406
2544
|
children: ReactNode;
|
|
2407
|
-
}) =>
|
|
2545
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2408
2546
|
//#endregion
|
|
2409
2547
|
//#region src/hooks/modals/useFAQModal.d.ts
|
|
2410
2548
|
declare const useFAQModal: () => {
|
|
@@ -2416,7 +2554,7 @@ declare const FAQModalProvider: ({
|
|
|
2416
2554
|
children
|
|
2417
2555
|
}: {
|
|
2418
2556
|
children: ReactNode;
|
|
2419
|
-
}) =>
|
|
2557
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2420
2558
|
//#endregion
|
|
2421
2559
|
//#region src/hooks/modals/useAccountCustomizationModal.d.ts
|
|
2422
2560
|
declare const useAccountCustomizationModal: () => {
|
|
@@ -2428,7 +2566,7 @@ declare const AccountCustomizationModalProvider: ({
|
|
|
2428
2566
|
children
|
|
2429
2567
|
}: {
|
|
2430
2568
|
children: ReactNode;
|
|
2431
|
-
}) =>
|
|
2569
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2432
2570
|
//#endregion
|
|
2433
2571
|
//#region src/hooks/modals/useReceiveModal.d.ts
|
|
2434
2572
|
declare const useReceiveModal: () => {
|
|
@@ -2440,7 +2578,7 @@ declare const ReceiveModalProvider: ({
|
|
|
2440
2578
|
children
|
|
2441
2579
|
}: {
|
|
2442
2580
|
children: ReactNode;
|
|
2443
|
-
}) =>
|
|
2581
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2444
2582
|
//#endregion
|
|
2445
2583
|
//#region src/hooks/modals/useLoginModalContent.d.ts
|
|
2446
2584
|
type LoginModalContentConfig = {
|
|
@@ -2470,7 +2608,7 @@ declare const UpgradeSmartAccountModalProvider: ({
|
|
|
2470
2608
|
children
|
|
2471
2609
|
}: {
|
|
2472
2610
|
children: ReactNode;
|
|
2473
|
-
}) =>
|
|
2611
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2474
2612
|
//#endregion
|
|
2475
2613
|
//#region src/hooks/modals/useProfileModal.d.ts
|
|
2476
2614
|
declare const useProfileModal: () => {
|
|
@@ -2482,7 +2620,7 @@ declare const ProfileModalProvider: ({
|
|
|
2482
2620
|
children
|
|
2483
2621
|
}: {
|
|
2484
2622
|
children: ReactNode;
|
|
2485
|
-
}) =>
|
|
2623
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2486
2624
|
//#endregion
|
|
2487
2625
|
//#region src/hooks/modals/useAccountModalOptions.d.ts
|
|
2488
2626
|
declare const useAccountModalOptions: () => {
|
|
@@ -2500,7 +2638,7 @@ declare const SettingsModalProvider: ({
|
|
|
2500
2638
|
children
|
|
2501
2639
|
}: {
|
|
2502
2640
|
children: ReactNode;
|
|
2503
|
-
}) =>
|
|
2641
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
2504
2642
|
//#endregion
|
|
2505
2643
|
//#region src/hooks/notifications/types.d.ts
|
|
2506
2644
|
type NotificationAction = {
|
|
@@ -2544,7 +2682,7 @@ type UseSignMessageReturnValue = {
|
|
|
2544
2682
|
*
|
|
2545
2683
|
* @returns {UseSignMessageReturnValue} Object containing the signing function and status
|
|
2546
2684
|
*/
|
|
2547
|
-
declare const useSignMessage: () => UseSignMessageReturnValue;
|
|
2685
|
+
declare const useSignMessage$1: () => UseSignMessageReturnValue;
|
|
2548
2686
|
//#endregion
|
|
2549
2687
|
//#region src/hooks/signing/useSignTypedData.d.ts
|
|
2550
2688
|
type UseSignTypedDataReturnValue = {
|
|
@@ -2562,7 +2700,7 @@ type UseSignTypedDataReturnValue = {
|
|
|
2562
2700
|
*
|
|
2563
2701
|
* @returns {UseSignTypedDataReturnValue} Object containing the signing function and status
|
|
2564
2702
|
*/
|
|
2565
|
-
declare const useSignTypedData: () => UseSignTypedDataReturnValue;
|
|
2703
|
+
declare const useSignTypedData$1: () => UseSignTypedDataReturnValue;
|
|
2566
2704
|
//#endregion
|
|
2567
2705
|
//#region src/hooks/login/useLoginWithPasskey.d.ts
|
|
2568
2706
|
declare const useLoginWithPasskey$1: () => {
|
|
@@ -2579,9 +2717,30 @@ declare const useLoginWithOAuth$1: () => {
|
|
|
2579
2717
|
}: OAuthOptions) => Promise<void>;
|
|
2580
2718
|
};
|
|
2581
2719
|
//#endregion
|
|
2720
|
+
//#region src/providers/PrivyCrossAppProvider.d.ts
|
|
2721
|
+
/**
|
|
2722
|
+
* Login methods that requester apps can pre-select on the whitelabel
|
|
2723
|
+
* cross-app-connect host. When passed, the host skips its provider picker
|
|
2724
|
+
* and jumps straight into the matching flow.
|
|
2725
|
+
*
|
|
2726
|
+
* Matches the providers enabled in VeChain's Privy dashboard. Email is
|
|
2727
|
+
* intentionally excluded -- VeChain has email disabled, so the host
|
|
2728
|
+
* doesn't surface it. Farcaster is included but currently shows a
|
|
2729
|
+
* "coming soon" placeholder on the host (SIWF flow not yet wired).
|
|
2730
|
+
*/
|
|
2731
|
+
type CrossAppLoginIntent = 'google' | 'apple' | 'twitter' | 'discord' | 'github' | 'tiktok' | 'line' | 'phone' | 'farcaster';
|
|
2732
|
+
//#endregion
|
|
2582
2733
|
//#region src/hooks/login/useLoginWithVeChain.d.ts
|
|
2734
|
+
type UseLoginWithVeChainOptions = {
|
|
2735
|
+
/**
|
|
2736
|
+
* Pre-select a login method on the VeChain whitelabel connect page.
|
|
2737
|
+
* When set, the user skips the provider picker and jumps straight into
|
|
2738
|
+
* the matching OAuth flow (or email form for `'email'`).
|
|
2739
|
+
*/
|
|
2740
|
+
intent?: CrossAppLoginIntent;
|
|
2741
|
+
};
|
|
2583
2742
|
declare const useLoginWithVeChain: () => {
|
|
2584
|
-
login: () => Promise<void>;
|
|
2743
|
+
login: (options?: UseLoginWithVeChainOptions) => Promise<void>;
|
|
2585
2744
|
};
|
|
2586
2745
|
//#endregion
|
|
2587
2746
|
//#region src/hooks/login/useConnectWithDappKitSource.d.ts
|
|
@@ -2646,7 +2805,7 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
|
|
|
2646
2805
|
* );
|
|
2647
2806
|
* ```
|
|
2648
2807
|
*/
|
|
2649
|
-
declare const useAppHubApps: () =>
|
|
2808
|
+
declare const useAppHubApps: () => _tanstack_react_query20.UseQueryResult<AppHubApp[], Error>;
|
|
2650
2809
|
//#endregion
|
|
2651
2810
|
//#region src/utils/constants.d.ts
|
|
2652
2811
|
/** Tokens that cannot be swapped or transferred (e.g. governance voting tokens) */
|
|
@@ -2674,6 +2833,15 @@ declare const ENV: {
|
|
|
2674
2833
|
readonly isProduction: boolean;
|
|
2675
2834
|
};
|
|
2676
2835
|
declare const getGenericDelegatorUrl: () => "https://mainnet.delegator.vechain.org/api/v1/" | "https://testnet.delegator.vechain.org/api/v1/";
|
|
2836
|
+
/**
|
|
2837
|
+
* VeChain-sponsored fee-delegator endpoint used by kit-managed onboarding
|
|
2838
|
+
* transactions (claim a VET domain, set a primary name, update profile
|
|
2839
|
+
* text records, etc.) so first-time users with no gas tokens can still
|
|
2840
|
+
* complete these flows. VeChain pays the gas via the configured
|
|
2841
|
+
* sponsor.vechain.energy endpoint; consumer dApps don't need to set up
|
|
2842
|
+
* their own fee delegation to support these kit features.
|
|
2843
|
+
*/
|
|
2844
|
+
declare const getKitSponsoredDelegatorUrl: () => "https://sponsor.vechain.energy/by/1060" | "https://sponsor-testnet.vechain.energy/by/221";
|
|
2677
2845
|
type PrivyEcosystemApp = {
|
|
2678
2846
|
id: string;
|
|
2679
2847
|
name: string;
|
|
@@ -3001,7 +3169,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
|
|
|
3001
3169
|
method: TMethod;
|
|
3002
3170
|
args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
|
|
3003
3171
|
queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
|
|
3004
|
-
}) =>
|
|
3172
|
+
}) => _tanstack_react_query20.UseQueryResult<_tanstack_react_query20.NoInfer<TData>, unknown>;
|
|
3005
3173
|
declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
|
|
3006
3174
|
thor,
|
|
3007
3175
|
calls,
|
|
@@ -3012,7 +3180,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
|
|
|
3012
3180
|
calls: MultipleClausesCallParameters<contracts, allowFailure>;
|
|
3013
3181
|
queryKey: string[];
|
|
3014
3182
|
enabled?: boolean;
|
|
3015
|
-
}) =>
|
|
3183
|
+
}) => _tanstack_react_query20.UseQueryResult<_tanstack_react_query20.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
|
|
3016
3184
|
//#endregion
|
|
3017
3185
|
//#region src/hooks/utils/useCurrency.d.ts
|
|
3018
3186
|
/**
|
|
@@ -3136,7 +3304,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
|
|
|
3136
3304
|
filterParams,
|
|
3137
3305
|
mapResponse,
|
|
3138
3306
|
nodeUrl
|
|
3139
|
-
}: UseEventsParams<T$1, K, R>) =>
|
|
3307
|
+
}: UseEventsParams<T$1, K, R>) => _tanstack_react_query20.UseQueryResult<R[], Error>;
|
|
3140
3308
|
//#endregion
|
|
3141
3309
|
//#region src/hooks/utils/useBuildClauses.d.ts
|
|
3142
3310
|
interface BuildClausesParams {
|
|
@@ -3235,10 +3403,103 @@ declare const useCrossAppConnectionCache: () => {
|
|
|
3235
3403
|
};
|
|
3236
3404
|
//#endregion
|
|
3237
3405
|
//#region src/hooks/generic-delegator/useGenericDelegator.d.ts
|
|
3406
|
+
/**
|
|
3407
|
+
* Safety multiplier applied on top of the locally-estimated gas to absorb
|
|
3408
|
+
* variance between simulation and on-chain execution. Mirrors VeWorld
|
|
3409
|
+
* mobile's heuristic.
|
|
3410
|
+
*/
|
|
3411
|
+
declare const GENERIC_DELEGATOR_GAS_SAFETY_MULTIPLIER = 1.1;
|
|
3412
|
+
/**
|
|
3413
|
+
* Fixed gas cost for the extra transfer clause that pays the generic
|
|
3414
|
+
* delegator's deposit account. VET transfers are bare value transfers
|
|
3415
|
+
* (~21k), ERC-20 transfers (VTHO, B3TR) are ~50-55k depending on the
|
|
3416
|
+
* recipient cold/warm state.
|
|
3417
|
+
*/
|
|
3418
|
+
declare const GENERIC_DELEGATOR_FEE_PAYER_OVERHEAD_GAS: Record<GasTokenType, number>;
|
|
3419
|
+
/**
|
|
3420
|
+
* Gas overhead added on top of the raw user-clause estimate to account for
|
|
3421
|
+
* the smart-account `executeWithAuthorization` / `executeBatchWithAuthorization`
|
|
3422
|
+
* wrapper (signature verification, calldata decoding, per-clause dispatch).
|
|
3423
|
+
*/
|
|
3424
|
+
declare const GENERIC_DELEGATOR_WRAPPER_OVERHEAD_GAS: Record<number, number>;
|
|
3238
3425
|
declare const estimateGas: (signerAddress: string, genericDelegatorUrl: string, clauses: any[], token: GasTokenType, speed: TransactionSpeed) => Promise<any>;
|
|
3239
3426
|
declare const getDepositAccount: (genericDelegatorUrl: string) => Promise<DepositAccount>;
|
|
3240
3427
|
declare const delegateAuthorized: (encodedSignedTx: string, origin: string, token: GasTokenType, genericDelegatorUrl: string) => Promise<any>;
|
|
3241
3428
|
declare const estimateAndBuildTxBody: (clauses: TransactionClause[], thor: ThorClient, randomTransactionUser: Wallet, isDelegated: boolean) => Promise<_vechain_sdk_core0.TransactionBody>;
|
|
3429
|
+
/**
|
|
3430
|
+
* Hard timeout (ms) applied to the local Thor gas estimation. Stops the
|
|
3431
|
+
* fee-estimation UI from hanging if the node is slow or unreachable.
|
|
3432
|
+
*/
|
|
3433
|
+
declare const GENERIC_DELEGATOR_LOCAL_ESTIMATE_TIMEOUT_MS = 6000;
|
|
3434
|
+
/**
|
|
3435
|
+
* Run the local Thor gas estimation for the user's raw clauses (caller =
|
|
3436
|
+
* smart account) and return the gas-token-agnostic total: raw gas + wrapper
|
|
3437
|
+
* overhead, padded by the safety multiplier. Returns `null` if the
|
|
3438
|
+
* simulation reverts, times out, or returns a non-positive number — the
|
|
3439
|
+
* caller should then fall back to a delegator-derived estimate.
|
|
3440
|
+
*
|
|
3441
|
+
* The output is independent of the gas token, so callers iterating over
|
|
3442
|
+
* a token-priority list should call this once and reuse the result.
|
|
3443
|
+
*/
|
|
3444
|
+
declare const computeCorrectedTotalGasNoFeePayer: ({
|
|
3445
|
+
thor,
|
|
3446
|
+
clauses,
|
|
3447
|
+
smartAccountAddress,
|
|
3448
|
+
version,
|
|
3449
|
+
timeoutMs
|
|
3450
|
+
}: {
|
|
3451
|
+
thor: ThorClient;
|
|
3452
|
+
clauses: TransactionClause[];
|
|
3453
|
+
smartAccountAddress: string;
|
|
3454
|
+
version: number;
|
|
3455
|
+
timeoutMs?: number;
|
|
3456
|
+
}) => Promise<number | null>;
|
|
3457
|
+
/**
|
|
3458
|
+
* Convert a gas number (without the fee-payer transfer overhead) into the
|
|
3459
|
+
* gas-token amount required to cover the transaction, using the per-gas
|
|
3460
|
+
* rate returned by the delegator's `/estimate/clauses` response (which is
|
|
3461
|
+
* accurate even when the absolute gas number from the same response is
|
|
3462
|
+
* not). Adds the gas-token-specific fee-payer transfer overhead.
|
|
3463
|
+
*/
|
|
3464
|
+
declare const convertGasToGasTokenAmount: ({
|
|
3465
|
+
totalGasNoFeePayer,
|
|
3466
|
+
gasToken,
|
|
3467
|
+
estimationResponse
|
|
3468
|
+
}: {
|
|
3469
|
+
totalGasNoFeePayer: number;
|
|
3470
|
+
gasToken: GasTokenType;
|
|
3471
|
+
estimationResponse: EstimationResponse;
|
|
3472
|
+
}) => number;
|
|
3473
|
+
/**
|
|
3474
|
+
* Compute the gas-token amount the smart account must transfer to the
|
|
3475
|
+
* generic delegator's deposit account to cover the transaction.
|
|
3476
|
+
*
|
|
3477
|
+
* The delegator's `/estimate/clauses` endpoint simulates the user's raw
|
|
3478
|
+
* clauses as if executed directly by the smart account, with no
|
|
3479
|
+
* `executeWithAuthorization` wrapper and no embedded-wallet signature, so
|
|
3480
|
+
* it under-estimates (and for NFT-heavy clauses can revert outright). We
|
|
3481
|
+
* trust its **rate** information (the gas-token-per-gas ratio is just a
|
|
3482
|
+
* market price and doesn't depend on the gas amount) but recompute the
|
|
3483
|
+
* gas number locally — including the wrapper overhead, fee-payer overhead,
|
|
3484
|
+
* and a 10% safety multiplier — and reapply the rate.
|
|
3485
|
+
*/
|
|
3486
|
+
declare const computeCorrectedGasTokenCost: ({
|
|
3487
|
+
thor,
|
|
3488
|
+
clauses,
|
|
3489
|
+
smartAccountAddress,
|
|
3490
|
+
version,
|
|
3491
|
+
estimationResponse,
|
|
3492
|
+
gasToken,
|
|
3493
|
+
timeoutMs
|
|
3494
|
+
}: {
|
|
3495
|
+
thor: ThorClient;
|
|
3496
|
+
clauses: TransactionClause[];
|
|
3497
|
+
smartAccountAddress: string;
|
|
3498
|
+
version: number;
|
|
3499
|
+
estimationResponse: EstimationResponse;
|
|
3500
|
+
gasToken: GasTokenType;
|
|
3501
|
+
timeoutMs?: number;
|
|
3502
|
+
}) => Promise<number>;
|
|
3242
3503
|
/**
|
|
3243
3504
|
* Sign the final transaction with the given private key and signature
|
|
3244
3505
|
* returned by the generic delegator.
|
|
@@ -3288,7 +3549,7 @@ declare const useGenericDelegatorFeeEstimation: ({
|
|
|
3288
3549
|
tokens,
|
|
3289
3550
|
sendingAmount,
|
|
3290
3551
|
sendingTokenSymbol
|
|
3291
|
-
}: useGenericDelegatorFeeEstimationParams) =>
|
|
3552
|
+
}: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query20.UseQueryResult<EstimationResponse & {
|
|
3292
3553
|
usedToken: string;
|
|
3293
3554
|
}, Error>;
|
|
3294
3555
|
//#endregion
|
|
@@ -3302,7 +3563,7 @@ declare const useEstimateAllTokens: ({
|
|
|
3302
3563
|
clauses,
|
|
3303
3564
|
tokens,
|
|
3304
3565
|
enabled
|
|
3305
|
-
}: UseEstimateAllTokensParams) =>
|
|
3566
|
+
}: UseEstimateAllTokensParams) => _tanstack_react_query20.UseQueryResult<Record<GasTokenType, {
|
|
3306
3567
|
cost: number;
|
|
3307
3568
|
loading: boolean;
|
|
3308
3569
|
error?: string;
|
|
@@ -3319,7 +3580,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
|
|
|
3319
3580
|
* @param address The address of the account to get the balance for
|
|
3320
3581
|
* @returns The account balance
|
|
3321
3582
|
*/
|
|
3322
|
-
declare const useAccountBalance: (address?: string) =>
|
|
3583
|
+
declare const useAccountBalance: (address?: string) => _tanstack_react_query20.UseQueryResult<{
|
|
3323
3584
|
balance: string;
|
|
3324
3585
|
energy: string;
|
|
3325
3586
|
}, Error>;
|
|
@@ -3332,7 +3593,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
|
|
|
3332
3593
|
* @param version - The version of the smart account implementation
|
|
3333
3594
|
* @returns The address of the smart account implementation
|
|
3334
3595
|
*/
|
|
3335
|
-
declare const useAccountImplementationAddress: (version?: number) =>
|
|
3596
|
+
declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query20.UseQueryResult<string, Error>;
|
|
3336
3597
|
//#endregion
|
|
3337
3598
|
//#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
|
|
3338
3599
|
declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
|
|
@@ -3341,7 +3602,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
|
|
|
3341
3602
|
* Get the current account implementation version used by the smart account factory
|
|
3342
3603
|
* @returns The current account implementation version
|
|
3343
3604
|
*/
|
|
3344
|
-
declare const useCurrentAccountImplementationVersion: () =>
|
|
3605
|
+
declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query20.UseQueryResult<number, Error>;
|
|
3345
3606
|
//#endregion
|
|
3346
3607
|
//#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
|
|
3347
3608
|
declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
|
|
@@ -3351,7 +3612,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
|
|
|
3351
3612
|
* @param ownerAddress - The address of the owner of the smart account
|
|
3352
3613
|
* @returns The address of the smart account
|
|
3353
3614
|
*/
|
|
3354
|
-
declare const useGetAccountAddress: (ownerAddress?: string) =>
|
|
3615
|
+
declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query20.UseQueryResult<string, Error>;
|
|
3355
3616
|
//#endregion
|
|
3356
3617
|
//#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
|
|
3357
3618
|
declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => unknown[];
|
|
@@ -3361,7 +3622,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
|
|
|
3361
3622
|
* @param ownerAddress - The address of the owner of the smart account
|
|
3362
3623
|
* @returns The version of the smart account
|
|
3363
3624
|
*/
|
|
3364
|
-
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) =>
|
|
3625
|
+
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query20.UseQueryResult<{
|
|
3365
3626
|
version: number;
|
|
3366
3627
|
isDeployed: boolean;
|
|
3367
3628
|
}, unknown>;
|
|
@@ -3374,7 +3635,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
|
|
|
3374
3635
|
* @param ownerAddress - The address of the owner of the smart account
|
|
3375
3636
|
* @returns True if the smart account has a v1 smart account, false otherwise
|
|
3376
3637
|
*/
|
|
3377
|
-
declare const useHasV1SmartAccount: (ownerAddress?: string) =>
|
|
3638
|
+
declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query20.UseQueryResult<boolean, Error>;
|
|
3378
3639
|
//#endregion
|
|
3379
3640
|
//#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
|
|
3380
3641
|
declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
|
|
@@ -3383,7 +3644,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
|
|
|
3383
3644
|
* Check if a smart account is deployed
|
|
3384
3645
|
* @returns True if the smart account is deployed, false otherwise
|
|
3385
3646
|
*/
|
|
3386
|
-
declare const useIsSmartAccountDeployed: (accountAddress?: string) =>
|
|
3647
|
+
declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query20.UseQueryResult<boolean, Error>;
|
|
3387
3648
|
//#endregion
|
|
3388
3649
|
//#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
|
|
3389
3650
|
/**
|
|
@@ -3416,7 +3677,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
|
|
|
3416
3677
|
isDeployed: boolean;
|
|
3417
3678
|
}>;
|
|
3418
3679
|
declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
|
|
3419
|
-
declare const useSmartAccount: (ownerAddress?: string) =>
|
|
3680
|
+
declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query20.UseQueryResult<{
|
|
3420
3681
|
address: undefined;
|
|
3421
3682
|
isDeployed?: undefined;
|
|
3422
3683
|
} | {
|
|
@@ -3434,7 +3695,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
|
|
|
3434
3695
|
* @param targetVersion - The version of the smart account to check for
|
|
3435
3696
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
3436
3697
|
*/
|
|
3437
|
-
declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) =>
|
|
3698
|
+
declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query20.UseQueryResult<boolean, Error>;
|
|
3438
3699
|
//#endregion
|
|
3439
3700
|
//#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
|
|
3440
3701
|
declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
|
|
@@ -3445,7 +3706,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
|
|
|
3445
3706
|
* @param targetVersion - The target version of the smart account
|
|
3446
3707
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
3447
3708
|
*/
|
|
3448
|
-
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) =>
|
|
3709
|
+
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query20.UseQueryResult<boolean, Error>;
|
|
3449
3710
|
//#endregion
|
|
3450
3711
|
//#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
|
|
3451
3712
|
type UseUpgradeSmartAccountVersionProps = {
|
|
@@ -3470,7 +3731,7 @@ declare const currentBlockQueryKey: () => string[];
|
|
|
3470
3731
|
* Fetches the current block from the blockchain. The block is refetched every 10 seconds.
|
|
3471
3732
|
* @returns the current block
|
|
3472
3733
|
*/
|
|
3473
|
-
declare const useCurrentBlock: () =>
|
|
3734
|
+
declare const useCurrentBlock: () => _tanstack_react_query20.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
|
|
3474
3735
|
//#endregion
|
|
3475
3736
|
//#region src/hooks/thor/blocks/useGetChainId.d.ts
|
|
3476
3737
|
declare const getChainId: (thor: ThorClient) => Promise<string>;
|
|
@@ -3479,7 +3740,7 @@ declare const getChainIdQueryKey: () => string[];
|
|
|
3479
3740
|
* Get the chain id
|
|
3480
3741
|
* @returns The chain id
|
|
3481
3742
|
*/
|
|
3482
|
-
declare const useGetChainId: () =>
|
|
3743
|
+
declare const useGetChainId: () => _tanstack_react_query20.UseQueryResult<string, Error>;
|
|
3483
3744
|
//#endregion
|
|
3484
3745
|
//#region src/hooks/thor/logs/logUtils.d.ts
|
|
3485
3746
|
/**
|
|
@@ -3662,6 +3923,31 @@ declare const useTransferERC20: ({
|
|
|
3662
3923
|
onError
|
|
3663
3924
|
}: useTransferERC20Props) => useTransferERC20ReturnValue;
|
|
3664
3925
|
//#endregion
|
|
3926
|
+
//#region src/hooks/thor/transactions/useTransferERC721.d.ts
|
|
3927
|
+
type UseTransferERC721Props = {
|
|
3928
|
+
fromAddress: string;
|
|
3929
|
+
receiverAddress: string;
|
|
3930
|
+
collectionAddress: string;
|
|
3931
|
+
tokenId: string;
|
|
3932
|
+
collectionName?: string;
|
|
3933
|
+
onSuccess?: () => void;
|
|
3934
|
+
onError?: (error?: string) => void;
|
|
3935
|
+
};
|
|
3936
|
+
type UseTransferERC721ReturnValue = {
|
|
3937
|
+
sendTransaction: () => Promise<void>;
|
|
3938
|
+
clauses: EnhancedClause[];
|
|
3939
|
+
} & Omit<UseSendTransactionReturnValue, 'sendTransaction'>;
|
|
3940
|
+
declare const buildERC721Clauses: (fromAddress: string, receiverAddress: string, collectionAddress: string, tokenId: string, collectionName?: string) => EnhancedClause[];
|
|
3941
|
+
declare const useTransferERC721: ({
|
|
3942
|
+
fromAddress,
|
|
3943
|
+
receiverAddress,
|
|
3944
|
+
collectionAddress,
|
|
3945
|
+
tokenId,
|
|
3946
|
+
collectionName,
|
|
3947
|
+
onSuccess,
|
|
3948
|
+
onError
|
|
3949
|
+
}: UseTransferERC721Props) => UseTransferERC721ReturnValue;
|
|
3950
|
+
//#endregion
|
|
3665
3951
|
//#region src/hooks/thor/transactions/useTransferVET.d.ts
|
|
3666
3952
|
type useTransferVETProps = {
|
|
3667
3953
|
fromAddress: string;
|
|
@@ -3734,7 +4020,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
|
|
|
3734
4020
|
* @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
|
|
3735
4021
|
* @returns Query result containing the transaction receipt
|
|
3736
4022
|
*/
|
|
3737
|
-
declare const useTxReceipt: (txId: string, blockTimeout?: number) =>
|
|
4023
|
+
declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query20.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
|
|
3738
4024
|
//#endregion
|
|
3739
4025
|
//#region src/hooks/thor/transactions/useGasEstimate.d.ts
|
|
3740
4026
|
declare const useGasEstimate: (thor: ThorClient, clauses: TransactionClause[], caller: string, options?: {
|
|
@@ -3772,7 +4058,7 @@ declare const SendTokenContent: ({
|
|
|
3772
4058
|
initialAmount,
|
|
3773
4059
|
initialToAddressOrDomain,
|
|
3774
4060
|
onBack: parentOnBack
|
|
3775
|
-
}: SendTokenContentProps) =>
|
|
4061
|
+
}: SendTokenContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3776
4062
|
//#endregion
|
|
3777
4063
|
//#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
|
|
3778
4064
|
type SendTokenSummaryContentProps = {
|
|
@@ -3792,7 +4078,7 @@ declare const SendTokenSummaryContent: ({
|
|
|
3792
4078
|
amount,
|
|
3793
4079
|
selectedToken,
|
|
3794
4080
|
formattedTotalAmount
|
|
3795
|
-
}: SendTokenSummaryContentProps) =>
|
|
4081
|
+
}: SendTokenSummaryContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3796
4082
|
//#endregion
|
|
3797
4083
|
//#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
|
|
3798
4084
|
type Props$20 = {
|
|
@@ -3813,7 +4099,7 @@ declare const SelectTokenContent: ({
|
|
|
3813
4099
|
onBack,
|
|
3814
4100
|
showAllTokens,
|
|
3815
4101
|
excludedTokenSymbols
|
|
3816
|
-
}: Props$20) =>
|
|
4102
|
+
}: Props$20) => react_jsx_runtime0.JSX.Element;
|
|
3817
4103
|
//#endregion
|
|
3818
4104
|
//#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
|
|
3819
4105
|
type ReceiveTokenContentProps = {
|
|
@@ -3823,7 +4109,7 @@ type ReceiveTokenContentProps = {
|
|
|
3823
4109
|
declare const ReceiveTokenContent: ({
|
|
3824
4110
|
setCurrentContent,
|
|
3825
4111
|
onBack
|
|
3826
|
-
}: ReceiveTokenContentProps) =>
|
|
4112
|
+
}: ReceiveTokenContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3827
4113
|
//#endregion
|
|
3828
4114
|
//#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
|
|
3829
4115
|
type SwapTokenContentProps = {
|
|
@@ -3837,7 +4123,7 @@ declare const SwapTokenContent: ({
|
|
|
3837
4123
|
fromTokenAddress,
|
|
3838
4124
|
toTokenAddress,
|
|
3839
4125
|
onBack
|
|
3840
|
-
}: SwapTokenContentProps) =>
|
|
4126
|
+
}: SwapTokenContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3841
4127
|
//#endregion
|
|
3842
4128
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
|
|
3843
4129
|
type ChooseNameContentProps = {
|
|
@@ -3849,7 +4135,7 @@ declare const ChooseNameContent: ({
|
|
|
3849
4135
|
setCurrentContent,
|
|
3850
4136
|
onBack,
|
|
3851
4137
|
initialContentSource
|
|
3852
|
-
}: ChooseNameContentProps) =>
|
|
4138
|
+
}: ChooseNameContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3853
4139
|
//#endregion
|
|
3854
4140
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
|
|
3855
4141
|
type ChooseNameSearchContentProps = {
|
|
@@ -3861,7 +4147,7 @@ declare const ChooseNameSearchContent: ({
|
|
|
3861
4147
|
name: initialName,
|
|
3862
4148
|
setCurrentContent,
|
|
3863
4149
|
initialContentSource
|
|
3864
|
-
}: ChooseNameSearchContentProps) =>
|
|
4150
|
+
}: ChooseNameSearchContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3865
4151
|
//#endregion
|
|
3866
4152
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
|
|
3867
4153
|
type ChooseNameSummaryContentProps = {
|
|
@@ -3879,7 +4165,7 @@ declare const ChooseNameSummaryContent: ({
|
|
|
3879
4165
|
isOwnDomain,
|
|
3880
4166
|
isUnsetting,
|
|
3881
4167
|
initialContentSource
|
|
3882
|
-
}: ChooseNameSummaryContentProps) =>
|
|
4168
|
+
}: ChooseNameSummaryContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3883
4169
|
//#endregion
|
|
3884
4170
|
//#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
|
|
3885
4171
|
type FAQContentProps = {
|
|
@@ -3889,7 +4175,7 @@ type FAQContentProps = {
|
|
|
3889
4175
|
declare const FAQContent: ({
|
|
3890
4176
|
onGoBack,
|
|
3891
4177
|
showLanguageSelector
|
|
3892
|
-
}: FAQContentProps) =>
|
|
4178
|
+
}: FAQContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3893
4179
|
//#endregion
|
|
3894
4180
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
|
|
3895
4181
|
type AccountCustomizationContentProps = {
|
|
@@ -3899,7 +4185,7 @@ type AccountCustomizationContentProps = {
|
|
|
3899
4185
|
declare const CustomizationContent: ({
|
|
3900
4186
|
setCurrentContent,
|
|
3901
4187
|
initialContentSource
|
|
3902
|
-
}: AccountCustomizationContentProps) =>
|
|
4188
|
+
}: AccountCustomizationContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3903
4189
|
//#endregion
|
|
3904
4190
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
|
|
3905
4191
|
type CustomizationSummaryContentProps = {
|
|
@@ -3918,7 +4204,7 @@ declare const CustomizationSummaryContent: ({
|
|
|
3918
4204
|
setCurrentContent,
|
|
3919
4205
|
changes,
|
|
3920
4206
|
onDoneRedirectContent
|
|
3921
|
-
}: CustomizationSummaryContentProps) =>
|
|
4207
|
+
}: CustomizationSummaryContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3922
4208
|
//#endregion
|
|
3923
4209
|
//#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
|
|
3924
4210
|
type ProfileContentProps = {
|
|
@@ -3932,7 +4218,7 @@ declare const ProfileContent: ({
|
|
|
3932
4218
|
setCurrentContent,
|
|
3933
4219
|
onLogoutSuccess,
|
|
3934
4220
|
switchFeedback
|
|
3935
|
-
}: ProfileContentProps) =>
|
|
4221
|
+
}: ProfileContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3936
4222
|
//#endregion
|
|
3937
4223
|
//#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
|
|
3938
4224
|
type UpgradeSmartAccountContentProps = {
|
|
@@ -3944,7 +4230,7 @@ declare const UpgradeSmartAccountContent: ({
|
|
|
3944
4230
|
setCurrentContent,
|
|
3945
4231
|
handleClose,
|
|
3946
4232
|
initialContent
|
|
3947
|
-
}: UpgradeSmartAccountContentProps) =>
|
|
4233
|
+
}: UpgradeSmartAccountContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3948
4234
|
//#endregion
|
|
3949
4235
|
//#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
|
|
3950
4236
|
type AssetsContentProps = {
|
|
@@ -3952,7 +4238,7 @@ type AssetsContentProps = {
|
|
|
3952
4238
|
};
|
|
3953
4239
|
declare const AssetsContent: ({
|
|
3954
4240
|
setCurrentContent
|
|
3955
|
-
}: AssetsContentProps) =>
|
|
4241
|
+
}: AssetsContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3956
4242
|
//#endregion
|
|
3957
4243
|
//#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
|
|
3958
4244
|
type ManageCustomTokenContentProps = {
|
|
@@ -3960,7 +4246,7 @@ type ManageCustomTokenContentProps = {
|
|
|
3960
4246
|
};
|
|
3961
4247
|
declare const ManageCustomTokenContent: ({
|
|
3962
4248
|
setCurrentContent
|
|
3963
|
-
}: ManageCustomTokenContentProps) =>
|
|
4249
|
+
}: ManageCustomTokenContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3964
4250
|
//#endregion
|
|
3965
4251
|
//#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
|
|
3966
4252
|
type Props$19 = {
|
|
@@ -3968,7 +4254,7 @@ type Props$19 = {
|
|
|
3968
4254
|
};
|
|
3969
4255
|
declare const BridgeContent: ({
|
|
3970
4256
|
setCurrentContent
|
|
3971
|
-
}: Props$19) =>
|
|
4257
|
+
}: Props$19) => react_jsx_runtime0.JSX.Element;
|
|
3972
4258
|
//#endregion
|
|
3973
4259
|
//#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
|
|
3974
4260
|
type ChangeCurrencyContentProps = {
|
|
@@ -3976,7 +4262,7 @@ type ChangeCurrencyContentProps = {
|
|
|
3976
4262
|
};
|
|
3977
4263
|
declare const ChangeCurrencyContent: ({
|
|
3978
4264
|
setCurrentContent
|
|
3979
|
-
}: ChangeCurrencyContentProps) =>
|
|
4265
|
+
}: ChangeCurrencyContentProps) => react_jsx_runtime0.JSX.Element;
|
|
3980
4266
|
//#endregion
|
|
3981
4267
|
//#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
|
|
3982
4268
|
type Props$18 = {
|
|
@@ -3984,7 +4270,7 @@ type Props$18 = {
|
|
|
3984
4270
|
};
|
|
3985
4271
|
declare const LanguageSettingsContent: ({
|
|
3986
4272
|
setCurrentContent
|
|
3987
|
-
}: Props$18) =>
|
|
4273
|
+
}: Props$18) => react_jsx_runtime0.JSX.Element;
|
|
3988
4274
|
//#endregion
|
|
3989
4275
|
//#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
|
|
3990
4276
|
type Props$17 = {
|
|
@@ -3992,7 +4278,7 @@ type Props$17 = {
|
|
|
3992
4278
|
};
|
|
3993
4279
|
declare const GasTokenSettingsContent: ({
|
|
3994
4280
|
setCurrentContent
|
|
3995
|
-
}: Props$17) =>
|
|
4281
|
+
}: Props$17) => react_jsx_runtime0.JSX.Element;
|
|
3996
4282
|
//#endregion
|
|
3997
4283
|
//#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
|
|
3998
4284
|
type SettingsContentProps = {
|
|
@@ -4002,7 +4288,7 @@ type SettingsContentProps = {
|
|
|
4002
4288
|
declare const SettingsContent: ({
|
|
4003
4289
|
setCurrentContent,
|
|
4004
4290
|
onLogoutSuccess
|
|
4005
|
-
}: SettingsContentProps) =>
|
|
4291
|
+
}: SettingsContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4006
4292
|
//#endregion
|
|
4007
4293
|
//#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
|
|
4008
4294
|
type TermsAndPrivacyContentProps = {
|
|
@@ -4010,7 +4296,7 @@ type TermsAndPrivacyContentProps = {
|
|
|
4010
4296
|
};
|
|
4011
4297
|
declare const TermsAndPrivacyContent: ({
|
|
4012
4298
|
onGoBack
|
|
4013
|
-
}: TermsAndPrivacyContentProps) =>
|
|
4299
|
+
}: TermsAndPrivacyContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4014
4300
|
//#endregion
|
|
4015
4301
|
//#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
|
|
4016
4302
|
type DisconnectConfirmContentProps = {
|
|
@@ -4026,7 +4312,7 @@ declare const DisconnectConfirmContent: ({
|
|
|
4026
4312
|
onClose,
|
|
4027
4313
|
showCloseButton,
|
|
4028
4314
|
text
|
|
4029
|
-
}: DisconnectConfirmContentProps) =>
|
|
4315
|
+
}: DisconnectConfirmContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4030
4316
|
//#endregion
|
|
4031
4317
|
//#region src/components/AccountModal/Contents/SelectWallet/SelectWalletContent.d.ts
|
|
4032
4318
|
type Props$16 = {
|
|
@@ -4039,7 +4325,7 @@ declare const SelectWalletContent: ({
|
|
|
4039
4325
|
setCurrentContent,
|
|
4040
4326
|
returnTo,
|
|
4041
4327
|
onLogoutSuccess: _onLogoutSuccess
|
|
4042
|
-
}: Props$16) =>
|
|
4328
|
+
}: Props$16) => react_jsx_runtime0.JSX.Element;
|
|
4043
4329
|
//#endregion
|
|
4044
4330
|
//#region src/components/AccountModal/Contents/SelectWallet/RemoveWalletConfirmContent.d.ts
|
|
4045
4331
|
type RemoveWalletConfirmContentProps = {
|
|
@@ -4055,7 +4341,7 @@ declare const RemoveWalletConfirmContent: ({
|
|
|
4055
4341
|
onConfirm,
|
|
4056
4342
|
onBack,
|
|
4057
4343
|
onClose
|
|
4058
|
-
}: RemoveWalletConfirmContentProps) =>
|
|
4344
|
+
}: RemoveWalletConfirmContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4059
4345
|
//#endregion
|
|
4060
4346
|
//#region src/components/AccountModal/Contents/TokenDetail/TokenDetailContent.d.ts
|
|
4061
4347
|
type TokenDetailContentProps = {
|
|
@@ -4065,7 +4351,69 @@ type TokenDetailContentProps = {
|
|
|
4065
4351
|
declare const TokenDetailContent: ({
|
|
4066
4352
|
setCurrentContent,
|
|
4067
4353
|
token
|
|
4068
|
-
}: TokenDetailContentProps) =>
|
|
4354
|
+
}: TokenDetailContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4355
|
+
//#endregion
|
|
4356
|
+
//#region src/components/AccountModal/Contents/NftDetail/NftDetailContent.d.ts
|
|
4357
|
+
type NftDetailContentProps = {
|
|
4358
|
+
setCurrentContent: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
4359
|
+
nft: OwnedNft;
|
|
4360
|
+
onBack?: () => void;
|
|
4361
|
+
};
|
|
4362
|
+
declare const NftDetailContent: ({
|
|
4363
|
+
setCurrentContent,
|
|
4364
|
+
nft,
|
|
4365
|
+
onBack
|
|
4366
|
+
}: NftDetailContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4367
|
+
//#endregion
|
|
4368
|
+
//#region src/components/AccountModal/Contents/NftCollection/NftCollectionContent.d.ts
|
|
4369
|
+
type NftCollectionContentProps = {
|
|
4370
|
+
setCurrentContent: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
4371
|
+
collectionAddress: string;
|
|
4372
|
+
onBack?: () => void;
|
|
4373
|
+
};
|
|
4374
|
+
declare const NftCollectionContent: ({
|
|
4375
|
+
setCurrentContent,
|
|
4376
|
+
collectionAddress,
|
|
4377
|
+
onBack
|
|
4378
|
+
}: NftCollectionContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4379
|
+
//#endregion
|
|
4380
|
+
//#region src/components/AccountModal/Contents/SendNft/SendNftContent.d.ts
|
|
4381
|
+
type SendNftContentProps = {
|
|
4382
|
+
setCurrentContent: React$1.Dispatch<React$1.SetStateAction<AccountModalContentTypes>>;
|
|
4383
|
+
nft: OwnedNft;
|
|
4384
|
+
collectionName?: string;
|
|
4385
|
+
imageUrl?: string;
|
|
4386
|
+
initialToAddressOrDomain?: string;
|
|
4387
|
+
onBack?: () => void;
|
|
4388
|
+
};
|
|
4389
|
+
declare const SendNftContent: ({
|
|
4390
|
+
setCurrentContent,
|
|
4391
|
+
nft,
|
|
4392
|
+
collectionName,
|
|
4393
|
+
imageUrl,
|
|
4394
|
+
initialToAddressOrDomain,
|
|
4395
|
+
onBack
|
|
4396
|
+
}: SendNftContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4397
|
+
//#endregion
|
|
4398
|
+
//#region src/components/AccountModal/Contents/SendNft/SendNftSummaryContent.d.ts
|
|
4399
|
+
type SendNftSummaryContentProps = {
|
|
4400
|
+
setCurrentContent: React$1.Dispatch<React$1.SetStateAction<AccountModalContentTypes>>;
|
|
4401
|
+
nft: OwnedNft;
|
|
4402
|
+
collectionName?: string;
|
|
4403
|
+
imageUrl?: string;
|
|
4404
|
+
toAddressOrDomain: string;
|
|
4405
|
+
resolvedDomain?: string;
|
|
4406
|
+
resolvedAddress?: string;
|
|
4407
|
+
};
|
|
4408
|
+
declare const SendNftSummaryContent: ({
|
|
4409
|
+
setCurrentContent,
|
|
4410
|
+
nft,
|
|
4411
|
+
collectionName,
|
|
4412
|
+
imageUrl,
|
|
4413
|
+
toAddressOrDomain,
|
|
4414
|
+
resolvedDomain,
|
|
4415
|
+
resolvedAddress
|
|
4416
|
+
}: SendNftSummaryContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4069
4417
|
//#endregion
|
|
4070
4418
|
//#region src/components/AccountModal/Contents/TransactionHistory/TransactionHistoryContent.d.ts
|
|
4071
4419
|
type TransactionHistoryContentProps = {
|
|
@@ -4080,7 +4428,7 @@ declare const TransactionHistoryContent: ({
|
|
|
4080
4428
|
setCurrentContent,
|
|
4081
4429
|
tokenFilter,
|
|
4082
4430
|
onBack
|
|
4083
|
-
}: TransactionHistoryContentProps) =>
|
|
4431
|
+
}: TransactionHistoryContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4084
4432
|
//#endregion
|
|
4085
4433
|
//#region src/components/AccountModal/Contents/TransactionHistory/TransactionDetailContent.d.ts
|
|
4086
4434
|
type TransactionDetailContentProps = {
|
|
@@ -4092,7 +4440,7 @@ declare const TransactionDetailContent: ({
|
|
|
4092
4440
|
setCurrentContent,
|
|
4093
4441
|
item,
|
|
4094
4442
|
onBack
|
|
4095
|
-
}: TransactionDetailContentProps) =>
|
|
4443
|
+
}: TransactionDetailContentProps) => react_jsx_runtime0.JSX.Element;
|
|
4096
4444
|
//#endregion
|
|
4097
4445
|
//#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
|
|
4098
4446
|
type CategoryFilter = string | null;
|
|
@@ -4188,9 +4536,21 @@ type AccountModalContentTypes = 'main' | 'settings' | 'profile' | {
|
|
|
4188
4536
|
} | {
|
|
4189
4537
|
type: 'send-token-summary';
|
|
4190
4538
|
props: SendTokenSummaryContentProps;
|
|
4539
|
+
} | {
|
|
4540
|
+
type: 'send-nft';
|
|
4541
|
+
props: SendNftContentProps;
|
|
4542
|
+
} | {
|
|
4543
|
+
type: 'send-nft-summary';
|
|
4544
|
+
props: SendNftSummaryContentProps;
|
|
4191
4545
|
} | {
|
|
4192
4546
|
type: 'token-detail';
|
|
4193
4547
|
props: TokenDetailContentProps;
|
|
4548
|
+
} | {
|
|
4549
|
+
type: 'nft-detail';
|
|
4550
|
+
props: NftDetailContentProps;
|
|
4551
|
+
} | {
|
|
4552
|
+
type: 'nft-collection';
|
|
4553
|
+
props: NftCollectionContentProps;
|
|
4194
4554
|
} | {
|
|
4195
4555
|
type: 'transaction-history';
|
|
4196
4556
|
props: TransactionHistoryContentProps;
|
|
@@ -4233,7 +4593,7 @@ declare const AccountModal: ({
|
|
|
4233
4593
|
isOpen,
|
|
4234
4594
|
onClose,
|
|
4235
4595
|
initialContent
|
|
4236
|
-
}: Props$15) =>
|
|
4596
|
+
}: Props$15) => react_jsx_runtime0.JSX.Element;
|
|
4237
4597
|
//#endregion
|
|
4238
4598
|
//#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
|
|
4239
4599
|
interface AccountDetailsButtonProps {
|
|
@@ -4255,7 +4615,7 @@ declare const AccountDetailsButton: ({
|
|
|
4255
4615
|
onClick,
|
|
4256
4616
|
leftImage,
|
|
4257
4617
|
isActive
|
|
4258
|
-
}: AccountDetailsButtonProps) =>
|
|
4618
|
+
}: AccountDetailsButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4259
4619
|
//#endregion
|
|
4260
4620
|
//#region src/components/AccountModal/Components/ActionButton.d.ts
|
|
4261
4621
|
type ActionButtonProps = {
|
|
@@ -4297,7 +4657,7 @@ declare const ActionButton: ({
|
|
|
4297
4657
|
extraContent,
|
|
4298
4658
|
dataTestId,
|
|
4299
4659
|
variant
|
|
4300
|
-
}: ActionButtonProps) =>
|
|
4660
|
+
}: ActionButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4301
4661
|
//#endregion
|
|
4302
4662
|
//#region src/components/AccountModal/Components/AccountSelector.d.ts
|
|
4303
4663
|
type Props$14 = {
|
|
@@ -4317,7 +4677,7 @@ declare const AccountSelector: ({
|
|
|
4317
4677
|
onClose,
|
|
4318
4678
|
mt,
|
|
4319
4679
|
style
|
|
4320
|
-
}: Props$14) =>
|
|
4680
|
+
}: Props$14) => react_jsx_runtime0.JSX.Element;
|
|
4321
4681
|
//#endregion
|
|
4322
4682
|
//#region src/components/AccountModal/Components/BalanceSection.d.ts
|
|
4323
4683
|
declare const BalanceSection: ({
|
|
@@ -4328,7 +4688,7 @@ declare const BalanceSection: ({
|
|
|
4328
4688
|
mb?: number;
|
|
4329
4689
|
mt?: number;
|
|
4330
4690
|
onAssetsClick?: () => void;
|
|
4331
|
-
}) =>
|
|
4691
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
4332
4692
|
//#endregion
|
|
4333
4693
|
//#region src/components/AccountModal/Components/QuickActionsSection.d.ts
|
|
4334
4694
|
type Props$13 = {
|
|
@@ -4338,7 +4698,7 @@ type Props$13 = {
|
|
|
4338
4698
|
declare const QuickActionsSection: ({
|
|
4339
4699
|
mt,
|
|
4340
4700
|
setCurrentContent
|
|
4341
|
-
}: Props$13) =>
|
|
4701
|
+
}: Props$13) => react_jsx_runtime0.JSX.Element | null;
|
|
4342
4702
|
//#endregion
|
|
4343
4703
|
//#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
|
|
4344
4704
|
type FeatureAnnouncementCardProps = {
|
|
@@ -4346,16 +4706,16 @@ type FeatureAnnouncementCardProps = {
|
|
|
4346
4706
|
};
|
|
4347
4707
|
declare const FeatureAnnouncementCard: ({
|
|
4348
4708
|
setCurrentContent
|
|
4349
|
-
}: FeatureAnnouncementCardProps) =>
|
|
4709
|
+
}: FeatureAnnouncementCardProps) => react_jsx_runtime0.JSX.Element;
|
|
4350
4710
|
//#endregion
|
|
4351
4711
|
//#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
|
|
4352
|
-
declare const ExchangeWarningAlert: () =>
|
|
4712
|
+
declare const ExchangeWarningAlert: () => react_jsx_runtime0.JSX.Element;
|
|
4353
4713
|
//#endregion
|
|
4354
4714
|
//#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
|
|
4355
|
-
declare const DomainRequiredAlert: () =>
|
|
4715
|
+
declare const DomainRequiredAlert: () => react_jsx_runtime0.JSX.Element;
|
|
4356
4716
|
//#endregion
|
|
4357
4717
|
//#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
|
|
4358
|
-
declare const CrossAppConnectionSecurityCard: () =>
|
|
4718
|
+
declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime0.JSX.Element;
|
|
4359
4719
|
//#endregion
|
|
4360
4720
|
//#region src/components/common/ModalBackButton.d.ts
|
|
4361
4721
|
type BackButtonProps = {
|
|
@@ -4364,7 +4724,7 @@ type BackButtonProps = {
|
|
|
4364
4724
|
declare const ModalBackButton: ({
|
|
4365
4725
|
onClick,
|
|
4366
4726
|
...props
|
|
4367
|
-
}: BackButtonProps) =>
|
|
4727
|
+
}: BackButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4368
4728
|
//#endregion
|
|
4369
4729
|
//#region src/components/common/AddressDisplay.d.ts
|
|
4370
4730
|
type Props$12 = {
|
|
@@ -4382,13 +4742,13 @@ declare const AddressDisplay: ({
|
|
|
4382
4742
|
showHumanAddress,
|
|
4383
4743
|
setCurrentContent,
|
|
4384
4744
|
onLogout
|
|
4385
|
-
}: Props$12) =>
|
|
4745
|
+
}: Props$12) => react_jsx_runtime0.JSX.Element;
|
|
4386
4746
|
//#endregion
|
|
4387
4747
|
//#region src/components/common/VersionFooter.d.ts
|
|
4388
4748
|
type Props$11 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
|
|
4389
4749
|
declare const VersionFooter: ({
|
|
4390
4750
|
...props
|
|
4391
|
-
}: Props$11) =>
|
|
4751
|
+
}: Props$11) => react_jsx_runtime0.JSX.Element;
|
|
4392
4752
|
//#endregion
|
|
4393
4753
|
//#region src/components/common/StickyHeaderContainer.d.ts
|
|
4394
4754
|
type Props$10 = {
|
|
@@ -4399,7 +4759,7 @@ declare const useStickyHeaderContext: () => {
|
|
|
4399
4759
|
};
|
|
4400
4760
|
declare const StickyHeaderContainer: ({
|
|
4401
4761
|
children
|
|
4402
|
-
}: Props$10) =>
|
|
4762
|
+
}: Props$10) => react_jsx_runtime0.JSX.Element;
|
|
4403
4763
|
//#endregion
|
|
4404
4764
|
//#region src/components/common/StickyFooterContainer.d.ts
|
|
4405
4765
|
type Props$9 = {
|
|
@@ -4407,7 +4767,7 @@ type Props$9 = {
|
|
|
4407
4767
|
};
|
|
4408
4768
|
declare const StickyFooterContainer: ({
|
|
4409
4769
|
children
|
|
4410
|
-
}: Props$9) =>
|
|
4770
|
+
}: Props$9) => react_jsx_runtime0.JSX.Element;
|
|
4411
4771
|
//#endregion
|
|
4412
4772
|
//#region src/components/common/BaseModal.d.ts
|
|
4413
4773
|
type BaseModalProps = {
|
|
@@ -4456,7 +4816,7 @@ declare const BaseModal: ({
|
|
|
4456
4816
|
mobileMaxHeight,
|
|
4457
4817
|
desktopMinHeight,
|
|
4458
4818
|
desktopMaxHeight
|
|
4459
|
-
}: BaseModalProps) =>
|
|
4819
|
+
}: BaseModalProps) => react_jsx_runtime0.JSX.Element;
|
|
4460
4820
|
//#endregion
|
|
4461
4821
|
//#region src/components/common/AssetButton.d.ts
|
|
4462
4822
|
type AssetButtonProps = ButtonProps & {
|
|
@@ -4477,7 +4837,7 @@ declare const AssetButton: ({
|
|
|
4477
4837
|
onClick,
|
|
4478
4838
|
priceChange24hPct,
|
|
4479
4839
|
...buttonProps
|
|
4480
|
-
}: AssetButtonProps) =>
|
|
4840
|
+
}: AssetButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4481
4841
|
//#endregion
|
|
4482
4842
|
//#region src/components/common/AddressDisplayCard.d.ts
|
|
4483
4843
|
type AddressDisplayCardProps = {
|
|
@@ -4497,7 +4857,7 @@ declare const AddressDisplayCard: ({
|
|
|
4497
4857
|
hideAddress,
|
|
4498
4858
|
balance,
|
|
4499
4859
|
tokenAddress
|
|
4500
|
-
}: AddressDisplayCardProps) =>
|
|
4860
|
+
}: AddressDisplayCardProps) => react_jsx_runtime0.JSX.Element;
|
|
4501
4861
|
//#endregion
|
|
4502
4862
|
//#region src/components/common/ModalFAQButton.d.ts
|
|
4503
4863
|
type FAQButtonProps = {
|
|
@@ -4506,13 +4866,13 @@ type FAQButtonProps = {
|
|
|
4506
4866
|
declare const ModalFAQButton: ({
|
|
4507
4867
|
onClick,
|
|
4508
4868
|
...props
|
|
4509
|
-
}: FAQButtonProps) =>
|
|
4869
|
+
}: FAQButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4510
4870
|
//#endregion
|
|
4511
4871
|
//#region src/components/common/ScrollToTopWrapper.d.ts
|
|
4512
4872
|
declare const ScrollToTopWrapper: ({
|
|
4513
4873
|
children,
|
|
4514
4874
|
...props
|
|
4515
|
-
}: StackProps) =>
|
|
4875
|
+
}: StackProps) => react_jsx_runtime0.JSX.Element;
|
|
4516
4876
|
//#endregion
|
|
4517
4877
|
//#region src/components/common/AccountAvatar.d.ts
|
|
4518
4878
|
type AccountAvatarProps = {
|
|
@@ -4522,7 +4882,7 @@ type AccountAvatarProps = {
|
|
|
4522
4882
|
declare const AccountAvatar: ({
|
|
4523
4883
|
wallet,
|
|
4524
4884
|
props
|
|
4525
|
-
}: AccountAvatarProps) =>
|
|
4885
|
+
}: AccountAvatarProps) => react_jsx_runtime0.JSX.Element;
|
|
4526
4886
|
//#endregion
|
|
4527
4887
|
//#region src/components/common/TransactionButtonAndStatus.d.ts
|
|
4528
4888
|
type TransactionButtonAndStatusProps = {
|
|
@@ -4564,7 +4924,7 @@ declare const TransactionButtonAndStatus: ({
|
|
|
4564
4924
|
isLoadingGasEstimation,
|
|
4565
4925
|
showGasEstimationError,
|
|
4566
4926
|
context
|
|
4567
|
-
}: TransactionButtonAndStatusProps) =>
|
|
4927
|
+
}: TransactionButtonAndStatusProps) => react_jsx_runtime0.JSX.Element;
|
|
4568
4928
|
//#endregion
|
|
4569
4929
|
//#region src/components/common/ModalNotificationButton.d.ts
|
|
4570
4930
|
type NotificationButtonProps = {
|
|
@@ -4575,7 +4935,7 @@ declare const ModalNotificationButton: ({
|
|
|
4575
4935
|
onClick,
|
|
4576
4936
|
hasUnreadNotifications,
|
|
4577
4937
|
...props
|
|
4578
|
-
}: NotificationButtonProps) =>
|
|
4938
|
+
}: NotificationButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
4579
4939
|
//#endregion
|
|
4580
4940
|
//#region src/components/common/GasFeeSummary.d.ts
|
|
4581
4941
|
interface GasFeeSummaryProps {
|
|
@@ -4611,7 +4971,7 @@ declare const GasFeeTokenSelector: ({
|
|
|
4611
4971
|
availableTokens,
|
|
4612
4972
|
tokenEstimations,
|
|
4613
4973
|
walletAddress
|
|
4614
|
-
}: GasFeeTokenSelectorProps) =>
|
|
4974
|
+
}: GasFeeTokenSelectorProps) => react_jsx_runtime0.JSX.Element;
|
|
4615
4975
|
//#endregion
|
|
4616
4976
|
//#region src/components/common/InlineFeedback.d.ts
|
|
4617
4977
|
type Props$8 = {
|
|
@@ -4623,7 +4983,7 @@ declare const InlineFeedback: ({
|
|
|
4623
4983
|
message,
|
|
4624
4984
|
duration,
|
|
4625
4985
|
onClose
|
|
4626
|
-
}: Props$8) =>
|
|
4986
|
+
}: Props$8) => react_jsx_runtime0.JSX.Element;
|
|
4627
4987
|
//#endregion
|
|
4628
4988
|
//#region src/components/common/WalletSwitchFeedback.d.ts
|
|
4629
4989
|
type Props$7 = {
|
|
@@ -4640,7 +5000,7 @@ type Props$7 = {
|
|
|
4640
5000
|
*/
|
|
4641
5001
|
declare const WalletSwitchFeedback: ({
|
|
4642
5002
|
showFeedback
|
|
4643
|
-
}: Props$7) =>
|
|
5003
|
+
}: Props$7) => react_jsx_runtime0.JSX.Element | null;
|
|
4644
5004
|
//#endregion
|
|
4645
5005
|
//#region src/components/common/PriceChangeBadge.d.ts
|
|
4646
5006
|
type Props$6 = TextProps & {
|
|
@@ -4651,7 +5011,7 @@ declare const PriceChangeBadge: ({
|
|
|
4651
5011
|
valuePct,
|
|
4652
5012
|
showSuffix,
|
|
4653
5013
|
...textProps
|
|
4654
|
-
}: Props$6) =>
|
|
5014
|
+
}: Props$6) => react_jsx_runtime0.JSX.Element | null;
|
|
4655
5015
|
//#endregion
|
|
4656
5016
|
//#region src/components/common/AddressOrDomainLabel.d.ts
|
|
4657
5017
|
type Props$5 = TextProps & {
|
|
@@ -4668,7 +5028,7 @@ declare const AddressOrDomainLabel: ({
|
|
|
4668
5028
|
headLen,
|
|
4669
5029
|
tailLen,
|
|
4670
5030
|
...textProps
|
|
4671
|
-
}: Props$5) =>
|
|
5031
|
+
}: Props$5) => react_jsx_runtime0.JSX.Element;
|
|
4672
5032
|
//#endregion
|
|
4673
5033
|
//#region src/components/common/CopyIconButton.d.ts
|
|
4674
5034
|
type Props$4 = Omit<IconButtonProps, 'aria-label' | 'icon' | 'onClick'> & {
|
|
@@ -4681,7 +5041,7 @@ declare const CopyIconButton: ({
|
|
|
4681
5041
|
size,
|
|
4682
5042
|
variant,
|
|
4683
5043
|
...rest
|
|
4684
|
-
}: Props$4) =>
|
|
5044
|
+
}: Props$4) => react_jsx_runtime0.JSX.Element;
|
|
4685
5045
|
//#endregion
|
|
4686
5046
|
//#region src/components/common/PriceChart.d.ts
|
|
4687
5047
|
type Props$3 = BoxProps & {
|
|
@@ -4708,7 +5068,50 @@ declare const PriceChart: ({
|
|
|
4708
5068
|
interactive,
|
|
4709
5069
|
formatValue,
|
|
4710
5070
|
...boxProps
|
|
4711
|
-
}: Props$3) =>
|
|
5071
|
+
}: Props$3) => react_jsx_runtime0.JSX.Element | null;
|
|
5072
|
+
//#endregion
|
|
5073
|
+
//#region src/components/common/StatusScreen.d.ts
|
|
5074
|
+
type Status = 'success' | 'error';
|
|
5075
|
+
type StatusScreenProps = {
|
|
5076
|
+
status: Status;
|
|
5077
|
+
/** Heading rendered in the modal header. */
|
|
5078
|
+
title: string;
|
|
5079
|
+
/** Optional supporting copy under the badge. */
|
|
5080
|
+
description?: string;
|
|
5081
|
+
/** Override the default icon (`LuCircleCheckBig` for success,
|
|
5082
|
+
* `LuTriangleAlert` for error). */
|
|
5083
|
+
icon?: IconType | ReactNode;
|
|
5084
|
+
/** Slot for primary CTAs (Done / Try again, …). */
|
|
5085
|
+
actions: ReactNode;
|
|
5086
|
+
/** Optional extra slot under the body — e.g. a "Share on socials" row. */
|
|
5087
|
+
bodyExtras?: ReactNode;
|
|
5088
|
+
/** Optional explorer link rendered below the actions. */
|
|
5089
|
+
footerExtras?: ReactNode;
|
|
5090
|
+
/** Hide the close button (used while a tx is still pending). */
|
|
5091
|
+
hideCloseButton?: boolean;
|
|
5092
|
+
};
|
|
5093
|
+
/**
|
|
5094
|
+
* Shared visual scaffold for end-of-flow status screens — success after a
|
|
5095
|
+
* transaction confirms, error after one fails. Replaces the four
|
|
5096
|
+
* almost-duplicate "100px LuCircleCheck" / "100px LuCircleAlert" surfaces
|
|
5097
|
+
* that used to live in AccountModal, TransactionModal and
|
|
5098
|
+
* UpgradeSmartAccountModal.
|
|
5099
|
+
*
|
|
5100
|
+
* Visual: a soft tinted disc (~88px) holds the status icon (~44px solid),
|
|
5101
|
+
* with a one-shot framer-motion entrance — the disc fades + scales from
|
|
5102
|
+
* 0.92, the icon springs in. No looping animation: the screen should feel
|
|
5103
|
+
* polished, not chatty.
|
|
5104
|
+
*/
|
|
5105
|
+
declare const StatusScreen: ({
|
|
5106
|
+
status,
|
|
5107
|
+
title,
|
|
5108
|
+
description,
|
|
5109
|
+
icon,
|
|
5110
|
+
actions,
|
|
5111
|
+
bodyExtras,
|
|
5112
|
+
footerExtras,
|
|
5113
|
+
hideCloseButton
|
|
5114
|
+
}: StatusScreenProps) => react_jsx_runtime0.JSX.Element;
|
|
4712
5115
|
//#endregion
|
|
4713
5116
|
//#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
|
|
4714
5117
|
type SuccessfulOperationContentProps = {
|
|
@@ -4738,7 +5141,7 @@ declare const UpgradeSmartAccountModal: ({
|
|
|
4738
5141
|
isOpen,
|
|
4739
5142
|
onClose,
|
|
4740
5143
|
style
|
|
4741
|
-
}: Props$2) =>
|
|
5144
|
+
}: Props$2) => react_jsx_runtime0.JSX.Element;
|
|
4742
5145
|
//#endregion
|
|
4743
5146
|
//#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
|
|
4744
5147
|
type Props$1 = {
|
|
@@ -4753,7 +5156,7 @@ declare const LegalDocumentsModal: ({
|
|
|
4753
5156
|
onAgree,
|
|
4754
5157
|
handleLogout,
|
|
4755
5158
|
onlyOptionalDocuments
|
|
4756
|
-
}: Props$1) =>
|
|
5159
|
+
}: Props$1) => react_jsx_runtime0.JSX.Element;
|
|
4757
5160
|
//#endregion
|
|
4758
5161
|
//#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
|
|
4759
5162
|
type Props = {
|
|
@@ -4765,7 +5168,7 @@ declare const LegalDocumentItem: ({
|
|
|
4765
5168
|
document,
|
|
4766
5169
|
register,
|
|
4767
5170
|
isText
|
|
4768
|
-
}: Props) =>
|
|
5171
|
+
}: Props) => react_jsx_runtime0.JSX.Element;
|
|
4769
5172
|
//#endregion
|
|
4770
5173
|
//#region src/providers/ModalProvider.d.ts
|
|
4771
5174
|
type AccountModalOptions = {
|
|
@@ -4800,7 +5203,7 @@ declare const ModalProvider: ({
|
|
|
4800
5203
|
children
|
|
4801
5204
|
}: {
|
|
4802
5205
|
children: ReactNode;
|
|
4803
|
-
}) =>
|
|
5206
|
+
}) => react_jsx_runtime0.JSX.Element;
|
|
4804
5207
|
//#endregion
|
|
4805
|
-
export { RemoveWalletConfirmContentProps as $, VTHO_TOKEN_ADDRESS as $a, EstimatedGas as $c, useNotifications as $i, signVip191Transaction as $n, getErc20BalanceQueryKey as $o, simpleHash as $r, AccountMainContent as $s, useTransferERC20 as $t, useStickyHeaderContext as A, AccountModalProvider as Aa, ConnectModalContentsTypes as Ac, PrivyEcosystemApp as Ai, Wallet as Al, useGetAccountVersion as An, useRoundXApps as Ao, getWindowOrigin as Ar, getTextRecordsQueryKey as As, SwapTokenContent as At, AccountSelector as B, NavigatorPosition as Ba, LegalDocumentOptions as Bc, getGenericDelegatorUrl as Bi, getAccountBalance as Bn, usePortfolioPriceHistory24h as Bo, ViewFunctionResult as Br, useIsDomainProtected as Bs, useMfaEnrollment as Bt, ScrollToTopWrapper as C, useChooseNameModal as Ca, ConnectionButton as Cc, humanDomain as Ci, PrivyAppInfo as Cl, getIsDeployed as Cn, useSwitchWallet as Co, getCallClauseQueryKey as Cr, getAvatarOfAddressQueryKey as Cs, FAQContent as Ct, BaseModal as D, useTransactionToast as Da, LoadingContent as Dc, DEFAULT_PRIVY_ECOSYSTEM_APPS as Di, TransactionStatus as Dl, getHasV1SmartAccountQueryKey as Dn, UseWalletReturnType as Do, copyToClipboard as Dr, buildClauses as Ds, ChooseNameSearchContentProps as Dt, AssetButton as E, TransactionToastProvider as Ea, ErrorContent as Ec, DEFAULT_GAS_TOKEN_PREFERENCES as Ei, TokenBalance as El, getHasV1SmartAccount as En, useWalletMetadata as Eo, useMultipleClausesCall as Er, useGetResolverAddress as Es, ChooseNameSearchContent as Et, DomainRequiredAlert as F, JuicyPositionResult as Fa, PrivyWalletProvider as Fc, VECHAIN_KIT_COOKIES_CONFIG as Fi, getCurrentAccountImplementationVersionQueryKey as Fn, useMostVotedAppsInRound as Fo, safeQuerySelector as Fr, DomainsResponse as Fs, SendTokenSummaryContent as Ft, SwitchFeedback as G, useTokenTransferHistory as Ga, useAppConfig as Gc, useAppHubApps as Gi, useGenericDelegatorFeeEstimation as Gn, useOraclePriceChanges24h as Go, addPrefix as Gr, useEnsRecordExists as Gs, useGasEstimate as Gt, AccountDetailsButton as H, StargatePosition as Ha, VeChainKitContext as Hc, AppHubApp as Hi, useAccountBalance as Hn, PriceChanges24h as Ho, executeCallClause as Hr, useClaimVetDomain as Hs, useSetWalletRecovery as Ht, ExchangeWarningAlert as I, useJuicyPosition as Ia, PrivyWalletProviderContextType as Ic, VECHAIN_KIT_STORAGE_KEYS as Ii, useCurrentAccountImplementationVersion as In, getIsPersonQueryKey as Io, safeWindowOpen as Ir, getDomainsOfAddress as Is, SendTokenContent as It, TransactionHistoryContent as J, IndexerTransfer as Ja, LegalDocumentAgreement as Jc, useLoginWithOAuth$1 as Ji, decodeRawTx as Jn, SupportedToken as Jo, isValid as Jr, fetchPrivyStatus as Js, BuildTransactionProps as Jt, TransactionDetailContent as K, getTransferHistoryQueryKey as Ka, useVeChainKitConfig as Kc, useConnectWithDappKitSource as Ki, useGenericDelegatorFeeEstimationParams as Kn, useTokenPriceHistory24h as Ko, compare as Kr, getVechainDomainQueryKey as Ks, txReceiptQueryKey as Kt, FeatureAnnouncementCard as L, LpPosition as La, usePrivyWalletProvider as Lc, VECHAIN_KIT_TERMS_CONFIG as Li, getAccountImplementationAddress as Ln, useIsPerson as Lo, setLocalStorageItem as Lr, getDomainsOfAddressQueryKey as Ls, ThorClient$1 as Lt, AddressDisplay as M, ConnectModalProvider as Ma, useLegalDocuments as Mc, TOKEN_LOGOS as Mi, getConfig as Ml, getAccountAddressQueryKey as Mn, useRefreshBalances as Mo, isBrowser as Mr, getAvatarQueryKey as Ms, ReceiveTokenContent as Mt, ModalBackButton as N, useConnectModal as Na, VechainKitThemeProvider as Nc, TOKEN_LOGO_COMPONENTS as Ni, useGetAccountAddress as Nn, MostVotedAppsInRoundReturnType as No, isOnline as Nr, useGetAvatar as Ns, ReceiveTokenContentProps as Nt, StickyFooterContainer as O, TransactionModalProvider as Oa, MainContent as Oc, ENV as Oi, TransactionStatusErrorType as Ol, useHasV1SmartAccount as On, useWallet$1 as Oo, getDocumentTitle as Or, useUpdateTextRecord as Os, ChooseNameContent as Ot, CrossAppConnectionSecurityCard as P, JuicyAssetPosition as Pa, useVechainKitThemeConfig as Pc, TogglePassportCheck as Pi, getCurrentAccountImplementationVersion as Pn, XApp as Po, removeLocalStorageItem as Pr, Domain as Ps, SelectTokenContent as Pt, RemoveWalletConfirmContent as Q, VET_TOKEN_SENTINEL as Qa, DepositAccount as Qc, useNotificationAlerts as Qi, getDepositAccount as Qn, UseGetErc20BalanceOptions as Qo, isRejectionError as Qr, useFetchAppInfo as Qs, buildERC20Clauses as Qt, QuickActionsSection as R, LpPositionToken as Ra, AccountQuickAction as Rc, VECHAIN_PRIVY_APP_ID as Ri, getAccountImplementationAddressQueryKey as Rn, getVot3BalanceQueryKey as Ro, MultipleClausesCallParameters as Rr, useGetDomainsOfAddress as Rs, useDAppKitWallet as Rt, AccountAvatar as S, ChooseNameModalProvider as Sa, EmailLoginButton as Sc, humanAddress as Si, NFTMediaType as Sl, useRefreshFactoryQueries as Sn, UseSwitchWalletReturnType as So, useCurrency as Sr, useGetAvatarLegacy as Ss, CustomizationContent as St, AddressDisplayCard as T, useWalletModal as Ta, EcosystemContent as Tc, isZero as Ti, SmartAccount as Tl, useIsSmartAccountDeployed as Tn, useWalletStorage as To, useCallClause as Tr, getResolverAddressQueryKey as Ts, ChooseNameSummaryContentProps as Tt, AccountModal as U, StargatePositionsResult as Ua, VeChainKitProvider as Uc, fetchAppHubApps as Ui, UseEstimateAllTokensParams as Un, PricePoint as Uo, executeMultipleClausesCall as Ur, useClaimVeWorldSubdomain as Us, useThor$1 as Ut, ActionButton as V, useNavigatorPosition as Va, VeChainKitConfig as Vc, notFoundImage as Vi, getAccountBalanceQueryKey as Vn, OracleHistory24h as Vo, buildCallClauses as Vr, buildVetDomainClauses as Vs, usePrivy$1 as Vt, AccountModalContentTypes as W, useStargatePositions as Wa, VechainKitProviderProps as Wc, getAppHubAppsQueryKey as Wi, useEstimateAllTokens as Wn, useOracleHistory24h as Wo, isValidUrl as Wr, getEnsRecordExistsQueryKey as Ws, VECHAIN_KIT_QUERY_KEYS as Wt, TokenDetailContent as X, TransferEventType as Xa, LegalDocumentType as Xc, useSignTypedData as Xi, estimateAndBuildTxBody as Xn, getTokenUsdPriceQueryKey as Xo, removePrefix as Xr, fetchPrivyAppInfo as Xs, buildVETClauses as Xt, TransactionHistoryContentProps as Y, TransferDirection as Ya, LegalDocumentSource as Yc, useLoginWithPasskey$1 as Yi, delegateAuthorized as Yn, getTokenUsdPrice as Yo, normalize as Yr, useFetchPrivyStatus as Ys, useBuildTransaction as Yt, TokenDetailContentProps as Z, TransferHistoryItem as Za, CostLevel as Zc, useSignMessage as Zi, estimateGas as Zn, useGetTokenUsdPrice as Zo, validate as Zr, getPrivyAppInfoQueryKey as Zs, useTransferVET as Zt, GasFeeTokenSelector as _, useExploreEcosystemModal as _a, LoginWithAppleButton as _c, leftPadWithZeros as _i, CrossAppConnectionCache as _l, SmartAccountReturnType as _n, getXAppsSharesQueryKey as _o, useIsPWA as _r, WalletTokenBalance as _s, ProfileContent as _t, LegalDocumentItem as a, UpgradeSmartAccountModalProvider as aa, SocialIcons as ac, allNodeStrengthLevelToName as ai, formatGasCost as al, getChainId as an, imageCompressionOptions as ao, LocalStorageKey as ar, getCustomTokenBalanceQueryKey as as, SettingsContentProps as at, TransactionButtonAndStatus as b, SendTokenModalProvider as ba, EcosystemButton as bc, formatTokenBalance as bi, ExecuteBatchWithAuthorizationSignData as bl, useSmartAccount as bn, getXAppMetadata as bo, useCurrentCurrency as br, getAvatarLegacy as bs, CustomizationSummaryContentProps as bt, UpgradeSmartAccountModal as c, ReceiveModalProvider as ca, WalletDisplayVariant as cc, xNodeToGMstartingLevel as ci, GasTokenPreferences as cl, currentBlockQueryKey as cn, IpfsImage as co, buildBatchAuthorizationTypedData as cr, useGetB3trBalance as cs, ChangeCurrencyContent as ct, PriceChart as d, useAccountCustomizationModal as da, Sync2Button as dc, toIPFSURL as di, TransactionSpeed as dl, getUpgradeRequiredForAccount as dn, getIpfsImageQueryKey as do, GetEventsKeyParams as dr, useCurrentAllocationsRoundId as ds, ManageCustomTokenContent as dt, SettingsModalProvider as ea, TransactionToast as ec, TIME as ei, EstimationResponse as el, UseSendTransactionReturnValue as en, useSwapQuotes as eo, useGenericDelegator as er, useGetErc20Balance as es, SelectWalletContent as et, CopyIconButton as f, FAQModalProvider as fa, VeWorldButton as fc, uploadBlobToIPFS as fi, ENS_TEXT_RECORDS as fl, getUpgradeRequiredForAccountQueryKey as fn, useIpfsImage as fo, UseEventsParams as fr, useTotalBalance as fs, ManageCustomTokenContentProps as ft, InlineFeedback as g, ExploreEcosystemModalProvider as ga, PasskeyLoginButton as gc, isValidAddress as gi, ConnectionSource as gl, useUpgradeRequired as gn, useIpfsMetadata as go, useScrollToTop as gr, useTokenPrices as gs, UpgradeSmartAccountContentProps as gt, WalletSwitchFeedback as h, useNotificationsModal as ha, DappKitButton as hc, compareListOfAddresses as hi, CURRENCY_SYMBOLS as hl, getUpgradeRequiredQueryKey as hn, getIpfsMetadataQueryKey as ho, useEvents as hr, ExchangeRates as hs, UpgradeSmartAccountContent as ht, DAppKitWalletButton as i, useProfileModal as ia, TransactionModalProps as ic, XNodeStrengthLevelToName as ii, calculateTotalCost as il, getEventLogs as in, compressImages as io, useSyncableLocalStorage as ir, TokenWithBalance as is, SettingsContent as it, VersionFooter as j, useAccountModal as ja, LegalDocumentsProvider as jc, SUPPORTED_GAS_TOKENS as ji, AppConfig as jl, getAccountAddress as jn, useRefreshMetadata as jo, hasNavigator as jr, useGetTextRecords as js, SwapTokenContentProps as jt, StickyHeaderContainer as k, useTransactionModal as ka, ConnectModal as kc, NON_TRANSFERABLE_TOKEN_SYMBOLS as ki, VePassportUserStatus as kl, getAccountVersionQueryKey as kn, getRoundXAppsQueryKey as ko, getLocalStorageItem as kr, getTextRecords as ks, ChooseNameContentProps as kt, UpgradeSmartAccountModalContentsTypes as l, useReceiveModal as la, ConnectPopover as lc, convertUriToUrl as li, GasTokenSelection as ll, useCurrentBlock as ln, MAX_IMAGE_SIZE as lo, buildSingleAuthorizationTypedData as lr, useCustomTokens as ls, ChangeCurrencyContentProps as lt, PriceChangeBadge as m, NotificationsModalProvider as ma, VeChainWithPrivyLoginButton as mc, compareAddresses as mi, CURRENCY as ml, getUpgradeRequired as mn, getIpfsMetadata as mo, getEventsKey as mr, useTokensWithValues as ms, AssetsContentProps as mt, ModalProvider as n, useAccountModalOptions as na, ShareButtons as nc, MinXNodeLevel as ni, TransactionCost as nl, GetEventsProps as nn, useSingleImageUpload as no, EcosystemShortcut as nr, getTokenInfo$1 as ns, DisconnectConfirmContentProps as nt, LegalDocumentsModal as o, useUpgradeSmartAccountModal as oa, WalletButton as oc, buildQueryString as oi, GasTokenEstimate as ol, getChainIdQueryKey as on, useUploadImages as oo, useLocalStorage as or, useGetCustomTokenBalances as os, GasTokenSettingsContent as ot, AddressOrDomainLabel as p, useFAQModal as pa, LoginWithGithubButton as pc, validateIpfsUri as pi, TextRecords as pl, useUpgradeRequiredForAccount as pn, useIpfsImageList as po, decodeEventLog$1 as pr, TokenWithValue as ps, AssetsContent as pt, TransactionDetailContentProps as q, useTransferHistory as qa, EnrichedLegalDocument as qc, useLoginWithVeChain as qi, useGasTokenSelection as qn, PRICE_FEED_IDS as qo, isInvalid as qr, useVechainDomain as qs, useTxReceipt as qt, useModal as r, ProfileModalProvider as ra, TransactionModal as rc, NodeStrengthLevelToImage as ri, VthoPerGasAtSpeed as rl, getAllEventLogs as rn, UploadedImage as ro, useEcosystemShortcuts as rr, useGetCustomTokenInfo as rs, TermsAndPrivacyContent as rt, LegalDocumentsModalContentsTypes as s, useLoginModalContent as sa, WalletButtonProps as sc, gmNfts as si, GasTokenInfo as sl, useGetChainId as sn, useIpfsMetadatas as so, BuildClausesParams as sr, getB3trBalanceQueryKey as ss, LanguageSettingsContent as st, AccountModalOptions as t, useSettingsModal as ta, TransactionModalContent as tc, EconomicNodeStrengthLevelToName as ti, Rate as tl, useSendTransaction as tn, useSwapTransaction as to, useCrossAppConnectionCache as tr, getCustomTokenInfoQueryKey as ts, DisconnectConfirmContent as tt, UpgradeSmartAccountModalStyle as u, AccountCustomizationModalProvider as ua, WalletConnectButton as uc, resolveMediaTypeFromMimeType as ui, GasTokenType as ul, useUpgradeSmartAccount as un, getIpfsImage as uo, useBuildClauses as ur, getCurrentAllocationsRoundIdQueryKey as us, BridgeContent as ut, GasFeeSummary as v, SwapTokenModalProvider as va, LoginWithGoogleButton as vc, regexPattern as vi, ENSRecords as vl, getSmartAccount as vn, useXAppsShares as vo, useGetNodeUrl as vr, useTokenBalances as vs, ProfileContentProps as vt, ModalFAQButton as w, WalletModalProvider as wa, MoreOptionsContent as wc, humanNumber as wi, PrivyLoginMethod as wl, getIsDeployedQueryKey as wn, StoredWallet as wo, getCallClauseQueryKeyWithArgs as wr, useGetAvatarOfAddress as ws, ChooseNameSummaryContent as wt, TransactionButtonAndStatusProps as x, useSendTokenModal as xa, VeChainLoginButton as xc, getPicassoImage as xi, ExecuteWithAuthorizationSignData as xl, useRefreshSmartAccountQueries as xn, useXAppMetadata as xo, useCurrentLanguage as xr, getAvatarLegacyQueryKey as xs, AccountCustomizationContentProps as xt, ModalNotificationButton as y, useSwapTokenModal as ya, PrivyButton as yc, randomTransactionUser as yi, EnhancedClause as yl, getSmartAccountQueryKey as yn, XAppMetadata as yo, useFeatureAnnouncement as yr, useUnsetDomain as ys, CustomizationSummaryContent as yt, BalanceSection as z, useBetterSwapLpPositions as za, LegalDocument as zc, getENV as zi, useAccountImplementationAddress as zn, useGetVot3Balance as zo, MultipleClausesCallReturnType as zr, getIsDomainProtectedQueryKey as zs, useDAppKitWalletModal as zt };
|
|
4806
|
-
//# sourceMappingURL=index-
|
|
5208
|
+
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 };
|
|
5209
|
+
//# sourceMappingURL=index-DqmXn4Mz.d.mts.map
|