Using the useJustAuth Hook
Overview
How to Use
import { useJustAuth } from 'just-tron-auth';const { isAuthenticated, userEmail, userAddress, openAuthModal, logout, signMessage, signTransaction, exportPrivateKey } = useJustAuth();
Returned Values
Last updated