useWallet()
Returns
The current wallet instance, or undefined if no wallet is loaded.
Current wallet status. Options:
not-loaded | in-progress | loaded | error.Creates a new wallet or retrieves an existing one.
Usage
Wallet Methods
Thewallet instance returned by useWallet() provides methods for token transfers, balances, signing, and more.
Since the React SDK wraps the Wallets SDK, see the Wallets SDK Reference for complete documentation.
Chain-specific:
EVMWallet—getViemClient(),sendTransaction(),signMessage(),signTypedData()SolanaWallet—sendTransaction()StellarWallet—sendTransaction()

