Skip to main content
The useParaSolanaSigner hook returns a Solana signer for the user’s Solana wallet. It supports both embedded Para wallets and external wallets. If the user has multiple Solana wallets, pass address or walletId to select one. When omitted, the active wallet is used automatically.
Requires @getpara/solana-signers-v2-integration as a peer dependency.
Use the companion mutation hook useParaSolanaSignAndSend to sign and send transactions.

Import

Usage