A hook that returns the active wallet
import { useActiveWallet } from "thirdweb/react"; const wallet = useActiveWallet();
The active Wallet or undefined if no active wallet is set.
Wallet
undefined