@binance/fingerprint
Version:
binance web fingerprint
12 lines (11 loc) • 506 B
TypeScript
export declare const saveCurrentDeviceId: () => void;
export declare const getFpInfo: () => void;
export declare const getInfo: () => void;
export declare const getInfoPromise: () => void;
export declare const setUserEmail: () => void;
export declare const getUserEmail: () => string;
export declare const saveCurrentDeviceIdNew: () => void;
export declare const getInfoNew: () => void;
export declare const getFpInfoPromise: () => void;
export declare const getFPInfo: () => void;
export default getInfo;