@vechain/vechain-kit 2.1.1 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/index.d.cts +1 -1
- package/dist/assets/index.d.mts +1 -1
- package/dist/{index-I8fe7GR2.d.cts → index-BB3iebWm.d.mts} +4 -4
- package/dist/{index-I8fe7GR2.d.cts.map → index-BB3iebWm.d.mts.map} +1 -1
- package/dist/{index-CoM8jwiv.d.cts → index-BSgtiDLw.d.cts} +89 -121
- package/dist/index-BSgtiDLw.d.cts.map +1 -0
- package/dist/{index-9Nctr1tw.d.mts → index-CX-PoQpp.d.mts} +211 -243
- package/dist/index-CX-PoQpp.d.mts.map +1 -0
- package/dist/{index--hSO7Xv4.d.mts → index-DSMUkHcK.d.cts} +1 -1
- package/dist/{index--hSO7Xv4.d.mts.map → index-DSMUkHcK.d.cts.map} +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.d.cts +2 -2
- package/dist/utils/index.d.mts +2 -2
- package/package.json +1 -1
- package/dist/index-9Nctr1tw.d.mts.map +0 -1
- package/dist/index-CoM8jwiv.d.cts.map +0 -1
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { ButtonProps, IconButtonProps, ImageProps, PropsOf, StackProps, ThemeTypings, VStack } from "@chakra-ui/react";
|
|
2
2
|
import * as react0 from "react";
|
|
3
3
|
import React$1, { ElementType, ReactElement, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime3 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, 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_query8 from "@tanstack/react-query";
|
|
11
11
|
import { UseQueryOptions } from "@tanstack/react-query";
|
|
12
12
|
import { CustomTokenInfo } from "@vechain/contract-getters";
|
|
13
13
|
import { Abi, ContractEventName, ContractFunctionParameters, MulticallParameters, MulticallReturnType, decodeEventLog } from "viem";
|
|
14
14
|
import { z } from "zod";
|
|
15
15
|
import { Options } from "browser-image-compression";
|
|
16
|
-
import * as _vechain_sdk_network2 from "@vechain/sdk-network";
|
|
17
|
-
import { CompressedBlockDetail, EventLogs, FilterEventLogsOptions, ThorClient, ThorClient as ThorClient$1, TransactionReceipt } from "@vechain/sdk-network";
|
|
18
16
|
import { UseFormRegister } from "react-hook-form";
|
|
17
|
+
import * as _vechain_sdk_network0 from "@vechain/sdk-network";
|
|
18
|
+
import { CompressedBlockDetail, EventLogs, FilterEventLogsOptions, ThorClient, ThorClient as ThorClient$1, TransactionReceipt } from "@vechain/sdk-network";
|
|
19
19
|
import { LogLevel, WalletSource } from "@vechain/dapp-kit";
|
|
20
20
|
import { CustomizedStyle, I18n, SourceInfo } from "@vechain/dapp-kit-ui";
|
|
21
21
|
import { IconType } from "react-icons";
|
|
@@ -623,7 +623,7 @@ declare const VeChainKitContext: react0.Context<VeChainKitConfig | null>;
|
|
|
623
623
|
* ```
|
|
624
624
|
*/
|
|
625
625
|
declare const useVeChainKitConfig: () => VeChainKitConfig;
|
|
626
|
-
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) =>
|
|
626
|
+
declare const VeChainKitProvider: (props: Omit<VechainKitProviderProps, "queryClient">) => react_jsx_runtime3.JSX.Element;
|
|
627
627
|
//#endregion
|
|
628
628
|
//#region src/providers/PrivyWalletProvider.d.ts
|
|
629
629
|
interface PrivyWalletProviderContextType {
|
|
@@ -635,6 +635,7 @@ interface PrivyWalletProviderContextType {
|
|
|
635
635
|
description?: string;
|
|
636
636
|
buttonText?: string;
|
|
637
637
|
currentGasToken?: GasTokenType;
|
|
638
|
+
delegationUrl?: string;
|
|
638
639
|
}) => Promise<string>;
|
|
639
640
|
signTypedData: (data: SignTypedDataParams) => Promise<string>;
|
|
640
641
|
signMessage: (message: string) => Promise<string>;
|
|
@@ -665,11 +666,11 @@ declare const PrivyWalletProvider: ({
|
|
|
665
666
|
delegatorUrl?: string;
|
|
666
667
|
delegateAllTransactions: boolean;
|
|
667
668
|
genericDelegator?: boolean;
|
|
668
|
-
}) =>
|
|
669
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
669
670
|
declare const usePrivyWalletProvider: () => PrivyWalletProviderContextType;
|
|
670
671
|
//#endregion
|
|
671
672
|
//#region src/providers/VechainKitThemeProvider.d.ts
|
|
672
|
-
type Props$
|
|
673
|
+
type Props$32 = {
|
|
673
674
|
children: ReactNode;
|
|
674
675
|
darkMode?: boolean;
|
|
675
676
|
theme?: VechainKitThemeConfig;
|
|
@@ -682,15 +683,15 @@ declare const ColorModeSync: ({
|
|
|
682
683
|
darkMode
|
|
683
684
|
}: {
|
|
684
685
|
darkMode: boolean;
|
|
685
|
-
}) =>
|
|
686
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
686
687
|
declare const VechainKitThemeProvider: ({
|
|
687
688
|
children,
|
|
688
689
|
darkMode,
|
|
689
690
|
theme: customTheme
|
|
690
|
-
}: Props$
|
|
691
|
+
}: Props$32) => react_jsx_runtime3.JSX.Element;
|
|
691
692
|
//#endregion
|
|
692
693
|
//#region src/providers/LegalDocumentsProvider.d.ts
|
|
693
|
-
type Props$
|
|
694
|
+
type Props$31 = {
|
|
694
695
|
children: Readonly<ReactNode>;
|
|
695
696
|
};
|
|
696
697
|
type LegalDocumentsContextType = {
|
|
@@ -703,10 +704,10 @@ type LegalDocumentsContextType = {
|
|
|
703
704
|
declare const useLegalDocuments: () => LegalDocumentsContextType;
|
|
704
705
|
declare const LegalDocumentsProvider: ({
|
|
705
706
|
children
|
|
706
|
-
}: Props$
|
|
707
|
+
}: Props$31) => react_jsx_runtime3.JSX.Element;
|
|
707
708
|
//#endregion
|
|
708
709
|
//#region src/components/ConnectModal/ConnectModal.d.ts
|
|
709
|
-
type Props$
|
|
710
|
+
type Props$30 = {
|
|
710
711
|
isOpen: boolean;
|
|
711
712
|
onClose: () => void;
|
|
712
713
|
};
|
|
@@ -714,17 +715,17 @@ type ConnectModalContentsTypes = 'main' | 'email-verification' | 'faq';
|
|
|
714
715
|
declare const ConnectModal: ({
|
|
715
716
|
isOpen,
|
|
716
717
|
onClose
|
|
717
|
-
}: Props$
|
|
718
|
+
}: Props$30) => react_jsx_runtime3.JSX.Element;
|
|
718
719
|
//#endregion
|
|
719
720
|
//#region src/components/ConnectModal/Contents/MainContent.d.ts
|
|
720
|
-
type Props$
|
|
721
|
+
type Props$29 = {
|
|
721
722
|
setCurrentContent: React$1.Dispatch<React$1.SetStateAction<ConnectModalContentsTypes>>;
|
|
722
723
|
onClose: () => void;
|
|
723
724
|
};
|
|
724
725
|
declare const MainContent: ({
|
|
725
726
|
setCurrentContent,
|
|
726
727
|
onClose
|
|
727
|
-
}: Props$
|
|
728
|
+
}: Props$29) => react_jsx_runtime3.JSX.Element;
|
|
728
729
|
//#endregion
|
|
729
730
|
//#region src/components/ConnectModal/Components/ConnectionButton.d.ts
|
|
730
731
|
interface ConnectionButtonProps {
|
|
@@ -747,23 +748,23 @@ declare const ConnectionButton: ({
|
|
|
747
748
|
style,
|
|
748
749
|
variant,
|
|
749
750
|
iconWidth
|
|
750
|
-
}: ConnectionButtonProps) =>
|
|
751
|
+
}: ConnectionButtonProps) => react_jsx_runtime3.JSX.Element | null;
|
|
751
752
|
//#endregion
|
|
752
753
|
//#region src/components/ConnectModal/Components/EmailLoginButton.d.ts
|
|
753
|
-
declare const EmailLoginButton: () =>
|
|
754
|
+
declare const EmailLoginButton: () => react_jsx_runtime3.JSX.Element;
|
|
754
755
|
//#endregion
|
|
755
756
|
//#region src/components/ConnectModal/Components/VeChainLoginButton.d.ts
|
|
756
|
-
type Props$
|
|
757
|
+
type Props$28 = {
|
|
757
758
|
isDark: boolean;
|
|
758
759
|
gridColumn?: number;
|
|
759
760
|
};
|
|
760
761
|
declare const VeChainLoginButton: ({
|
|
761
762
|
isDark,
|
|
762
763
|
gridColumn
|
|
763
|
-
}: Props$
|
|
764
|
+
}: Props$28) => react_jsx_runtime3.JSX.Element;
|
|
764
765
|
//#endregion
|
|
765
766
|
//#region src/components/ConnectModal/Components/EcosystemButton.d.ts
|
|
766
|
-
type Props$
|
|
767
|
+
type Props$27 = {
|
|
767
768
|
isDark: boolean;
|
|
768
769
|
appsInfo: PrivyAppInfo[];
|
|
769
770
|
isLoading: boolean;
|
|
@@ -772,10 +773,10 @@ type Props$31 = {
|
|
|
772
773
|
declare const EcosystemButton: ({
|
|
773
774
|
appsInfo,
|
|
774
775
|
isLoading
|
|
775
|
-
}: Props$
|
|
776
|
+
}: Props$27) => react_jsx_runtime3.JSX.Element;
|
|
776
777
|
//#endregion
|
|
777
778
|
//#region src/components/ConnectModal/Components/PrivyButton.d.ts
|
|
778
|
-
type Props$
|
|
779
|
+
type Props$26 = {
|
|
779
780
|
isDark: boolean;
|
|
780
781
|
onViewMoreLogin: () => void;
|
|
781
782
|
gridColumn?: number;
|
|
@@ -784,57 +785,57 @@ declare const PrivyButton: ({
|
|
|
784
785
|
isDark,
|
|
785
786
|
onViewMoreLogin,
|
|
786
787
|
gridColumn
|
|
787
|
-
}: Props$
|
|
788
|
+
}: Props$26) => react_jsx_runtime3.JSX.Element;
|
|
788
789
|
//#endregion
|
|
789
790
|
//#region src/components/ConnectModal/Components/LoginWithGoogleButton.d.ts
|
|
790
|
-
type Props$
|
|
791
|
+
type Props$25 = {
|
|
791
792
|
isDark: boolean;
|
|
792
793
|
gridColumn?: number;
|
|
793
794
|
};
|
|
794
795
|
declare const LoginWithGoogleButton: ({
|
|
795
796
|
isDark,
|
|
796
797
|
gridColumn
|
|
797
|
-
}: Props$
|
|
798
|
+
}: Props$25) => react_jsx_runtime3.JSX.Element;
|
|
798
799
|
//#endregion
|
|
799
800
|
//#region src/components/ConnectModal/Components/PasskeyLoginButton.d.ts
|
|
800
|
-
type Props$
|
|
801
|
+
type Props$24 = {
|
|
801
802
|
isDark: boolean;
|
|
802
803
|
gridColumn?: number;
|
|
803
804
|
};
|
|
804
805
|
declare const PasskeyLoginButton: ({
|
|
805
806
|
isDark,
|
|
806
807
|
gridColumn
|
|
807
|
-
}: Props$
|
|
808
|
+
}: Props$24) => react_jsx_runtime3.JSX.Element;
|
|
808
809
|
//#endregion
|
|
809
810
|
//#region src/components/ConnectModal/Components/DappKitButton.d.ts
|
|
810
|
-
type Props$
|
|
811
|
+
type Props$23 = {
|
|
811
812
|
isDark: boolean;
|
|
812
813
|
gridColumn?: number;
|
|
813
814
|
};
|
|
814
815
|
declare const DappKitButton: ({
|
|
815
816
|
isDark,
|
|
816
817
|
gridColumn
|
|
817
|
-
}: Props$
|
|
818
|
+
}: Props$23) => react_jsx_runtime3.JSX.Element;
|
|
818
819
|
//#endregion
|
|
819
820
|
//#region src/components/ConnectModal/Components/VeChainWithPrivyLoginButton.d.ts
|
|
820
|
-
type Props$
|
|
821
|
+
type Props$22 = {
|
|
821
822
|
isDark: boolean;
|
|
822
823
|
gridColumn?: number;
|
|
823
824
|
};
|
|
824
825
|
declare const VeChainWithPrivyLoginButton: ({
|
|
825
826
|
isDark,
|
|
826
827
|
gridColumn
|
|
827
|
-
}: Props$
|
|
828
|
+
}: Props$22) => react_jsx_runtime3.JSX.Element;
|
|
828
829
|
//#endregion
|
|
829
830
|
//#region src/components/ConnectModal/Components/LoginWithGithubButton.d.ts
|
|
830
|
-
type Props$
|
|
831
|
+
type Props$21 = {
|
|
831
832
|
isDark: boolean;
|
|
832
833
|
gridColumn?: number;
|
|
833
834
|
};
|
|
834
835
|
declare const LoginWithGithubButton: ({
|
|
835
836
|
isDark,
|
|
836
837
|
gridColumn
|
|
837
|
-
}: Props$
|
|
838
|
+
}: Props$21) => react_jsx_runtime3.JSX.Element;
|
|
838
839
|
//#endregion
|
|
839
840
|
//#region src/components/ConnectModal/ConnectPopover.d.ts
|
|
840
841
|
type ConnectPopoverProps = {
|
|
@@ -844,7 +845,7 @@ type ConnectPopoverProps = {
|
|
|
844
845
|
declare const ConnectPopover: ({
|
|
845
846
|
isLoading,
|
|
846
847
|
buttonStyle
|
|
847
|
-
}: ConnectPopoverProps) =>
|
|
848
|
+
}: ConnectPopoverProps) => react_jsx_runtime3.JSX.Element;
|
|
848
849
|
//#endregion
|
|
849
850
|
//#region src/components/WalletButton/types.d.ts
|
|
850
851
|
type WalletDisplayVariant = 'icon' | 'iconAndDomain' | 'iconDomainAndAddress' | 'iconDomainAndAssets';
|
|
@@ -861,10 +862,10 @@ declare const WalletButton: ({
|
|
|
861
862
|
desktopVariant,
|
|
862
863
|
buttonStyle,
|
|
863
864
|
connectionVariant
|
|
864
|
-
}: WalletButtonProps) =>
|
|
865
|
+
}: WalletButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
865
866
|
//#endregion
|
|
866
867
|
//#region src/components/WalletButton/SocialIcons.d.ts
|
|
867
|
-
declare const SocialIcons: () =>
|
|
868
|
+
declare const SocialIcons: () => react_jsx_runtime3.JSX.Element;
|
|
868
869
|
//#endregion
|
|
869
870
|
//#region src/components/TransactionModal/TransactionModal.d.ts
|
|
870
871
|
type TransactionModalProps = {
|
|
@@ -894,17 +895,17 @@ declare const TransactionModal: ({
|
|
|
894
895
|
txReceipt,
|
|
895
896
|
txError,
|
|
896
897
|
onTryAgain
|
|
897
|
-
}: TransactionModalProps) =>
|
|
898
|
+
}: TransactionModalProps) => react_jsx_runtime3.JSX.Element;
|
|
898
899
|
//#endregion
|
|
899
900
|
//#region src/components/TransactionModal/Components/ShareButtons.d.ts
|
|
900
|
-
type Props$
|
|
901
|
+
type Props$20 = {
|
|
901
902
|
descriptionEncoded: string;
|
|
902
903
|
url?: string;
|
|
903
904
|
facebookHashtag?: string;
|
|
904
905
|
};
|
|
905
906
|
declare const ShareButtons: ({
|
|
906
907
|
descriptionEncoded
|
|
907
|
-
}: Props$
|
|
908
|
+
}: Props$20) => react_jsx_runtime3.JSX.Element;
|
|
908
909
|
//#endregion
|
|
909
910
|
//#region src/components/TransactionModal/TransactionModalContent.d.ts
|
|
910
911
|
declare const TransactionModalContent: ({
|
|
@@ -914,7 +915,7 @@ declare const TransactionModalContent: ({
|
|
|
914
915
|
txReceipt,
|
|
915
916
|
txError,
|
|
916
917
|
onClose
|
|
917
|
-
}: Omit<TransactionModalProps, "isOpen">) =>
|
|
918
|
+
}: Omit<TransactionModalProps, "isOpen">) => react_jsx_runtime3.JSX.Element;
|
|
918
919
|
//#endregion
|
|
919
920
|
//#region src/components/TransactionToast/TransactionToast.d.ts
|
|
920
921
|
type TransactionToastProps = {
|
|
@@ -934,10 +935,10 @@ declare const TransactionToast: ({
|
|
|
934
935
|
txError,
|
|
935
936
|
onTryAgain,
|
|
936
937
|
description
|
|
937
|
-
}: TransactionToastProps) =>
|
|
938
|
+
}: TransactionToastProps) => react_jsx_runtime3.JSX.Element | null;
|
|
938
939
|
//#endregion
|
|
939
940
|
//#region src/components/AccountModal/Contents/Account/AccountMainContent.d.ts
|
|
940
|
-
type Props$
|
|
941
|
+
type Props$19 = {
|
|
941
942
|
setCurrentContent: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
942
943
|
onClose: () => void;
|
|
943
944
|
wallet: Wallet;
|
|
@@ -946,54 +947,12 @@ declare const AccountMainContent: ({
|
|
|
946
947
|
setCurrentContent,
|
|
947
948
|
wallet,
|
|
948
949
|
onClose
|
|
949
|
-
}: Props$
|
|
950
|
-
//#endregion
|
|
951
|
-
//#region src/components/AccountModal/Contents/Account/AccessAndSecurityContent.d.ts
|
|
952
|
-
type Props$22 = {
|
|
953
|
-
setCurrentContent: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
954
|
-
};
|
|
955
|
-
declare const AccessAndSecurityContent: ({
|
|
956
|
-
setCurrentContent
|
|
957
|
-
}: Props$22) => react_jsx_runtime0.JSX.Element;
|
|
958
|
-
//#endregion
|
|
959
|
-
//#region src/components/AccountModal/Contents/Account/SettingsContent.d.ts
|
|
960
|
-
type SettingsContentProps = {
|
|
961
|
-
setCurrentContent: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
962
|
-
onLogoutSuccess: () => void;
|
|
963
|
-
};
|
|
964
|
-
declare const SettingsContent: ({
|
|
965
|
-
setCurrentContent,
|
|
966
|
-
onLogoutSuccess
|
|
967
|
-
}: SettingsContentProps) => react_jsx_runtime0.JSX.Element;
|
|
968
|
-
//#endregion
|
|
969
|
-
//#region src/components/AccountModal/Contents/Account/EmbeddedWalletContent.d.ts
|
|
970
|
-
type Props$21 = {
|
|
971
|
-
setCurrentContent: (content: AccountModalContentTypes) => void;
|
|
972
|
-
};
|
|
973
|
-
declare const EmbeddedWalletContent: ({
|
|
974
|
-
setCurrentContent
|
|
975
|
-
}: Props$21) => react_jsx_runtime0.JSX.Element;
|
|
976
|
-
//#endregion
|
|
977
|
-
//#region src/components/AccountModal/Contents/Account/DisconnectConfirmContent.d.ts
|
|
978
|
-
type DisconnectConfirmContentProps = {
|
|
979
|
-
onDisconnect: () => void;
|
|
980
|
-
onBack: () => void;
|
|
981
|
-
onClose?: () => void;
|
|
982
|
-
text?: string;
|
|
983
|
-
showCloseButton?: boolean;
|
|
984
|
-
};
|
|
985
|
-
declare const DisconnectConfirmContent: ({
|
|
986
|
-
onDisconnect,
|
|
987
|
-
onBack,
|
|
988
|
-
onClose,
|
|
989
|
-
showCloseButton,
|
|
990
|
-
text
|
|
991
|
-
}: DisconnectConfirmContentProps) => react_jsx_runtime0.JSX.Element;
|
|
950
|
+
}: Props$19) => react_jsx_runtime3.JSX.Element;
|
|
992
951
|
//#endregion
|
|
993
952
|
//#region src/hooks/api/privy/useFetchAppInfo.d.ts
|
|
994
953
|
declare const fetchPrivyAppInfo: (appId: string) => Promise<PrivyAppInfo>;
|
|
995
954
|
declare const getPrivyAppInfoQueryKey: (appIds: string | string[]) => string[];
|
|
996
|
-
declare const useFetchAppInfo: (appIds: string | string[]) =>
|
|
955
|
+
declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_query8.UseQueryResult<{
|
|
997
956
|
[k: string]: {
|
|
998
957
|
website: string | undefined;
|
|
999
958
|
id: string;
|
|
@@ -1014,7 +973,7 @@ declare const useFetchAppInfo: (appIds: string | string[]) => _tanstack_react_qu
|
|
|
1014
973
|
//#endregion
|
|
1015
974
|
//#region src/hooks/api/privy/useFetchPrivyStatus.d.ts
|
|
1016
975
|
declare const fetchPrivyStatus: () => Promise<string>;
|
|
1017
|
-
declare const useFetchPrivyStatus: () =>
|
|
976
|
+
declare const useFetchPrivyStatus: () => _tanstack_react_query8.UseQueryResult<string, Error>;
|
|
1018
977
|
//#endregion
|
|
1019
978
|
//#region src/hooks/api/vetDomains/useVechainDomain.d.ts
|
|
1020
979
|
interface VeChainDomainResult {
|
|
@@ -1024,11 +983,11 @@ interface VeChainDomainResult {
|
|
|
1024
983
|
isPrimaryDomain: boolean;
|
|
1025
984
|
}
|
|
1026
985
|
declare const getVechainDomainQueryKey: (addressOrDomain?: string | null) => (string | null | undefined)[];
|
|
1027
|
-
declare const useVechainDomain: (addressOrDomain?: string | null) =>
|
|
986
|
+
declare const useVechainDomain: (addressOrDomain?: string | null) => _tanstack_react_query8.UseQueryResult<VeChainDomainResult, Error>;
|
|
1028
987
|
//#endregion
|
|
1029
988
|
//#region src/hooks/api/vetDomains/useEnsRecordExists.d.ts
|
|
1030
989
|
declare const getEnsRecordExistsQueryKey: (name: string) => string[];
|
|
1031
|
-
declare const useEnsRecordExists: (name: string) =>
|
|
990
|
+
declare const useEnsRecordExists: (name: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
1032
991
|
//#endregion
|
|
1033
992
|
//#region src/hooks/api/vetDomains/useClaimVeWorldSubdomain.d.ts
|
|
1034
993
|
type useClaimVeWorldSubdomainProps = {
|
|
@@ -1090,7 +1049,7 @@ declare const getIsDomainProtectedQueryKey: (domain?: string) => (string | undef
|
|
|
1090
1049
|
* @param {boolean} [enabled=true] - Flag to enable or disable the hook.
|
|
1091
1050
|
* @returns The result of the useQuery hook, with the protection status.
|
|
1092
1051
|
*/
|
|
1093
|
-
declare const useIsDomainProtected: (domain?: string, enabled?: boolean) =>
|
|
1052
|
+
declare const useIsDomainProtected: (domain?: string, enabled?: boolean) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
1094
1053
|
//#endregion
|
|
1095
1054
|
//#region src/hooks/api/vetDomains/useGetDomainsOfAddress.d.ts
|
|
1096
1055
|
declare const DomainSchema: z.ZodObject<{
|
|
@@ -1118,7 +1077,7 @@ declare const getDomainsOfAddressQueryKey: (address?: string, parentDomain?: str
|
|
|
1118
1077
|
* @param parentDomain The parent domain (e.g., "veworld.vet")
|
|
1119
1078
|
* @returns The domains owned by the address
|
|
1120
1079
|
*/
|
|
1121
|
-
declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) =>
|
|
1080
|
+
declare const useGetDomainsOfAddress: (address?: string, parentDomain?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
1122
1081
|
domains: {
|
|
1123
1082
|
name: string;
|
|
1124
1083
|
}[];
|
|
@@ -1131,7 +1090,7 @@ declare const getAvatarQueryKey: (name: string, networkType: NETWORK_TYPE) => st
|
|
|
1131
1090
|
* @param name - The VET domain name
|
|
1132
1091
|
* @returns The resolved avatar URL
|
|
1133
1092
|
*/
|
|
1134
|
-
declare const useGetAvatar: (name: string) =>
|
|
1093
|
+
declare const useGetAvatar: (name: string) => _tanstack_react_query8.UseQueryResult<string | null, Error>;
|
|
1135
1094
|
//#endregion
|
|
1136
1095
|
//#region src/hooks/api/vetDomains/useGetTextRecords.d.ts
|
|
1137
1096
|
/**
|
|
@@ -1143,7 +1102,7 @@ declare const useGetAvatar: (name: string) => _tanstack_react_query21.UseQueryRe
|
|
|
1143
1102
|
*/
|
|
1144
1103
|
declare const getTextRecords: (nodeUrl: string, network: NETWORK_TYPE, domain?: string) => Promise<TextRecords>;
|
|
1145
1104
|
declare const getTextRecordsQueryKey: (domain?: string, network?: NETWORK_TYPE) => (string | undefined)[];
|
|
1146
|
-
declare const useGetTextRecords: (domain?: string) =>
|
|
1105
|
+
declare const useGetTextRecords: (domain?: string) => _tanstack_react_query8.UseQueryResult<TextRecords, Error>;
|
|
1147
1106
|
//#endregion
|
|
1148
1107
|
//#region src/hooks/api/vetDomains/useUpdateTextRecord.d.ts
|
|
1149
1108
|
type UpdateTextRecordVariables = {
|
|
@@ -1176,7 +1135,7 @@ declare const getResolverAddressQueryKey: (domain?: string) => (string | undefin
|
|
|
1176
1135
|
* @param domain The domain to get resolver for
|
|
1177
1136
|
* @returns The resolver address for the domain
|
|
1178
1137
|
*/
|
|
1179
|
-
declare const useGetResolverAddress: (domain?: string) =>
|
|
1138
|
+
declare const useGetResolverAddress: (domain?: string) => _tanstack_react_query8.UseQueryResult<`0x${string}`, unknown>;
|
|
1180
1139
|
//#endregion
|
|
1181
1140
|
//#region src/hooks/api/vetDomains/useGetAvatarOfAddress.d.ts
|
|
1182
1141
|
declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefined)[];
|
|
@@ -1186,7 +1145,7 @@ declare const getAvatarOfAddressQueryKey: (address?: string) => (string | undefi
|
|
|
1186
1145
|
* @param address The owner's address
|
|
1187
1146
|
* @returns The avatar URL for the address's primary domain
|
|
1188
1147
|
*/
|
|
1189
|
-
declare const useGetAvatarOfAddress: (address?: string) =>
|
|
1148
|
+
declare const useGetAvatarOfAddress: (address?: string) => _tanstack_react_query8.UseQueryResult<string, Error>;
|
|
1190
1149
|
//#endregion
|
|
1191
1150
|
//#region src/hooks/api/vetDomains/useGetAvatarLegacy.d.ts
|
|
1192
1151
|
/**
|
|
@@ -1203,7 +1162,7 @@ declare const getAvatarLegacyQueryKey: (name: string, networkType: NETWORK_TYPE)
|
|
|
1203
1162
|
* @param name - The VET domain name
|
|
1204
1163
|
* @returns The resolved avatar URL
|
|
1205
1164
|
*/
|
|
1206
|
-
declare const useGetAvatarLegacy: (name: string) =>
|
|
1165
|
+
declare const useGetAvatarLegacy: (name: string) => _tanstack_react_query8.UseQueryResult<string | null, Error>;
|
|
1207
1166
|
//#endregion
|
|
1208
1167
|
//#region src/hooks/api/vetDomains/useUnsetDomain.d.ts
|
|
1209
1168
|
type useUnsetDomainProps = {
|
|
@@ -1312,7 +1271,7 @@ declare const getCurrentAllocationsRoundIdQueryKey: (address: string) => string[
|
|
|
1312
1271
|
* Hook to get the current roundId of allocations voting
|
|
1313
1272
|
* @returns the current roundId of allocations voting
|
|
1314
1273
|
*/
|
|
1315
|
-
declare const useCurrentAllocationsRoundId: () =>
|
|
1274
|
+
declare const useCurrentAllocationsRoundId: () => _tanstack_react_query8.UseQueryResult<string, unknown>;
|
|
1316
1275
|
//#endregion
|
|
1317
1276
|
//#region src/hooks/api/wallet/useCustomTokens.d.ts
|
|
1318
1277
|
declare const useCustomTokens: () => {
|
|
@@ -1325,7 +1284,7 @@ declare const useCustomTokens: () => {
|
|
|
1325
1284
|
//#endregion
|
|
1326
1285
|
//#region src/hooks/api/wallet/useGetB3trBalance.d.ts
|
|
1327
1286
|
declare const getB3trBalanceQueryKey: (address?: string) => (string | undefined)[];
|
|
1328
|
-
declare const useGetB3trBalance: (address?: string) =>
|
|
1287
|
+
declare const useGetB3trBalance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
1329
1288
|
original: string;
|
|
1330
1289
|
scaled: string;
|
|
1331
1290
|
formatted: string;
|
|
@@ -1334,7 +1293,7 @@ declare const useGetB3trBalance: (address?: string) => _tanstack_react_query21.U
|
|
|
1334
1293
|
//#region src/hooks/api/wallet/useGetCustomTokenBalances.d.ts
|
|
1335
1294
|
type TokenWithBalance = CustomTokenInfo & TokenBalance;
|
|
1336
1295
|
declare const getCustomTokenBalanceQueryKey: (tokenAddress?: string, address?: string) => (string | undefined)[];
|
|
1337
|
-
declare const useGetCustomTokenBalances: (address?: string) =>
|
|
1296
|
+
declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
1338
1297
|
original: string;
|
|
1339
1298
|
scaled: string;
|
|
1340
1299
|
formatted: string;
|
|
@@ -1347,11 +1306,11 @@ declare const useGetCustomTokenBalances: (address?: string) => _tanstack_react_q
|
|
|
1347
1306
|
//#region src/hooks/api/wallet/useGetCustomTokenInfo.d.ts
|
|
1348
1307
|
declare const getTokenInfo$1: (tokenAddress: string, networkUrl: string) => Promise<CustomTokenInfo>;
|
|
1349
1308
|
declare const getCustomTokenInfoQueryKey: (tokenAddress: string) => string[];
|
|
1350
|
-
declare const useGetCustomTokenInfo: (tokenAddress: string) =>
|
|
1309
|
+
declare const useGetCustomTokenInfo: (tokenAddress: string) => _tanstack_react_query8.UseQueryResult<CustomTokenInfo, Error>;
|
|
1351
1310
|
//#endregion
|
|
1352
1311
|
//#region src/hooks/api/wallet/useGetErc20Balance.d.ts
|
|
1353
1312
|
declare const getErc20BalanceQueryKey: (tokenAddress: string, address?: string) => (string | undefined)[];
|
|
1354
|
-
declare const useGetErc20Balance: (tokenAddress: string, address?: string) =>
|
|
1313
|
+
declare const useGetErc20Balance: (tokenAddress: string, address?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
1355
1314
|
original: string;
|
|
1356
1315
|
scaled: string;
|
|
1357
1316
|
formatted: string;
|
|
@@ -1368,11 +1327,11 @@ declare const PRICE_FEED_IDS: {
|
|
|
1368
1327
|
type SupportedToken = keyof typeof PRICE_FEED_IDS;
|
|
1369
1328
|
declare const getTokenUsdPrice: (thor: ThorClient, token: SupportedToken, network: NETWORK_TYPE) => Promise<number>;
|
|
1370
1329
|
declare const getTokenUsdPriceQueryKey: (token: SupportedToken) => string[];
|
|
1371
|
-
declare const useGetTokenUsdPrice: (token: SupportedToken) =>
|
|
1330
|
+
declare const useGetTokenUsdPrice: (token: SupportedToken) => _tanstack_react_query8.UseQueryResult<number, Error>;
|
|
1372
1331
|
//#endregion
|
|
1373
1332
|
//#region src/hooks/api/wallet/useGetVot3Balance.d.ts
|
|
1374
1333
|
declare const getVot3BalanceQueryKey: (address?: string) => (string | undefined)[];
|
|
1375
|
-
declare const useGetVot3Balance: (address?: string) =>
|
|
1334
|
+
declare const useGetVot3Balance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
1376
1335
|
original: string;
|
|
1377
1336
|
scaled: string;
|
|
1378
1337
|
formatted: string;
|
|
@@ -1391,7 +1350,7 @@ declare const getIsPersonQueryKey: (user: string, networkType: NETWORK_TYPE) =>
|
|
|
1391
1350
|
* @param user - The user address.
|
|
1392
1351
|
* @returns The isPerson status.
|
|
1393
1352
|
*/
|
|
1394
|
-
declare const useIsPerson: (user?: string | null) =>
|
|
1353
|
+
declare const useIsPerson: (user?: string | null) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
1395
1354
|
//#endregion
|
|
1396
1355
|
//#region src/hooks/api/wallet/useMostVotedAppsInRound.d.ts
|
|
1397
1356
|
type XApp = {
|
|
@@ -1429,7 +1388,7 @@ declare const useRefreshMetadata: (domain: string, address: string) => {
|
|
|
1429
1388
|
//#endregion
|
|
1430
1389
|
//#region src/hooks/api/wallet/useRoundXApps.d.ts
|
|
1431
1390
|
declare const getRoundXAppsQueryKey: (roundId: string, networkType: NETWORK_TYPE) => (string | unknown[])[];
|
|
1432
|
-
declare const useRoundXApps: (roundId?: string) =>
|
|
1391
|
+
declare const useRoundXApps: (roundId?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
1433
1392
|
id: string;
|
|
1434
1393
|
teamWalletAddress: `0x${string}`;
|
|
1435
1394
|
name: string;
|
|
@@ -1512,7 +1471,7 @@ type XAppMetadata = {
|
|
|
1512
1471
|
* @returns The metadata of the xApp see {@link XAppMetadata}
|
|
1513
1472
|
*/
|
|
1514
1473
|
declare const getXAppMetadata: (uri: string, networkType: NETWORK_TYPE) => Promise<XAppMetadata | undefined>;
|
|
1515
|
-
declare const useXAppMetadata: (xAppId: string) =>
|
|
1474
|
+
declare const useXAppMetadata: (xAppId: string) => _tanstack_react_query8.UseQueryResult<XAppMetadata | undefined, Error>;
|
|
1516
1475
|
//#endregion
|
|
1517
1476
|
//#region src/hooks/api/wallet/useXAppShares.d.ts
|
|
1518
1477
|
/**
|
|
@@ -1527,7 +1486,7 @@ declare const getXAppsSharesQueryKey: (roundId?: number | string) => (string | n
|
|
|
1527
1486
|
* @returns the shares (% of allocation pool) for the xApps in the round { allocated: number, unallocated: number }
|
|
1528
1487
|
*
|
|
1529
1488
|
*/
|
|
1530
|
-
declare const useXAppsShares: (apps: string[], roundId?: string) =>
|
|
1489
|
+
declare const useXAppsShares: (apps: string[], roundId?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
1531
1490
|
app: string;
|
|
1532
1491
|
share: number;
|
|
1533
1492
|
unallocatedShare: number;
|
|
@@ -1549,7 +1508,7 @@ declare const getIpfsMetadataQueryKey: (networkType: NETWORK_TYPE, ipfsUri?: str
|
|
|
1549
1508
|
* @param ipfsUri - The IPFS URI
|
|
1550
1509
|
* @returns The metadata from IPFS
|
|
1551
1510
|
*/
|
|
1552
|
-
declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) =>
|
|
1511
|
+
declare const useIpfsMetadata: <T$1>(ipfsUri?: string, parseJson?: boolean) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<T$1>, Error>;
|
|
1553
1512
|
//#endregion
|
|
1554
1513
|
//#region src/hooks/api/ipfs/useIpfsImage.d.ts
|
|
1555
1514
|
interface IpfsImage {
|
|
@@ -1576,14 +1535,14 @@ declare const getIpfsImageQueryKey: (networkType: NETWORK_TYPE, imageIpfsUri?: n
|
|
|
1576
1535
|
* @param imageIpfsUri - The IPFS URI of the NFT media
|
|
1577
1536
|
* @returns The NFT media
|
|
1578
1537
|
*/
|
|
1579
|
-
declare const useIpfsImage: (imageIpfsUri?: null | string) =>
|
|
1538
|
+
declare const useIpfsImage: (imageIpfsUri?: null | string) => _tanstack_react_query8.UseQueryResult<IpfsImage, Error>;
|
|
1580
1539
|
/**
|
|
1581
1540
|
* Custom hook to fetch a list of IPFS images.
|
|
1582
1541
|
*
|
|
1583
1542
|
* @param imageIpfsUriList - An array of IPFS URIs for the images.
|
|
1584
1543
|
* @returns An array of queries for each IPFS image URI.
|
|
1585
1544
|
*/
|
|
1586
|
-
declare const useIpfsImageList: (imageIpfsUriList: string[]) =>
|
|
1545
|
+
declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_query8.UseQueryResult<IpfsImage, Error>[];
|
|
1587
1546
|
//#endregion
|
|
1588
1547
|
//#region src/hooks/api/ipfs/useIpfsMetadatas.d.ts
|
|
1589
1548
|
/**
|
|
@@ -1591,12 +1550,12 @@ declare const useIpfsImageList: (imageIpfsUriList: string[]) => _tanstack_react_
|
|
|
1591
1550
|
* @param ipfsUris - The IPFS URIs
|
|
1592
1551
|
* @returns The metadata from IPFS for each URI
|
|
1593
1552
|
*/
|
|
1594
|
-
declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) =>
|
|
1553
|
+
declare const useIpfsMetadatas: <T$1>(ipfsUris: string[], parseJson?: boolean) => _tanstack_react_query8.UseQueryResult<T$1, Error>[];
|
|
1595
1554
|
//#endregion
|
|
1596
1555
|
//#region src/hooks/api/ipfs/useUploadImages.d.ts
|
|
1597
1556
|
declare const imageCompressionOptions: Options;
|
|
1598
1557
|
declare const compressImages: (images: UploadedImage[]) => Promise<File[]>;
|
|
1599
|
-
type Props$
|
|
1558
|
+
type Props$18 = {
|
|
1600
1559
|
compressImages?: boolean;
|
|
1601
1560
|
defaultImages?: UploadedImage[];
|
|
1602
1561
|
};
|
|
@@ -1612,7 +1571,7 @@ type UploadedImage = {
|
|
|
1612
1571
|
declare const useUploadImages: ({
|
|
1613
1572
|
compressImages,
|
|
1614
1573
|
defaultImages
|
|
1615
|
-
}: Props$
|
|
1574
|
+
}: Props$18) => {
|
|
1616
1575
|
uploadedImages: UploadedImage[];
|
|
1617
1576
|
setUploadedImages: react0.Dispatch<react0.SetStateAction<UploadedImage[]>>;
|
|
1618
1577
|
onUpload: (acceptedFiles: File[], keepCurrent?: boolean) => Promise<void>;
|
|
@@ -1621,7 +1580,7 @@ declare const useUploadImages: ({
|
|
|
1621
1580
|
};
|
|
1622
1581
|
//#endregion
|
|
1623
1582
|
//#region src/hooks/api/ipfs/useSingleImageUpload.d.ts
|
|
1624
|
-
type Props$
|
|
1583
|
+
type Props$17 = {
|
|
1625
1584
|
compressImage?: boolean;
|
|
1626
1585
|
defaultImage?: UploadedImage;
|
|
1627
1586
|
};
|
|
@@ -1634,7 +1593,7 @@ type Props$19 = {
|
|
|
1634
1593
|
declare const useSingleImageUpload: ({
|
|
1635
1594
|
compressImage,
|
|
1636
1595
|
defaultImage
|
|
1637
|
-
}: Props$
|
|
1596
|
+
}: Props$17) => {
|
|
1638
1597
|
uploadedImage: UploadedImage | undefined;
|
|
1639
1598
|
setUploadedImage: react0.Dispatch<react0.SetStateAction<UploadedImage | undefined>>;
|
|
1640
1599
|
onUpload: (acceptedFile: File) => Promise<UploadedImage>;
|
|
@@ -1772,7 +1731,7 @@ declare const useSwapTransaction: (params: SwapParams | null, quote: SwapQuote |
|
|
|
1772
1731
|
executeSwap: () => Promise<void>;
|
|
1773
1732
|
isTransactionPending: boolean;
|
|
1774
1733
|
isWaitingForWalletConfirmation: boolean;
|
|
1775
|
-
txReceipt:
|
|
1734
|
+
txReceipt: _vechain_sdk_network0.TransactionReceipt | null;
|
|
1776
1735
|
status: TransactionStatus;
|
|
1777
1736
|
resetStatus: () => void;
|
|
1778
1737
|
error: TransactionStatusErrorType | undefined;
|
|
@@ -1810,7 +1769,7 @@ declare const ConnectModalProvider: ({
|
|
|
1810
1769
|
children
|
|
1811
1770
|
}: {
|
|
1812
1771
|
children: ReactNode;
|
|
1813
|
-
}) =>
|
|
1772
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1814
1773
|
//#endregion
|
|
1815
1774
|
//#region src/hooks/modals/useAccountModal.d.ts
|
|
1816
1775
|
declare const useAccountModal: () => {
|
|
@@ -1822,7 +1781,7 @@ declare const AccountModalProvider: ({
|
|
|
1822
1781
|
children
|
|
1823
1782
|
}: {
|
|
1824
1783
|
children: ReactNode;
|
|
1825
|
-
}) =>
|
|
1784
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1826
1785
|
//#endregion
|
|
1827
1786
|
//#region src/hooks/modals/useTransactionModal.d.ts
|
|
1828
1787
|
declare const useTransactionModal: () => {
|
|
@@ -1834,7 +1793,7 @@ declare const TransactionModalProvider: ({
|
|
|
1834
1793
|
children
|
|
1835
1794
|
}: {
|
|
1836
1795
|
children: ReactNode;
|
|
1837
|
-
}) =>
|
|
1796
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1838
1797
|
//#endregion
|
|
1839
1798
|
//#region src/hooks/modals/useTransactionToast.d.ts
|
|
1840
1799
|
declare const useTransactionToast: () => {
|
|
@@ -1846,7 +1805,7 @@ declare const TransactionToastProvider: ({
|
|
|
1846
1805
|
children
|
|
1847
1806
|
}: {
|
|
1848
1807
|
children: ReactNode;
|
|
1849
|
-
}) =>
|
|
1808
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1850
1809
|
//#endregion
|
|
1851
1810
|
//#region src/hooks/modals/useWalletModal.d.ts
|
|
1852
1811
|
declare const useWalletModal: () => {
|
|
@@ -1858,7 +1817,7 @@ declare const WalletModalProvider: ({
|
|
|
1858
1817
|
children
|
|
1859
1818
|
}: {
|
|
1860
1819
|
children: ReactNode;
|
|
1861
|
-
}) =>
|
|
1820
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1862
1821
|
//#endregion
|
|
1863
1822
|
//#region src/hooks/modals/useChooseNameModal.d.ts
|
|
1864
1823
|
declare const useChooseNameModal: () => {
|
|
@@ -1870,7 +1829,7 @@ declare const ChooseNameModalProvider: ({
|
|
|
1870
1829
|
children
|
|
1871
1830
|
}: {
|
|
1872
1831
|
children: ReactNode;
|
|
1873
|
-
}) =>
|
|
1832
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1874
1833
|
//#endregion
|
|
1875
1834
|
//#region src/hooks/modals/useSendTokenModal.d.ts
|
|
1876
1835
|
declare const useSendTokenModal: () => {
|
|
@@ -1882,7 +1841,7 @@ declare const SendTokenModalProvider: ({
|
|
|
1882
1841
|
children
|
|
1883
1842
|
}: {
|
|
1884
1843
|
children: ReactNode;
|
|
1885
|
-
}) =>
|
|
1844
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1886
1845
|
//#endregion
|
|
1887
1846
|
//#region src/hooks/modals/useSwapTokenModal.d.ts
|
|
1888
1847
|
type SwapTokenModalOptions = {
|
|
@@ -1899,19 +1858,7 @@ declare const SwapTokenModalProvider: ({
|
|
|
1899
1858
|
children
|
|
1900
1859
|
}: {
|
|
1901
1860
|
children: ReactNode;
|
|
1902
|
-
}) =>
|
|
1903
|
-
//#endregion
|
|
1904
|
-
//#region src/hooks/modals/useAccessAndSecurityModal.d.ts
|
|
1905
|
-
declare const useAccessAndSecurityModal: () => {
|
|
1906
|
-
open: (options?: AccountModalOptions) => void;
|
|
1907
|
-
close: () => void;
|
|
1908
|
-
isOpen: boolean;
|
|
1909
|
-
};
|
|
1910
|
-
declare const AccessAndSecurityModalProvider: ({
|
|
1911
|
-
children
|
|
1912
|
-
}: {
|
|
1913
|
-
children: ReactNode;
|
|
1914
|
-
}) => react_jsx_runtime0.JSX.Element;
|
|
1861
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1915
1862
|
//#endregion
|
|
1916
1863
|
//#region src/hooks/modals/useExploreEcosystemModal.d.ts
|
|
1917
1864
|
declare const useExploreEcosystemModal: () => {
|
|
@@ -1923,7 +1870,7 @@ declare const ExploreEcosystemModalProvider: ({
|
|
|
1923
1870
|
children
|
|
1924
1871
|
}: {
|
|
1925
1872
|
children: ReactNode;
|
|
1926
|
-
}) =>
|
|
1873
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1927
1874
|
//#endregion
|
|
1928
1875
|
//#region src/hooks/modals/useNotificationsModal.d.ts
|
|
1929
1876
|
declare const useNotificationsModal: () => {
|
|
@@ -1935,7 +1882,7 @@ declare const NotificationsModalProvider: ({
|
|
|
1935
1882
|
children
|
|
1936
1883
|
}: {
|
|
1937
1884
|
children: ReactNode;
|
|
1938
|
-
}) =>
|
|
1885
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1939
1886
|
//#endregion
|
|
1940
1887
|
//#region src/hooks/modals/useFAQModal.d.ts
|
|
1941
1888
|
declare const useFAQModal: () => {
|
|
@@ -1947,7 +1894,7 @@ declare const FAQModalProvider: ({
|
|
|
1947
1894
|
children
|
|
1948
1895
|
}: {
|
|
1949
1896
|
children: ReactNode;
|
|
1950
|
-
}) =>
|
|
1897
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1951
1898
|
//#endregion
|
|
1952
1899
|
//#region src/hooks/modals/useAccountCustomizationModal.d.ts
|
|
1953
1900
|
declare const useAccountCustomizationModal: () => {
|
|
@@ -1959,7 +1906,7 @@ declare const AccountCustomizationModalProvider: ({
|
|
|
1959
1906
|
children
|
|
1960
1907
|
}: {
|
|
1961
1908
|
children: ReactNode;
|
|
1962
|
-
}) =>
|
|
1909
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1963
1910
|
//#endregion
|
|
1964
1911
|
//#region src/hooks/modals/useReceiveModal.d.ts
|
|
1965
1912
|
declare const useReceiveModal: () => {
|
|
@@ -1971,7 +1918,7 @@ declare const ReceiveModalProvider: ({
|
|
|
1971
1918
|
children
|
|
1972
1919
|
}: {
|
|
1973
1920
|
children: ReactNode;
|
|
1974
|
-
}) =>
|
|
1921
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
1975
1922
|
//#endregion
|
|
1976
1923
|
//#region src/hooks/modals/useLoginModalContent.d.ts
|
|
1977
1924
|
type LoginModalContentConfig = {
|
|
@@ -1997,7 +1944,7 @@ declare const UpgradeSmartAccountModalProvider: ({
|
|
|
1997
1944
|
children
|
|
1998
1945
|
}: {
|
|
1999
1946
|
children: ReactNode;
|
|
2000
|
-
}) =>
|
|
1947
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2001
1948
|
//#endregion
|
|
2002
1949
|
//#region src/hooks/modals/useProfileModal.d.ts
|
|
2003
1950
|
declare const useProfileModal: () => {
|
|
@@ -2009,7 +1956,7 @@ declare const ProfileModalProvider: ({
|
|
|
2009
1956
|
children
|
|
2010
1957
|
}: {
|
|
2011
1958
|
children: ReactNode;
|
|
2012
|
-
}) =>
|
|
1959
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
2013
1960
|
//#endregion
|
|
2014
1961
|
//#region src/hooks/modals/useAccountModalOptions.d.ts
|
|
2015
1962
|
declare const useAccountModalOptions: () => {
|
|
@@ -2145,7 +2092,7 @@ declare const fetchAppHubApps: () => Promise<AppHubApp[]>;
|
|
|
2145
2092
|
* );
|
|
2146
2093
|
* ```
|
|
2147
2094
|
*/
|
|
2148
|
-
declare const useAppHubApps: () =>
|
|
2095
|
+
declare const useAppHubApps: () => _tanstack_react_query8.UseQueryResult<AppHubApp[], Error>;
|
|
2149
2096
|
//#endregion
|
|
2150
2097
|
//#region src/utils/constants.d.ts
|
|
2151
2098
|
declare const TOKEN_LOGOS: Record<string, string>;
|
|
@@ -2492,7 +2439,7 @@ declare const useCallClause: <TAbi extends Abi, TMethod extends ExtractAbiFuncti
|
|
|
2492
2439
|
method: TMethod;
|
|
2493
2440
|
args: AbiParametersToPrimitiveTypes<ExtractViewFunction<TAbi, TMethod>["inputs"], "inputs">;
|
|
2494
2441
|
queryOptions?: Omit<UseQueryOptions<ViewFunctionResult<TAbi, TMethod>, unknown, TData, ReturnType<typeof getCallClauseQueryKeyWithArgs<TAbi, TMethod>>>, "queryKey" | "queryFn">;
|
|
2495
|
-
}) =>
|
|
2442
|
+
}) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<TData>, unknown>;
|
|
2496
2443
|
declare const useMultipleClausesCall: <contracts extends readonly ContractFunctionParameters[], allowFailure extends boolean = false>({
|
|
2497
2444
|
thor,
|
|
2498
2445
|
calls,
|
|
@@ -2503,7 +2450,7 @@ declare const useMultipleClausesCall: <contracts extends readonly ContractFuncti
|
|
|
2503
2450
|
calls: MultipleClausesCallParameters<contracts, allowFailure>;
|
|
2504
2451
|
queryKey: string[];
|
|
2505
2452
|
enabled?: boolean;
|
|
2506
|
-
}) =>
|
|
2453
|
+
}) => _tanstack_react_query8.UseQueryResult<_tanstack_react_query8.NoInfer<MultipleClausesCallReturnType<contracts, false>>, Error>;
|
|
2507
2454
|
//#endregion
|
|
2508
2455
|
//#region src/hooks/utils/useCurrency.d.ts
|
|
2509
2456
|
/**
|
|
@@ -2627,7 +2574,7 @@ declare const useEvents: <T$1 extends Abi, K extends ContractEventName<T$1>, R>(
|
|
|
2627
2574
|
filterParams,
|
|
2628
2575
|
mapResponse,
|
|
2629
2576
|
nodeUrl
|
|
2630
|
-
}: UseEventsParams<T$1, K, R>) =>
|
|
2577
|
+
}: UseEventsParams<T$1, K, R>) => _tanstack_react_query8.UseQueryResult<R[], Error>;
|
|
2631
2578
|
//#endregion
|
|
2632
2579
|
//#region src/hooks/utils/useBuildClauses.d.ts
|
|
2633
2580
|
interface BuildClausesParams {
|
|
@@ -2764,21 +2711,21 @@ declare const useGasTokenSelection: () => {
|
|
|
2764
2711
|
toggleTokenExclusion: (token: GasTokenType) => void;
|
|
2765
2712
|
};
|
|
2766
2713
|
//#endregion
|
|
2767
|
-
//#region src/hooks/generic-delegator/
|
|
2768
|
-
interface
|
|
2714
|
+
//#region src/hooks/generic-delegator/useGenericDelegatorFeeEstimation.d.ts
|
|
2715
|
+
interface useGenericDelegatorFeeEstimationParams {
|
|
2769
2716
|
clauses: EnhancedClause[];
|
|
2770
2717
|
enabled?: boolean;
|
|
2771
2718
|
tokens: string[];
|
|
2772
2719
|
sendingAmount?: string;
|
|
2773
2720
|
sendingTokenSymbol?: string;
|
|
2774
2721
|
}
|
|
2775
|
-
declare const
|
|
2722
|
+
declare const useGenericDelegatorFeeEstimation: ({
|
|
2776
2723
|
clauses,
|
|
2777
2724
|
enabled,
|
|
2778
2725
|
tokens,
|
|
2779
2726
|
sendingAmount,
|
|
2780
2727
|
sendingTokenSymbol
|
|
2781
|
-
}:
|
|
2728
|
+
}: useGenericDelegatorFeeEstimationParams) => _tanstack_react_query8.UseQueryResult<EstimationResponse & {
|
|
2782
2729
|
usedToken: string;
|
|
2783
2730
|
}, Error>;
|
|
2784
2731
|
//#endregion
|
|
@@ -2792,7 +2739,7 @@ declare const useEstimateAllTokens: ({
|
|
|
2792
2739
|
clauses,
|
|
2793
2740
|
tokens,
|
|
2794
2741
|
enabled
|
|
2795
|
-
}: UseEstimateAllTokensParams) =>
|
|
2742
|
+
}: UseEstimateAllTokensParams) => _tanstack_react_query8.UseQueryResult<Record<GasTokenType, {
|
|
2796
2743
|
cost: number;
|
|
2797
2744
|
loading: boolean;
|
|
2798
2745
|
error?: string;
|
|
@@ -2809,7 +2756,7 @@ declare const getAccountBalanceQueryKey: (address?: string) => (string | undefin
|
|
|
2809
2756
|
* @param address The address of the account to get the balance for
|
|
2810
2757
|
* @returns The account balance
|
|
2811
2758
|
*/
|
|
2812
|
-
declare const useAccountBalance: (address?: string) =>
|
|
2759
|
+
declare const useAccountBalance: (address?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
2813
2760
|
balance: string;
|
|
2814
2761
|
energy: string;
|
|
2815
2762
|
}, Error>;
|
|
@@ -2822,7 +2769,7 @@ declare const getAccountImplementationAddressQueryKey: (version?: number, networ
|
|
|
2822
2769
|
* @param version - The version of the smart account implementation
|
|
2823
2770
|
* @returns The address of the smart account implementation
|
|
2824
2771
|
*/
|
|
2825
|
-
declare const useAccountImplementationAddress: (version?: number) =>
|
|
2772
|
+
declare const useAccountImplementationAddress: (version?: number) => _tanstack_react_query8.UseQueryResult<string, Error>;
|
|
2826
2773
|
//#endregion
|
|
2827
2774
|
//#region src/hooks/thor/smartAccounts/useCurrentAccountImplementationVersion.d.ts
|
|
2828
2775
|
declare const getCurrentAccountImplementationVersion: (thor: ThorClient, networkType?: NETWORK_TYPE) => Promise<number>;
|
|
@@ -2831,7 +2778,7 @@ declare const getCurrentAccountImplementationVersionQueryKey: (networkType?: NET
|
|
|
2831
2778
|
* Get the current account implementation version used by the smart account factory
|
|
2832
2779
|
* @returns The current account implementation version
|
|
2833
2780
|
*/
|
|
2834
|
-
declare const useCurrentAccountImplementationVersion: () =>
|
|
2781
|
+
declare const useCurrentAccountImplementationVersion: () => _tanstack_react_query8.UseQueryResult<number, Error>;
|
|
2835
2782
|
//#endregion
|
|
2836
2783
|
//#region src/hooks/thor/smartAccounts/useGetAccountAddress.d.ts
|
|
2837
2784
|
declare const getAccountAddress: (thor: ThorClient, ownerAddress?: string, networkType?: NETWORK_TYPE) => Promise<string>;
|
|
@@ -2841,7 +2788,7 @@ declare const getAccountAddressQueryKey: (ownerAddress?: string, networkType?: N
|
|
|
2841
2788
|
* @param ownerAddress - The address of the owner of the smart account
|
|
2842
2789
|
* @returns The address of the smart account
|
|
2843
2790
|
*/
|
|
2844
|
-
declare const useGetAccountAddress: (ownerAddress?: string) =>
|
|
2791
|
+
declare const useGetAccountAddress: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<string, Error>;
|
|
2845
2792
|
//#endregion
|
|
2846
2793
|
//#region src/hooks/thor/smartAccounts/useGetAccountVersion.d.ts
|
|
2847
2794
|
declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress: string, networkType: NETWORK_TYPE) => (string | unknown[])[];
|
|
@@ -2851,7 +2798,7 @@ declare const getAccountVersionQueryKey: (accountAddress: string, ownerAddress:
|
|
|
2851
2798
|
* @param ownerAddress - The address of the owner of the smart account
|
|
2852
2799
|
* @returns The version of the smart account
|
|
2853
2800
|
*/
|
|
2854
|
-
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) =>
|
|
2801
|
+
declare const useGetAccountVersion: (accountAddress: string, ownerAddress: string) => _tanstack_react_query8.UseQueryResult<{
|
|
2855
2802
|
version: number;
|
|
2856
2803
|
isDeployed: boolean;
|
|
2857
2804
|
}, unknown>;
|
|
@@ -2864,7 +2811,7 @@ declare const getHasV1SmartAccountQueryKey: (ownerAddress?: string, networkType?
|
|
|
2864
2811
|
* @param ownerAddress - The address of the owner of the smart account
|
|
2865
2812
|
* @returns True if the smart account has a v1 smart account, false otherwise
|
|
2866
2813
|
*/
|
|
2867
|
-
declare const useHasV1SmartAccount: (ownerAddress?: string) =>
|
|
2814
|
+
declare const useHasV1SmartAccount: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
2868
2815
|
//#endregion
|
|
2869
2816
|
//#region src/hooks/thor/smartAccounts/useIsSmartAccountDeployed.d.ts
|
|
2870
2817
|
declare const getIsDeployed: (thor: ThorClient, accountAddress?: string) => Promise<boolean>;
|
|
@@ -2873,7 +2820,7 @@ declare const getIsDeployedQueryKey: (contractAddress?: string) => (string | und
|
|
|
2873
2820
|
* Check if a smart account is deployed
|
|
2874
2821
|
* @returns True if the smart account is deployed, false otherwise
|
|
2875
2822
|
*/
|
|
2876
|
-
declare const useIsSmartAccountDeployed: (accountAddress?: string) =>
|
|
2823
|
+
declare const useIsSmartAccountDeployed: (accountAddress?: string) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
2877
2824
|
//#endregion
|
|
2878
2825
|
//#region src/hooks/thor/smartAccounts/useRefreshFactoryQueries.d.ts
|
|
2879
2826
|
/**
|
|
@@ -2906,7 +2853,7 @@ declare const getSmartAccount: (thor: ThorClient, network: NETWORK_TYPE, ownerAd
|
|
|
2906
2853
|
isDeployed: boolean;
|
|
2907
2854
|
}>;
|
|
2908
2855
|
declare const getSmartAccountQueryKey: (ownerAddress?: string) => (string | undefined)[];
|
|
2909
|
-
declare const useSmartAccount: (ownerAddress?: string) =>
|
|
2856
|
+
declare const useSmartAccount: (ownerAddress?: string) => _tanstack_react_query8.UseQueryResult<{
|
|
2910
2857
|
address: undefined;
|
|
2911
2858
|
isDeployed?: undefined;
|
|
2912
2859
|
} | {
|
|
@@ -2924,7 +2871,7 @@ declare const getUpgradeRequiredQueryKey: (accountAddress: string, ownerAddress:
|
|
|
2924
2871
|
* @param targetVersion - The version of the smart account to check for
|
|
2925
2872
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
2926
2873
|
*/
|
|
2927
|
-
declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) =>
|
|
2874
|
+
declare const useUpgradeRequired: (accountAddress: string, ownerAddress: string, targetVersion: number) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
2928
2875
|
//#endregion
|
|
2929
2876
|
//#region src/hooks/thor/smartAccounts/useUpgradeRequiredForAccount.d.ts
|
|
2930
2877
|
declare const getUpgradeRequiredForAccount: (thor: ThorClient, contractAddress: string, targetVersion: number, networkType: NETWORK_TYPE) => Promise<boolean>;
|
|
@@ -2935,7 +2882,7 @@ declare const getUpgradeRequiredForAccountQueryKey: (contractAddress: string, ta
|
|
|
2935
2882
|
* @param targetVersion - The target version of the smart account
|
|
2936
2883
|
* @returns True if the smart account needs an upgrade, false otherwise
|
|
2937
2884
|
*/
|
|
2938
|
-
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) =>
|
|
2885
|
+
declare const useUpgradeRequiredForAccount: (contractAddress: string, targetVersion: number) => _tanstack_react_query8.UseQueryResult<boolean, Error>;
|
|
2939
2886
|
//#endregion
|
|
2940
2887
|
//#region src/hooks/thor/smartAccounts/useUpgradeSmartAccount.d.ts
|
|
2941
2888
|
type UseUpgradeSmartAccountVersionProps = {
|
|
@@ -2960,7 +2907,7 @@ declare const currentBlockQueryKey: () => string[];
|
|
|
2960
2907
|
* Fetches the current block from the blockchain. The block is refetched every 10 seconds.
|
|
2961
2908
|
* @returns the current block
|
|
2962
2909
|
*/
|
|
2963
|
-
declare const useCurrentBlock: () =>
|
|
2910
|
+
declare const useCurrentBlock: () => _tanstack_react_query8.UseQueryResult<_vechain_sdk_network0.ExpandedBlockDetail, Error>;
|
|
2964
2911
|
//#endregion
|
|
2965
2912
|
//#region src/hooks/thor/blocks/useGetChainId.d.ts
|
|
2966
2913
|
declare const getChainId: (thor: ThorClient) => Promise<string>;
|
|
@@ -2969,7 +2916,7 @@ declare const getChainIdQueryKey: () => string[];
|
|
|
2969
2916
|
* Get the chain id
|
|
2970
2917
|
* @returns The chain id
|
|
2971
2918
|
*/
|
|
2972
|
-
declare const useGetChainId: () =>
|
|
2919
|
+
declare const useGetChainId: () => _tanstack_react_query8.UseQueryResult<string, Error>;
|
|
2973
2920
|
//#endregion
|
|
2974
2921
|
//#region src/hooks/thor/logs/logUtils.d.ts
|
|
2975
2922
|
/**
|
|
@@ -3038,6 +2985,7 @@ declare const getAllEventLogs: ({
|
|
|
3038
2985
|
* @param suggestedMaxGas the suggested max gas for the transaction
|
|
3039
2986
|
* @param privyUIOptions options to pass to the Privy UI
|
|
3040
2987
|
* @param gasPadding the gas padding to use for the transaction (Eg. 0.1 for 10%)
|
|
2988
|
+
* @param delegationUrl the dApp sponsored delegator url.
|
|
3041
2989
|
*/
|
|
3042
2990
|
type UseSendTransactionProps = {
|
|
3043
2991
|
signerAccountAddress?: string | null;
|
|
@@ -3051,6 +2999,7 @@ type UseSendTransactionProps = {
|
|
|
3051
2999
|
buttonText?: string;
|
|
3052
3000
|
};
|
|
3053
3001
|
gasPadding?: number;
|
|
3002
|
+
delegationUrl?: string;
|
|
3054
3003
|
};
|
|
3055
3004
|
/**
|
|
3056
3005
|
* Return value of the {@link useSendTransaction} hook
|
|
@@ -3063,7 +3012,11 @@ type UseSendTransactionProps = {
|
|
|
3063
3012
|
* @param error error that occurred while sending the transaction
|
|
3064
3013
|
*/
|
|
3065
3014
|
type UseSendTransactionReturnValue = {
|
|
3066
|
-
sendTransaction: (clauses?: TransactionClause[]
|
|
3015
|
+
sendTransaction: (clauses?: TransactionClause[], delegationUrl?: string, privyUIOptions?: {
|
|
3016
|
+
title?: string;
|
|
3017
|
+
description?: string;
|
|
3018
|
+
buttonText?: string;
|
|
3019
|
+
}) => Promise<void>;
|
|
3067
3020
|
isTransactionPending: boolean;
|
|
3068
3021
|
isWaitingForWalletConfirmation: boolean;
|
|
3069
3022
|
txReceipt: TransactionReceipt | null;
|
|
@@ -3103,6 +3056,7 @@ type UseSendTransactionReturnValue = {
|
|
|
3103
3056
|
* @param suggestedMaxGas the suggested max gas for the transaction
|
|
3104
3057
|
* @param privyUIOptions options to pass to the Privy UI
|
|
3105
3058
|
* @param gasPadding the gas padding to use for the transaction (Eg. 0.1 for 10%)
|
|
3059
|
+
* @param delegationUrl the dApp sponsored delegator url.
|
|
3106
3060
|
* @returns see {@link UseSendTransactionReturnValue}
|
|
3107
3061
|
*/
|
|
3108
3062
|
declare const useSendTransaction: ({
|
|
@@ -3112,7 +3066,8 @@ declare const useSendTransaction: ({
|
|
|
3112
3066
|
onTxFailedOrCancelled,
|
|
3113
3067
|
suggestedMaxGas,
|
|
3114
3068
|
privyUIOptions,
|
|
3115
|
-
gasPadding
|
|
3069
|
+
gasPadding,
|
|
3070
|
+
delegationUrl
|
|
3116
3071
|
}: UseSendTransactionProps) => UseSendTransactionReturnValue;
|
|
3117
3072
|
//#endregion
|
|
3118
3073
|
//#region src/hooks/thor/transactions/useTransferERC20.d.ts
|
|
@@ -3171,6 +3126,7 @@ type BuildTransactionProps<ClausesParams> = {
|
|
|
3171
3126
|
suggestedMaxGas?: number;
|
|
3172
3127
|
gasPadding?: number;
|
|
3173
3128
|
onFailure?: () => void;
|
|
3129
|
+
delegationUrl?: string;
|
|
3174
3130
|
};
|
|
3175
3131
|
/**
|
|
3176
3132
|
* Custom hook for building and sending transactions.
|
|
@@ -3181,6 +3137,7 @@ type BuildTransactionProps<ClausesParams> = {
|
|
|
3181
3137
|
* @param onFailure - An optional callback function to be called after the transaction is failed or cancelled.
|
|
3182
3138
|
* @param suggestedMaxGas - The suggested maximum gas for the transaction.
|
|
3183
3139
|
* @param gasPadding - The padding to add to the suggested maximum gas.
|
|
3140
|
+
* @param delegationUrl - The dApp sponsored delegator url.
|
|
3184
3141
|
* @returns An object containing the result of the `useSendTransaction` hook and a `sendTransaction` function.
|
|
3185
3142
|
*/
|
|
3186
3143
|
declare const useBuildTransaction: <ClausesParams>({
|
|
@@ -3190,12 +3147,13 @@ declare const useBuildTransaction: <ClausesParams>({
|
|
|
3190
3147
|
onSuccess,
|
|
3191
3148
|
onFailure,
|
|
3192
3149
|
suggestedMaxGas,
|
|
3193
|
-
gasPadding
|
|
3150
|
+
gasPadding,
|
|
3151
|
+
delegationUrl
|
|
3194
3152
|
}: BuildTransactionProps<ClausesParams>) => {
|
|
3195
3153
|
sendTransaction: (props: ClausesParams) => Promise<void>;
|
|
3196
3154
|
isTransactionPending: boolean;
|
|
3197
3155
|
isWaitingForWalletConfirmation: boolean;
|
|
3198
|
-
txReceipt:
|
|
3156
|
+
txReceipt: _vechain_sdk_network0.TransactionReceipt | null;
|
|
3199
3157
|
status: TransactionStatus;
|
|
3200
3158
|
resetStatus: () => void;
|
|
3201
3159
|
error?: TransactionStatusErrorType;
|
|
@@ -3210,7 +3168,7 @@ declare const txReceiptQueryKey: (txId: string) => string[];
|
|
|
3210
3168
|
* @param blockTimeout Optional timeout in milliseconds to stop polling for receipt
|
|
3211
3169
|
* @returns Query result containing the transaction receipt
|
|
3212
3170
|
*/
|
|
3213
|
-
declare const useTxReceipt: (txId: string, blockTimeout?: number) =>
|
|
3171
|
+
declare const useTxReceipt: (txId: string, blockTimeout?: number) => _tanstack_react_query8.UseQueryResult<_vechain_sdk_network0.TransactionReceipt, Error>;
|
|
3214
3172
|
//#endregion
|
|
3215
3173
|
//#region src/components/AccountModal/Contents/SendToken/SendTokenContent.d.ts
|
|
3216
3174
|
type SendTokenContentProps = {
|
|
@@ -3226,7 +3184,7 @@ declare const SendTokenContent: ({
|
|
|
3226
3184
|
initialAmount,
|
|
3227
3185
|
initialToAddressOrDomain,
|
|
3228
3186
|
onBack: parentOnBack
|
|
3229
|
-
}: SendTokenContentProps) =>
|
|
3187
|
+
}: SendTokenContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3230
3188
|
//#endregion
|
|
3231
3189
|
//#region src/components/AccountModal/Contents/SendToken/SendTokenSummaryContent.d.ts
|
|
3232
3190
|
type SendTokenSummaryContentProps = {
|
|
@@ -3246,10 +3204,10 @@ declare const SendTokenSummaryContent: ({
|
|
|
3246
3204
|
amount,
|
|
3247
3205
|
selectedToken,
|
|
3248
3206
|
formattedTotalAmount
|
|
3249
|
-
}: SendTokenSummaryContentProps) =>
|
|
3207
|
+
}: SendTokenSummaryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3250
3208
|
//#endregion
|
|
3251
3209
|
//#region src/components/AccountModal/Contents/SendToken/SelectTokenContent.d.ts
|
|
3252
|
-
type Props$
|
|
3210
|
+
type Props$16 = {
|
|
3253
3211
|
setCurrentContent: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
3254
3212
|
onSelectToken: (token: TokenWithValue) => void;
|
|
3255
3213
|
onBack: () => void;
|
|
@@ -3262,18 +3220,18 @@ declare const SelectTokenContent: ({
|
|
|
3262
3220
|
onSelectToken,
|
|
3263
3221
|
onBack,
|
|
3264
3222
|
showAllTokens
|
|
3265
|
-
}: Props$
|
|
3223
|
+
}: Props$16) => react_jsx_runtime3.JSX.Element;
|
|
3266
3224
|
//#endregion
|
|
3267
3225
|
//#region src/components/AccountModal/Contents/Receive/ReceiveTokenContent.d.ts
|
|
3268
|
-
type Props$
|
|
3226
|
+
type Props$15 = {
|
|
3269
3227
|
setCurrentContent: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
3270
3228
|
};
|
|
3271
3229
|
declare const ReceiveTokenContent: ({
|
|
3272
3230
|
setCurrentContent
|
|
3273
|
-
}: Props$
|
|
3231
|
+
}: Props$15) => react_jsx_runtime3.JSX.Element;
|
|
3274
3232
|
//#endregion
|
|
3275
3233
|
//#region src/components/AccountModal/Contents/Swap/SwapTokenContent.d.ts
|
|
3276
|
-
type Props$
|
|
3234
|
+
type Props$14 = {
|
|
3277
3235
|
setCurrentContent: React$1.Dispatch<React$1.SetStateAction<AccountModalContentTypes>>;
|
|
3278
3236
|
fromTokenAddress?: string;
|
|
3279
3237
|
toTokenAddress?: string;
|
|
@@ -3282,7 +3240,7 @@ declare const SwapTokenContent: ({
|
|
|
3282
3240
|
setCurrentContent,
|
|
3283
3241
|
fromTokenAddress,
|
|
3284
3242
|
toTokenAddress
|
|
3285
|
-
}: Props$
|
|
3243
|
+
}: Props$14) => react_jsx_runtime3.JSX.Element;
|
|
3286
3244
|
//#endregion
|
|
3287
3245
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameContent.d.ts
|
|
3288
3246
|
type ChooseNameContentProps = {
|
|
@@ -3294,7 +3252,7 @@ declare const ChooseNameContent: ({
|
|
|
3294
3252
|
setCurrentContent,
|
|
3295
3253
|
onBack,
|
|
3296
3254
|
initialContentSource
|
|
3297
|
-
}: ChooseNameContentProps) =>
|
|
3255
|
+
}: ChooseNameContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3298
3256
|
//#endregion
|
|
3299
3257
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSearchContent.d.ts
|
|
3300
3258
|
type ChooseNameSearchContentProps = {
|
|
@@ -3306,7 +3264,7 @@ declare const ChooseNameSearchContent: ({
|
|
|
3306
3264
|
name: initialName,
|
|
3307
3265
|
setCurrentContent,
|
|
3308
3266
|
initialContentSource
|
|
3309
|
-
}: ChooseNameSearchContentProps) =>
|
|
3267
|
+
}: ChooseNameSearchContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3310
3268
|
//#endregion
|
|
3311
3269
|
//#region src/components/AccountModal/Contents/ChooseName/ChooseNameSummaryContent.d.ts
|
|
3312
3270
|
type ChooseNameSummaryContentProps = {
|
|
@@ -3324,7 +3282,7 @@ declare const ChooseNameSummaryContent: ({
|
|
|
3324
3282
|
isOwnDomain,
|
|
3325
3283
|
isUnsetting,
|
|
3326
3284
|
initialContentSource
|
|
3327
|
-
}: ChooseNameSummaryContentProps) =>
|
|
3285
|
+
}: ChooseNameSummaryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3328
3286
|
//#endregion
|
|
3329
3287
|
//#region src/components/AccountModal/Contents/FAQ/FAQContent.d.ts
|
|
3330
3288
|
type FAQContentProps = {
|
|
@@ -3334,7 +3292,7 @@ type FAQContentProps = {
|
|
|
3334
3292
|
declare const FAQContent: ({
|
|
3335
3293
|
onGoBack,
|
|
3336
3294
|
showLanguageSelector
|
|
3337
|
-
}: FAQContentProps) =>
|
|
3295
|
+
}: FAQContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3338
3296
|
//#endregion
|
|
3339
3297
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationContent.d.ts
|
|
3340
3298
|
type AccountCustomizationContentProps = {
|
|
@@ -3344,7 +3302,7 @@ type AccountCustomizationContentProps = {
|
|
|
3344
3302
|
declare const CustomizationContent: ({
|
|
3345
3303
|
setCurrentContent,
|
|
3346
3304
|
initialContentSource
|
|
3347
|
-
}: AccountCustomizationContentProps) =>
|
|
3305
|
+
}: AccountCustomizationContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3348
3306
|
//#endregion
|
|
3349
3307
|
//#region src/components/AccountModal/Contents/Profile/Customization/CustomizationSummaryContent.d.ts
|
|
3350
3308
|
type CustomizationSummaryContentProps = {
|
|
@@ -3363,7 +3321,7 @@ declare const CustomizationSummaryContent: ({
|
|
|
3363
3321
|
setCurrentContent,
|
|
3364
3322
|
changes,
|
|
3365
3323
|
onDoneRedirectContent
|
|
3366
|
-
}: CustomizationSummaryContentProps) =>
|
|
3324
|
+
}: CustomizationSummaryContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3367
3325
|
//#endregion
|
|
3368
3326
|
//#region src/components/AccountModal/Contents/Profile/ProfileContent.d.ts
|
|
3369
3327
|
type ProfileContentProps = {
|
|
@@ -3373,7 +3331,7 @@ type ProfileContentProps = {
|
|
|
3373
3331
|
declare const ProfileContent: ({
|
|
3374
3332
|
setCurrentContent,
|
|
3375
3333
|
onLogoutSuccess
|
|
3376
|
-
}: ProfileContentProps) =>
|
|
3334
|
+
}: ProfileContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3377
3335
|
//#endregion
|
|
3378
3336
|
//#region src/components/AccountModal/Contents/UpgradeSmartAccount/UpgradeSmartAccountContent.d.ts
|
|
3379
3337
|
type UpgradeSmartAccountContentProps = {
|
|
@@ -3385,7 +3343,7 @@ declare const UpgradeSmartAccountContent: ({
|
|
|
3385
3343
|
setCurrentContent,
|
|
3386
3344
|
handleClose,
|
|
3387
3345
|
initialContent
|
|
3388
|
-
}: UpgradeSmartAccountContentProps) =>
|
|
3346
|
+
}: UpgradeSmartAccountContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3389
3347
|
//#endregion
|
|
3390
3348
|
//#region src/components/AccountModal/Contents/Assets/AssetsContent.d.ts
|
|
3391
3349
|
type AssetsContentProps = {
|
|
@@ -3393,7 +3351,7 @@ type AssetsContentProps = {
|
|
|
3393
3351
|
};
|
|
3394
3352
|
declare const AssetsContent: ({
|
|
3395
3353
|
setCurrentContent
|
|
3396
|
-
}: AssetsContentProps) =>
|
|
3354
|
+
}: AssetsContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3397
3355
|
//#endregion
|
|
3398
3356
|
//#region src/components/AccountModal/Contents/Assets/ManageCustomTokenContent.d.ts
|
|
3399
3357
|
type ManageCustomTokenContentProps = {
|
|
@@ -3401,15 +3359,15 @@ type ManageCustomTokenContentProps = {
|
|
|
3401
3359
|
};
|
|
3402
3360
|
declare const ManageCustomTokenContent: ({
|
|
3403
3361
|
setCurrentContent
|
|
3404
|
-
}: ManageCustomTokenContentProps) =>
|
|
3362
|
+
}: ManageCustomTokenContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3405
3363
|
//#endregion
|
|
3406
3364
|
//#region src/components/AccountModal/Contents/Bridge/BridgeContent.d.ts
|
|
3407
|
-
type Props$
|
|
3365
|
+
type Props$13 = {
|
|
3408
3366
|
setCurrentContent: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
3409
3367
|
};
|
|
3410
3368
|
declare const BridgeContent: ({
|
|
3411
3369
|
setCurrentContent
|
|
3412
|
-
}: Props$
|
|
3370
|
+
}: Props$13) => react_jsx_runtime3.JSX.Element;
|
|
3413
3371
|
//#endregion
|
|
3414
3372
|
//#region src/components/AccountModal/Contents/KitSettings/ChangeCurrencyContent.d.ts
|
|
3415
3373
|
type ChangeCurrencyContentProps = {
|
|
@@ -3417,31 +3375,15 @@ type ChangeCurrencyContentProps = {
|
|
|
3417
3375
|
};
|
|
3418
3376
|
declare const ChangeCurrencyContent: ({
|
|
3419
3377
|
setCurrentContent
|
|
3420
|
-
}: ChangeCurrencyContentProps) =>
|
|
3421
|
-
//#endregion
|
|
3422
|
-
//#region src/components/AccountModal/Contents/KitSettings/GeneralSettingsContent.d.ts
|
|
3423
|
-
type Props$14 = {
|
|
3424
|
-
setCurrentContent: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
3425
|
-
};
|
|
3426
|
-
declare const GeneralSettingsContent: ({
|
|
3427
|
-
setCurrentContent
|
|
3428
|
-
}: Props$14) => react_jsx_runtime0.JSX.Element;
|
|
3378
|
+
}: ChangeCurrencyContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3429
3379
|
//#endregion
|
|
3430
3380
|
//#region src/components/AccountModal/Contents/KitSettings/LanguageSettingsContent.d.ts
|
|
3431
|
-
type Props$13 = {
|
|
3432
|
-
setCurrentContent: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
3433
|
-
};
|
|
3434
|
-
declare const LanguageSettingsContent: ({
|
|
3435
|
-
setCurrentContent
|
|
3436
|
-
}: Props$13) => react_jsx_runtime0.JSX.Element;
|
|
3437
|
-
//#endregion
|
|
3438
|
-
//#region src/components/AccountModal/Contents/KitSettings/AppearanceSettingsContent.d.ts
|
|
3439
3381
|
type Props$12 = {
|
|
3440
3382
|
setCurrentContent: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
3441
3383
|
};
|
|
3442
|
-
declare const
|
|
3384
|
+
declare const LanguageSettingsContent: ({
|
|
3443
3385
|
setCurrentContent
|
|
3444
|
-
}: Props$12) =>
|
|
3386
|
+
}: Props$12) => react_jsx_runtime3.JSX.Element;
|
|
3445
3387
|
//#endregion
|
|
3446
3388
|
//#region src/components/AccountModal/Contents/KitSettings/GasTokenSettingsContent.d.ts
|
|
3447
3389
|
type Props$11 = {
|
|
@@ -3449,7 +3391,17 @@ type Props$11 = {
|
|
|
3449
3391
|
};
|
|
3450
3392
|
declare const GasTokenSettingsContent: ({
|
|
3451
3393
|
setCurrentContent
|
|
3452
|
-
}: Props$11) =>
|
|
3394
|
+
}: Props$11) => react_jsx_runtime3.JSX.Element;
|
|
3395
|
+
//#endregion
|
|
3396
|
+
//#region src/components/AccountModal/Contents/KitSettings/SettingsContent.d.ts
|
|
3397
|
+
type SettingsContentProps = {
|
|
3398
|
+
setCurrentContent: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
3399
|
+
onLogoutSuccess: () => void;
|
|
3400
|
+
};
|
|
3401
|
+
declare const SettingsContent: ({
|
|
3402
|
+
setCurrentContent,
|
|
3403
|
+
onLogoutSuccess
|
|
3404
|
+
}: SettingsContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3453
3405
|
//#endregion
|
|
3454
3406
|
//#region src/components/AccountModal/Contents/TermsAndPrivacy/TermsAndPrivacyContent.d.ts
|
|
3455
3407
|
type TermsAndPrivacyContentProps = {
|
|
@@ -3457,7 +3409,23 @@ type TermsAndPrivacyContentProps = {
|
|
|
3457
3409
|
};
|
|
3458
3410
|
declare const TermsAndPrivacyContent: ({
|
|
3459
3411
|
onGoBack
|
|
3460
|
-
}: TermsAndPrivacyContentProps) =>
|
|
3412
|
+
}: TermsAndPrivacyContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3413
|
+
//#endregion
|
|
3414
|
+
//#region src/components/AccountModal/Contents/DisconnectConfirmation/DisconnectConfirmContent.d.ts
|
|
3415
|
+
type DisconnectConfirmContentProps = {
|
|
3416
|
+
onDisconnect: () => void;
|
|
3417
|
+
onBack: () => void;
|
|
3418
|
+
onClose?: () => void;
|
|
3419
|
+
text?: string;
|
|
3420
|
+
showCloseButton?: boolean;
|
|
3421
|
+
};
|
|
3422
|
+
declare const DisconnectConfirmContent: ({
|
|
3423
|
+
onDisconnect,
|
|
3424
|
+
onBack,
|
|
3425
|
+
onClose,
|
|
3426
|
+
showCloseButton,
|
|
3427
|
+
text
|
|
3428
|
+
}: DisconnectConfirmContentProps) => react_jsx_runtime3.JSX.Element;
|
|
3461
3429
|
//#endregion
|
|
3462
3430
|
//#region src/components/AccountModal/Contents/Ecosystem/Components/CategoryFilterSection.d.ts
|
|
3463
3431
|
type CategoryFilter = string | null;
|
|
@@ -3494,7 +3462,7 @@ type FailedOperationContentProps = {
|
|
|
3494
3462
|
};
|
|
3495
3463
|
//#endregion
|
|
3496
3464
|
//#region src/components/AccountModal/Types/Types.d.ts
|
|
3497
|
-
type AccountModalContentTypes = 'main' | 'settings' | 'profile' | '
|
|
3465
|
+
type AccountModalContentTypes = 'main' | 'settings' | 'profile' | 'manage-mfa' | 'receive-token' | 'swap-token' | 'connection-details' | 'ecosystem' | 'notifications' | 'privy-linked-accounts' | 'add-custom-token' | 'assets' | 'bridge' | 'change-currency' | 'change-language' | 'gas-token-settings' | {
|
|
3498
3466
|
type: 'swap-token';
|
|
3499
3467
|
props: {
|
|
3500
3468
|
setCurrentContent: React.Dispatch<React.SetStateAction<AccountModalContentTypes>>;
|
|
@@ -3561,7 +3529,7 @@ declare const AccountModal: ({
|
|
|
3561
3529
|
isOpen,
|
|
3562
3530
|
onClose,
|
|
3563
3531
|
initialContent
|
|
3564
|
-
}: Props$10) =>
|
|
3532
|
+
}: Props$10) => react_jsx_runtime3.JSX.Element;
|
|
3565
3533
|
//#endregion
|
|
3566
3534
|
//#region src/components/AccountModal/Components/AccountDetailsButton.d.ts
|
|
3567
3535
|
interface AccountDetailsButtonProps {
|
|
@@ -3583,7 +3551,7 @@ declare const AccountDetailsButton: ({
|
|
|
3583
3551
|
onClick,
|
|
3584
3552
|
leftImage,
|
|
3585
3553
|
isActive
|
|
3586
|
-
}: AccountDetailsButtonProps) =>
|
|
3554
|
+
}: AccountDetailsButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
3587
3555
|
//#endregion
|
|
3588
3556
|
//#region src/components/AccountModal/Components/ActionButton.d.ts
|
|
3589
3557
|
type ActionButtonProps = {
|
|
@@ -3625,7 +3593,7 @@ declare const ActionButton: ({
|
|
|
3625
3593
|
extraContent,
|
|
3626
3594
|
dataTestId,
|
|
3627
3595
|
variant
|
|
3628
|
-
}: ActionButtonProps) =>
|
|
3596
|
+
}: ActionButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
3629
3597
|
//#endregion
|
|
3630
3598
|
//#region src/components/AccountModal/Components/AccountSelector.d.ts
|
|
3631
3599
|
type Props$9 = {
|
|
@@ -3645,7 +3613,7 @@ declare const AccountSelector: ({
|
|
|
3645
3613
|
onClose,
|
|
3646
3614
|
mt,
|
|
3647
3615
|
style
|
|
3648
|
-
}: Props$9) =>
|
|
3616
|
+
}: Props$9) => react_jsx_runtime3.JSX.Element;
|
|
3649
3617
|
//#endregion
|
|
3650
3618
|
//#region src/components/AccountModal/Components/BalanceSection.d.ts
|
|
3651
3619
|
declare const BalanceSection: ({
|
|
@@ -3656,7 +3624,7 @@ declare const BalanceSection: ({
|
|
|
3656
3624
|
mb?: number;
|
|
3657
3625
|
mt?: number;
|
|
3658
3626
|
onAssetsClick?: () => void;
|
|
3659
|
-
}) =>
|
|
3627
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
3660
3628
|
//#endregion
|
|
3661
3629
|
//#region src/components/AccountModal/Components/QuickActionsSection.d.ts
|
|
3662
3630
|
type Props$8 = {
|
|
@@ -3666,7 +3634,7 @@ type Props$8 = {
|
|
|
3666
3634
|
declare const QuickActionsSection: ({
|
|
3667
3635
|
mt,
|
|
3668
3636
|
setCurrentContent
|
|
3669
|
-
}: Props$8) =>
|
|
3637
|
+
}: Props$8) => react_jsx_runtime3.JSX.Element;
|
|
3670
3638
|
//#endregion
|
|
3671
3639
|
//#region src/components/AccountModal/Components/Alerts/FeatureAnnouncementCard.d.ts
|
|
3672
3640
|
type FeatureAnnouncementCardProps = {
|
|
@@ -3674,16 +3642,16 @@ type FeatureAnnouncementCardProps = {
|
|
|
3674
3642
|
};
|
|
3675
3643
|
declare const FeatureAnnouncementCard: ({
|
|
3676
3644
|
setCurrentContent
|
|
3677
|
-
}: FeatureAnnouncementCardProps) =>
|
|
3645
|
+
}: FeatureAnnouncementCardProps) => react_jsx_runtime3.JSX.Element | null;
|
|
3678
3646
|
//#endregion
|
|
3679
3647
|
//#region src/components/AccountModal/Components/Alerts/ExchangeWarningAlert.d.ts
|
|
3680
|
-
declare const ExchangeWarningAlert: () =>
|
|
3648
|
+
declare const ExchangeWarningAlert: () => react_jsx_runtime3.JSX.Element;
|
|
3681
3649
|
//#endregion
|
|
3682
3650
|
//#region src/components/AccountModal/Components/Alerts/DomainRequiredAlert.d.ts
|
|
3683
|
-
declare const DomainRequiredAlert: () =>
|
|
3651
|
+
declare const DomainRequiredAlert: () => react_jsx_runtime3.JSX.Element;
|
|
3684
3652
|
//#endregion
|
|
3685
3653
|
//#region src/components/AccountModal/Components/CrossAppConnectionSecurityCard.d.ts
|
|
3686
|
-
declare const CrossAppConnectionSecurityCard: () =>
|
|
3654
|
+
declare const CrossAppConnectionSecurityCard: () => react_jsx_runtime3.JSX.Element;
|
|
3687
3655
|
//#endregion
|
|
3688
3656
|
//#region src/components/common/ModalBackButton.d.ts
|
|
3689
3657
|
type BackButtonProps = {
|
|
@@ -3692,7 +3660,7 @@ type BackButtonProps = {
|
|
|
3692
3660
|
declare const ModalBackButton: ({
|
|
3693
3661
|
onClick,
|
|
3694
3662
|
...props
|
|
3695
|
-
}: BackButtonProps) =>
|
|
3663
|
+
}: BackButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
3696
3664
|
//#endregion
|
|
3697
3665
|
//#region src/components/common/AddressDisplay.d.ts
|
|
3698
3666
|
type Props$7 = {
|
|
@@ -3706,13 +3674,13 @@ declare const AddressDisplay: ({
|
|
|
3706
3674
|
label,
|
|
3707
3675
|
style,
|
|
3708
3676
|
showHumanAddress
|
|
3709
|
-
}: Props$7) =>
|
|
3677
|
+
}: Props$7) => react_jsx_runtime3.JSX.Element;
|
|
3710
3678
|
//#endregion
|
|
3711
3679
|
//#region src/components/common/VersionFooter.d.ts
|
|
3712
3680
|
type Props$6 = {} & Omit<StackProps, 'dangerouslySetInnerHTML'>;
|
|
3713
3681
|
declare const VersionFooter: ({
|
|
3714
3682
|
...props
|
|
3715
|
-
}: Props$6) =>
|
|
3683
|
+
}: Props$6) => react_jsx_runtime3.JSX.Element;
|
|
3716
3684
|
//#endregion
|
|
3717
3685
|
//#region src/components/common/StickyHeaderContainer.d.ts
|
|
3718
3686
|
type Props$5 = {
|
|
@@ -3720,7 +3688,7 @@ type Props$5 = {
|
|
|
3720
3688
|
};
|
|
3721
3689
|
declare const StickyHeaderContainer: ({
|
|
3722
3690
|
children
|
|
3723
|
-
}: Props$5) =>
|
|
3691
|
+
}: Props$5) => react_jsx_runtime3.JSX.Element;
|
|
3724
3692
|
//#endregion
|
|
3725
3693
|
//#region src/components/common/StickyFooterContainer.d.ts
|
|
3726
3694
|
type Props$4 = {
|
|
@@ -3728,7 +3696,7 @@ type Props$4 = {
|
|
|
3728
3696
|
};
|
|
3729
3697
|
declare const StickyFooterContainer: ({
|
|
3730
3698
|
children
|
|
3731
|
-
}: Props$4) =>
|
|
3699
|
+
}: Props$4) => react_jsx_runtime3.JSX.Element;
|
|
3732
3700
|
//#endregion
|
|
3733
3701
|
//#region src/components/common/BaseModal.d.ts
|
|
3734
3702
|
type BaseModalProps = {
|
|
@@ -3759,7 +3727,7 @@ declare const BaseModal: ({
|
|
|
3759
3727
|
allowExternalFocus,
|
|
3760
3728
|
backdropFilter,
|
|
3761
3729
|
isCloseable
|
|
3762
|
-
}: BaseModalProps) =>
|
|
3730
|
+
}: BaseModalProps) => react_jsx_runtime3.JSX.Element;
|
|
3763
3731
|
//#endregion
|
|
3764
3732
|
//#region src/components/common/AssetButton.d.ts
|
|
3765
3733
|
type AssetButtonProps = ButtonProps & {
|
|
@@ -3778,7 +3746,7 @@ declare const AssetButton: ({
|
|
|
3778
3746
|
isDisabled,
|
|
3779
3747
|
onClick,
|
|
3780
3748
|
...buttonProps
|
|
3781
|
-
}: AssetButtonProps) =>
|
|
3749
|
+
}: AssetButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
3782
3750
|
//#endregion
|
|
3783
3751
|
//#region src/components/common/AddressDisplayCard.d.ts
|
|
3784
3752
|
type AddressDisplayCardProps = {
|
|
@@ -3800,7 +3768,7 @@ declare const AddressDisplayCard: ({
|
|
|
3800
3768
|
hideAddress,
|
|
3801
3769
|
balance,
|
|
3802
3770
|
tokenAddress
|
|
3803
|
-
}: AddressDisplayCardProps) =>
|
|
3771
|
+
}: AddressDisplayCardProps) => react_jsx_runtime3.JSX.Element;
|
|
3804
3772
|
//#endregion
|
|
3805
3773
|
//#region src/components/common/ModalFAQButton.d.ts
|
|
3806
3774
|
type FAQButtonProps = {
|
|
@@ -3809,13 +3777,13 @@ type FAQButtonProps = {
|
|
|
3809
3777
|
declare const ModalFAQButton: ({
|
|
3810
3778
|
onClick,
|
|
3811
3779
|
...props
|
|
3812
|
-
}: FAQButtonProps) =>
|
|
3780
|
+
}: FAQButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
3813
3781
|
//#endregion
|
|
3814
3782
|
//#region src/components/common/ScrollToTopWrapper.d.ts
|
|
3815
3783
|
declare const ScrollToTopWrapper: ({
|
|
3816
3784
|
children,
|
|
3817
3785
|
...props
|
|
3818
|
-
}: StackProps) =>
|
|
3786
|
+
}: StackProps) => react_jsx_runtime3.JSX.Element;
|
|
3819
3787
|
//#endregion
|
|
3820
3788
|
//#region src/components/common/AccountAvatar.d.ts
|
|
3821
3789
|
type AccountAvatarProps = {
|
|
@@ -3825,7 +3793,7 @@ type AccountAvatarProps = {
|
|
|
3825
3793
|
declare const AccountAvatar: ({
|
|
3826
3794
|
wallet,
|
|
3827
3795
|
props
|
|
3828
|
-
}: AccountAvatarProps) =>
|
|
3796
|
+
}: AccountAvatarProps) => react_jsx_runtime3.JSX.Element;
|
|
3829
3797
|
//#endregion
|
|
3830
3798
|
//#region src/components/common/TransactionButtonAndStatus.d.ts
|
|
3831
3799
|
type TransactionButtonAndStatusProps = {
|
|
@@ -3867,7 +3835,7 @@ declare const TransactionButtonAndStatus: ({
|
|
|
3867
3835
|
isLoadingGasEstimation,
|
|
3868
3836
|
showGasEstimationError,
|
|
3869
3837
|
context
|
|
3870
|
-
}: TransactionButtonAndStatusProps) =>
|
|
3838
|
+
}: TransactionButtonAndStatusProps) => react_jsx_runtime3.JSX.Element;
|
|
3871
3839
|
//#endregion
|
|
3872
3840
|
//#region src/components/common/ModalNotificationButton.d.ts
|
|
3873
3841
|
type NotificationButtonProps = {
|
|
@@ -3878,7 +3846,7 @@ declare const ModalNotificationButton: ({
|
|
|
3878
3846
|
onClick,
|
|
3879
3847
|
hasUnreadNotifications,
|
|
3880
3848
|
...props
|
|
3881
|
-
}: NotificationButtonProps) =>
|
|
3849
|
+
}: NotificationButtonProps) => react_jsx_runtime3.JSX.Element;
|
|
3882
3850
|
//#endregion
|
|
3883
3851
|
//#region src/components/common/GasFeeSummary.d.ts
|
|
3884
3852
|
interface GasFeeSummaryProps {
|
|
@@ -3914,7 +3882,7 @@ declare const GasFeeTokenSelector: ({
|
|
|
3914
3882
|
availableTokens,
|
|
3915
3883
|
tokenEstimations,
|
|
3916
3884
|
walletAddress
|
|
3917
|
-
}: GasFeeTokenSelectorProps) =>
|
|
3885
|
+
}: GasFeeTokenSelectorProps) => react_jsx_runtime3.JSX.Element;
|
|
3918
3886
|
//#endregion
|
|
3919
3887
|
//#region src/components/LoginLoadingModal/LoginLoadingModal.d.ts
|
|
3920
3888
|
type LoginLoadingModalProps = {
|
|
@@ -3932,7 +3900,7 @@ declare const LoginLoadingModal: ({
|
|
|
3932
3900
|
title,
|
|
3933
3901
|
loadingText,
|
|
3934
3902
|
onTryAgain
|
|
3935
|
-
}: LoginLoadingModalProps) =>
|
|
3903
|
+
}: LoginLoadingModalProps) => react_jsx_runtime3.JSX.Element;
|
|
3936
3904
|
//#endregion
|
|
3937
3905
|
//#region src/components/EcosystemModal/EcosystemModal.d.ts
|
|
3938
3906
|
type Props$3 = {
|
|
@@ -3946,7 +3914,7 @@ declare const EcosystemModal: ({
|
|
|
3946
3914
|
onClose,
|
|
3947
3915
|
appsInfo,
|
|
3948
3916
|
isLoading
|
|
3949
|
-
}: Props$3) =>
|
|
3917
|
+
}: Props$3) => react_jsx_runtime3.JSX.Element;
|
|
3950
3918
|
//#endregion
|
|
3951
3919
|
//#region src/components/UpgradeSmartAccountModal/Contents/SuccessfulOperationContent.d.ts
|
|
3952
3920
|
type SuccessfulOperationContentProps = {
|
|
@@ -3976,7 +3944,7 @@ declare const UpgradeSmartAccountModal: ({
|
|
|
3976
3944
|
isOpen,
|
|
3977
3945
|
onClose,
|
|
3978
3946
|
style
|
|
3979
|
-
}: Props$2) =>
|
|
3947
|
+
}: Props$2) => react_jsx_runtime3.JSX.Element;
|
|
3980
3948
|
//#endregion
|
|
3981
3949
|
//#region src/components/LegalDocumentsModal/LegalDocumentsModal.d.ts
|
|
3982
3950
|
type Props$1 = {
|
|
@@ -3991,7 +3959,7 @@ declare const LegalDocumentsModal: ({
|
|
|
3991
3959
|
onAgree,
|
|
3992
3960
|
handleLogout,
|
|
3993
3961
|
onlyOptionalDocuments
|
|
3994
|
-
}: Props$1) =>
|
|
3962
|
+
}: Props$1) => react_jsx_runtime3.JSX.Element;
|
|
3995
3963
|
//#endregion
|
|
3996
3964
|
//#region src/components/LegalDocumentsModal/Components/LegalDocumentItem.d.ts
|
|
3997
3965
|
type Props = {
|
|
@@ -4003,7 +3971,7 @@ declare const LegalDocumentItem: ({
|
|
|
4003
3971
|
document,
|
|
4004
3972
|
register,
|
|
4005
3973
|
isText
|
|
4006
|
-
}: Props) =>
|
|
3974
|
+
}: Props) => react_jsx_runtime3.JSX.Element;
|
|
4007
3975
|
//#endregion
|
|
4008
3976
|
//#region src/providers/ModalProvider.d.ts
|
|
4009
3977
|
type AccountModalOptions = {
|
|
@@ -4034,7 +4002,7 @@ declare const ModalProvider: ({
|
|
|
4034
4002
|
children
|
|
4035
4003
|
}: {
|
|
4036
4004
|
children: ReactNode;
|
|
4037
|
-
}) =>
|
|
4005
|
+
}) => react_jsx_runtime3.JSX.Element;
|
|
4038
4006
|
//#endregion
|
|
4039
4007
|
//#region src/config/index.d.ts
|
|
4040
4008
|
type AppConfig = {
|
|
@@ -4079,5 +4047,5 @@ type AppConfig = {
|
|
|
4079
4047
|
};
|
|
4080
4048
|
declare const getConfig: (env: NETWORK_TYPE) => AppConfig;
|
|
4081
4049
|
//#endregion
|
|
4082
|
-
export { AssetsContentProps as $, getErc20BalanceQueryKey as $a, useSendTokenModal as $i, useGetNodeUrl as $n, DisconnectConfirmContent as $o, randomTransactionUser as $r, TransactionCost as $s, getSmartAccount as $t, ModalBackButton as A, useXAppsShares as Aa, useNotificationAlerts as Ai, delegateAuthorized as An, getTextRecordsQueryKey as Ao, normalize as Ar, useLegalDocuments as As, useBuildTransaction as At, AccountModal as B, useRefreshBalances as Ba, AccountCustomizationModalProvider as Bi, LocalStorageKey as Bn, useIsDomainProtected as Bo, buildQueryString as Br, VeChainKitContext as Bs, getChainId as Bt, AddressDisplayCard as C, getIpfsImageQueryKey as Ca, TokenBalance as Cc, getAppHubAppsQueryKey as Ci, useAccountBalance as Cn, getAvatarOfAddressQueryKey as Co, executeCallClause as Cr, VeChainLoginButton as Cs, useMfaEnrollment as Ct, StickyHeaderContainer as D, getIpfsMetadataQueryKey as Da, Wallet as Dc, useLoginWithPasskey$1 as Di, useGasEstimation as Dn, buildClauses as Do, compare as Dr, ConnectModal as Ds, txReceiptQueryKey as Dt, StickyFooterContainer as E, getIpfsMetadata as Ea, VePassportUserStatus as Ec, useLoginWithOAuth$1 as Ei, UseGasEstimationParams as En, useGetResolverAddress as Eo, addPrefix as Er, MainContent as Es, useThor$1 as Et, QuickActionsSection as F, UseWalletReturnType as Fa, UpgradeSmartAccountModalProvider as Fi, useGenericDelegator as Fn, DomainsResponse as Fo, EconomicNodeStrengthLevelToName as Fr, PrivyWalletProviderContextType as Fs, UseSendTransactionReturnValue as Ft, LanguageSettingsContent as G, useIsPerson as Ga, useNotificationsModal as Gi, useBuildClauses as Gn, useEnsRecordExists as Go, toIPFSURL as Gr, LegalDocumentAgreement as Gs, useUpgradeSmartAccount as Gt, TermsAndPrivacyContent as H, XApp as Ha, FAQModalProvider as Hi, BuildClausesParams as Hn, useClaimVetDomain as Ho, xNodeToGMstartingLevel as Hr, VechainKitProviderProps as Hs, useGetChainId as Ht, BalanceSection as I, useWallet$1 as Ia, useUpgradeSmartAccountModal as Ii, useCrossAppConnectionCache as In, getDomainsOfAddress as Io, MinXNodeLevel as Ir, usePrivyWalletProvider as Is, useSendTransaction as It, ChangeCurrencyContentProps as J, PRICE_FEED_IDS as Ja, AccessAndSecurityModalProvider as Ji, decodeEventLog$1 as Jn, fetchPrivyStatus as Jo, compareAddresses as Jr, CostLevel as Js, useUpgradeRequiredForAccount as Jt, GeneralSettingsContent as K, getVot3BalanceQueryKey as Ka, ExploreEcosystemModalProvider as Ki, GetEventsKeyParams as Kn, getVechainDomainQueryKey as Ko, uploadBlobToIPFS as Kr, LegalDocumentSource as Ks, getUpgradeRequiredForAccount as Kt, AccountSelector as L, getRoundXAppsQueryKey as La, useLoginModalContent as Li, EcosystemShortcut as Ln, getDomainsOfAddressQueryKey as Lo, NodeStrengthLevelToImage as Lr, LegalDocument as Ls, GetEventsProps as Lt, DomainRequiredAlert as M, getXAppMetadata as Ma, useAccountModalOptions as Mi, estimateGas as Mn, getAvatarQueryKey as Mo, validate as Mr, VechainKitThemeProvider as Ms, useTransferVET as Mt, ExchangeWarningAlert as N, useXAppMetadata as Na, ProfileModalProvider as Ni, getDepositAccount as Nn, useGetAvatar as No, isRejectionError as Nr, useVechainKitThemeConfig as Ns, buildERC20Clauses as Nt, VersionFooter as O, useIpfsMetadata as Oa, useSignTypedData as Oi, useGasTokenSelection as On, useUpdateTextRecord as Oo, isInvalid as Or, ConnectModalContentsTypes as Os, useTxReceipt as Ot, FeatureAnnouncementCard as P, useWalletMetadata as Pa, useProfileModal as Pi, signVip191Transaction as Pn, Domain as Po, TIME as Pr, PrivyWalletProvider as Ps, useTransferERC20 as Pt, AssetsContent as Q, useGetTokenUsdPrice as Qa, SendTokenModalProvider as Qi, useIsPWA as Qn, useFetchAppInfo as Qo, regexPattern as Qr, Rate as Qs, SmartAccountReturnType as Qt, ActionButton as R, useRoundXApps as Ra, ReceiveModalProvider as Ri, useEcosystemShortcuts as Rn, useGetDomainsOfAddress as Ro, XNodeStrengthLevelToName as Rr, LegalDocumentOptions as Rs, getAllEventLogs as Rt, ModalFAQButton as S, getIpfsImage as Sa, SmartAccount as Sc, fetchAppHubApps as Si, getAccountBalanceQueryKey as Sn, useGetAvatarLegacy as So, buildCallClauses as Sr, EcosystemButton as Ss, useDAppKitWalletModal as St, BaseModal as T, useIpfsImageList as Ta, TransactionStatusErrorType as Tc, useLoginWithVeChain as Ti, useEstimateAllTokens as Tn, getResolverAddressQueryKey as To, isValidUrl as Tr, ConnectionButton as Ts, useSetWalletRecovery as Tt, GasTokenSettingsContent as U, useMostVotedAppsInRound as Ua, useFAQModal as Ui, buildBatchAuthorizationTypedData as Un, useClaimVeWorldSubdomain as Uo, convertUriToUrl as Ur, useVeChainKitConfig as Us, currentBlockQueryKey as Ut, AccountModalContentTypes as V, MostVotedAppsInRoundReturnType as Va, useAccountCustomizationModal as Vi, useLocalStorage as Vn, buildVetDomainClauses as Vo, gmNfts as Vr, VeChainKitProvider as Vs, getChainIdQueryKey as Vt, AppearanceSettingsContent as W, getIsPersonQueryKey as Wa, NotificationsModalProvider as Wi, buildSingleAuthorizationTypedData as Wn, getEnsRecordExistsQueryKey as Wo, resolveMediaTypeFromMimeType as Wr, EnrichedLegalDocument as Ws, useCurrentBlock as Wt, ManageCustomTokenContent as X, getTokenUsdPrice as Xa, SwapTokenModalProvider as Xi, useEvents as Xn, fetchPrivyAppInfo as Xo, isValidAddress as Xr, EstimatedGas as Xs, getUpgradeRequiredQueryKey as Xt, BridgeContent as Y, SupportedToken as Ya, useAccessAndSecurityModal as Yi, getEventsKey as Yn, useFetchPrivyStatus as Yo, compareListOfAddresses as Yr, DepositAccount as Ys, getUpgradeRequired as Yt, ManageCustomTokenContentProps as Z, getTokenUsdPriceQueryKey as Za, useSwapTokenModal as Zi, useScrollToTop as Zn, getPrivyAppInfoQueryKey as Zo, leftPadWithZeros as Zr, EstimationResponse as Zs, useUpgradeRequired as Zt, ModalNotificationButton as _, imageCompressionOptions as _a, ExecuteBatchWithAuthorizationSignData as _c, VECHAIN_PRIVY_APP_ID as _i, useCurrentAccountImplementationVersion as _n, WalletTokenBalance as _o, safeWindowOpen as _r, VeChainWithPrivyLoginButton as _s, SelectTokenContent as _t, useModal as a, useTransactionToast as aa, GasTokenPreferences as ac, isZero as ai, getIsDeployedQueryKey as an, getCustomTokenBalanceQueryKey as ao, getCallClauseQueryKeyWithArgs as ar, AccountMainContent as as, CustomizationSummaryContentProps as at, AccountAvatar as b, IpfsImage as ba, PrivyAppInfo as bc, notFoundImage as bi, useAccountImplementationAddress as bn, getAvatarLegacy as bo, MultipleClausesCallReturnType as br, LoginWithGoogleButton as bs, ThorClient$1 as bt, LegalDocumentsModal as c, AccountModalProvider as ca, TransactionSpeed as cc, ENV as ci, getHasV1SmartAccountQueryKey as cn, useGetB3trBalance as co, copyToClipboard as cr, ShareButtons as cs, FAQContent as ct, UpgradeSmartAccountModalContentsTypes as d, useConnectModal as da, CURRENCY as dc, TOKEN_LOGOS as di, useGetAccountVersion as dn, useCurrentAllocationsRoundId as do, getWindowOrigin as dr, SocialIcons as ds, ChooseNameSearchContent as dt, ChooseNameModalProvider as ea, VthoPerGasAtSpeed as ec, formatTokenBalance as ei, getSmartAccountQueryKey as en, useGetErc20Balance as eo, useFeatureAnnouncement as er, DisconnectConfirmContentProps as es, UpgradeSmartAccountContent as et, UpgradeSmartAccountModalStyle as f, useSwapQuotes as fa, CURRENCY_SYMBOLS as fc, TOKEN_LOGO_COMPONENTS as fi, getAccountAddress as fn, useTotalBalance as fo, hasNavigator as fr, WalletButton as fs, ChooseNameSearchContentProps as ft, GasFeeSummary as g, compressImages as ga, EnhancedClause as gc, VECHAIN_KIT_TERMS_CONFIG as gi, getCurrentAccountImplementationVersionQueryKey as gn, useTokenPrices as go, safeQuerySelector as gr, LoginWithGithubButton as gs, ReceiveTokenContent as gt, GasFeeTokenSelector as h, UploadedImage as ha, ENSRecords as hc, VECHAIN_KIT_STORAGE_KEYS as hi, getCurrentAccountImplementationVersion as hn, ExchangeRates as ho, removeLocalStorageItem as hr, ConnectPopover as hs, SwapTokenContent as ht, ModalProvider as i, TransactionToastProvider as ia, GasTokenInfo as ic, humanNumber as ii, getIsDeployed as in, TokenWithBalance as io, getCallClauseQueryKey as ir, AccessAndSecurityContent as is, CustomizationSummaryContent as it, CrossAppConnectionSecurityCard as j, XAppMetadata as ja, useNotifications as ji, estimateAndBuildTxBody as jn, useGetTextRecords as jo, removePrefix as jr, ColorModeSync as js, buildVETClauses as jt, AddressDisplay as k, getXAppsSharesQueryKey as ka, useSignMessage as ki, decodeRawTx as kn, getTextRecords as ko, isValid as kr, LegalDocumentsProvider as ks, BuildTransactionProps as kt, LegalDocumentsModalContentsTypes as l, useAccountModal as la, ENS_TEXT_RECORDS as lc, PrivyEcosystemApp as li, useHasV1SmartAccount as ln, useCustomTokens as lo, getDocumentTitle as lr, TransactionModal as ls, ChooseNameSummaryContent as lt, LoginLoadingModal as m, useSingleImageUpload as ma, CrossAppConnectionCache as mc, VECHAIN_KIT_COOKIES_CONFIG as mi, useGetAccountAddress as mn, useTokensWithValues as mo, isOnline as mr, WalletDisplayVariant as ms, ChooseNameContentProps as mt, getConfig as n, WalletModalProvider as na, formatGasCost as nc, humanAddress as ni, useRefreshSmartAccountQueries as nn, getTokenInfo$1 as no, useCurrentLanguage as nr, SettingsContent as ns, ProfileContent as nt, DAppKitWalletButton as o, TransactionModalProvider as oa, GasTokenSelection as oc, DEFAULT_GAS_TOKEN_PREFERENCES as oi, useIsSmartAccountDeployed as on, useGetCustomTokenBalances as oo, useCallClause as or, TransactionToast as os, AccountCustomizationContentProps as ot, EcosystemModal as p, useSwapTransaction as pa, ConnectionSource as pc, TogglePassportCheck as pi, getAccountAddressQueryKey as pn, TokenWithValue as po, isBrowser as pr, WalletButtonProps as ps, ChooseNameContent as pt, ChangeCurrencyContent as q, useGetVot3Balance as qa, useExploreEcosystemModal as qi, UseEventsParams as qn, useVechainDomain as qo, validateIpfsUri as qr, LegalDocumentType as qs, getUpgradeRequiredForAccountQueryKey as qt, AccountModalOptions as r, useWalletModal as ra, GasTokenEstimate as rc, humanDomain as ri, useRefreshFactoryQueries as rn, useGetCustomTokenInfo as ro, useCurrency as rr, SettingsContentProps as rs, ProfileContentProps as rt, LegalDocumentItem as s, useTransactionModal as sa, GasTokenType as sc, DEFAULT_PRIVY_ECOSYSTEM_APPS as si, getHasV1SmartAccount as sn, getB3trBalanceQueryKey as so, useMultipleClausesCall as sr, TransactionModalContent as ss, CustomizationContent as st, AppConfig as t, useChooseNameModal as ta, calculateTotalCost as tc, getPicassoImage as ti, useSmartAccount as tn, getCustomTokenInfoQueryKey as to, useCurrentCurrency as tr, EmbeddedWalletContent as ts, UpgradeSmartAccountContentProps as tt, UpgradeSmartAccountModal as u, ConnectModalProvider as ua, TextRecords as uc, SUPPORTED_GAS_TOKENS as ui, getAccountVersionQueryKey as un, getCurrentAllocationsRoundIdQueryKey as uo, getLocalStorageItem as ur, TransactionModalProps as us, ChooseNameSummaryContentProps as ut, TransactionButtonAndStatus as v, useUploadImages as va, ExecuteWithAuthorizationSignData as vc, getENV as vi, getAccountImplementationAddress as vn, useTokenBalances as vo, setLocalStorageItem as vr, DappKitButton as vs, SendTokenSummaryContent as vt, AssetButton as w, useIpfsImage as wa, TransactionStatus as wc, useAppHubApps as wi, UseEstimateAllTokensParams as wn, useGetAvatarOfAddress as wo, executeMultipleClausesCall as wr, EmailLoginButton as ws, usePrivy$1 as wt, ScrollToTopWrapper as x, MAX_IMAGE_SIZE as xa, PrivyLoginMethod as xc, AppHubApp as xi, getAccountBalance as xn, getAvatarLegacyQueryKey as xo, ViewFunctionResult as xr, PrivyButton as xs, useDAppKitWallet as xt, TransactionButtonAndStatusProps as y, useIpfsMetadatas as ya, NFTMediaType as yc, getGenericDelegatorUrl as yi, getAccountImplementationAddressQueryKey as yn, useUnsetDomain as yo, MultipleClausesCallParameters as yr, PasskeyLoginButton as ys, SendTokenContent as yt, AccountDetailsButton as z, useRefreshMetadata as za, useReceiveModal as zi, useSyncableLocalStorage as zn, getIsDomainProtectedQueryKey as zo, allNodeStrengthLevelToName as zr, VeChainKitConfig as zs, getEventLogs as zt };
|
|
4083
|
-
//# sourceMappingURL=index-
|
|
4050
|
+
export { ManageCustomTokenContentProps as $, getErc20BalanceQueryKey as $a, useSendTokenModal as $i, useScrollToTop as $n, AccountMainContent as $o, leftPadWithZeros as $r, GasTokenPreferences as $s, useUpgradeRequired as $t, ModalBackButton as A, useXAppsShares as Aa, useSignTypedData as Ai, useGasTokenSelection as An, getTextRecordsQueryKey as Ao, isInvalid as Ar, usePrivyWalletProvider as As, useTxReceipt as At, AccountModal as B, useRefreshBalances as Ba, ReceiveModalProvider as Bi, useEcosystemShortcuts as Bn, useIsDomainProtected as Bo, XNodeStrengthLevelToName as Br, LegalDocumentSource as Bs, getAllEventLogs as Bt, AddressDisplayCard as C, getIpfsImageQueryKey as Ca, AppHubApp as Ci, getAccountBalance as Cn, getAvatarOfAddressQueryKey as Co, ViewFunctionResult as Cr, LegalDocumentsProvider as Cs, useDAppKitWallet as Ct, StickyHeaderContainer as D, getIpfsMetadataQueryKey as Da, useLoginWithVeChain as Di, useEstimateAllTokens as Dn, buildClauses as Do, isValidUrl as Dr, useVechainKitThemeConfig as Ds, useSetWalletRecovery as Dt, StickyFooterContainer as E, getIpfsMetadata as Ea, useAppHubApps as Ei, UseEstimateAllTokensParams as En, useGetResolverAddress as Eo, executeMultipleClausesCall as Er, VechainKitThemeProvider as Es, usePrivy$1 as Et, QuickActionsSection as F, UseWalletReturnType as Fa, ProfileModalProvider as Fi, getDepositAccount as Fn, DomainsResponse as Fo, isRejectionError as Fr, VeChainKitProvider as Fs, buildERC20Clauses as Ft, SettingsContent as G, useIsPerson as Ga, useFAQModal as Gi, buildBatchAuthorizationTypedData as Gn, useEnsRecordExists as Go, convertUriToUrl as Gr, EstimationResponse as Gs, currentBlockQueryKey as Gt, DisconnectConfirmContent as H, XApp as Ha, AccountCustomizationModalProvider as Hi, LocalStorageKey as Hn, useClaimVetDomain as Ho, buildQueryString as Hr, CostLevel as Hs, getChainId as Ht, BalanceSection as I, useWallet$1 as Ia, useProfileModal as Ii, signVip191Transaction as In, getDomainsOfAddress as Io, TIME as Ir, VechainKitProviderProps as Is, useTransferERC20 as It, LanguageSettingsContent as J, PRICE_FEED_IDS as Ja, ExploreEcosystemModalProvider as Ji, GetEventsKeyParams as Jn, fetchPrivyStatus as Jo, uploadBlobToIPFS as Jr, VthoPerGasAtSpeed as Js, getUpgradeRequiredForAccount as Jt, SettingsContentProps as K, getVot3BalanceQueryKey as Ka, NotificationsModalProvider as Ki, buildSingleAuthorizationTypedData as Kn, getVechainDomainQueryKey as Ko, resolveMediaTypeFromMimeType as Kr, Rate as Ks, useCurrentBlock as Kt, AccountSelector as L, getRoundXAppsQueryKey as La, UpgradeSmartAccountModalProvider as Li, useGenericDelegator as Ln, getDomainsOfAddressQueryKey as Lo, EconomicNodeStrengthLevelToName as Lr, useVeChainKitConfig as Ls, UseSendTransactionReturnValue as Lt, DomainRequiredAlert as M, getXAppMetadata as Ma, useNotificationAlerts as Mi, delegateAuthorized as Mn, getAvatarQueryKey as Mo, normalize as Mr, LegalDocumentOptions as Ms, useBuildTransaction as Mt, ExchangeWarningAlert as N, useXAppMetadata as Na, useNotifications as Ni, estimateAndBuildTxBody as Nn, useGetAvatar as No, removePrefix as Nr, VeChainKitConfig as Ns, buildVETClauses as Nt, VersionFooter as O, useIpfsMetadata as Oa, useLoginWithOAuth$1 as Oi, useGenericDelegatorFeeEstimation as On, useUpdateTextRecord as Oo, addPrefix as Or, PrivyWalletProvider as Os, useThor$1 as Ot, FeatureAnnouncementCard as P, useWalletMetadata as Pa, useAccountModalOptions as Pi, estimateGas as Pn, Domain as Po, validate as Pr, VeChainKitContext as Ps, useTransferVET as Pt, ManageCustomTokenContent as Q, useGetTokenUsdPrice as Qa, SendTokenModalProvider as Qi, useEvents as Qn, useFetchAppInfo as Qo, isValidAddress as Qr, GasTokenInfo as Qs, getUpgradeRequiredQueryKey as Qt, ActionButton as R, useRoundXApps as Ra, useUpgradeSmartAccountModal as Ri, useCrossAppConnectionCache as Rn, useGetDomainsOfAddress as Ro, MinXNodeLevel as Rr, EnrichedLegalDocument as Rs, useSendTransaction as Rt, ModalFAQButton as S, getIpfsImage as Sa, notFoundImage as Si, useAccountImplementationAddress as Sn, useGetAvatarLegacy as So, MultipleClausesCallReturnType as Sr, ConnectModalContentsTypes as Ss, ThorClient$1 as St, BaseModal as T, useIpfsImageList as Ta, getAppHubAppsQueryKey as Ti, useAccountBalance as Tn, getResolverAddressQueryKey as To, executeCallClause as Tr, ColorModeSync as Ts, useMfaEnrollment as Tt, DisconnectConfirmContentProps as U, useMostVotedAppsInRound as Ua, useAccountCustomizationModal as Ui, useLocalStorage as Un, useClaimVeWorldSubdomain as Uo, gmNfts as Ur, DepositAccount as Us, getChainIdQueryKey as Ut, AccountModalContentTypes as V, MostVotedAppsInRoundReturnType as Va, useReceiveModal as Vi, useSyncableLocalStorage as Vn, buildVetDomainClauses as Vo, allNodeStrengthLevelToName as Vr, LegalDocumentType as Vs, getEventLogs as Vt, TermsAndPrivacyContent as W, getIsPersonQueryKey as Wa, FAQModalProvider as Wi, BuildClausesParams as Wn, getEnsRecordExistsQueryKey as Wo, xNodeToGMstartingLevel as Wr, EstimatedGas as Ws, useGetChainId as Wt, ChangeCurrencyContentProps as X, getTokenUsdPrice as Xa, SwapTokenModalProvider as Xi, decodeEventLog$1 as Xn, fetchPrivyAppInfo as Xo, compareAddresses as Xr, formatGasCost as Xs, useUpgradeRequiredForAccount as Xt, ChangeCurrencyContent as Y, SupportedToken as Ya, useExploreEcosystemModal as Yi, UseEventsParams as Yn, useFetchPrivyStatus as Yo, validateIpfsUri as Yr, calculateTotalCost as Ys, getUpgradeRequiredForAccountQueryKey as Yt, BridgeContent as Z, getTokenUsdPriceQueryKey as Za, useSwapTokenModal as Zi, getEventsKey as Zn, getPrivyAppInfoQueryKey as Zo, compareListOfAddresses as Zr, GasTokenEstimate as Zs, getUpgradeRequired as Zt, ModalNotificationButton as _, imageCompressionOptions as _a, TokenBalance as _c, VECHAIN_KIT_STORAGE_KEYS as _i, getCurrentAccountImplementationVersion as _n, WalletTokenBalance as _o, removeLocalStorageItem as _r, VeChainLoginButton as _s, SwapTokenContent as _t, useModal as a, useTransactionToast as aa, CURRENCY as ac, humanDomain as ai, useRefreshFactoryQueries as an, getCustomTokenBalanceQueryKey as ao, useCurrency as ar, SocialIcons as as, ProfileContentProps as at, AccountAvatar as b, IpfsImage as ba, VePassportUserStatus as bc, getENV as bi, getAccountImplementationAddress as bn, getAvatarLegacy as bo, setLocalStorageItem as br, MainContent as bs, SendTokenSummaryContent as bt, LegalDocumentsModal as c, AccountModalProvider as ca, CrossAppConnectionCache as cc, DEFAULT_GAS_TOKEN_PREFERENCES as ci, useIsSmartAccountDeployed as cn, useGetB3trBalance as co, useCallClause as cr, WalletDisplayVariant as cs, AccountCustomizationContentProps as ct, UpgradeSmartAccountModalContentsTypes as d, useConnectModal as da, ExecuteBatchWithAuthorizationSignData as dc, PrivyEcosystemApp as di, useHasV1SmartAccount as dn, useCurrentAllocationsRoundId as do, getDocumentTitle as dr, VeChainWithPrivyLoginButton as ds, ChooseNameSummaryContent as dt, ChooseNameModalProvider as ea, GasTokenSelection as ec, regexPattern as ei, SmartAccountReturnType as en, useGetErc20Balance as eo, useIsPWA as er, TransactionToast as es, AssetsContent as et, UpgradeSmartAccountModalStyle as f, useSwapQuotes as fa, ExecuteWithAuthorizationSignData as fc, SUPPORTED_GAS_TOKENS as fi, getAccountVersionQueryKey as fn, useTotalBalance as fo, getLocalStorageItem as fr, DappKitButton as fs, ChooseNameSummaryContentProps as ft, GasFeeSummary as g, compressImages as ga, SmartAccount as gc, VECHAIN_KIT_COOKIES_CONFIG as gi, useGetAccountAddress as gn, useTokenPrices as go, isOnline as gr, EcosystemButton as gs, ChooseNameContentProps as gt, GasFeeTokenSelector as h, UploadedImage as ha, PrivyLoginMethod as hc, TogglePassportCheck as hi, getAccountAddressQueryKey as hn, ExchangeRates as ho, isBrowser as hr, PrivyButton as hs, ChooseNameContent as ht, ModalProvider as i, TransactionToastProvider as ia, TextRecords as ic, humanAddress as ii, useRefreshSmartAccountQueries as in, TokenWithBalance as io, useCurrentLanguage as ir, TransactionModalProps as is, ProfileContent as it, CrossAppConnectionSecurityCard as j, XAppMetadata as ja, useSignMessage as ji, decodeRawTx as jn, useGetTextRecords as jo, isValid as jr, LegalDocument as js, BuildTransactionProps as jt, AddressDisplay as k, getXAppsSharesQueryKey as ka, useLoginWithPasskey$1 as ki, useGenericDelegatorFeeEstimationParams as kn, getTextRecords as ko, compare as kr, PrivyWalletProviderContextType as ks, txReceiptQueryKey as kt, LegalDocumentsModalContentsTypes as l, useAccountModal as la, ENSRecords as lc, DEFAULT_PRIVY_ECOSYSTEM_APPS as li, getHasV1SmartAccount as ln, useCustomTokens as lo, useMultipleClausesCall as lr, ConnectPopover as ls, CustomizationContent as lt, LoginLoadingModal as m, useSingleImageUpload as ma, PrivyAppInfo as mc, TOKEN_LOGO_COMPONENTS as mi, getAccountAddress as mn, useTokensWithValues as mo, hasNavigator as mr, LoginWithGoogleButton as ms, ChooseNameSearchContentProps as mt, getConfig as n, WalletModalProvider as na, TransactionSpeed as nc, formatTokenBalance as ni, getSmartAccountQueryKey as nn, getTokenInfo$1 as no, useFeatureAnnouncement as nr, ShareButtons as ns, UpgradeSmartAccountContent as nt, DAppKitWalletButton as o, TransactionModalProvider as oa, CURRENCY_SYMBOLS as oc, humanNumber as oi, getIsDeployed as on, useGetCustomTokenBalances as oo, getCallClauseQueryKey as or, WalletButton as os, CustomizationSummaryContent as ot, EcosystemModal as p, useSwapTransaction as pa, NFTMediaType as pc, TOKEN_LOGOS as pi, useGetAccountVersion as pn, TokenWithValue as po, getWindowOrigin as pr, PasskeyLoginButton as ps, ChooseNameSearchContent as pt, GasTokenSettingsContent as q, useGetVot3Balance as qa, useNotificationsModal as qi, useBuildClauses as qn, useVechainDomain as qo, toIPFSURL as qr, TransactionCost as qs, useUpgradeSmartAccount as qt, AccountModalOptions as r, useWalletModal as ra, ENS_TEXT_RECORDS as rc, getPicassoImage as ri, useSmartAccount as rn, useGetCustomTokenInfo as ro, useCurrentCurrency as rr, TransactionModal as rs, UpgradeSmartAccountContentProps as rt, LegalDocumentItem as s, useTransactionModal as sa, ConnectionSource as sc, isZero as si, getIsDeployedQueryKey as sn, getB3trBalanceQueryKey as so, getCallClauseQueryKeyWithArgs as sr, WalletButtonProps as ss, CustomizationSummaryContentProps as st, AppConfig as t, useChooseNameModal as ta, GasTokenType as tc, randomTransactionUser as ti, getSmartAccount as tn, getCustomTokenInfoQueryKey as to, useGetNodeUrl as tr, TransactionModalContent as ts, AssetsContentProps as tt, UpgradeSmartAccountModal as u, ConnectModalProvider as ua, EnhancedClause as uc, ENV as ui, getHasV1SmartAccountQueryKey as un, getCurrentAllocationsRoundIdQueryKey as uo, copyToClipboard as ur, LoginWithGithubButton as us, FAQContent as ut, TransactionButtonAndStatus as v, useUploadImages as va, TransactionStatus as vc, VECHAIN_KIT_TERMS_CONFIG as vi, getCurrentAccountImplementationVersionQueryKey as vn, useTokenBalances as vo, safeQuerySelector as vr, EmailLoginButton as vs, ReceiveTokenContent as vt, AssetButton as w, useIpfsImage as wa, fetchAppHubApps as wi, getAccountBalanceQueryKey as wn, useGetAvatarOfAddress as wo, buildCallClauses as wr, useLegalDocuments as ws, useDAppKitWalletModal as wt, ScrollToTopWrapper as x, MAX_IMAGE_SIZE as xa, Wallet as xc, getGenericDelegatorUrl as xi, getAccountImplementationAddressQueryKey as xn, getAvatarLegacyQueryKey as xo, MultipleClausesCallParameters as xr, ConnectModal as xs, SendTokenContent as xt, TransactionButtonAndStatusProps as y, useIpfsMetadatas as ya, TransactionStatusErrorType as yc, VECHAIN_PRIVY_APP_ID as yi, useCurrentAccountImplementationVersion as yn, useUnsetDomain as yo, safeWindowOpen as yr, ConnectionButton as ys, SelectTokenContent as yt, AccountDetailsButton as z, useRefreshMetadata as za, useLoginModalContent as zi, EcosystemShortcut as zn, getIsDomainProtectedQueryKey as zo, NodeStrengthLevelToImage as zr, LegalDocumentAgreement as zs, GetEventsProps as zt };
|
|
4051
|
+
//# sourceMappingURL=index-CX-PoQpp.d.mts.map
|