UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

11 lines 586 B
export declare const useGetLoginInfo: () => { isLoggedIn: boolean; loginMethod: import("../../types").LoginMethodsEnum; walletConnectLogin: import("../../reduxStore/slices").WalletConnectLoginType | null; ledgerLogin: import("../../reduxStore/slices").LedgerLoginType | null; tokenLogin: import("../../types").TokenLoginType | null; walletLogin: import("../../reduxStore/slices").LoginInfoType | null; extensionLogin: import("../../reduxStore/slices").LoginInfoType | null; isLoginSessionInvalid: boolean; }; //# sourceMappingURL=useGetLoginInfo.d.ts.map