Send transactions from your wallet
wallets:transactions.create
import { useWallet, SolanaWallet } from '@crossmint/client-sdk-react-ui'; const { wallet } = useWallet(); const solanaWallet = SolanaWallet.from(wallet); const { hash, explorerLink } = await solanaWallet.sendTransaction({ transaction: versionedTransaction, additionalSigners: additionalSigners, });
Was this page helpful?