@matchain/matchid-sdk-react 0.1.53-alpha.7 → 0.1.53-alpha.9
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/icon/index.js +35 -0
- package/dist/assets/icon/index.js.map +1 -1
- package/dist/assets/icon/index.mjs +3 -1
- package/dist/{chunk-3USZ4ZZY.mjs → chunk-FKXS2XRG.mjs} +96 -2
- package/dist/chunk-FKXS2XRG.mjs.map +1 -0
- package/dist/{chunk-OCQ2AIM3.mjs → chunk-IZOOVZAD.mjs} +5 -5
- package/dist/chunk-IZOOVZAD.mjs.map +1 -0
- package/dist/{chunk-W7CCPGOT.mjs → chunk-NCVBLRAJ.mjs} +310 -123
- package/dist/chunk-NCVBLRAJ.mjs.map +1 -0
- package/dist/{chunk-AYMVU44P.mjs → chunk-X5HGL3ZX.mjs} +2 -2
- package/dist/components/index.js +625 -406
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +7 -5
- package/dist/hooks/api/index.js +209 -92
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +5 -5
- package/dist/hooks/index.js +274 -256
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +5 -5
- package/dist/index.css +9 -1
- package/dist/index.js +835 -524
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -10
- package/dist/ui/index.js +68 -65
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +2 -2
- package/dist/utils/index.js +4 -4
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/index.mjs +1 -1
- package/example/package.json +3 -1
- package/example/src/pages/Contact/index.tsx +89 -3
- package/package.json +1 -1
- package/dist/assets/icon/index.d.mts +0 -147
- package/dist/assets/icon/index.d.ts +0 -147
- package/dist/chunk-3USZ4ZZY.mjs.map +0 -1
- package/dist/chunk-OCQ2AIM3.mjs.map +0 -1
- package/dist/chunk-W7CCPGOT.mjs.map +0 -1
- package/dist/components/index.d.mts +0 -6
- package/dist/components/index.d.ts +0 -6
- package/dist/config/chains/index.d.mts +0 -2
- package/dist/config/chains/index.d.ts +0 -2
- package/dist/hooks/api/index.d.mts +0 -5
- package/dist/hooks/api/index.d.ts +0 -5
- package/dist/hooks/index.d.mts +0 -10
- package/dist/hooks/index.d.ts +0 -10
- package/dist/index-BIvPr81B.d.ts +0 -160
- package/dist/index-BXNFULAw.d.mts +0 -117
- package/dist/index-BkWS_v10.d.mts +0 -3324
- package/dist/index-C2-EMz0t.d.ts +0 -78
- package/dist/index-CZHjwqDb.d.ts +0 -26
- package/dist/index-DDCyj-Fl.d.ts +0 -117
- package/dist/index-DKFnMFMm.d.mts +0 -78
- package/dist/index-DXRGMAbv.d.mts +0 -83
- package/dist/index-DXRGMAbv.d.ts +0 -83
- package/dist/index-DYkN9eDY.d.mts +0 -26
- package/dist/index-TVbqpk9T.d.mts +0 -160
- package/dist/index-TsJwrYwh.d.mts +0 -67
- package/dist/index-tFT-63LO.d.ts +0 -3324
- package/dist/index-uhLehOUk.d.ts +0 -67
- package/dist/index.d.mts +0 -38
- package/dist/index.d.ts +0 -38
- package/dist/types/index.d.mts +0 -3
- package/dist/types/index.d.ts +0 -3
- package/dist/types-i_ugbm5B.d.mts +0 -429
- package/dist/types-i_ugbm5B.d.ts +0 -429
- package/dist/ui/index.d.mts +0 -7
- package/dist/ui/index.d.ts +0 -7
- package/dist/utils/index.d.mts +0 -28
- package/dist/utils/index.d.ts +0 -28
- /package/dist/{chunk-AYMVU44P.mjs.map → chunk-X5HGL3ZX.mjs.map} +0 -0
package/dist/index-C2-EMz0t.d.ts
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-CZHjwqDb.js';
|
|
2
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
-
import { w as DrawerProps, a3 as WalletPanelProps, Y as UIProps } from './types-i_ugbm5B.js';
|
|
4
|
-
import { Hash, Chain } from 'viem';
|
|
5
|
-
import React, { CSSProperties } from 'react';
|
|
6
|
-
|
|
7
|
-
declare function Drawer({ children, showClose, onClose, isOpen, title, zIndex, onBack }: DrawerProps): react_jsx_runtime.JSX.Element;
|
|
8
|
-
|
|
9
|
-
type HashPanelProps = {
|
|
10
|
-
hash?: Hash | null;
|
|
11
|
-
chain?: Chain | null;
|
|
12
|
-
isOpen: boolean;
|
|
13
|
-
onClose: () => void;
|
|
14
|
-
zIndex?: number;
|
|
15
|
-
};
|
|
16
|
-
declare function export_default(props: HashPanelProps): false | react_jsx_runtime.JSX.Element;
|
|
17
|
-
|
|
18
|
-
declare function ModalDrawer({ title, drawerTitleVisible, ...props }: WalletPanelProps): react_jsx_runtime.JSX.Element;
|
|
19
|
-
|
|
20
|
-
declare function Switch({ size, checked, loading, onChange, className, disabled, ...props }: {
|
|
21
|
-
size?: "default" | "sm";
|
|
22
|
-
checked?: boolean;
|
|
23
|
-
loading?: boolean;
|
|
24
|
-
disabled?: boolean;
|
|
25
|
-
onChange?: (checked: boolean) => void;
|
|
26
|
-
} & UIProps): react_jsx_runtime.JSX.Element;
|
|
27
|
-
|
|
28
|
-
declare function AlphaAvatar({ name, size, className, style }: {
|
|
29
|
-
name: string;
|
|
30
|
-
size?: number | "sm" | "default" | "lg";
|
|
31
|
-
} & UIProps): react_jsx_runtime.JSX.Element;
|
|
32
|
-
|
|
33
|
-
declare function Radio({ checked, onChange, size, color, className, style }: {
|
|
34
|
-
checked?: boolean;
|
|
35
|
-
onChange?: () => void;
|
|
36
|
-
size?: number;
|
|
37
|
-
color?: string;
|
|
38
|
-
className?: string;
|
|
39
|
-
style?: CSSProperties;
|
|
40
|
-
}): react_jsx_runtime.JSX.Element;
|
|
41
|
-
|
|
42
|
-
interface SkeletonProps {
|
|
43
|
-
style?: React.CSSProperties;
|
|
44
|
-
className?: string;
|
|
45
|
-
width?: string | number;
|
|
46
|
-
height?: string | number;
|
|
47
|
-
radius?: string | number;
|
|
48
|
-
loading?: boolean;
|
|
49
|
-
children?: React.ReactNode;
|
|
50
|
-
}
|
|
51
|
-
declare const Skeleton: React.FC<SkeletonProps>;
|
|
52
|
-
|
|
53
|
-
type TabsProps = {
|
|
54
|
-
tabs: string[];
|
|
55
|
-
activeTab: number;
|
|
56
|
-
setActiveTab: (tab: number) => void;
|
|
57
|
-
};
|
|
58
|
-
declare function Tabs(props: TabsProps): react_jsx_runtime.JSX.Element;
|
|
59
|
-
|
|
60
|
-
declare const index_AlphaAvatar: typeof AlphaAvatar;
|
|
61
|
-
declare const index_Button: typeof Button;
|
|
62
|
-
declare const index_Drawer: typeof Drawer;
|
|
63
|
-
declare const index_Field: typeof Field;
|
|
64
|
-
declare const index_Input: typeof Input;
|
|
65
|
-
declare const index_Modal: typeof Modal;
|
|
66
|
-
declare const index_ModalDrawer: typeof ModalDrawer;
|
|
67
|
-
declare const index_ModalWithHeader: typeof ModalWithHeader;
|
|
68
|
-
declare const index_Overlay: typeof Overlay;
|
|
69
|
-
declare const index_Popover: typeof Popover;
|
|
70
|
-
declare const index_Radio: typeof Radio;
|
|
71
|
-
declare const index_Skeleton: typeof Skeleton;
|
|
72
|
-
declare const index_Switch: typeof Switch;
|
|
73
|
-
declare const index_Tabs: typeof Tabs;
|
|
74
|
-
declare namespace index {
|
|
75
|
-
export { index_AlphaAvatar as AlphaAvatar, index_Button as Button, index_Drawer as Drawer, index_Field as Field, export_default as HashPanel, index_Input as Input, index_Modal as Modal, index_ModalDrawer as ModalDrawer, index_ModalWithHeader as ModalWithHeader, index_Overlay as Overlay, index_Popover as Popover, index_Radio as Radio, index_Skeleton as Skeleton, index_Switch as Switch, index_Tabs as Tabs };
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
export { AlphaAvatar as A, Drawer as D, ModalDrawer as M, Radio as R, Switch as S, Tabs as T, Skeleton as a, export_default as e, index as i };
|
package/dist/index-CZHjwqDb.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { ReactNode, PropsWithChildren } from 'react';
|
|
3
|
-
import { G as InputProps, B as ButtonProps, N as ModalProps, M as ModalWithHeaderProps, T as PopoverProps } from './types-i_ugbm5B.js';
|
|
4
|
-
|
|
5
|
-
declare function Field({ label, children, error, required, className }: {
|
|
6
|
-
label: ReactNode;
|
|
7
|
-
error?: ReactNode;
|
|
8
|
-
required?: boolean;
|
|
9
|
-
className?: string;
|
|
10
|
-
} & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
11
|
-
|
|
12
|
-
declare function Input({ onChange, type, after, className, ...props }: InputProps): react_jsx_runtime.JSX.Element;
|
|
13
|
-
|
|
14
|
-
declare function Button({ size, disabled, loading, children, onClick, highlight, block, type, rounded, className, style }: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
15
|
-
|
|
16
|
-
declare function Modal({ children, isOpen, width, zIndex, className }: ModalProps): react_jsx_runtime.JSX.Element;
|
|
17
|
-
declare function ModalWithHeader({ children, onBack, onClose, title, showBorder, showClose, ...props }: ModalWithHeaderProps): react_jsx_runtime.JSX.Element;
|
|
18
|
-
|
|
19
|
-
declare function Popover({ children, content, position, type, className, gap }: PopoverProps): false | "" | 0 | react_jsx_runtime.JSX.Element | null | undefined;
|
|
20
|
-
|
|
21
|
-
declare function Overlay({ isOpen, children, zIndex, }: {
|
|
22
|
-
isOpen?: boolean;
|
|
23
|
-
zIndex?: number;
|
|
24
|
-
} & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
25
|
-
|
|
26
|
-
export { Button as B, Field as F, Input as I, Modal as M, Overlay as O, Popover as P, ModalWithHeader as a };
|
package/dist/index-DDCyj-Fl.d.ts
DELETED
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { E as EmailModalProps, b as LoginBoxProps, B as ButtonProps, O as OtherLoginMethodType, R as RecommendLoginMethodType, c as WalletType, P as PopoverPositionType, d as PopoverTypeType, e as LoginPanelProps, f as LoginModalProps, M as ModalWithHeaderProps, g as WalletAssetMergeType, u as useMatchWalletAssetsProps } from './types-i_ugbm5B.js';
|
|
3
|
-
import { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-CZHjwqDb.js';
|
|
4
|
-
import { ReactNode } from 'react';
|
|
5
|
-
|
|
6
|
-
declare function EmailModal({ isOpen, width, onClose, onBack, onLogin }: EmailModalProps): react_jsx_runtime.JSX.Element;
|
|
7
|
-
|
|
8
|
-
declare function LoginBox({ recommendMethods, methods, walletMethods, inModal }: LoginBoxProps): react_jsx_runtime.JSX.Element;
|
|
9
|
-
|
|
10
|
-
declare function LoginButton({ loginRender, methods, recommendMethods, onLoginClick, popoverPosition, popoverType, popoverGap, walletMethods, ...props }: Omit<ButtonProps, 'onClick' | 'highlight'> & {
|
|
11
|
-
loginRender?: ReactNode;
|
|
12
|
-
methods?: OtherLoginMethodType[];
|
|
13
|
-
recommendMethods?: RecommendLoginMethodType[];
|
|
14
|
-
walletMethods?: WalletType[];
|
|
15
|
-
onLoginClick?: () => void;
|
|
16
|
-
popoverPosition?: PopoverPositionType;
|
|
17
|
-
popoverType?: PopoverTypeType;
|
|
18
|
-
popoverGap?: number | string;
|
|
19
|
-
}): react_jsx_runtime.JSX.Element;
|
|
20
|
-
|
|
21
|
-
declare function LoginPanel({ header, onClose, ...props }: LoginPanelProps): react_jsx_runtime.JSX.Element;
|
|
22
|
-
|
|
23
|
-
declare function LoginModal({ isOpen, width, ...props }: LoginModalProps): react_jsx_runtime.JSX.Element;
|
|
24
|
-
|
|
25
|
-
declare function UsernameModal({ title, isOpen, onSuccess, ...props }: ModalWithHeaderProps & {
|
|
26
|
-
onSuccess?: () => void;
|
|
27
|
-
}): react_jsx_runtime.JSX.Element;
|
|
28
|
-
|
|
29
|
-
type EVMModalProps = ModalWithHeaderProps & {
|
|
30
|
-
type?: 'login' | 'bind' | '';
|
|
31
|
-
onSuccess?: () => void;
|
|
32
|
-
};
|
|
33
|
-
declare function EVMModal(props: EVMModalProps): false | react_jsx_runtime.JSX.Element;
|
|
34
|
-
|
|
35
|
-
type TRONConnectModalProps = ModalWithHeaderProps & {
|
|
36
|
-
type?: 'login' | 'bind' | '';
|
|
37
|
-
onSuccess?: () => void;
|
|
38
|
-
};
|
|
39
|
-
declare function TRONModal(props: TRONConnectModalProps): false | react_jsx_runtime.JSX.Element;
|
|
40
|
-
|
|
41
|
-
type TonModalProps = ModalWithHeaderProps & {
|
|
42
|
-
type?: 'login' | 'bind' | '';
|
|
43
|
-
onSuccess?: () => void;
|
|
44
|
-
};
|
|
45
|
-
declare function TONModal(props: TonModalProps): false | react_jsx_runtime.JSX.Element;
|
|
46
|
-
|
|
47
|
-
type BTCConnectModalProps = ModalWithHeaderProps & {
|
|
48
|
-
type?: 'login' | 'bind' | '';
|
|
49
|
-
onSuccess?: () => void;
|
|
50
|
-
};
|
|
51
|
-
declare function BTCModal(props: BTCConnectModalProps): false | react_jsx_runtime.JSX.Element;
|
|
52
|
-
|
|
53
|
-
type WalletModalProps = ModalWithHeaderProps & {
|
|
54
|
-
type?: 'login' | 'bind' | '';
|
|
55
|
-
methods?: WalletType[];
|
|
56
|
-
};
|
|
57
|
-
declare function WalletModal(props: WalletModalProps): false | react_jsx_runtime.JSX.Element;
|
|
58
|
-
|
|
59
|
-
declare function WalletAsset({ onAssetClick, matchWalletAssetsOptions }: {
|
|
60
|
-
onAssetClick?: (asset: WalletAssetMergeType) => () => void;
|
|
61
|
-
matchWalletAssetsOptions?: useMatchWalletAssetsProps;
|
|
62
|
-
}): react_jsx_runtime.JSX.Element;
|
|
63
|
-
|
|
64
|
-
declare function TokenDetail({ onClose, token }: {
|
|
65
|
-
onClose: () => void;
|
|
66
|
-
token: WalletAssetMergeType;
|
|
67
|
-
}): react_jsx_runtime.JSX.Element;
|
|
68
|
-
|
|
69
|
-
declare function TokenSend({ onClose, zIndex, token, onBack }: {
|
|
70
|
-
onBack: () => void;
|
|
71
|
-
onClose: () => void;
|
|
72
|
-
zIndex: number;
|
|
73
|
-
token: WalletAssetMergeType;
|
|
74
|
-
}): react_jsx_runtime.JSX.Element;
|
|
75
|
-
|
|
76
|
-
declare function TokenSendList({ close }: {
|
|
77
|
-
close: () => void;
|
|
78
|
-
}): react_jsx_runtime.JSX.Element;
|
|
79
|
-
|
|
80
|
-
declare function TransactionList({ scrollableTarget }: {
|
|
81
|
-
scrollableTarget?: ReactNode;
|
|
82
|
-
}): react_jsx_runtime.JSX.Element;
|
|
83
|
-
|
|
84
|
-
declare function ContactList({ height, type }: {
|
|
85
|
-
height?: number;
|
|
86
|
-
type?: "Friend" | "Requests";
|
|
87
|
-
}): react_jsx_runtime.JSX.Element;
|
|
88
|
-
|
|
89
|
-
declare const index_BTCModal: typeof BTCModal;
|
|
90
|
-
declare const index_Button: typeof Button;
|
|
91
|
-
declare const index_ContactList: typeof ContactList;
|
|
92
|
-
declare const index_EVMModal: typeof EVMModal;
|
|
93
|
-
declare const index_EmailModal: typeof EmailModal;
|
|
94
|
-
declare const index_Field: typeof Field;
|
|
95
|
-
declare const index_Input: typeof Input;
|
|
96
|
-
declare const index_LoginBox: typeof LoginBox;
|
|
97
|
-
declare const index_LoginButton: typeof LoginButton;
|
|
98
|
-
declare const index_LoginModal: typeof LoginModal;
|
|
99
|
-
declare const index_LoginPanel: typeof LoginPanel;
|
|
100
|
-
declare const index_Modal: typeof Modal;
|
|
101
|
-
declare const index_ModalWithHeader: typeof ModalWithHeader;
|
|
102
|
-
declare const index_Overlay: typeof Overlay;
|
|
103
|
-
declare const index_Popover: typeof Popover;
|
|
104
|
-
declare const index_TONModal: typeof TONModal;
|
|
105
|
-
declare const index_TRONModal: typeof TRONModal;
|
|
106
|
-
declare const index_TokenDetail: typeof TokenDetail;
|
|
107
|
-
declare const index_TokenSend: typeof TokenSend;
|
|
108
|
-
declare const index_TokenSendList: typeof TokenSendList;
|
|
109
|
-
declare const index_TransactionList: typeof TransactionList;
|
|
110
|
-
declare const index_UsernameModal: typeof UsernameModal;
|
|
111
|
-
declare const index_WalletAsset: typeof WalletAsset;
|
|
112
|
-
declare const index_WalletModal: typeof WalletModal;
|
|
113
|
-
declare namespace index {
|
|
114
|
-
export { index_BTCModal as BTCModal, index_Button as Button, index_ContactList as ContactList, index_EVMModal as EVMModal, index_EmailModal as EmailModal, index_Field as Field, index_Input as Input, index_LoginBox as LoginBox, index_LoginButton as LoginButton, index_LoginModal as LoginModal, index_LoginPanel as LoginPanel, index_Modal as Modal, index_ModalWithHeader as ModalWithHeader, index_Overlay as Overlay, index_Popover as Popover, index_TONModal as TONModal, index_TRONModal as TRONModal, index_TokenDetail as TokenDetail, index_TokenSend as TokenSend, index_TokenSendList as TokenSendList, index_TransactionList as TransactionList, index_UsernameModal as UsernameModal, index_WalletAsset as WalletAsset, index_WalletModal as WalletModal };
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
export { BTCModal as B, ContactList as C, EmailModal as E, LoginBox as L, TRONModal as T, UsernameModal as U, WalletModal as W, LoginButton as a, LoginPanel as b, LoginModal as c, EVMModal as d, TONModal as e, WalletAsset as f, TokenDetail as g, TokenSend as h, index as i, TokenSendList as j, TransactionList as k };
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-DYkN9eDY.mjs';
|
|
2
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
-
import { w as DrawerProps, a3 as WalletPanelProps, Y as UIProps } from './types-i_ugbm5B.mjs';
|
|
4
|
-
import { Hash, Chain } from 'viem';
|
|
5
|
-
import React, { CSSProperties } from 'react';
|
|
6
|
-
|
|
7
|
-
declare function Drawer({ children, showClose, onClose, isOpen, title, zIndex, onBack }: DrawerProps): react_jsx_runtime.JSX.Element;
|
|
8
|
-
|
|
9
|
-
type HashPanelProps = {
|
|
10
|
-
hash?: Hash | null;
|
|
11
|
-
chain?: Chain | null;
|
|
12
|
-
isOpen: boolean;
|
|
13
|
-
onClose: () => void;
|
|
14
|
-
zIndex?: number;
|
|
15
|
-
};
|
|
16
|
-
declare function export_default(props: HashPanelProps): false | react_jsx_runtime.JSX.Element;
|
|
17
|
-
|
|
18
|
-
declare function ModalDrawer({ title, drawerTitleVisible, ...props }: WalletPanelProps): react_jsx_runtime.JSX.Element;
|
|
19
|
-
|
|
20
|
-
declare function Switch({ size, checked, loading, onChange, className, disabled, ...props }: {
|
|
21
|
-
size?: "default" | "sm";
|
|
22
|
-
checked?: boolean;
|
|
23
|
-
loading?: boolean;
|
|
24
|
-
disabled?: boolean;
|
|
25
|
-
onChange?: (checked: boolean) => void;
|
|
26
|
-
} & UIProps): react_jsx_runtime.JSX.Element;
|
|
27
|
-
|
|
28
|
-
declare function AlphaAvatar({ name, size, className, style }: {
|
|
29
|
-
name: string;
|
|
30
|
-
size?: number | "sm" | "default" | "lg";
|
|
31
|
-
} & UIProps): react_jsx_runtime.JSX.Element;
|
|
32
|
-
|
|
33
|
-
declare function Radio({ checked, onChange, size, color, className, style }: {
|
|
34
|
-
checked?: boolean;
|
|
35
|
-
onChange?: () => void;
|
|
36
|
-
size?: number;
|
|
37
|
-
color?: string;
|
|
38
|
-
className?: string;
|
|
39
|
-
style?: CSSProperties;
|
|
40
|
-
}): react_jsx_runtime.JSX.Element;
|
|
41
|
-
|
|
42
|
-
interface SkeletonProps {
|
|
43
|
-
style?: React.CSSProperties;
|
|
44
|
-
className?: string;
|
|
45
|
-
width?: string | number;
|
|
46
|
-
height?: string | number;
|
|
47
|
-
radius?: string | number;
|
|
48
|
-
loading?: boolean;
|
|
49
|
-
children?: React.ReactNode;
|
|
50
|
-
}
|
|
51
|
-
declare const Skeleton: React.FC<SkeletonProps>;
|
|
52
|
-
|
|
53
|
-
type TabsProps = {
|
|
54
|
-
tabs: string[];
|
|
55
|
-
activeTab: number;
|
|
56
|
-
setActiveTab: (tab: number) => void;
|
|
57
|
-
};
|
|
58
|
-
declare function Tabs(props: TabsProps): react_jsx_runtime.JSX.Element;
|
|
59
|
-
|
|
60
|
-
declare const index_AlphaAvatar: typeof AlphaAvatar;
|
|
61
|
-
declare const index_Button: typeof Button;
|
|
62
|
-
declare const index_Drawer: typeof Drawer;
|
|
63
|
-
declare const index_Field: typeof Field;
|
|
64
|
-
declare const index_Input: typeof Input;
|
|
65
|
-
declare const index_Modal: typeof Modal;
|
|
66
|
-
declare const index_ModalDrawer: typeof ModalDrawer;
|
|
67
|
-
declare const index_ModalWithHeader: typeof ModalWithHeader;
|
|
68
|
-
declare const index_Overlay: typeof Overlay;
|
|
69
|
-
declare const index_Popover: typeof Popover;
|
|
70
|
-
declare const index_Radio: typeof Radio;
|
|
71
|
-
declare const index_Skeleton: typeof Skeleton;
|
|
72
|
-
declare const index_Switch: typeof Switch;
|
|
73
|
-
declare const index_Tabs: typeof Tabs;
|
|
74
|
-
declare namespace index {
|
|
75
|
-
export { index_AlphaAvatar as AlphaAvatar, index_Button as Button, index_Drawer as Drawer, index_Field as Field, export_default as HashPanel, index_Input as Input, index_Modal as Modal, index_ModalDrawer as ModalDrawer, index_ModalWithHeader as ModalWithHeader, index_Overlay as Overlay, index_Popover as Popover, index_Radio as Radio, index_Skeleton as Skeleton, index_Switch as Switch, index_Tabs as Tabs };
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
export { AlphaAvatar as A, Drawer as D, ModalDrawer as M, Radio as R, Switch as S, Tabs as T, Skeleton as a, export_default as e, index as i };
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import * as viem from 'viem';
|
|
2
|
-
|
|
3
|
-
declare const matchMain: {
|
|
4
|
-
blockExplorers: {
|
|
5
|
-
readonly default: {
|
|
6
|
-
readonly name: "Matchscan";
|
|
7
|
-
readonly url: "https://matchscan.io/";
|
|
8
|
-
readonly apiUrl: "https://matchscan.io/api";
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
contracts: {
|
|
12
|
-
readonly multicall3: {
|
|
13
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
id: 698;
|
|
17
|
-
name: "Matchain";
|
|
18
|
-
nativeCurrency: {
|
|
19
|
-
readonly name: "Match Coin";
|
|
20
|
-
readonly symbol: "BNB";
|
|
21
|
-
readonly decimals: 18;
|
|
22
|
-
};
|
|
23
|
-
rpcUrls: {
|
|
24
|
-
readonly default: {
|
|
25
|
-
readonly http: readonly ["https://rpc.matchain.io"];
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
sourceId?: number | undefined;
|
|
29
|
-
testnet?: boolean | undefined;
|
|
30
|
-
custom?: Record<string, unknown> | undefined;
|
|
31
|
-
fees?: viem.ChainFees<undefined> | undefined;
|
|
32
|
-
formatters?: undefined;
|
|
33
|
-
serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
|
|
34
|
-
readonly iconUrl: "https://matchscan.io/static/identicon_logos/blockies.png";
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
declare const matchTest: {
|
|
38
|
-
blockExplorers: {
|
|
39
|
-
readonly default: {
|
|
40
|
-
readonly name: "Matchscan";
|
|
41
|
-
readonly url: "https://testnet.matchscan.io/";
|
|
42
|
-
readonly apiUrl: "https://testnet.matchscan.io/api";
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
contracts: {
|
|
46
|
-
readonly multicall3: {
|
|
47
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
48
|
-
readonly blockCreated: 751532;
|
|
49
|
-
};
|
|
50
|
-
readonly ensRegistry: {
|
|
51
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
52
|
-
};
|
|
53
|
-
readonly ensUniversalResolver: {
|
|
54
|
-
readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
|
|
55
|
-
readonly blockCreated: 5317080;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
id: 699;
|
|
59
|
-
name: "MatchTest";
|
|
60
|
-
nativeCurrency: {
|
|
61
|
-
readonly name: "Match Coin";
|
|
62
|
-
readonly symbol: "BNB";
|
|
63
|
-
readonly decimals: 18;
|
|
64
|
-
};
|
|
65
|
-
rpcUrls: {
|
|
66
|
-
readonly default: {
|
|
67
|
-
readonly http: readonly ["https://testnet-rpc.matchain.io"];
|
|
68
|
-
};
|
|
69
|
-
};
|
|
70
|
-
sourceId?: number | undefined;
|
|
71
|
-
testnet?: boolean | undefined;
|
|
72
|
-
custom?: Record<string, unknown> | undefined;
|
|
73
|
-
fees?: viem.ChainFees<undefined> | undefined;
|
|
74
|
-
formatters?: undefined;
|
|
75
|
-
serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
|
|
76
|
-
readonly iconUrl: "https://testnet.matchscan.io/static/identicon_logos/blockies.png";
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
declare namespace index {
|
|
80
|
-
export { matchMain as MatchMain, matchTest as MatchTest };
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
export { matchTest as a, index as i, matchMain as m };
|
package/dist/index-DXRGMAbv.d.ts
DELETED
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import * as viem from 'viem';
|
|
2
|
-
|
|
3
|
-
declare const matchMain: {
|
|
4
|
-
blockExplorers: {
|
|
5
|
-
readonly default: {
|
|
6
|
-
readonly name: "Matchscan";
|
|
7
|
-
readonly url: "https://matchscan.io/";
|
|
8
|
-
readonly apiUrl: "https://matchscan.io/api";
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
contracts: {
|
|
12
|
-
readonly multicall3: {
|
|
13
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
id: 698;
|
|
17
|
-
name: "Matchain";
|
|
18
|
-
nativeCurrency: {
|
|
19
|
-
readonly name: "Match Coin";
|
|
20
|
-
readonly symbol: "BNB";
|
|
21
|
-
readonly decimals: 18;
|
|
22
|
-
};
|
|
23
|
-
rpcUrls: {
|
|
24
|
-
readonly default: {
|
|
25
|
-
readonly http: readonly ["https://rpc.matchain.io"];
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
sourceId?: number | undefined;
|
|
29
|
-
testnet?: boolean | undefined;
|
|
30
|
-
custom?: Record<string, unknown> | undefined;
|
|
31
|
-
fees?: viem.ChainFees<undefined> | undefined;
|
|
32
|
-
formatters?: undefined;
|
|
33
|
-
serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
|
|
34
|
-
readonly iconUrl: "https://matchscan.io/static/identicon_logos/blockies.png";
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
declare const matchTest: {
|
|
38
|
-
blockExplorers: {
|
|
39
|
-
readonly default: {
|
|
40
|
-
readonly name: "Matchscan";
|
|
41
|
-
readonly url: "https://testnet.matchscan.io/";
|
|
42
|
-
readonly apiUrl: "https://testnet.matchscan.io/api";
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
contracts: {
|
|
46
|
-
readonly multicall3: {
|
|
47
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
48
|
-
readonly blockCreated: 751532;
|
|
49
|
-
};
|
|
50
|
-
readonly ensRegistry: {
|
|
51
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
52
|
-
};
|
|
53
|
-
readonly ensUniversalResolver: {
|
|
54
|
-
readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
|
|
55
|
-
readonly blockCreated: 5317080;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
id: 699;
|
|
59
|
-
name: "MatchTest";
|
|
60
|
-
nativeCurrency: {
|
|
61
|
-
readonly name: "Match Coin";
|
|
62
|
-
readonly symbol: "BNB";
|
|
63
|
-
readonly decimals: 18;
|
|
64
|
-
};
|
|
65
|
-
rpcUrls: {
|
|
66
|
-
readonly default: {
|
|
67
|
-
readonly http: readonly ["https://testnet-rpc.matchain.io"];
|
|
68
|
-
};
|
|
69
|
-
};
|
|
70
|
-
sourceId?: number | undefined;
|
|
71
|
-
testnet?: boolean | undefined;
|
|
72
|
-
custom?: Record<string, unknown> | undefined;
|
|
73
|
-
fees?: viem.ChainFees<undefined> | undefined;
|
|
74
|
-
formatters?: undefined;
|
|
75
|
-
serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
|
|
76
|
-
readonly iconUrl: "https://testnet.matchscan.io/static/identicon_logos/blockies.png";
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
declare namespace index {
|
|
80
|
-
export { matchMain as MatchMain, matchTest as MatchTest };
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
export { matchTest as a, index as i, matchMain as m };
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { ReactNode, PropsWithChildren } from 'react';
|
|
3
|
-
import { G as InputProps, B as ButtonProps, N as ModalProps, M as ModalWithHeaderProps, T as PopoverProps } from './types-i_ugbm5B.mjs';
|
|
4
|
-
|
|
5
|
-
declare function Field({ label, children, error, required, className }: {
|
|
6
|
-
label: ReactNode;
|
|
7
|
-
error?: ReactNode;
|
|
8
|
-
required?: boolean;
|
|
9
|
-
className?: string;
|
|
10
|
-
} & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
11
|
-
|
|
12
|
-
declare function Input({ onChange, type, after, className, ...props }: InputProps): react_jsx_runtime.JSX.Element;
|
|
13
|
-
|
|
14
|
-
declare function Button({ size, disabled, loading, children, onClick, highlight, block, type, rounded, className, style }: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
15
|
-
|
|
16
|
-
declare function Modal({ children, isOpen, width, zIndex, className }: ModalProps): react_jsx_runtime.JSX.Element;
|
|
17
|
-
declare function ModalWithHeader({ children, onBack, onClose, title, showBorder, showClose, ...props }: ModalWithHeaderProps): react_jsx_runtime.JSX.Element;
|
|
18
|
-
|
|
19
|
-
declare function Popover({ children, content, position, type, className, gap }: PopoverProps): false | "" | 0 | react_jsx_runtime.JSX.Element | null | undefined;
|
|
20
|
-
|
|
21
|
-
declare function Overlay({ isOpen, children, zIndex, }: {
|
|
22
|
-
isOpen?: boolean;
|
|
23
|
-
zIndex?: number;
|
|
24
|
-
} & PropsWithChildren): react_jsx_runtime.JSX.Element;
|
|
25
|
-
|
|
26
|
-
export { Button as B, Field as F, Input as I, Modal as M, Overlay as O, Popover as P, ModalWithHeader as a };
|
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
2
|
-
import { UseQueryOptions } from '@tanstack/react-query/src/types';
|
|
3
|
-
import { S as PohZkpassParams, m as UserTransactionType, _ as UserTransactionNextPageParams, a0 as WalletAssetType, K as MetaPageType, s as BindItemType, r as BindInfoType, Q as PohItemType, U as UserChainType, o as UserAssetToken, n as UserImportTokenType, a1 as WalletChainType, a2 as WalletNFTType, v as ContactType } from './types-i_ugbm5B.mjs';
|
|
4
|
-
|
|
5
|
-
declare const isSuccess: (res: {
|
|
6
|
-
code: number;
|
|
7
|
-
message: string;
|
|
8
|
-
data?: any;
|
|
9
|
-
}) => boolean;
|
|
10
|
-
interface MyResponseType<T> {
|
|
11
|
-
code: number;
|
|
12
|
-
data: T;
|
|
13
|
-
message: string;
|
|
14
|
-
success: boolean;
|
|
15
|
-
fail: boolean;
|
|
16
|
-
result: T;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
declare const bindCexApi: (data: {
|
|
20
|
-
cex: string;
|
|
21
|
-
api_key: string;
|
|
22
|
-
api_secret: string;
|
|
23
|
-
api_passphrase?: string;
|
|
24
|
-
}) => Promise<MyResponseType<any>>;
|
|
25
|
-
declare const unBindApi: ({ type }: {
|
|
26
|
-
type: string;
|
|
27
|
-
}) => Promise<MyResponseType<any>>;
|
|
28
|
-
declare const unBindWalletApi: ({ address }: {
|
|
29
|
-
address: string;
|
|
30
|
-
}) => Promise<MyResponseType<any>>;
|
|
31
|
-
declare const verifyPohApi: ({ taskId, schemaId, publicFields, allocatorAddress, publicFieldsHash, allocatorSignature, uHash, validatorAddress, validatorSignature }: PohZkpassParams) => Promise<MyResponseType<any>>;
|
|
32
|
-
declare const chooseIdentityApi: ({ identity }: {
|
|
33
|
-
identity: string;
|
|
34
|
-
}) => Promise<MyResponseType<any>>;
|
|
35
|
-
declare const mintPassportNftApi: () => Promise<MyResponseType<any>>;
|
|
36
|
-
declare const userImportTokenApi: (data: {
|
|
37
|
-
chain_id: string;
|
|
38
|
-
symbol: string;
|
|
39
|
-
address: string;
|
|
40
|
-
decimals: string;
|
|
41
|
-
}) => Promise<MyResponseType<any>>;
|
|
42
|
-
declare const getUserWalletTransactionsApi: (data: {
|
|
43
|
-
address?: string;
|
|
44
|
-
chain_id: string;
|
|
45
|
-
page?: string;
|
|
46
|
-
block_number?: number;
|
|
47
|
-
index?: number;
|
|
48
|
-
items_count?: number;
|
|
49
|
-
}) => Promise<MyResponseType<{
|
|
50
|
-
transactions: UserTransactionType[];
|
|
51
|
-
next_page_params: UserTransactionNextPageParams;
|
|
52
|
-
}>>;
|
|
53
|
-
declare const getWalletAssetListApi: (data: {
|
|
54
|
-
chain_id: string;
|
|
55
|
-
address: string;
|
|
56
|
-
}) => Promise<MyResponseType<{
|
|
57
|
-
asset_list: WalletAssetType[];
|
|
58
|
-
asset_total_balance: string;
|
|
59
|
-
}>>;
|
|
60
|
-
declare const getWalletListApi: (data: {
|
|
61
|
-
page: number;
|
|
62
|
-
page_size: number;
|
|
63
|
-
}) => Promise<MyResponseType<MetaPageType<{
|
|
64
|
-
wallet_list: {
|
|
65
|
-
address: string;
|
|
66
|
-
chain_network: string;
|
|
67
|
-
}[];
|
|
68
|
-
mpc_address: string;
|
|
69
|
-
}>>>;
|
|
70
|
-
|
|
71
|
-
declare function useBindList(options?: Partial<Omit<UseQueryOptions<BindItemType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<BindItemType[], Error>;
|
|
72
|
-
declare function useBindInfo(options?: Partial<Omit<UseQueryOptions<BindInfoType>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<BindInfoType, Error>;
|
|
73
|
-
|
|
74
|
-
declare const bind_bindCexApi: typeof bindCexApi;
|
|
75
|
-
declare const bind_unBindApi: typeof unBindApi;
|
|
76
|
-
declare const bind_unBindWalletApi: typeof unBindWalletApi;
|
|
77
|
-
declare const bind_useBindInfo: typeof useBindInfo;
|
|
78
|
-
declare const bind_useBindList: typeof useBindList;
|
|
79
|
-
declare namespace bind {
|
|
80
|
-
export { bind_bindCexApi as bindCexApi, bind_unBindApi as unBindApi, bind_unBindWalletApi as unBindWalletApi, bind_useBindInfo as useBindInfo, bind_useBindList as useBindList };
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
declare function usePohList(options?: Partial<Omit<UseQueryOptions<PohItemType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<PohItemType[], Error>;
|
|
84
|
-
|
|
85
|
-
declare const poh_usePohList: typeof usePohList;
|
|
86
|
-
declare const poh_verifyPohApi: typeof verifyPohApi;
|
|
87
|
-
declare namespace poh {
|
|
88
|
-
export { poh_usePohList as usePohList, poh_verifyPohApi as verifyPohApi };
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
declare const user_chooseIdentityApi: typeof chooseIdentityApi;
|
|
92
|
-
declare const user_mintPassportNftApi: typeof mintPassportNftApi;
|
|
93
|
-
declare namespace user {
|
|
94
|
-
export { user_chooseIdentityApi as chooseIdentityApi, user_mintPassportNftApi as mintPassportNftApi };
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
declare function useChainListQuery(options?: Partial<Omit<UseQueryOptions<UserChainType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<UserChainType[], Error>;
|
|
98
|
-
declare function useAssetListQuery({ chainId, ...options }: {
|
|
99
|
-
chainId: number;
|
|
100
|
-
} & Partial<Omit<UseQueryOptions<UserAssetToken[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<UserAssetToken[], Error>;
|
|
101
|
-
declare const USER_IMPORT_TOKEN_LIST_KEY = "match-user-import-token-list";
|
|
102
|
-
declare function useImportTokenListQuery({ chainId, ...options }: {
|
|
103
|
-
chainId: number;
|
|
104
|
-
} & Partial<Omit<UseQueryOptions<UserImportTokenType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<UserImportTokenType[], Error>;
|
|
105
|
-
declare function useWalletChainListQuery(options?: Partial<Omit<UseQueryOptions<WalletChainType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<WalletChainType[], Error>;
|
|
106
|
-
declare function useWalletNftListQuery({ chainId, address, ...options }: {
|
|
107
|
-
chainId: string;
|
|
108
|
-
address: string;
|
|
109
|
-
} & Partial<Omit<UseQueryOptions<WalletNFTType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<WalletNFTType[], Error>;
|
|
110
|
-
declare function useWalletAssetListQuery({ chainId, address, ...options }: {
|
|
111
|
-
chainId: string;
|
|
112
|
-
address: string;
|
|
113
|
-
} & Partial<Omit<UseQueryOptions<{
|
|
114
|
-
asset_list: WalletAssetType[];
|
|
115
|
-
asset_total_balance: string;
|
|
116
|
-
} | null>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<{
|
|
117
|
-
asset_list: WalletAssetType[];
|
|
118
|
-
asset_total_balance: string;
|
|
119
|
-
} | null, Error>;
|
|
120
|
-
|
|
121
|
-
declare const wallet_USER_IMPORT_TOKEN_LIST_KEY: typeof USER_IMPORT_TOKEN_LIST_KEY;
|
|
122
|
-
declare const wallet_getUserWalletTransactionsApi: typeof getUserWalletTransactionsApi;
|
|
123
|
-
declare const wallet_getWalletAssetListApi: typeof getWalletAssetListApi;
|
|
124
|
-
declare const wallet_getWalletListApi: typeof getWalletListApi;
|
|
125
|
-
declare const wallet_useAssetListQuery: typeof useAssetListQuery;
|
|
126
|
-
declare const wallet_useChainListQuery: typeof useChainListQuery;
|
|
127
|
-
declare const wallet_useImportTokenListQuery: typeof useImportTokenListQuery;
|
|
128
|
-
declare const wallet_useWalletAssetListQuery: typeof useWalletAssetListQuery;
|
|
129
|
-
declare const wallet_useWalletChainListQuery: typeof useWalletChainListQuery;
|
|
130
|
-
declare const wallet_useWalletNftListQuery: typeof useWalletNftListQuery;
|
|
131
|
-
declare const wallet_userImportTokenApi: typeof userImportTokenApi;
|
|
132
|
-
declare namespace wallet {
|
|
133
|
-
export { wallet_USER_IMPORT_TOKEN_LIST_KEY as USER_IMPORT_TOKEN_LIST_KEY, wallet_getUserWalletTransactionsApi as getUserWalletTransactionsApi, wallet_getWalletAssetListApi as getWalletAssetListApi, wallet_getWalletListApi as getWalletListApi, wallet_useAssetListQuery as useAssetListQuery, wallet_useChainListQuery as useChainListQuery, wallet_useImportTokenListQuery as useImportTokenListQuery, wallet_useWalletAssetListQuery as useWalletAssetListQuery, wallet_useWalletChainListQuery as useWalletChainListQuery, wallet_useWalletNftListQuery as useWalletNftListQuery, wallet_userImportTokenApi as userImportTokenApi };
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
declare function useContactList(page_size?: number, type?: "Friend" | "Requests"): {
|
|
137
|
-
data: ContactType[];
|
|
138
|
-
totalCount: number;
|
|
139
|
-
loading: boolean;
|
|
140
|
-
loadingNextPage: boolean;
|
|
141
|
-
hasNextPage: boolean;
|
|
142
|
-
onLoadMore: (options?: _tanstack_react_query.FetchNextPageOptions) => Promise<_tanstack_react_query.InfiniteQueryObserverResult<_tanstack_react_query.InfiniteData<MetaPageType<ContactType>, unknown>, Error>>;
|
|
143
|
-
};
|
|
144
|
-
|
|
145
|
-
declare const contact_useContactList: typeof useContactList;
|
|
146
|
-
declare namespace contact {
|
|
147
|
-
export { contact_useContactList as useContactList };
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
declare const index_bind: typeof bind;
|
|
151
|
-
declare const index_contact: typeof contact;
|
|
152
|
-
declare const index_isSuccess: typeof isSuccess;
|
|
153
|
-
declare const index_poh: typeof poh;
|
|
154
|
-
declare const index_user: typeof user;
|
|
155
|
-
declare const index_wallet: typeof wallet;
|
|
156
|
-
declare namespace index {
|
|
157
|
-
export { index_bind as bind, index_contact as contact, index_isSuccess as isSuccess, index_poh as poh, index_user as user, index_wallet as wallet };
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
export { isSuccess as a, bind as b, contact as c, index as i, poh as p, user as u, wallet as w };
|