React
import { useWalletOptions } from "@dynamic-labs/sdk-react-core"; // component setup etc. const { selectWalletOption } = useWalletOptions(); const connectWithWallet = async (walletKey) => { return await selectWalletOption(walletKey) }
walletOptions
Was this page helpful?